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