1. 9b32105 kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare() by Dominik Brodowski · 7 years ago
  2. 447016e fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() by Dominik Brodowski · 7 years ago
  3. a16fe33 fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() by Dominik Brodowski · 7 years ago
  4. 312db1a fs: add ksys_mount() helper; remove in-kernel calls to sys_mount() by Dominik Brodowski · 7 years ago
  5. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  6. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  7. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  8. 75c3cfa VFS: assorted weird filesystems: d_inode() annotations by David Howells · 10 years ago
  9. fbde7c6 devtmpfs: Calling delete_path() only when necessary by Axel Lin · 11 years ago
  10. 27ac0ff locks: break delegations on any attribute modification by J. Bruce Fields · 13 years ago
  11. b21996e locks: break delegations on unlink by J. Bruce Fields · 13 years ago
  12. 4e4098a driver core: handle user namespaces properly with the uid/gid devtmpfs change by Greg Kroah-Hartman · 12 years ago
  13. d81c8d1 driver core: devtmpfs: fix compile failure with CONFIG_UIDGID_STRICT_TYPE_CHECKS by Ming Lei · 12 years ago
  14. c3a3042 devtmpfs: add base.h include by Greg Kroah-Hartman · 12 years ago
  15. 3c2670e driver core: add uid and gid to devtmpfs by Kay Sievers · 12 years ago
  16. 3dadecc switch vfs_getattr() to struct path by Al Viro · 12 years ago
  17. 1ac12b4 vfs: turn is_dir argument to kern_path_create into a lookup_flags arg by Jeff Layton · 12 years ago
  18. 91fa2cc userns: Convert devtmpfs to use GLOBAL_ROOT_UID and GLOBAL_ROOT_GID by Eric W. Biederman · 13 years ago
  19. 921a165 new helper: done_path_create() by Al Viro · 12 years ago
  20. 79714f7 get rid of kern_path_parent() by Al Viro · 13 years ago
  21. 02fbe5e devtmpfs: fix 'the the' typo by Peter Korsgaard · 13 years ago
  22. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  23. fbd48a6 switch devtmpfs to umode_t by Al Viro · 13 years ago
  24. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  25. 65e6757 devtmpfsd: fix task state handling by Kautuk Consul · 13 years ago
  26. f9e0b15 drivers/base/devtmpfs.c: correct annotation of `setup_done' by Arnaud Lacombe · 13 years ago
  27. 9d108d2 devtmpfs: missing initialialization in never-hit case by Al Viro · 13 years ago
  28. e13889b fix devtmpfs race by Al Viro · 13 years ago
  29. 5da4e68 devtmpfs: get rid of bogus mkdir in create_path() by Al Viro · 14 years ago
  30. 69753a0 switch devtmpfs to kern_path_create() by Al Viro · 14 years ago
  31. 2780f1f switch devtmpfs object creation/removal to separate kernel thread by Al Viro · 14 years ago
  32. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  33. da5e4ef devtmpfs: support !CONFIG_TMPFS by Peter Korsgaard · 15 years ago
  34. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  35. 5e31d76 Driver-Core: devtmpfs - reset inode permissions before unlinking by Kay Sievers · 15 years ago
  36. f776c5e driver-core: fix devtmpfs crash on s390 by Heiko Carstens · 15 years ago
  37. 8042273 devtmpfs: unlock mutex in case of string allocation error by Kay Sievers · 15 years ago
  38. f1f76f8 devtmpfs: Convert dirlock to a mutex by Thomas Gleixner · 15 years ago
  39. 03d673e6 Driver-Core: devtmpfs - set root directory mode to 0755 by Kay Sievers · 15 years ago
  40. 015bf43 Driver Core: devtmpfs: do not remove non-kernel-created directories by Kay Sievers · 15 years ago
  41. 073120c Driver Core: devtmpfs: use sys_mount() by Kay Sievers · 15 years ago
  42. ed413ae Driver core: devtmpfs: prevent concurrent subdirectory creation and removal by Kay Sievers · 15 years ago
  43. 0092699 Driver Core: devtmpfs: ignore umask while setting file mode by Kay Sievers · 15 years ago
  44. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  45. 2b2af54 Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev by Kay Sievers · 16 years ago