index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fcntl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-23
1
-19
/
+19
|
\
|
*
introduce fd_file(), convert all accessors to it.
Al Viro
2024-08-12
1
-19
/
+19
*
|
Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-09-16
1
-10
/
+4
|
\
\
|
*
|
fs: Fix file_set_fowner LSM hook inconsistencies
Mickaël Salaün
2024-09-09
1
-10
/
+4
|
|
/
*
|
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-09-16
1
-34
/
+132
|
\
\
|
*
|
file: reclaim 24 bytes from f_owner
Christian Brauner
2024-08-28
1
-34
/
+132
|
|
/
*
/
fcntl: add F_CREATED_QUERY
Christian Brauner
2024-08-19
1
-0
/
+10
|
/
*
fcntl: add F_DUPFD_QUERY fcntl()
Linus Torvalds
2024-05-10
1
-0
/
+20
*
Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-03-11
1
-24
/
+40
|
\
|
*
fs: Propagate write hints to the struct block_device inode
Bart Van Assche
2024-02-06
1
-0
/
+7
|
*
fs: Move enum rw_hint into a new header file
Bart Van Assche
2024-02-06
1
-0
/
+1
|
*
fs: Split fcntl_rw_hint()
Bart Van Assche
2024-02-06
1
-21
/
+24
|
*
fs: Verify write lifetime constants at compile time
Bart Van Assche
2024-02-06
1
-0
/
+7
|
*
fs: Fix rw_hint validation
Bart Van Assche
2024-02-06
1
-7
/
+5
*
|
fs: prefer kfree_rcu() in fasync_remove_entry()
Dmitry Antipov
2024-02-12
1
-7
/
+1
|
/
*
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
2023-10-18
1
-1
/
+1
*
fcntl: Cast commands with int args explicitly
Luca Vizzarro
2023-07-10
1
-14
/
+15
*
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-02-20
1
-1
/
+1
|
\
|
*
fs: port inode_owner_or_capable() to mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
|
filelock: move file locking definitions to separate header file
Jeff Layton
2023-01-11
1
-0
/
+1
|
/
*
keep iocb_flags() result cached in struct file
Al Viro
2022-06-10
1
-0
/
+1
*
VFS: add FMODE_CAN_ODIRECT file flag
NeilBrown
2022-05-09
1
-5
/
+4
*
fs: remove fs.f_write_hint
Christoph Hellwig
2022-03-08
1
-18
/
+0
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-03
1
-1
/
+2
|
\
|
*
memcg: enable accounting for fasync_cache
Vasily Averin
2021-09-03
1
-1
/
+2
*
|
fcntl: fix potential deadlock for &fasync_struct.fa_lock
Desmond Cheong Zhi Xi
2021-08-21
1
-2
/
+3
*
|
fcntl: fix potential deadlocks for &fown_struct.lock
Desmond Cheong Zhi Xi
2021-08-21
1
-6
/
+7
|
/
*
fcntl: Fix unreachable code in do_fcntl()
Gustavo A. R. Silva
2021-07-12
1
-1
/
+1
*
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
1
-1
/
+2
|
\
|
*
fcntl: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+2
|
*
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2021-01-24
1
-1
/
+1
*
|
fcntl: make F_GETOWN(EX) return 0 on dead owner task
Pavel Tikhomirov
2021-02-08
1
-6
/
+13
|
/
*
fcntl: Fix potential deadlock in send_sig{io, urg}()
Boqun Feng
2020-11-05
1
-4
/
+6
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-2
/
+2
*
fcntl: Distribute switch variables for initialization
Kees Cook
2020-03-03
1
-2
/
+4
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2019-12-08
1
-1
/
+1
|
\
|
*
fs/fnctl: fix missing __user in fcntl_rw_hint()
Ben Dooks
2019-10-21
1
-1
/
+1
*
|
fcntl: fix typo in RWH_WRITE_LIFE_NOT_SET r/w hint name
Eugene Syromiatnikov
2019-10-25
1
-1
/
+1
|
/
*
fs: mark expected switch fall-throughs
Gustavo A. R. Silva
2019-04-08
1
-1
/
+1
*
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
2018-10-03
1
-1
/
+1
*
signal: Don't send signals to tasks that don't exist
Eric W. Biederman
2018-08-15
1
-2
/
+4
*
signal: Pass pid type into do_send_sig_info
Eric W. Biederman
2018-07-21
1
-3
/
+3
*
signal: Pass pid type into send_sigio_to_task & send_sigurg_to_task
Eric W. Biederman
2018-07-21
1
-17
/
+9
*
signal: Use PIDTYPE_TGID to clearly store where file signals will be sent
Eric W. Biederman
2018-07-21
1
-22
/
+32
*
mm: restructure memfd code
Mike Kravetz
2018-06-07
1
-1
/
+1
*
fasync: Fix deadlock between task-context and interrupt-context kill_fasync()
Kirill Tkhai
2018-05-01
1
-8
/
+7
*
fs: add do_compat_fcntl64() helper; remove in-kernel call to compat syscall
Dominik Brodowski
2018-04-02
1
-3
/
+9
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-6
/
+6
*
Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-02-11
1
-1
/
+1
|
\
|
*
use linux/poll.h instead of asm/poll.h
Al Viro
2018-02-01
1
-1
/
+1
[next]