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