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