index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fsopen.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-09
Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2026-01-16
fspick(2): use CLASS(filename_flags)
Al Viro
2025-12-15
fs: Remove internal old mount API code
Eric Sandeen
2025-08-11
fscontext: do not consume log entries when returning -EMSGSIZE
Aleksa Sarai
2025-02-12
fs: support O_PATH fds with FSCONFIG_SET_FD
Christian Brauner
2024-11-03
fdget(), more trivial conversions
Al Viro
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
2024-06-05
vfs: retire user_path_at_empty and drop empty arg from getname_flags
Mateusz Guzik
2024-05-27
fs: fsconfig: intercept non-new mount API in advance for FSCONFIG_CMD_CREATE_...
Hongbo Li
2023-09-22
fsconfig: ensure that dirfd is set to aux
Christian Brauner
2023-08-14
fs: add FSCONFIG_CMD_CREATE_EXCL
Christian Brauner
2023-08-14
fs: add vfs_cmd_reconfigure()
Christian Brauner
2023-08-14
fs: add vfs_cmd_create()
Christian Brauner
2022-05-19
uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)
Al Viro
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-02-07
add prefix to fs_context->log
Al Viro
2020-02-07
get rid of fs_value_is_filename_empty
Al Viro
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-05-25
move mount_capable() further out
Al Viro
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
2019-05-16
uapi, fsopen: use square brackets around "fscontext" [ver #2]
Christian Brauner
2019-03-20
vfs: syscall: Add fspick() to select a superblock for reconfiguration
David Howells
2019-03-20
vfs: syscall: Add fsconfig() for configuring and managing a context
David Howells
2019-03-20
vfs: Implement logging through fs_context
David Howells
2019-03-20
vfs: syscall: Add fsopen() to prepare for superblock creation
David Howells