开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fcntl.c
Age
Commit message (
Expand
)
Author
2024-11-25
fs: require inode_owner_or_capable for F_SET_RW_HINT
Christoph Hellwig
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2024-11-18
Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-11-03
fdget_raw() users: switch to CLASS(fd_raw)
Al Viro
2024-10-22
fcntl: make F_DUPFD_QUERY associative
Christian Brauner
2024-10-07
remove pointless includes of <linux/fdtable.h>
Al Viro
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-16
Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-09-16
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-09-09
fs: Fix file_set_fowner LSM hook inconsistencies
Mickaël Salaün
2024-08-28
file: reclaim 24 bytes from f_owner
Christian Brauner
2024-08-19
fcntl: add F_CREATED_QUERY
Christian Brauner
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
2024-05-10
fcntl: add F_DUPFD_QUERY fcntl()
Linus Torvalds
2024-03-11
Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-02-12
fs: prefer kfree_rcu() in fasync_remove_entry()
Dmitry Antipov
2024-02-06
fs: Propagate write hints to the struct block_device inode
Bart Van Assche
2024-02-06
fs: Move enum rw_hint into a new header file
Bart Van Assche
2024-02-06
fs: Split fcntl_rw_hint()
Bart Van Assche
2024-02-06
fs: Verify write lifetime constants at compile time
Bart Van Assche
2024-02-06
fs: Fix rw_hint validation
Bart Van Assche
2023-10-18
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
2023-07-10
fcntl: Cast commands with int args explicitly
Luca Vizzarro
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-01-19
fs: port inode_owner_or_capable() to mnt_idmap
Christian Brauner
2023-01-11
filelock: move file locking definitions to separate header file
Jeff Layton
2022-06-10
keep iocb_flags() result cached in struct file
Al Viro
2022-05-09
VFS: add FMODE_CAN_ODIRECT file flag
NeilBrown
2022-03-08
fs: remove fs.f_write_hint
Christoph Hellwig
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-03
memcg: enable accounting for fasync_cache
Vasily Averin
2021-08-21
fcntl: fix potential deadlock for &fasync_struct.fa_lock
Desmond Cheong Zhi Xi
2021-08-21
fcntl: fix potential deadlocks for &fown_struct.lock
Desmond Cheong Zhi Xi
2021-07-12
fcntl: Fix unreachable code in do_fcntl()
Gustavo A. R. Silva
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-08
fcntl: make F_GETOWN(EX) return 0 on dead owner task
Pavel Tikhomirov
2021-01-24
fcntl: handle idmapped mounts
Christian Brauner
2021-01-24
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2020-11-05
fcntl: Fix potential deadlock in send_sig{io, urg}()
Boqun Feng
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-03-03
fcntl: Distribute switch variables for initialization
Kees Cook
2019-12-08
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2019-10-25
fcntl: fix typo in RWH_WRITE_LIFE_NOT_SET r/w hint name
Eugene Syromiatnikov
2019-10-21
fs/fnctl: fix missing __user in fcntl_rw_hint()
Ben Dooks
2019-04-08
fs: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-10-03
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
2018-08-15
signal: Don't send signals to tasks that don't exist
Eric W. Biederman
2018-07-21
signal: Pass pid type into do_send_sig_info
Eric W. Biederman
2018-07-21
signal: Pass pid type into send_sigio_to_task & send_sigurg_to_task
Eric W. Biederman
2018-07-21
signal: Use PIDTYPE_TGID to clearly store where file signals will be sent
Eric W. Biederman
[next]