1. c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  2. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  3. 72a9cc9 devtmpfs: factor out common tail of devtmpfs_{create,delete}_node by Rasmus Villemoes · 5 years ago
  4. fad1db8 devtmpfs: initify a bit by Rasmus Villemoes · 5 years ago
  5. 21766d1 devtmpfs: simplify initialization of mount_dev by Rasmus Villemoes · 5 years ago
  6. 0ff0e95 devtmpfs: factor out setup part of devtmpfsd() by Rasmus Villemoes · 5 years ago
  7. c9d6b287 devtmpfs: fix theoretical stale pointer deref in devtmpfsd() by Rasmus Villemoes · 5 years ago
  8. 5e787db devtmpfs: use do_mount() instead of ksys_mount() by Dominik Brodowski · 6 years ago
  9. f323562 vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount API by David Howells · 6 years ago
  10. 7e30d2a5 make shmem_fill_super() static by Al Viro · 6 years ago
  11. d401727 devtmpfs: don't mix {ramfs,shmem}_fill_super() with mount_single() by Al Viro · 6 years ago
  12. 3348884 constify ksys_mount() string arguments by Al Viro · 6 years ago
  13. e262e32d vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled by David Howells · 6 years ago
  14. be6b1df drivers/base/devtmpfs.c: don't pretend path is const in delete_path by Rasmus Villemoes · 6 years ago
  15. 9b32105 kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare() by Dominik Brodowski · 7 years ago
  16. 447016e fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() by Dominik Brodowski · 7 years ago
  17. a16fe33 fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() by Dominik Brodowski · 7 years ago
  18. 312db1a fs: add ksys_mount() helper; remove in-kernel calls to sys_mount() by Dominik Brodowski · 7 years ago
  19. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  20. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  21. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  22. 75c3cfa VFS: assorted weird filesystems: d_inode() annotations by David Howells · 10 years ago
  23. fbde7c6 devtmpfs: Calling delete_path() only when necessary by Axel Lin · 11 years ago
  24. 27ac0ff locks: break delegations on any attribute modification by J. Bruce Fields · 13 years ago
  25. b21996e locks: break delegations on unlink by J. Bruce Fields · 13 years ago
  26. 4e4098a driver core: handle user namespaces properly with the uid/gid devtmpfs change by Greg Kroah-Hartman · 12 years ago
  27. d81c8d1 driver core: devtmpfs: fix compile failure with CONFIG_UIDGID_STRICT_TYPE_CHECKS by Ming Lei · 12 years ago
  28. c3a3042 devtmpfs: add base.h include by Greg Kroah-Hartman · 12 years ago
  29. 3c2670e driver core: add uid and gid to devtmpfs by Kay Sievers · 12 years ago
  30. 3dadecc switch vfs_getattr() to struct path by Al Viro · 12 years ago
  31. 1ac12b4 vfs: turn is_dir argument to kern_path_create into a lookup_flags arg by Jeff Layton · 12 years ago
  32. 91fa2cc userns: Convert devtmpfs to use GLOBAL_ROOT_UID and GLOBAL_ROOT_GID by Eric W. Biederman · 13 years ago
  33. 921a165 new helper: done_path_create() by Al Viro · 13 years ago
  34. 79714f7 get rid of kern_path_parent() by Al Viro · 13 years ago
  35. 02fbe5e devtmpfs: fix 'the the' typo by Peter Korsgaard · 13 years ago
  36. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  37. fbd48a6 switch devtmpfs to umode_t by Al Viro · 14 years ago
  38. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 14 years ago
  39. 65e6757 devtmpfsd: fix task state handling by Kautuk Consul · 13 years ago
  40. f9e0b15 drivers/base/devtmpfs.c: correct annotation of `setup_done' by Arnaud Lacombe · 14 years ago
  41. 9d108d2 devtmpfs: missing initialialization in never-hit case by Al Viro · 13 years ago
  42. e13889b fix devtmpfs race by Al Viro · 13 years ago
  43. 5da4e68 devtmpfs: get rid of bogus mkdir in create_path() by Al Viro · 14 years ago
  44. 69753a0 switch devtmpfs to kern_path_create() by Al Viro · 14 years ago
  45. 2780f1f switch devtmpfs object creation/removal to separate kernel thread by Al Viro · 14 years ago
  46. fc14f2f convert get_sb_single() users by Al Viro · 15 years ago
  47. da5e4ef devtmpfs: support !CONFIG_TMPFS by Peter Korsgaard · 15 years ago
  48. 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
  49. 5e31d76 Driver-Core: devtmpfs - reset inode permissions before unlinking by Kay Sievers · 15 years ago
  50. f776c5e driver-core: fix devtmpfs crash on s390 by Heiko Carstens · 15 years ago
  51. 8042273 devtmpfs: unlock mutex in case of string allocation error by Kay Sievers · 15 years ago
  52. f1f76f8 devtmpfs: Convert dirlock to a mutex by Thomas Gleixner · 15 years ago
  53. 03d673e6 Driver-Core: devtmpfs - set root directory mode to 0755 by Kay Sievers · 15 years ago
  54. 015bf43 Driver Core: devtmpfs: do not remove non-kernel-created directories by Kay Sievers · 15 years ago
  55. 073120c Driver Core: devtmpfs: use sys_mount() by Kay Sievers · 15 years ago
  56. ed413ae Driver core: devtmpfs: prevent concurrent subdirectory creation and removal by Kay Sievers · 15 years ago
  57. 0092699 Driver Core: devtmpfs: ignore umask while setting file mode by Kay Sievers · 15 years ago
  58. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  59. 2b2af54 Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev by Kay Sievers · 16 years ago