1. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  2. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  3. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 8 years ago
  4. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  5. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  6. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  7. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  8. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 9 years ago
  9. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  10. 15a03ac ncpfs/inode.c: fix mismatch printk formats and arguments by Joe Perches · 10 years ago
  11. d3b73ca ncpfs: convert DPRINTK/DDPRINTK to ncp_dbg by Joe Perches · 10 years ago
  12. b41f8b8 ncpfs: Add pr_fmt and convert printks to pr_<level> by Joe Perches · 10 years ago
  13. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  14. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  15. 44ba8406 ncpfs: switch to sockfd_lookup()/sockfd_put() by Al Viro · 10 years ago
  16. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  17. 1dcddd4 ncpfs: rcu-delay unload_nls() and freeing ncp_server by Al Viro · 11 years ago
  18. 4fbeb19 ncpfs: fix error return code in ncp_parse_options() by Wei Yongjun · 11 years ago
  19. 338b2f5 ncpfs: don't bother with EBUSY on removal of busy directories by Al Viro · 11 years ago
  20. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  21. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  22. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  23. 1ac7fd8 ncpfs: Support interacting with multiple user namespaces by Eric W. Biederman · 12 years ago
  24. 3e7a806 ncpfs: drop vmtruncate by Marco Stornelli · 11 years ago
  25. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  26. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  27. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  28. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  29. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  30. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  31. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 12 years ago
  32. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 12 years ago
  33. 759c361 fs/ncpfs: fix error paths and goto statements in ncp_fill_super() by Djalal Harouni · 12 years ago
  34. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  35. 2a5cac1 fs/ncpfs/inode.c: suppress used-uninitialised warning by Andrew Morton · 13 years ago
  36. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  37. 32c419d move internal-only parts of ncpfs headers to fs/ncpfs by Al Viro · 13 years ago
  38. 0378c40 switch ncpfs by Al Viro · 13 years ago
  39. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  40. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 13 years ago
  41. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  42. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  43. 5d8e4bd ncpfs: don't use flush_scheduled_work() by Tejun Heo · 13 years ago
  44. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  45. 3c26ff6 convert get_sb_nodev() users by Al Viro · 14 years ago
  46. 2a4df5d ncpfs: Lock socket in ncpfs while setting its callbacks by Petr Vandrovec · 14 years ago
  47. 2e54eb9 BKL: Remove BKL from ncpfs by Petr Vandrovec · 14 years ago
  48. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  49. 94ee849 switch ncpfs to ->evict_inode() by Al Viro · 14 years ago
  50. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  51. e956b4b Fix comment spelling errors in ncpfs/inode.c by Matthew Whitworth · 14 years ago
  52. f1970c7 ncpfs: add bdi backing to mount session by Jens Axboe · 14 years ago
  53. 6d729e4 fs: Make unload_nls() NULL pointer safe by Thomas Gleixner · 15 years ago
  54. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  55. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  56. cdf8803 ncpfs: add prototypes to ncp_fs.h by Harvey Harrison · 16 years ago
  57. 564cd13 mount options: fix ncpfs by Miklos Szeredi · 16 years ago
  58. 7c28cba NCPFS: update diagnostic strings to match routine names. by Robert P. J. Day · 16 years ago
  59. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  60. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  61. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  62. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  63. c5f93cf ncpfs: make sure server connection survives a kill by Pierre Ossman · 17 years ago
  64. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  65. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  66. 1de2412 [PATCH] ncpfs: ensure we free wdog_pid on parse_option or fill_inode failure by Eric W. Biederman · 17 years ago
  67. 2154227 [PATCH] ncpfs: Use struct pid to track the userspace watchdog process by Eric W. Biederman · 17 years ago
  68. 92e5bae [PATCH] struct path: convert ncpfs by Josef Sipek · 17 years ago
  69. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  70. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  71. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  72. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  73. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  74. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  75. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  76. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  77. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  78. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  79. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  80. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  81. 8e3f904 [PATCH] sem2mutex: NCPFS by Ingo Molnar · 18 years ago
  82. 44db77f [PATCH] ncpfs: remove kmalloc wrapper by Pekka Enberg · 18 years ago
  83. fef2665 [PATCH] update filesystems for new delete_inode behavior by Mark Fasheh · 19 years ago
  84. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago