1. ddbc22e fs/hfs/catalog.c: fix comparison bug in hfs_cat_keycmp by Rasmus Villemoes · 10 years ago
  2. a792d90 fs/hfs/hfs_fs.h: remove redundant sys_tz declaration by Fabian Frederick · 10 years ago
  3. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  4. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  5. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  6. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  7. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  8. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  9. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  10. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  11. 74a797d fs/hfs/btree.h: remove duplicate defines by Michael Opdenacker · 11 years ago
  12. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  13. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  14. 002f8be [readdir] convert hfs by Al Viro · 11 years ago
  15. fb09c37 hfs: avoid crash in hfs_bnode_create by Jeff Mahoney · 11 years ago
  16. 5af43c2 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  17. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  18. 1950267 hfs: SMP race on directory close() by Al Viro · 11 years ago
  19. d614267 hfs/hfsplus: convert printks to pr_<level> by Joe Perches · 11 years ago
  20. c2b3e1f hfs/hfsplus: convert dprint to hfs_dbg by Joe Perches · 11 years ago
  21. 9509f17 hfs: add error checking for hfs_find_init() by Alexey Khoroshilov · 11 years ago
  22. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  23. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  24. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  25. adae074 fs/hfs: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 11 years ago
  26. c8cf464 hfs: drop vmtruncate by Marco Stornelli · 12 years ago
  27. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  28. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  29. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  30. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  31. 43b5e4c userns: Convert hfs to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  32. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  33. 50640bc hfs: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  34. 5687b57 hfs: get rid of hfs_sync_super by Artem Bityutskiy · 12 years ago
  35. b16ca62 hfs: introduce VFS superblock object back-reference by Artem Bityutskiy · 12 years ago
  36. 4527440 hfs: simplify a bit checking for R/O by Artem Bityutskiy · 12 years ago
  37. a3742d4 hfs: remove extra mdb write on unmount by Artem Bityutskiy · 12 years ago
  38. b593523 hfs: get rid of lock_super by Artem Bityutskiy · 12 years ago
  39. 715189d hfs: push lock_super down by Artem Bityutskiy · 12 years ago
  40. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  41. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  42. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  43. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  44. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  45. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  46. e021d7b hfs: propagate umode_t by Al Viro · 13 years ago
  47. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  48. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  49. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  50. bc5b8a9 hfs: add sanity check for file name length by Dan Carpenter · 13 years ago
  51. 092f4c5 Merge branch 'akpm' (Andrew's incoming - part two) by Linus Torvalds · 13 years ago
  52. 434a964 hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops by Phillip Lougher · 13 years ago
  53. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  54. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  55. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  56. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  57. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  58. 4e82d61 hfs: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
  59. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  60. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  61. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  62. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  63. 69102e9 hfs: fix rename() over non-empty directory by Al Viro · 13 years ago
  64. 518c79d switch hfs by Al Viro · 14 years ago
  65. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 13 years ago
  66. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  67. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  68. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  69. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  70. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  71. 89b0fc3 switch hfs to hlist_add_fake() by Al Viro · 14 years ago
  72. 3072b90 hfs: use sync_dirty_buffer by Christoph Hellwig · 14 years ago
  73. 79f14b7 Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  74. 4a94103 hfs: Convert tree_lock to mutex by Thomas Gleixner · 14 years ago
  75. 8526fb3 BKL: Remove BKL from HFS by Jan Blunck · 14 years ago
  76. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  77. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  78. b5fc510 get rid of file_fsync() by Al Viro · 14 years ago
  79. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  80. 282dc17 get rid of cont_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  81. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  82. 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
  83. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  84. ec81aec hfs: fix a potential buffer overflow by Amerigo Wang · 15 years ago
  85. 47f365e hfs: fix oops on mount with corrupted btree extent records by Jeff Mahoney · 15 years ago
  86. 6d729e4 fs: Make unload_nls() NULL pointer safe by Thomas Gleixner · 15 years ago
  87. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  88. 58bc5bb hfs: add ->sync_fs by Christoph Hellwig · 15 years ago
  89. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  90. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  91. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  92. eb2e5f4 hfs: fix memory leak when unmounting by Dave Anderson · 15 years ago
  93. 7dd2c00 fs/hfs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  94. e16404e constify dentry_operations: misc filesystems by Al Viro · 15 years ago
  95. b08bac1 fs/Kconfig: move hfs, hfsplus out by Alexey Dobriyan · 15 years ago
  96. 94c9a5e CRED: Wrap task credential accesses in the HFS filesystem by David Howells · 16 years ago
  97. f696a36 [PATCH] move executable checking into ->permission() by Miklos Szeredi · 16 years ago
  98. d38b7aa hfs: fix namelength memory corruption by Eric Sesterhenn · 16 years ago
  99. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  100. 516e0cc [PATCH] f_count may wrap around by Al Viro · 16 years ago