1. 6d7a19f fs/affs: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 11 years ago
  2. 1dc1834 affs: drop vmtruncate by Marco Stornelli · 12 years ago
  3. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  4. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  5. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  6. 8fed10b userns: Convert affs to use kuid/kgid wherwe appropriate by Eric W. Biederman · 12 years ago
  7. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  8. 0121ad6 affs: use memweight() by Akinobu Mita · 12 years ago
  9. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  10. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  11. b3d9b7a vfs: switch i_dentry/d_alias to hlist by Al Viro · 12 years ago
  12. 12447c4 affs: unobfuscate affs_fix_dcache() by Al Viro · 12 years ago
  13. 3084ee9 affs: get rid of open-coded list_for_each_entry() by Al Viro · 12 years ago
  14. 3dd8478 affs: get rid of affs_sync_super by Artem Bityutskiy · 12 years ago
  15. a215fef affs: introduce VFS superblock object back-reference by Artem Bityutskiy · 12 years ago
  16. a837107 affs: stop using lock_super by Artem Bityutskiy · 12 years ago
  17. e0471c8 affs: re-structure superblock locking a bit by Artem Bityutskiy · 12 years ago
  18. 0164b1a affs: remove useless superblock writeout on remount by Artem Bityutskiy · 12 years ago
  19. c9753b1 affs: remove useless superblock writeout on unmount by Artem Bityutskiy · 12 years ago
  20. bc86256 affs: stop setting bm_flags by Artem Bityutskiy · 12 years ago
  21. 66f8f50 affs: bury unused macros by Al Viro · 12 years ago
  22. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  23. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  24. a760b03 affs: propagate umode_t by Al Viro · 13 years ago
  25. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  26. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  27. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  28. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  29. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  30. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  31. 94f9901 affs: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
  32. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  33. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  34. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  35. 0ccd234 fs: change to new flag variable by matt mooney · 13 years ago
  36. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  37. a129880 switch affs by Al Viro · 13 years ago
  38. 873feea fs: dcache per-inode inode alias locking by Nick Piggin · 13 years ago
  39. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  40. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  41. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 13 years ago
  42. b23fb0a fs: scale inode alias list by Nick Piggin · 13 years ago
  43. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  44. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  45. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  46. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  47. 0e45b67 affs: testing the wrong variable by Dan Carpenter · 14 years ago
  48. 79f14b7 Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  49. 756b032 affs: Use sema_init instead of init_MUTEX by Thomas Gleixner · 14 years ago
  50. 74c4142 BKL: Remove BKL from Amiga FFS by Jan Blunck · 14 years ago
  51. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  52. 7435d50 AFFS: wait for sb synchronization when needed by Artem Bityutskiy · 14 years ago
  53. 669d5f1 AFFS: clean up dirty flag usage by Artem Bityutskiy · 14 years ago
  54. f053ddd switch affs to ->evict_inode() by Al Viro · 14 years ago
  55. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  56. 282dc17 get rid of cont_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  57. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  58. cccad8f fs/affs: use ERR_CAST by Julia Lawall · 14 years ago
  59. 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
  60. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  61. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  62. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  63. 217686e fix affs parse_options() by Al Viro · 14 years ago
  64. 2933392 Fix remount races with symlink handling in affs by Al Viro · 14 years ago
  65. afc70ed Fix a leak in affs_fill_super() by Al Viro · 14 years ago
  66. e289643 affs: add ->sync_fs by Christoph Hellwig · 15 years ago
  67. c475879 sanitize ->fsync() for affs by Al Viro · 15 years ago
  68. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  69. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  70. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  71. 2a32ceb Fix races around the access to ->s_options by Al Viro · 15 years ago
  72. a6a2a73 fs/affs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  73. e16404e constify dentry_operations: misc filesystems by Al Viro · 15 years ago
  74. ec1ab0a affs: fix missing unlocks in affs_remove_link by Christoph Hellwig · 16 years ago
  75. 10951bf fs/Kconfig: move affs out by Alexey Dobriyan · 15 years ago
  76. 520c853 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  77. c765d47 affs: do not zero ->i_op by Al Viro · 16 years ago
  78. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 15 years ago
  79. 2155998 CRED: Wrap task credential accesses in the AFFS filesystem by David Howells · 16 years ago
  80. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  81. 59af158 [PATCH] fix ->llseek() for a bunch of directories by Al Viro · 16 years ago
  82. 516e0cc [PATCH] f_count may wrap around by Al Viro · 16 years ago
  83. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  84. 7d135a5 affs: convert s_bmlock into a mutex by Matthias Kaehlcke · 16 years ago
  85. dca3c33 [PATCH] fix reservation discarding in affs by Roman Zippel · 16 years ago
  86. 6369a4a affs: be*_add_cpu conversion by Marcin Slusarz · 16 years ago
  87. 8d4b690 fs/affs/file.c: use BUG_ON by Julia Lawall · 16 years ago
  88. 6db27dd affs: handle match_strdup failure by Jim Meyering · 16 years ago
  89. e9b3961 mount options: fix affs by Miklos Szeredi · 16 years ago
  90. 210f855 iget: stop AFFS from using iget() and read_inode() by David Howells · 16 years ago
  91. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  92. febfcf9 fs: mark nibblemap const by Philippe De Muyter · 17 years ago
  93. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  94. f2b6a16 fs: affs convert to new aops by Nick Piggin · 17 years ago
  95. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  96. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  97. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  98. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  99. f36dca9 affs: use zero_user_page by Nate Diller · 17 years ago
  100. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago