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