Age | Commit message (Expand) | Author |
2023-11-18 | fs: Pass AT_GETATTR_NOSEC flag to getattr interface function | Stefan Berger |
2023-10-18 | fs: convert core infrastructure to new timestamp accessors | Jeff Layton |
2023-09-20 | Revert "fs: add infrastructure for multigrain timestamps" | Christian Brauner |
2023-09-17 | stat: remove no-longer-used helper macros | Linus Torvalds |
2023-09-07 | vfs: mostly undo glibc turning 'fstat()' into 'fstatat(AT_EMPTY_PATH)' | Linus Torvalds |
2023-08-11 | fs: add infrastructure for multigrain timestamps | Jeff Layton |
2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton |
2023-07-13 | fs: convert to ctime accessor functions | Jeff Layton |
2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-01-26 | vfs: plumb i_version handling into struct kstat | Jeff Layton |
2023-01-19 | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner |
2022-10-26 | fs: use type safe idmapping helpers | Christian Brauner |
2022-09-11 | vfs: support STATX_DIOALIGN on block devices | Eric Biggers |
2022-09-11 | statx: add direct I/O alignment information | Eric Biggers |
2022-05-31 | Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-04-26 | fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT | Guo Ren |
2022-04-12 | stat: fix inconsistency between struct stat and struct compat_stat | Mikulas Patocka |
2022-03-10 | io-uring: Make statx API stable | Stefan Roesch |
2021-08-17 | fs: add generic helper for filling statx attribute flags | Amir Goldstein |
2021-04-17 | fs: fix reporting supported extra file attributes for statx() | Theodore Ts'o |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner |
2021-01-24 | stat: handle idmapped mounts | Christian Brauner |
2020-09-26 | fs: remove KSTAT_QUERY_FLAGS | Christoph Hellwig |
2020-09-26 | fs: remove vfs_stat_set_lookup_flags | Christoph Hellwig |
2020-09-26 | fs: move vfs_fstatat out of line | Christoph Hellwig |
2020-09-26 | fs: remove vfs_statx_fd | Christoph Hellwig |
2020-06-02 | Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2020-06-02 | Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-05-26 | statx: hide interfaces no longer used by io_uring | Bijan Mottahedeh |
2020-05-26 | statx: allow system call to be invoked from io_uring | Bijan Mottahedeh |
2020-05-14 | statx: add mount_root | Miklos Szeredi |
2020-05-14 | statx: add mount ID | Miklos Szeredi |
2020-05-14 | statx: don't clear STATX_ATIME on SB_RDONLY | Miklos Szeredi |
2020-05-14 | uapi: deprecate STATX_ALL | Miklos Szeredi |
2020-05-04 | fs/stat: Define DAX statx attribute | Ira Weiny |
2020-01-20 | fs: make two stat prep helpers available | Jens Axboe |
2019-02-01 | fs: move generic stat response attr handling to vfs_getattr_nosec | Christoph Hellwig |
2018-08-29 | y2038: Remove newstat family from default syscall set | Arnd Bergmann |
2018-04-02 | fs: add do_readlinkat() helper; remove internal call to sys_readlinkat() | Dominik Brodowski |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-08-17 | fs: Provide __inode_get_bytes() | Jan Kara |
2017-06-09 | ufs: restore maintaining ->i_blocks | Al Viro |
2017-05-02 | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2017-04-27 | statx: correct error handling of NULL pathname | Michael Kerrisk (man-pages) |
2017-04-26 | statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATH | David Howells |
2017-04-17 | stat: move compat syscalls from compat.c | Al Viro |
2017-04-03 | statx: Include a mask for stx_attributes in struct statx | David Howells |
2017-04-03 | statx: Reserve the top bit of the mask for future struct expansion | David Howells |
2017-04-03 | statx: optimize copy of struct statx to userspace | Eric Biggers |