1. bb49e9e fs: add is_idmapped_mnt() helper by Christian Brauner · 3 years, 1 month ago
  2. 9caccd4 fs: introduce MOUNT_ATTR_IDMAP by Christian Brauner · 4 years ago
  3. 14e3e98 proc mountinfo: make splice available again by Linus Torvalds · 4 years ago
  4. dab741e0 Add a "nosymfollow" mount option. by Mattias Nissler · 4 years, 4 months ago
  5. 9ff7258 Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 7 months ago
  6. 9f6c61f proc/mounts: add cursor by Miklos Szeredi · 4 years, 8 months ago
  7. 1e88c42 proc: rename struct proc_fs_info to proc_fs_opts by Alexey Gladkov · 4 years, 8 months ago
  8. c7eb686 vfs: subtype handling moved to fuse by David Howells · 6 years ago
  9. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  10. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  11. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  12. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  13. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  14. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  15. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  16. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  17. f719ff9b sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  18. 5f8d498 vfs: show_vfsstat: do not ignore errors from show_devname method by Dmitry V. Levin · 10 years ago
  19. b896fb3 vfs: show_vfsstat: remove redundant initialization and check of error code by Dmitry V. Levin · 9 years ago
  20. 6ce4bca vfs: show_mountinfo: cleanup error code checks by Dmitry V. Levin · 9 years ago
  21. 5d9f3c7 vfs: show_vfsmnt: remove redundant initialization of error code by Dmitry V. Levin · 9 years ago
  22. ede1bf0 fs: use seq_open_private() for proc_mounts by Yann Droneaud · 9 years ago
  23. 0ae45f6 vfs: add support for a lazytime mount option by Theodore Ts'o · 10 years ago
  24. 9d4d657 vfs: make mounts and mountstats honor root dir like mountinfo does by Dmitry V. Levin · 10 years ago
  25. 9ad4dc4 vfs: cleanup show_mountinfo by Dmitry V. Levin · 12 years ago
  26. 728dba3 namespaces: Use task_lock and not rcu to protect nsproxy by Eric W. Biederman · 11 years ago
  27. c7999c3 reduce m_start() cost... by Al Viro · 11 years ago
  28. 3d93116 fs/proc_namespace.c: simplify testing nsp and nsp->mnt_ns by Axel Lin · 11 years ago
  29. aab407f don't bother with vfsmount_lock in mounts_poll() by Al Viro · 11 years ago
  30. 6ce6e24 get rid of magic in proc_namespace.c by Al Viro · 13 years ago
  31. 962830d brlocks/lglocks: API cleanups by Andi Kleen · 13 years ago
  32. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  33. a6322de vfs: switch ->show_path() to struct dentry * by Al Viro · 13 years ago
  34. d861c63 vfs: switch ->show_devname() to struct dentry * by Al Viro · 13 years ago
  35. 6413237 vfs: switch ->show_stats to struct dentry * by Al Viro · 13 years ago
  36. 0226f49 vfs: take /proc/*/mounts and friends to fs/proc_namespace.c by Al Viro · 13 years ago