1. a65cab7 libfs: fix infoleak in simple_attr_read() by Eric Biggers · 4 years, 10 months ago
  2. a3d1e7e simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystems by Al Viro · 5 years ago
  3. 8e88bfb fs/libfs.c: fix kernel-doc warning by Randy Dunlap · 5 years ago
  4. 26b6c98 libfs: take cursors out of list when moving past the end of directory by Al Viro · 5 years ago
  5. d4f4de5 Fix the locking in dcache_readdir() and friends by Al Viro · 5 years ago
  6. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  7. 2ac295d convenience helper get_tree_nodev() by Al Viro · 6 years ago
  8. db2c246 vfs: Use sget_fc() for pseudo-filesystems by David Howells · 6 years ago
  9. 8d9e46d fold mount_pseudo_xattr() into pseudo_fs_get_tree() by Al Viro · 6 years ago
  10. 31d6d5c vfs: Provide a mount_pseudo-replacement for the new mount API by David Howells · 6 years ago
  11. 1f58bb1 mount_pseudo(): drop 'name' argument, switch to d_make_root() by Al Viro · 6 years ago
  12. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  13. 149e703 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  14. 6ee9706 libfs: document simple_get_link() by Eric Biggers · 6 years ago
  15. 0a4c926 fs: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  16. f44c776 fs, dax: prepare for dax-specific address_space_operations by Dan Williams · 7 years ago
  17. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  18. 383aa54 fs: convert __generic_file_fsync to use errseq_t based reporting by Jeff Layton · 7 years ago
  19. dac257f fs: check for writeback errors after syncing out buffers in generic_file_fsync by Jeff Layton · 7 years ago
  20. cda3712 fs: constify tree_descr arrays passed to simple_fill_super() by Eric Biggers · 8 years ago
  21. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  22. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  23. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  24. 7542272 libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mount by Eric W. Biederman · 8 years ago
  25. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  26. 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
  27. 04fff64 simple_write_end(): don't zero in short copy into uptodate by Al Viro · 8 years ago
  28. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  29. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  30. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  31. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  32. f5c2443 libfs: Use IOP_XATTR flag for empty directory handling by Andreas Gruenbacher · 8 years ago
  33. bba0bd3 sockfs: Get rid of getxattr iop by Andreas Gruenbacher · 8 years ago
  34. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  35. e0e0be8 libfs: support RENAME_NOREPLACE in simple_rename() by Miklos Szeredi · 8 years ago
  36. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  37. ebaaa80 lockless next_positive() by Al Viro · 9 years ago
  38. 4f42c1b libfs.c: new helper - next_positive() by Al Viro · 9 years ago
  39. 274f5b0 dcache_{readdir,dir_lseek}(): don't bother with nested ->d_lock by Al Viro · 9 years ago
  40. ba65dc5 much milder d_walk() race by Al Viro · 9 years ago
  41. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 9 years ago
  42. c51da20 more trivial ->iterate_shared conversions by Al Viro · 9 years ago
  43. 4e82901 dcache_{readdir,dir_lseek}() users: switch to ->iterate_shared by Al Viro · 9 years ago
  44. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 9 years ago
  45. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 9 years ago
  46. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  47. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  48. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  49. cd3417c kill free_page_put_link() by Al Viro · 9 years ago
  50. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  51. 4b75de86 fs: Set the size of empty dirs to 0. by Eric W. Biederman · 9 years ago
  52. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  53. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  54. fbabfd0 fs: Add helper functions for permanently empty directories. by Eric W. Biederman · 10 years ago
  55. dc3f419 make simple_positive() public by Al Viro · 10 years ago
  56. ecc087f new helper: free_page_put_link() by Al Viro · 10 years ago
  57. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 10 years ago
  58. 6e77137b don't pass nameidata to ->follow_link() by Al Viro · 10 years ago
  59. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 10 years ago
  60. 61ba64f libfs: simple_follow_link() by Al Viro · 10 years ago
  61. dea655c VFS: fs library helpers: d_inode() annotations by David Howells · 10 years ago
  62. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  63. 0ae45f6 vfs: add support for a lazytime mount option by Theodore Ts'o · 10 years ago
  64. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  65. e6f5c78 locks: plumb a "priv" pointer into the setlease routines by Jeff Layton · 10 years ago
  66. 1c994a0 locks: consolidate "nolease" routines by Jeff Layton · 10 years ago
  67. ac13a82 fs/libfs.c: add generic data flush to fsync by Fabian Frederick · 11 years ago
  68. b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
  69. 6987843 take anon inode allocation to libfs.c by Al Viro · 11 years ago
  70. 87dc800 new helper: kfree_put_link() by Al Viro · 11 years ago
  71. 12f3887 libfs: get exports to definitions of objects being exported... by Al Viro · 11 years ago
  72. 74931da make simple_lookup() usable for filesystems that set ->s_d_op by Al Viro · 11 years ago
  73. 5f99f4e [readdir] switch dcache_readdir() users to ->iterate() by Al Viro · 12 years ago
  74. d30357f vfs: drop vmtruncate by Marco Stornelli · 12 years ago
  75. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  76. ca18683 vfs: fix kerneldoc for generic_fh_to_parent() by Yanchuan Nian · 12 years ago
  77. 9249e17 VFS: Pass mount flags to sget() by David Howells · 13 years ago
  78. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
  79. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 13 years ago
  80. 640946f dentry leak in simple_fill_super() failure exit by Al Viro · 13 years ago
  81. 20955e8 libfs: add simple_open() by Stephen Boyd · 13 years ago
  82. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  83. 2452992 make simple_pin_fs() pass MS_KERNMOUNT - it's a kernel-internal one by Al Viro · 13 years ago
  84. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  85. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  86. ff01bb4 fs: move code out of buffer.c by Al Viro · 13 years ago
  87. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  88. 32096ea vfs: fix dentry leak in simple_fill_super() by Konstantin Khlebnikov · 13 years ago
  89. 841590c fix IN_DELETE_SELF on overwriting rename() on ramfs et.al. by Al Viro · 13 years ago
  90. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  91. a4464db Make ->d_sb assign-once and always non-NULL by Al Viro · 13 years ago
  92. f7b8863 fs/libfs.c: fix simple_attr_write() on 32bit machines by Akinobu Mita · 13 years ago
  93. c74a1cb pass default dentry_operations to mount_pseudo() by Al Viro · 14 years ago
  94. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  95. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  96. 2fd6b7f fs: dcache scale subdirs by Nick Piggin · 14 years ago
  97. da50295 fs: dcache scale d_unhashed by Nick Piggin · 14 years ago
  98. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  99. 51139ad convert get_sb_pseudo() users by Al Viro · 14 years ago
  100. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago