1. 44fff0f fs: factor out a direct_write_fallback helper by Christoph Hellwig · 1 year, 10 months ago
  2. 364595a fs: consolidate duplicate dt_type helpers by Jeff Layton · 2 years ago
  3. 05e6295f Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping by Linus Torvalds · 2 years, 1 month ago
  4. c5bc1b3 fs: uninline inode_query_iversion by Jeff Layton · 2 years, 6 months ago
  5. e18275a fs: port ->rename() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
  6. b74d24f fs: port ->getattr() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
  7. c1632a0 fs: port ->setattr() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
  8. 2e41f27 libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed value by Akinobu Mita · 2 years, 6 months ago
  9. 5ca1483 fs: uninline inode_maybe_inc_iversion() by Andrew Morton · 2 years, 7 months ago
  10. a77f580 fs: Convert simple_readpage to simple_read_folio by Matthew Wilcox (Oracle) · 2 years, 11 months ago
  11. 9d6b0cd fs: Remove flags parameter from aops->write_begin by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  12. b7446e7 fs: Remove aop flags parameter from grab_cache_page_write_begin() by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  13. 46de8b97 fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  14. 5660a86 fs: Remove noop_invalidatepage() by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  15. 5298d4b unicode: clean up the Kconfig symbol confusion by Christoph Hellwig · 3 years, 2 months ago
  16. 3871cb8 libfs: Support RENAME_EXCHANGE in simple_rename() by Lorenz Bauer · 3 years, 5 months ago
  17. 6429e46 libfs: Move shmem_exchange to simple_rename_exchange by Lorenz Bauer · 3 years, 5 months ago
  18. b82a96c fs: remove noop_set_page_dirty() by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  19. fc50eee fs: remove anon_set_page_dirty() by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  20. c1e3dbe fs: move ramfs_aops to libfs by Christoph Hellwig · 3 years, 9 months ago
  21. 59347d9 libfs: fix kernel-doc for mnt_userns by Randy Dunlap · 4 years, 1 month ago
  22. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 1 month ago
  23. d1fec221 Merge tag 'selinux-pr-20210215' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 1 month ago
  24. 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  25. 794c43f libfs: unexport generic_ci_d_compare() and generic_ci_d_hash() by Eric Biggers · 4 years, 3 months ago
  26. c6bf3f0 block: use an on-stack bio in blkdev_issue_flush by Christoph Hellwig · 4 years, 2 months ago
  27. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 2 months ago
  28. 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years, 2 months ago
  29. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years, 2 months ago
  30. 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years, 2 months ago
  31. e7e832c fs: add LSM-supporting anon-inode interface by Daniel Colascione · 4 years, 2 months ago
  32. ff49c86 Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 4 years, 3 months ago
  33. 608af70 libfs: Add generic function for setting dentry_ops by Daniel Rosenberg · 4 years, 4 months ago
  34. 488dac0 libfs: fix error cast of negative value in simple_attr_write() by Yicong Yang · 4 years, 4 months ago
  35. c843843 fs: Add standard casefolding support by Daniel Rosenberg · 4 years, 9 months ago
  36. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 7 months ago
  37. 9398554 block: remove the error_sector argument to blkdev_issue_flush by Christoph Hellwig · 4 years, 11 months ago
  38. a65cab7 libfs: fix infoleak in simple_attr_read() by Eric Biggers · 5 years ago
  39. a3d1e7e simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystems by Al Viro · 5 years ago
  40. 8e88bfb fs/libfs.c: fix kernel-doc warning by Randy Dunlap · 5 years ago
  41. 26b6c98 libfs: take cursors out of list when moving past the end of directory by Al Viro · 6 years ago
  42. d4f4de5 Fix the locking in dcache_readdir() and friends by Al Viro · 6 years ago
  43. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  44. 2ac295d convenience helper get_tree_nodev() by Al Viro · 6 years ago
  45. db2c246 vfs: Use sget_fc() for pseudo-filesystems by David Howells · 6 years ago
  46. 8d9e46d fold mount_pseudo_xattr() into pseudo_fs_get_tree() by Al Viro · 6 years ago
  47. 31d6d5c vfs: Provide a mount_pseudo-replacement for the new mount API by David Howells · 6 years ago
  48. 1f58bb1 mount_pseudo(): drop 'name' argument, switch to d_make_root() by Al Viro · 6 years ago
  49. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  50. 149e703 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  51. 6ee9706 libfs: document simple_get_link() by Eric Biggers · 6 years ago
  52. 0a4c926 fs: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  53. f44c776 fs, dax: prepare for dax-specific address_space_operations by Dan Williams · 7 years ago
  54. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  55. 383aa54 fs: convert __generic_file_fsync to use errseq_t based reporting by Jeff Layton · 8 years ago
  56. dac257f fs: check for writeback errors after syncing out buffers in generic_file_fsync by Jeff Layton · 8 years ago
  57. cda3712 fs: constify tree_descr arrays passed to simple_fill_super() by Eric Biggers · 8 years ago
  58. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  59. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  60. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  61. 7542272 libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mount by Eric W. Biederman · 8 years ago
  62. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  63. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  64. 04fff64 simple_write_end(): don't zero in short copy into uptodate by Al Viro · 9 years ago
  65. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  66. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  67. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  68. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  69. f5c2443 libfs: Use IOP_XATTR flag for empty directory handling by Andreas Gruenbacher · 8 years ago
  70. bba0bd3 sockfs: Get rid of getxattr iop by Andreas Gruenbacher · 8 years ago
  71. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 9 years ago
  72. e0e0be8 libfs: support RENAME_NOREPLACE in simple_rename() by Miklos Szeredi · 8 years ago
  73. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  74. ebaaa80 lockless next_positive() by Al Viro · 9 years ago
  75. 4f42c1b libfs.c: new helper - next_positive() by Al Viro · 9 years ago
  76. 274f5b0 dcache_{readdir,dir_lseek}(): don't bother with nested ->d_lock by Al Viro · 9 years ago
  77. ba65dc5 much milder d_walk() race by Al Viro · 9 years ago
  78. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 9 years ago
  79. c51da20 more trivial ->iterate_shared conversions by Al Viro · 9 years ago
  80. 4e82901 dcache_{readdir,dir_lseek}() users: switch to ->iterate_shared by Al Viro · 9 years ago
  81. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 9 years ago
  82. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 9 years ago
  83. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  84. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  85. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  86. cd3417c kill free_page_put_link() by Al Viro · 9 years ago
  87. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  88. 4b75de86 fs: Set the size of empty dirs to 0. by Eric W. Biederman · 10 years ago
  89. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  90. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  91. fbabfd0 fs: Add helper functions for permanently empty directories. by Eric W. Biederman · 10 years ago
  92. dc3f419 make simple_positive() public by Al Viro · 10 years ago
  93. ecc087f new helper: free_page_put_link() by Al Viro · 10 years ago
  94. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 10 years ago
  95. 6e77137b don't pass nameidata to ->follow_link() by Al Viro · 10 years ago
  96. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 10 years ago
  97. 61ba64f libfs: simple_follow_link() by Al Viro · 10 years ago
  98. dea655c VFS: fs library helpers: d_inode() annotations by David Howells · 10 years ago
  99. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  100. 0ae45f6 vfs: add support for a lazytime mount option by Theodore Ts'o · 10 years ago