1. a051f71 hfsplus: add an ioctl to bless files by Matthew Garrett · 12 years ago
  2. 0347b6e hfsplus: change finder_info to u32 by Matthew Garrett · 12 years ago
  3. f392238 hfsplus: initialise userflags by Matthew Garrett · 12 years ago
  4. 68acb8e hfsplus: switch to d_make_root() by Al Viro · 12 years ago
  5. b3f2a92 hfsplus: creation of hidden dir on mount can fail by Al Viro · 12 years ago
  6. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  7. c47da79 hfsplus: propagate umode_t by Al Viro · 13 years ago
  8. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  9. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  10. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  11. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  12. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
  13. a561be7 switch a bunch of places to mnt_want_write_file() by Al Viro · 13 years ago
  14. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  15. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  16. f1fcd9f hfsplus: fix filesystem size checks by Christoph Hellwig · 13 years ago
  17. f588c96 hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error path by Seth Forshee · 13 years ago
  18. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  19. 6596528 hfsplus: ensure bio requests are not smaller than the hardware sectors by Seth Forshee · 13 years ago
  20. aac4e419 hfsplus: Add additional range check to handle on-disk corruptions by Naohiro Aota · 13 years ago
  21. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  22. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  23. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  24. dd7f3d5 hfsplus: Add error propagation for hfsplus_ext_write_extent_locked by Alexey Khoroshilov · 13 years ago
  25. 5bd9d99 hfsplus: add error checking for hfs_find_init() by Alexey Khoroshilov · 13 years ago
  26. c6d5f5f hfsplus: lift the 2TB size limit by Christoph Hellwig · 13 years ago
  27. 4ba2d5f hfsplus: fix overflow in hfsplus_read_wrapper by Christoph Hellwig · 13 years ago
  28. bf1a1b3 hfsplus: fix overflow in hfsplus_get_block by Christoph Hellwig · 13 years ago
  29. 2b4f9ca hfsplus: assignments inside `if' condition clean-up by Anton Salikhmetov · 14 years ago
  30. 032016a hfsplus: Fix double iput of the same inode in hfsplus_fill_super() by Alexey Khoroshilov · 13 years ago
  31. 50176dd hfsplus: add missing call to bio_put() by Seth Forshee · 13 years ago
  32. e391178 hfsplus: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
  33. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  34. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  35. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  36. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  37. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  38. 1065348 hfsplus: fix up a comparism in hfsplus_file_extend by Christoph Hellwig · 13 years ago
  39. a1dbcef hfsplus: fix two memory leaks in wrapper.c by Chuck Ebbert · 13 years ago
  40. 14dd01f hfsplus: do not leak buffer on error by Chuck Ebbert · 13 years ago
  41. c5b8d0b hfsplus: fix failed mount handling by Christoph Hellwig · 13 years ago
  42. eddf790 switch hfsplus by Al Viro · 14 years ago
  43. 0c21e3a Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus by Linus Torvalds · 13 years ago
  44. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  45. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  46. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  47. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  48. b2837fc hfsplus: %L-to-%ll, macro correction, and remove unneeded braces by Anton Salikhmetov · 14 years ago
  49. 20b7643 hfsplus: spaces/indentation clean-up by Anton Salikhmetov · 14 years ago
  50. 21f2296 hfsplus: C99 comments clean-up by Anton Salikhmetov · 14 years ago
  51. 2753cc2 hfsplus: over 80 character lines clean-up by Anton Salikhmetov · 14 years ago
  52. 596276c hfsplus: fix an artifact in ioctl flag checking by Anton Salikhmetov · 14 years ago
  53. 34a2d31 hfsplus: flush disk caches in sync and fsync by Christoph Hellwig · 14 years ago
  54. e349470 hfsplus: optimize fsync by Christoph Hellwig · 14 years ago
  55. b33b792 hfsplus: split up inode flags by Christoph Hellwig · 14 years ago
  56. eb29d66 hfsplus: write up fsync for directories by Christoph Hellwig · 14 years ago
  57. 2814697 hfsplus: simplify fsync by Christoph Hellwig · 14 years ago
  58. f02e26f hfsplus: avoid useless work in hfsplus_sync_fs by Christoph Hellwig · 14 years ago
  59. 7dc4f00 hfsplus: make sure sync writes out all metadata by Christoph Hellwig · 14 years ago
  60. 358f26d hfsplus: use raw bio access for partition tables by Christoph Hellwig · 14 years ago
  61. 52399b1 hfsplus: use raw bio access for the volume headers by Christoph Hellwig · 14 years ago
  62. 3b5ce8a hfsplus: always use hfsplus_sync_fs to write the volume header by Christoph Hellwig · 14 years ago
  63. 6d1bbfc hfsplus: silence a few debug printks by Christoph Hellwig · 14 years ago
  64. 6f80dfe hfsplus: fix option parsing during remount by Christoph Hellwig · 14 years ago
  65. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  66. 11cc21f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus by Linus Torvalds · 14 years ago
  67. 85b8fe8 hfsplus: free space correcly for files unlinked while open by Christoph Hellwig · 14 years ago
  68. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  69. 756acc2 list.h: new helper - hlist_add_fake() by Al Viro · 14 years ago
  70. e50fb58 hfsplus: fix double lock typo in ioctl by Dan Carpenter · 14 years ago
  71. 46bf36e hfsplus: fix getxattr return value by Christoph Hellwig · 14 years ago
  72. 32e39e1 hfsplus: remove the unused hfsplus_kmap/hfsplus_kunmap helpers by Christoph Hellwig · 14 years ago
  73. 90e6169 hfsplus: create correct initial catalog entries for device files by Christoph Hellwig · 14 years ago
  74. 722c55d hfsplus: remove superflous rootflags field in hfsplus_inode_info by Christoph Hellwig · 14 years ago
  75. f6089ff hfsplus: fix link corruption by Christoph Hellwig · 14 years ago
  76. 13571a6 hfsplus: validate btree flags by Christoph Hellwig · 14 years ago
  77. 9250f92 hfsplus: handle more on-disk corruptions without oopsing by Eric Sandeen · 14 years ago
  78. b6b4142 hfsplus: hfs_bnode_find() can fail, resulting in hfs_bnode_split() breakage by Al Viro · 14 years ago
  79. ee52716 hfsplus: fix oops on mount with corrupted btree extent records by Jeff Mahoney · 14 years ago
  80. 40de9a7 hfsplus: fix rename over directories by Christoph Hellwig · 14 years ago
  81. 467c3d9 hfsplus: convert tree_lock to mutex by Thomas Gleixner · 14 years ago
  82. 7fcc99f hfsplus: add missing extent locking in hfsplus_write_inode by Christoph Hellwig · 14 years ago
  83. 89755dc hfsplus: protect readdir against removals from open_dir_list by Christoph Hellwig · 14 years ago
  84. 84adede hfsplus: use atomic bitops for the superblock flags by Christoph Hellwig · 14 years ago
  85. 7ac9fb9 hfsplus: add per-superblock lock for volume header updates by Christoph Hellwig · 14 years ago
  86. 58a818f hfsplus: remove the rsrc_inodes list by Christoph Hellwig · 14 years ago
  87. 66e5db0 hfsplus: do not cache and write next_alloc by Christoph Hellwig · 14 years ago
  88. f17c89b hfsplus: fix error handling in hfsplus_symlink by Christoph Hellwig · 14 years ago
  89. 30d3abb hfsplus: merge mknod/mkdir/creat by Christoph Hellwig · 14 years ago
  90. b5080f7 hfsplus: clean up hfsplus_write_inode by Christoph Hellwig · 14 years ago
  91. fc4fff8 hfsplus: clean up hfsplus_iget by Christoph Hellwig · 14 years ago
  92. 6af502d hfsplus: fix HFSPLUS_I calling convention by Christoph Hellwig · 14 years ago
  93. dd73a01 hfsplus: fix HFSPLUS_SB calling convention by Christoph Hellwig · 14 years ago
  94. e753a62 hfsplus: remove BKL from hfsplus_put_super by Christoph Hellwig · 14 years ago
  95. a9fdbf8 hfsplus: use alloc_mutex in hfsplus_sync_fs by Christoph Hellwig · 14 years ago
  96. 40bf48a hfsplus: introduce alloc_mutex by Christoph Hellwig · 14 years ago
  97. 6333816 hfsplus: protect setflags using i_mutex by Christoph Hellwig · 14 years ago
  98. 9474456 hfsplus: split hfsplus_ioctl by Christoph Hellwig · 14 years ago
  99. 249e635 hfsplus: fix BKL leak in hfsplus_ioctl by Christoph Hellwig · 14 years ago
  100. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago