- 3e78198 Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux by Linus Torvalds · 8 months ago
- 0ef625b vfs: support statx(..., NULL, AT_EMPTY_PATH, ...) by Mateusz Guzik · 8 months ago
- 27a2d0cb stat: use vfs_empty_path() helper by Christian Brauner · 10 months ago
- 9abcfbd block: Add atomic write support for statx by Prasad Singamsetty · 9 months ago
- 0f9ca80 fs: Add initial atomic write support info to statx by Prasad Singamsetty · 9 months ago
- dff6073 vfs: retire user_path_at_empty and drop empty arg from getname_flags by Mateusz Guzik · 9 months ago
- 969ce92 vfs: stop using user_path_at_empty in do_readlinkat by Mateusz Guzik · 9 months ago
- 2a82bb0 statx: stx_subvol by Kent Overstreet · 12 months ago
- 8c9440f Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 2 months ago
- c604110 Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 2 months ago
- 376870a fs: fix doc comment typo fs tree wide by Alexander Mikhalitsyn · 1 year, 3 months ago
- 98d2b43 add unique mount ID by Miklos Szeredi · 1 year, 4 months ago
- 8a924db fs: Pass AT_GETATTR_NOSEC flag to getattr interface function by Stefan Berger · 1 year, 5 months ago
- 16a9496 fs: convert core infrastructure to new timestamp accessors by Jeff Layton · 1 year, 5 months ago
- 647aa76 Revert "fs: add infrastructure for multigrain timestamps" by Christian Brauner · 1 year, 5 months ago
- 42aadec stat: remove no-longer-used helper macros by Linus Torvalds · 1 year, 6 months ago
- 9013c51 vfs: mostly undo glibc turning 'fstat()' into 'fstatat(AT_EMPTY_PATH)' by Linus Torvalds · 1 year, 6 months ago
- ffb6cf1 fs: add infrastructure for multigrain timestamps by Jeff Layton · 1 year, 7 months ago
- 0d72b928 fs: pass the request_mask to generic_fillattr by Jeff Layton · 1 year, 7 months ago
- 2276e5b fs: convert to ctime accessor functions by Jeff Layton · 1 year, 8 months ago
- 05e6295f Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping by Linus Torvalds · 2 years ago
- a1175d6 vfs: plumb i_version handling into struct kstat by Jeff Layton · 8 years ago
- e67fe63 fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap by Christian Brauner · 2 years, 2 months ago
- b74d24f fs: port ->getattr() to pass mnt_idmap by Christian Brauner · 2 years, 2 months ago
- a2bd096 fs: use type safe idmapping helpers by Christian Brauner · 2 years, 8 months ago
- 2d985f8 vfs: support STATX_DIOALIGN on block devices by Eric Biggers · 2 years, 6 months ago
- 825cf20 statx: add direct I/O alignment information by Eric Biggers · 2 years, 6 months ago
- 35b51af Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 2 years, 9 months ago
- f18ed30 fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT by Guo Ren · 2 years, 11 months ago
- 932aba1 stat: fix inconsistency between struct stat and struct compat_stat by Mikulas Patocka · 2 years, 11 months ago
- 1b6fe6e io-uring: Make statx API stable by Stefan Roesch · 3 years ago
- 4f91113 fs: add generic helper for filling statx attribute flags by Amir Goldstein · 3 years, 9 months ago
- 5afa7e8 fs: fix reporting supported extra file attributes for statx() by Theodore Ts'o · 3 years, 11 months ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 1 month ago
- 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years, 1 month ago
- f2d077f fs: remove KSTAT_QUERY_FLAGS by Christoph Hellwig · 4 years, 5 months ago
- b3f0515 fs: remove vfs_stat_set_lookup_flags by Christoph Hellwig · 4 years, 5 months ago
- 09f1bde fs: move vfs_fstatat out of line by Christoph Hellwig · 4 years, 5 months ago
- da9aa5d fs: remove vfs_statx_fd by Christoph Hellwig · 4 years, 5 months ago
- 96ed320 Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 9 months ago
- 1ee08de Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 9 months ago
- 6f88cc1 statx: hide interfaces no longer used by io_uring by Bijan Mottahedeh · 4 years, 9 months ago
- 0018784 statx: allow system call to be invoked from io_uring by Bijan Mottahedeh · 4 years, 9 months ago
- 80340fe statx: add mount_root by Miklos Szeredi · 4 years, 10 months ago
- fa2fcf4 statx: add mount ID by Miklos Szeredi · 4 years, 10 months ago
- 761e28f statx: don't clear STATX_ATIME on SB_RDONLY by Miklos Szeredi · 4 years, 10 months ago
- 581701b uapi: deprecate STATX_ALL by Miklos Szeredi · 4 years, 10 months ago
- 712b269 fs/stat: Define DAX statx attribute by Ira Weiny · 4 years, 10 months ago
- 3934e36 fs: make two stat prep helpers available by Jens Axboe · 5 years ago
- 801e523 fs: move generic stat response attr handling to vfs_getattr_nosec by Christoph Hellwig · 6 years ago
- 82b355d y2038: Remove newstat family from default syscall set by Arnd Bergmann · 7 years ago
- 2dae024 fs: add do_readlinkat() helper; remove internal call to sys_readlinkat() by Dominik Brodowski · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- f4a8116a fs: Provide __inode_get_bytes() by Jan Kara · 8 years ago
- eb315d2 ufs: restore maintaining ->i_blocks by Al Viro · 8 years ago
- 204f144 Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 59372bb statx: correct error handling of NULL pathname by Michael Kerrisk (man-pages) · 8 years ago
- 1e2f82d statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATH by David Howells · 8 years ago
- ac565de stat: move compat syscalls from compat.c by Al Viro · 8 years ago
- 3209f68 statx: Include a mask for stx_attributes in struct statx by David Howells · 8 years ago
- 47071ae statx: Reserve the top bit of the mask for future struct expansion by David Howells · 8 years ago
- 64bd720 statx: optimize copy of struct statx to userspace by Eric Biggers · 8 years ago
- b15fb70 statx: remove incorrect part of vfs_statx() comment by Eric Biggers · 8 years ago
- 8c7493a statx: reject unknown flags when using NULL path by Eric Biggers · 8 years ago
- 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
- 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
- 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- fd4a0edf vfs: replace calling i_op->readlink with vfs_readlink() by Miklos Szeredi · 8 years ago
- 4c416f4 fs/stat.c: drop the last new_valid_dev check by Yaowei Bai · 9 years ago
- 28f6570 fs/stat.c: remove unnecessary new_valid_dev() check by Yaowei Bai · 9 years ago
- bb668734 VFS: assorted d_backing_inode() annotations by David Howells · 10 years ago
- 3f7036a switch security_inode_getattr() to struct path * by Al Viro · 10 years ago
- b7a6ec5 vfs: split out vfs_getattr_nosec by J. Bruce Fields · 11 years ago
- 1c8924e quota: provide interface for readding allocated space into reserved space by Jan Kara · 12 years ago
- 3dadecc switch vfs_getattr() to struct path by Al Viro · 12 years ago
- 7955119 vfs: fix readlinkat to retry on ESTALE by Jeff Layton · 12 years ago
- 836fb7e vfs: make fstatat retry on ESTALE errors from getattr call by Jeff Layton · 12 years ago
- aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 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
- 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 13 years ago
- 55815f7 vfs: make O_PATH file descriptors usable for 'fstat()' by Linus Torvalds · 12 years ago
- 0753f70 fs: Build sys_stat64() and friends if __ARCH_WANT_COMPAT_STAT64 by Catalin Marinas · 13 years ago
- 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 13 years ago
- 7e5cb5e Merge branch 'vfs-cleanups' (random vfs cleanups) by Linus Torvalds · 13 years ago
- a7c1938 userns: Convert stat to return values mapped from kuids and kgids by Eric W. Biederman · 13 years ago
- 8529f61 vfs: don't force a big memset of stat data just to clear padding fields by Linus Torvalds · 13 years ago
- a52dd97 vfs: de-crapify "cp_new_stat()" function by Linus Torvalds · 13 years ago
- e994def VFS: make vfs_fstat() use f[get|put]_light() by Linus Torvalds · 13 years ago
- 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
- 68ac123 switch touch_atime to struct path by Al Viro · 13 years ago
- 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
- 1fa1e7f readlinkat: ensure we return ENOENT for the empty pathname for normal lookups by Andy Whitcroft · 13 years ago
- b6c8069 vfs: remove LOOKUP_NO_AUTOMOUNT flag by Linus Torvalds · 13 years ago
- 3ddcd05 vfs: optimize inode cache access patterns by Linus Torvalds · 14 years ago
- 65cfc67 readlinkat(), fchownat() and fstatat() with empty relative pathnames by Al Viro · 14 years ago
- 6f45b65 Add an AT_NO_AUTOMOUNT flag to suppress terminal automount by David Howells · 14 years ago
- c788732 Mark arguments to certain syscalls as being const by David Howells · 15 years ago
- b462707 Add unlocked version of inode_add_bytes() function by Dmitry Monakhov · 15 years ago