1. 4f91113 fs: add generic helper for filling statx attribute flags by Amir Goldstein · 3 years, 6 months ago
  2. 5afa7e8 fs: fix reporting supported extra file attributes for statx() by Theodore Ts'o · 3 years, 8 months ago
  3. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  4. 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
  5. f2d077f fs: remove KSTAT_QUERY_FLAGS by Christoph Hellwig · 4 years, 3 months ago
  6. b3f0515 fs: remove vfs_stat_set_lookup_flags by Christoph Hellwig · 4 years, 3 months ago
  7. 09f1bde fs: move vfs_fstatat out of line by Christoph Hellwig · 4 years, 3 months ago
  8. da9aa5d fs: remove vfs_statx_fd by Christoph Hellwig · 4 years, 3 months ago
  9. 96ed320 Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
  10. 1ee08de Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  11. 6f88cc1 statx: hide interfaces no longer used by io_uring by Bijan Mottahedeh · 4 years, 7 months ago
  12. 0018784 statx: allow system call to be invoked from io_uring by Bijan Mottahedeh · 4 years, 7 months ago
  13. 80340fe statx: add mount_root by Miklos Szeredi · 4 years, 8 months ago
  14. fa2fcf4 statx: add mount ID by Miklos Szeredi · 4 years, 8 months ago
  15. 761e28f statx: don't clear STATX_ATIME on SB_RDONLY by Miklos Szeredi · 4 years, 8 months ago
  16. 581701b uapi: deprecate STATX_ALL by Miklos Szeredi · 4 years, 8 months ago
  17. 712b269 fs/stat: Define DAX statx attribute by Ira Weiny · 4 years, 8 months ago
  18. 3934e36 fs: make two stat prep helpers available by Jens Axboe · 5 years ago
  19. 801e523 fs: move generic stat response attr handling to vfs_getattr_nosec by Christoph Hellwig · 6 years ago
  20. 82b355d y2038: Remove newstat family from default syscall set by Arnd Bergmann · 7 years ago
  21. 2dae024 fs: add do_readlinkat() helper; remove internal call to sys_readlinkat() by Dominik Brodowski · 7 years ago
  22. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  23. f4a8116a fs: Provide __inode_get_bytes() by Jan Kara · 7 years ago
  24. eb315d2 ufs: restore maintaining ->i_blocks by Al Viro · 8 years ago
  25. 204f144 Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  26. 59372bb statx: correct error handling of NULL pathname by Michael Kerrisk (man-pages) · 8 years ago
  27. 1e2f82d statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATH by David Howells · 8 years ago
  28. ac565de stat: move compat syscalls from compat.c by Al Viro · 8 years ago
  29. 3209f68 statx: Include a mask for stx_attributes in struct statx by David Howells · 8 years ago
  30. 47071ae statx: Reserve the top bit of the mask for future struct expansion by David Howells · 8 years ago
  31. 64bd720 statx: optimize copy of struct statx to userspace by Eric Biggers · 8 years ago
  32. b15fb70 statx: remove incorrect part of vfs_statx() comment by Eric Biggers · 8 years ago
  33. 8c7493a statx: reject unknown flags when using NULL path by Eric Biggers · 8 years ago
  34. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  35. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  36. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  37. 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  38. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  39. fd4a0edf vfs: replace calling i_op->readlink with vfs_readlink() by Miklos Szeredi · 8 years ago
  40. 4c416f4 fs/stat.c: drop the last new_valid_dev check by Yaowei Bai · 9 years ago
  41. 28f6570 fs/stat.c: remove unnecessary new_valid_dev() check by Yaowei Bai · 9 years ago
  42. bb668734 VFS: assorted d_backing_inode() annotations by David Howells · 10 years ago
  43. 3f7036a switch security_inode_getattr() to struct path * by Al Viro · 10 years ago
  44. b7a6ec5 vfs: split out vfs_getattr_nosec by J. Bruce Fields · 11 years ago
  45. 1c8924e quota: provide interface for readding allocated space into reserved space by Jan Kara · 11 years ago
  46. 3dadecc switch vfs_getattr() to struct path by Al Viro · 12 years ago
  47. 7955119 vfs: fix readlinkat to retry on ESTALE by Jeff Layton · 12 years ago
  48. 836fb7e vfs: make fstatat retry on ESTALE errors from getattr call by Jeff Layton · 12 years ago
  49. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  50. 81f56e5 Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  51. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  52. 55815f7 vfs: make O_PATH file descriptors usable for 'fstat()' by Linus Torvalds · 12 years ago
  53. 0753f70 fs: Build sys_stat64() and friends if __ARCH_WANT_COMPAT_STAT64 by Catalin Marinas · 13 years ago
  54. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 13 years ago
  55. 7e5cb5e Merge branch 'vfs-cleanups' (random vfs cleanups) by Linus Torvalds · 13 years ago
  56. a7c1938 userns: Convert stat to return values mapped from kuids and kgids by Eric W. Biederman · 13 years ago
  57. 8529f61 vfs: don't force a big memset of stat data just to clear padding fields by Linus Torvalds · 13 years ago
  58. a52dd97 vfs: de-crapify "cp_new_stat()" function by Linus Torvalds · 13 years ago
  59. e994def VFS: make vfs_fstat() use f[get|put]_light() by Linus Torvalds · 13 years ago
  60. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  61. 68ac123 switch touch_atime to struct path by Al Viro · 13 years ago
  62. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  63. 1fa1e7f readlinkat: ensure we return ENOENT for the empty pathname for normal lookups by Andy Whitcroft · 13 years ago
  64. b6c8069 vfs: remove LOOKUP_NO_AUTOMOUNT flag by Linus Torvalds · 13 years ago
  65. 3ddcd05 vfs: optimize inode cache access patterns by Linus Torvalds · 13 years ago
  66. 65cfc67 readlinkat(), fchownat() and fstatat() with empty relative pathnames by Al Viro · 14 years ago
  67. 6f45b65 Add an AT_NO_AUTOMOUNT flag to suppress terminal automount by David Howells · 14 years ago
  68. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  69. b462707 Add unlocked version of inode_add_bytes() function by Dmitry Monakhov · 15 years ago
  70. 2eae7a1 kill vfs_stat_fd / vfs_lstat_fd by Christoph Hellwig · 16 years ago
  71. 0112fc2 Separate out common fstatat code into vfs_fstatat by Oleg Drokin · 16 years ago
  72. 6559eed8 [CVE-2009-0029] System call wrappers part 30 by Heiko Carstens · 16 years ago
  73. 002c897 [CVE-2009-0029] System call wrappers part 16 by Heiko Carstens · 16 years ago
  74. 257ac26 [CVE-2009-0029] System call wrappers part 11 by Heiko Carstens · 16 years ago
  75. bdc480e [CVE-2009-0029] System call wrappers part 10 by Heiko Carstens · 16 years ago
  76. acfa438 inode->i_op is never NULL by Al Viro · 16 years ago
  77. 2d8f303 [PATCH] sanitize __user_walk_fd() et.al. by Al Viro · 16 years ago
  78. 1d957f9 Introduce path_put() by Jan Blunck · 17 years ago
  79. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 17 years ago
  80. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  81. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 18 years ago
  82. 0723305 [PATCH] vfs_getattr(): remove dead code by Andrew Morton · 18 years ago
  83. afefdbb [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers by David Howells · 18 years ago
  84. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  85. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  86. 2833c28 [PATCH] powerpc: Wire up *at syscalls by Andreas Schwab · 19 years ago
  87. cff2b76 [PATCH] fstatat64 support by Ulrich Drepper · 19 years ago
  88. 5590ff0 [PATCH] vfs: *at functions: core by Ulrich Drepper · 19 years ago
  89. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago