1. 3b0a3c1 simple local filesystems: switch to ->iterate_shared() by Al Viro · 8 years ago
  2. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  3. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  4. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 8 years ago
  5. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  6. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  7. 0ebf7f1 fix sysvfs symlinks by Al Viro · 9 years ago
  8. b57c2cb pagemap.h: move dir_pages() over there by Fabian Frederick · 9 years ago
  9. db6172c fs: cleanup slight list_entry abuse by Rasmus Villemoes · 9 years ago
  10. 2e03f3e sysv: switch to simple_follow_link() by Al Viro · 9 years ago
  11. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  12. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  13. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  14. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  15. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  16. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  17. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  18. 4947555 sysv: Add forgotten superblock lock init for v7 fs by Lubomir Rintel · 11 years ago
  19. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  20. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  21. 8088629 [readdir] simple local unixlike: switch to ->iterate() by Al Viro · 11 years ago
  22. fa7614dd fs: Readd the fs module aliases. by Eric W. Biederman · 11 years ago
  23. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  24. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  25. fa4d62a sysv: drop vmtruncate by Marco Stornelli · 12 years ago
  26. c07cb01 sysv: drop lock/unlock super 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. a726ecc userns: Convert the sysv filesystem to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  30. 9d46be2 fs/sysv: stop using write_super and s_dirt by Artem Bityutskiy · 12 years ago
  31. eee4589 fs/sysv: remove another useless write_super call by Artem Bityutskiy · 12 years ago
  32. a4d05d3 fs/sysv: remove useless write_super call by Artem Bityutskiy · 12 years ago
  33. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  34. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  35. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  36. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  37. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  38. d8c9584 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb by Al Viro · 13 years ago
  39. dd716e6 sysv: propagate umode_t by Al Viro · 13 years ago
  40. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  41. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  42. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  43. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  44. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  45. 873ae4d sysv: remove unnecessary dentry_unhash from rmdir, dir rename by Sage Weil · 13 years ago
  46. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  47. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  48. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  49. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  50. 4787d45 sysv: i_nlink races in rename() by Al Viro · 13 years ago
  51. 30304ab switch sysv by Al Viro · 14 years ago
  52. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  53. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  54. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  55. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  56. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  57. 6d0b545 fs/sysv/super.c: add support for non-PDP11 v7 filesystems by Lubomir Rintel · 14 years ago
  58. 496ee9b8 V7: Adjust sanity checks for some volumes by Lubomir Rintel · 14 years ago
  59. b76212d Add v7 alias by Lubomir Rintel · 14 years ago
  60. 719f2c8 sysv: do not mark superblock dirty on remount by Artem Bityutskiy · 14 years ago
  61. 315671f sysv: do not mark superblock dirty on mount by Artem Bityutskiy · 14 years ago
  62. d299ead switch sysv to ->evict_inode() by Al Viro · 14 years ago
  63. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  64. d39aae9 add missing setattr methods by Christoph Hellwig · 14 years ago
  65. 155130a get rid of block_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  66. 6e1db88 introduce __block_write_begin by Christoph Hellwig · 14 years ago
  67. f4e420d clean up write_begin usage for directories in pagecache by Christoph Hellwig · 14 years ago
  68. 46c23d7 sysvfs: fix NULL deref. when allocating new inode by Lubomir Rintel · 14 years ago
  69. 4c9002d fix fs/sysv s_dirt handling by Al Viro · 14 years ago
  70. 1b061d9 rename the generic fsync implementations by Christoph Hellwig · 14 years ago
  71. 85640bd sysv: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 14 years ago
  72. 404e781 fs/sysv: dereferencing ERR_PTR() by Dan Carpenter · 14 years ago
  73. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  74. 5ac3455 get rid of BKL in fs/sysv by Al Viro · 15 years ago
  75. ad43ffd sysv: add ->sync_fs by Christoph Hellwig · 15 years ago
  76. 05459ca repair sysv_write_inode(), switch sysv to simple_fsync() by Al Viro · 15 years ago
  77. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  78. bbd6851 Push lock_super() into the ->remount_fs() of filesystems that care about it by Al Viro · 15 years ago
  79. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  80. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  81. 1c5b454 fs/sysv: return f_fsid for statfs(2) by Coly Li · 15 years ago
  82. e16404e constify dentry_operations: misc filesystems by Al Viro · 15 years ago
  83. 8af915b fs/Kconfig: move sysv out by Alexey Dobriyan · 15 years ago
  84. 21acaf8 sysv: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  85. fc7333d CRED: Wrap task credential accesses in the SYSV filesystem by David Howells · 16 years ago
  86. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  87. 0713292 sysv: [bl]e*_add_cpu conversion by Marcin Slusarz · 16 years ago
  88. b8e1343 iget: stop the SYSV filesystem from using iget() and read_inode() by David Howells · 16 years ago
  89. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  90. 26a6441 sysv: convert to new aops by Nick Piggin · 17 years ago
  91. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  92. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  93. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  94. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  95. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  96. 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 17 years ago
  97. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  98. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  99. 3b2b96a [PATCH] fs/sysv/: proper prototypes for 2 functions by Adrian Bunk · 18 years ago
  100. 5495ca65 [PATCH] struct path: convert sysv by Josef Sipek · 18 years ago