1. e349470 hfsplus: optimize fsync by Christoph Hellwig · 14 years ago
  2. b33b792 hfsplus: split up inode flags by Christoph Hellwig · 14 years ago
  3. eb29d66 hfsplus: write up fsync for directories by Christoph Hellwig · 14 years ago
  4. 2814697 hfsplus: simplify fsync by Christoph Hellwig · 14 years ago
  5. f02e26f hfsplus: avoid useless work in hfsplus_sync_fs by Christoph Hellwig · 14 years ago
  6. 7dc4f00 hfsplus: make sure sync writes out all metadata by Christoph Hellwig · 14 years ago
  7. 358f26d hfsplus: use raw bio access for partition tables by Christoph Hellwig · 14 years ago
  8. 52399b1 hfsplus: use raw bio access for the volume headers by Christoph Hellwig · 14 years ago
  9. 3b5ce8a hfsplus: always use hfsplus_sync_fs to write the volume header by Christoph Hellwig · 14 years ago
  10. 6d1bbfc hfsplus: silence a few debug printks by Christoph Hellwig · 14 years ago
  11. 6f80dfe hfsplus: fix option parsing during remount by Christoph Hellwig · 14 years ago
  12. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  13. 11cc21f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus by Linus Torvalds · 14 years ago
  14. 85b8fe8 hfsplus: free space correcly for files unlinked while open by Christoph Hellwig · 14 years ago
  15. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  16. 756acc2 list.h: new helper - hlist_add_fake() by Al Viro · 14 years ago
  17. e50fb58 hfsplus: fix double lock typo in ioctl by Dan Carpenter · 14 years ago
  18. 46bf36e hfsplus: fix getxattr return value by Christoph Hellwig · 14 years ago
  19. 32e39e1 hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpers by Christoph Hellwig · 14 years ago
  20. 90e6169 hfsplus: create correct initial catalog entries for device files by Christoph Hellwig · 14 years ago
  21. 722c55d hfsplus: remove superflous rootflags field in hfsplus_inode_info by Christoph Hellwig · 14 years ago
  22. f6089ff hfsplus: fix link corruption by Christoph Hellwig · 14 years ago
  23. 13571a6 hfsplus: validate btree flags by Christoph Hellwig · 14 years ago
  24. 9250f92 hfsplus: handle more on-disk corruptions without oopsing by Eric Sandeen · 14 years ago
  25. b6b4142 hfsplus: hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakage by Al Viro · 14 years ago
  26. ee52716 hfsplus: fix oops on mount with corrupted btree extent records by Jeff Mahoney · 14 years ago
  27. 40de9a7 hfsplus: fix rename over directories by Christoph Hellwig · 14 years ago
  28. 467c3d9 hfsplus: convert tree_lock to mutex by Thomas Gleixner · 14 years ago
  29. 7fcc99f hfsplus: add missing extent locking in hfsplus_write_inode by Christoph Hellwig · 14 years ago
  30. 89755dc hfsplus: protect readdir against removals from open_dir_list by Christoph Hellwig · 14 years ago
  31. 84adede hfsplus: use atomic bitops for the superblock flags by Christoph Hellwig · 14 years ago
  32. 7ac9fb9 hfsplus: add per-superblock lock for volume header updates by Christoph Hellwig · 14 years ago
  33. 58a818f hfsplus: remove the rsrc_inodes list by Christoph Hellwig · 14 years ago
  34. 66e5db0 hfsplus: do not cache and write next_alloc by Christoph Hellwig · 14 years ago
  35. f17c89b hfsplus: fix error handling in hfsplus_symlink by Christoph Hellwig · 14 years ago
  36. 30d3abb hfsplus: merge mknod/mkdir/creat by Christoph Hellwig · 14 years ago
  37. b5080f7 hfsplus: clean up hfsplus_write_inode by Christoph Hellwig · 14 years ago
  38. fc4fff8 hfsplus: clean up hfsplus_iget by Christoph Hellwig · 14 years ago
  39. 6af502d hfsplus: fix HFSPLUS_I calling convention by Christoph Hellwig · 14 years ago
  40. dd73a01 hfsplus: fix HFSPLUS_SB calling convention by Christoph Hellwig · 14 years ago
  41. e753a62 hfsplus: remove BKL from hfsplus_put_super by Christoph Hellwig · 14 years ago
  42. a9fdbf8 hfsplus: use alloc_mutex in hfsplus_sync_fs by Christoph Hellwig · 14 years ago
  43. 40bf48a hfsplus: introduce alloc_mutex by Christoph Hellwig · 14 years ago
  44. 6333816 hfsplus: protect setflags using i_mutex by Christoph Hellwig · 14 years ago
  45. 9474456 hfsplus: split hfsplus_ioctl by Christoph Hellwig · 14 years ago
  46. 249e635 hfsplus: fix BKL leak in hfsplus_ioctl by Christoph Hellwig · 14 years ago
  47. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  48. b5fc510 get rid of file_fsync() by Al Viro · 14 years ago
  49. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  50. d39aae9 add missing setattr methods by Christoph Hellwig · 14 years ago
  51. 282dc17 get rid of cont_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  52. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  53. 7cc4bcc hfsplus: Push down BKL into ioctl function by Arnd Bergmann · 14 years ago
  54. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  55. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  56. 5c36fe3 hfsplus: refuse to mount volumes larger than 2TB by Ben Hutchings · 15 years ago
  57. 6d729e4 fs: Make unload_nls() NULL pointer safe by Thomas Gleixner · 15 years ago
  58. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  59. 7fbc6df hfsplus: add ->sync_fs by Christoph Hellwig · 15 years ago
  60. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  61. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  62. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  63. 8fe74cf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  64. 25564dd fs/hfsplus: return f_fsid for statfs(2) by Coly Li · 15 years ago
  65. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  66. e16404e constify dentry_operations: misc filesystems by Al Viro · 15 years ago
  67. b08bac1 fs/Kconfig: move hfs, hfsplus out by Alexey Dobriyan · 15 years ago
  68. 4ac8489 CRED: Wrap task credential accesses in the HFSplus filesystem by David Howells · 16 years ago
  69. f696a36 [PATCH] move executable checking into ->permission() by Miklos Szeredi · 16 years ago
  70. 248736c hfsplus: fix possible deadlock when handling corrupted extents by Eric Sesterhenn · 16 years ago
  71. 6e71529 hfsplus: missing O_LARGEFILE check by Alan Cox · 16 years ago
  72. 649f1ee hfsplus: check read_mapping_page() return value by Eric Sesterhenn · 16 years ago
  73. efc7ffc hfsplus: fix Buffer overflow with a corrupted image by Eric Sesterhenn · 16 years ago
  74. 81a7371 hfsplus: quieten down mounting hfsplus journaled fs read only by Mike Crowe · 16 years ago
  75. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  76. 516e0cc [PATCH] f_count may wrap around by Al Viro · 16 years ago
  77. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  78. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  79. 895c23f hfsplus: convert the extents_lock in a mutex by Matthias Kaehlcke · 16 years ago
  80. 7063224 Fix hfsplus oops on image without extents by Eric Sesterhenn · 16 years ago
  81. 487798d hfsplus: fix warning with 64k PAGE_SIZE by Andrew Morton · 16 years ago
  82. 20c79e7 hfs/hfsplus: be*_add_cpu conversion by Marcin Slusarz · 16 years ago
  83. 355a469 trivial: fix user-visible typo in hfsplus by Dave Jones · 16 years ago
  84. 8b3789e hfsplus: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  85. cd6fda3 hfsplus: handle match_strdup failure by Jim Meyering · 16 years ago
  86. 4b0a8da fs/hfsplus/: proper externs by Adrian Bunk · 16 years ago
  87. 42a74f2 [PATCH] r/o bind mounts: elevate write count for ioctls() by Dave Hansen · 16 years ago
  88. 76b0c26 HFS+: fix unlink of links by Roman Zippel · 16 years ago
  89. 8aa84ab fs/hfsplus/unicode.c: fix uninitialized var warning by Andrew Morton · 16 years ago
  90. 6352539 iget: stop HFSPLUS from using iget() and read_inode() by David Howells · 16 years ago
  91. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  92. 7c0efc6 hfsplus: convert to new aops by Nick Piggin · 17 years ago
  93. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  94. 3bd858a Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check by Satyam Sharma · 17 years ago
  95. d45bce8 HFS+: add custom dentry hash and comparison operations by Duane Griffin · 17 years ago
  96. 1e96b7c HFS+: refactor ASCII to unicode conversion routine for later reuse by Duane Griffin · 17 years ago
  97. a5001a2 HFSPlus: change kmalloc/memset to kzalloc by Wyatt Banks · 17 years ago
  98. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  99. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  100. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago