1. b42bc9a Fix regression due to "fs: move binfmt_misc sysctl to its own file" by Domenico Andreoli · 2 years, 11 months ago
  2. 204d5a2 fs: move fs stat sysctls to file_table.c by Luis Chamberlain · 3 years ago
  3. 319c151 epoll: take epitem list out of struct file by Al Viro · 4 years, 3 months ago
  4. 91989c7 task_work: cleanup notification modes by Jens Axboe · 4 years, 2 months ago
  5. b6509f6a Revert "fs: Do not check if there is a fsnotify watcher on pseudo inodes" by Mel Gorman · 4 years, 6 months ago
  6. e9c15ba fs: Do not check if there is a fsnotify watcher on pseudo inodes by Mel Gorman · 4 years, 7 months ago
  7. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  8. 735e4ae vfs: track per-sb writeback errors and report them to syncfs by Jeff Layton · 4 years, 7 months ago
  9. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
  10. 7239a40 vfs: Export flush_delayed_fput for use by knfsd. by Trond Myklebust · 5 years ago
  11. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  12. a07b200 vfs: syscall: Add open_tree(2) to reference or clone a mount by Al Viro · 6 years ago
  13. 091141a fs: add fget_many() and fput_many() by Jens Axboe · 6 years ago
  14. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  15. 3d6357d mm: reference totalram_pages and managed_pages once per function by Arun KS · 6 years ago
  16. d9a185f Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 6 years ago
  17. d3b1084 vfs: make open_with_fake_path() not contribute to nr_files by Miklos Szeredi · 6 years ago
  18. ee1904b make alloc_file() static by Al Viro · 7 years ago
  19. 183266f new helper: alloc_file_clone() by Al Viro · 7 years ago
  20. d93aa9d new wrapper: alloc_file_pseudo() by Al Viro · 7 years ago
  21. 4d27f32 fold put_filp() into fput() by Al Viro · 6 years ago
  22. f5d1140 introduce FMODE_OPENED by Al Viro · 6 years ago
  23. ea73ea7 pass ->f_flags value to alloc_empty_file() by Al Viro · 6 years ago
  24. 6de37b6 pass creds to get_empty_filp(), make sure dentry_open() passes the right creds by Al Viro · 6 years ago
  25. c9c554f alloc_file(): switch to passing O_... flags instead of FMODE_... mode by Al Viro · 6 years ago
  26. e8cff84 fold security_file_free() into file_free() by Al Viro · 6 years ago
  27. 9c56503 vfs: remove unused hardirq.h by Yang Shi · 7 years ago
  28. f3f7c09 fs, mm: account filp cache to kmemcg by Shakeel Butt · 7 years ago
  29. bb02b18 ima: call ima_file_free() prior to calling fasync by Mimi Zohar · 8 years ago
  30. b9ea557 fput: Don't reinvent the wheel but use existing llist API by Byungchul Park · 7 years ago
  31. 5660e13 fs: new infrastructure for writeback error handling and reporting by Jeff Layton · 7 years ago
  32. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  33. a4141d7 constify alloc_file() by Al Viro · 8 years ago
  34. 4248b0d fs, file table: reinit files_stat.max_files after deferred memory initialisation by Mel Gorman · 9 years ago
  35. e5e6e97 remove the pointless include of lglock.h by Al Viro · 10 years ago
  36. 8436318 ->aio_read and ->aio_write removed by Al Viro · 10 years ago
  37. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  38. a457606 fs/file_table.c: Update alloc_file() comment by Eric Biggers · 10 years ago
  39. 908c7f1 percpu_counter: add @gfp to percpu_counter_init() by Tejun Heo · 10 years ago
  40. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  41. 1f7e061 fs: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  42. 293bc98 new methods: ->read_iter() and ->write_iter() by Al Viro · 11 years ago
  43. 7f7f25e replace checking for ->read/->aio_read presence with check in ->f_mode by Al Viro · 11 years ago
  44. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  45. f7789dc Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linux by Linus Torvalds · 11 years ago
  46. 7f4b36f get rid of files_defer_init() by Al Viro · 11 years ago
  47. 83f936c mark struct file that had write access grabbed by open() by Al Viro · 11 years ago
  48. 4597e69 get rid of DEBUG_WRITECOUNT by Al Viro · 11 years ago
  49. dd20908 don't bother with {get,put}_write_access() on non-regular files by Al Viro · 11 years ago
  50. 78ed8a1 locks: rename locks_remove_flock to locks_remove_file by Jeff Layton · 11 years ago
  51. 9c225f2 vfs: atomic f_pos accesses as per POSIX by Linus Torvalds · 11 years ago
  52. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  53. eee5cc2 get rid of s_files and files_lock by Al Viro · 11 years ago
  54. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  55. c7314d7 nfsd regression since delayed fput() by Al Viro · 11 years ago
  56. be49b30 fs/file_table.c:fput(): make comment more truthful by Andrew Morton · 11 years ago
  57. 184caca only regular files with FMODE_WRITE need to be on s_files by Al Viro · 11 years ago
  58. 4f5e65a fput: turn "list_head delayed_fput_list" into llist_head by Oleg Nesterov · 11 years ago
  59. 6437250 fs/file_table.c:fput(): add comment by Andrew Morton · 11 years ago
  60. c77cece Replace a bunch of file->dentry->d_inode refs with file_inode() by David Howells · 12 years ago
  61. e7b2c40 fput: task_work_add() can fail if the caller has passed exit_task_work() by Oleg Nesterov · 12 years ago
  62. dd37978 cache the value of file_inode() in struct file by Al Viro · 12 years ago
  63. 39b6525 fs: Preserve error code in get_empty_filp(), part 2 by Anatol Pomozov · 12 years ago
  64. 1afc99b propagate error from get_empty_filp() to its callers by Al Viro · 12 years ago
  65. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  66. 72651ca fs: Fix imbalance in freeze protection in mark_files_ro() by Jan Kara · 12 years ago
  67. 4b2c551f lglock: add DEFINE_STATIC_LGLOCK() by Lai Jiangshan · 12 years ago
  68. 88265322 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  69. 0ee8cdf take fget() and friends to fs/file.c by Al Viro · 12 years ago
  70. 4199d35 vfs: move ima_file_free before releasing the file by Mimi Zohar · 14 years ago
  71. eb04c28 fs: Add freezing handling to mnt_want_write() / mnt_drop_write() by Jan Kara · 13 years ago
  72. 5c33b18 uninline file_free_rcu() by Al Viro · 12 years ago
  73. 4a9d4b0 switch fput to task_work_add by Al Viro · 13 years ago
  74. 85d7d61 mark_files_ro(): don't bother with mntget/mntput by Al Viro · 13 years ago
  75. 962830d brlocks/lglocks: API cleanups by Andi Kleen · 13 years ago
  76. eea62f8 brlocks/lglocks: turn into functions by Andi Kleen · 13 years ago
  77. b57ce96 vfs: drop_file_write_access() made static by Al Viro · 13 years ago
  78. 8e8b879 vfs: prevent remount read-only if pending removes by Miklos Szeredi · 13 years ago
  79. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  80. 2e270d8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  81. 60ed8cf fix cdev leak on O_PATH final fput() by Miklos Szeredi · 14 years ago
  82. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  83. 326be7b Allow passing O_PATH descriptors via SCM_RIGHTS datagrams by Al Viro · 14 years ago
  84. 1abf0c7 New kind of open files - "location only". by Al Viro · 14 years ago
  85. 1cc26ba Merge branch 'master'; commit 'v2.6.38-rc7' into next by James Morris · 14 years ago
  86. 890275b5 IMA: maintain i_readcount in the VFS layer by Mimi Zohar · 14 years ago
  87. 78d2978 CRED: Fix kernel panic upon security_file_alloc() failure. by Tetsuo Handa · 14 years ago
  88. 3bc0ba4 fs: Remove unlikely() from fget_light() by Steven Rostedt · 14 years ago
  89. 518de9b fs: allow for more than 2^31 files by Eric Dumazet · 14 years ago
  90. 6416ccb fs: scale files_lock by Nick Piggin · 14 years ago
  91. ee2ffa0 fs: cleanup files_lock locking by Nick Piggin · 14 years ago
  92. 2069601 Revert "fsnotify: store struct file not struct path" by Linus Torvalds · 14 years ago
  93. 5893947 vfs: improve comment describing fget_light() by Tony Battersby · 14 years ago
  94. c1e5c95 vfs/fsnotify: fsnotify_close can delay the final work in fput by Eric Paris · 14 years ago
  95. d7065da get rid of the magic around f_count in aio by Al Viro · 15 years ago
  96. 42e4960 vfs: take f_lock on modifying f_mode after open time by Wu Fengguang · 15 years ago
  97. 89068c5 Take ima_file_free() to proper place. by Al Viro · 15 years ago
  98. 385e3ed alloc_file(): simplify handling of mnt_clone_write() errors by Roland Dreier · 15 years ago
  99. 73efc46 re-export alloc_file() by Roland Dreier · 15 years ago
  100. 0552f87 Untangling ima mess, part 1: alloc_file() by Al Viro · 15 years ago