index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fcntl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-10
fcntl: add F_DUPFD_QUERY fcntl()
Linus Torvalds
1
-0
/
+20
2024-03-11
Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-24
/
+40
2024-02-12
fs: prefer kfree_rcu() in fasync_remove_entry()
Dmitry Antipov
1
-7
/
+1
2024-02-06
fs: Propagate write hints to the struct block_device inode
Bart Van Assche
1
-0
/
+7
2024-02-06
fs: Move enum rw_hint into a new header file
Bart Van Assche
1
-0
/
+1
2024-02-06
fs: Split fcntl_rw_hint()
Bart Van Assche
1
-21
/
+24
2024-02-06
fs: Verify write lifetime constants at compile time
Bart Van Assche
1
-0
/
+7
2024-02-06
fs: Fix rw_hint validation
Bart Van Assche
1
-7
/
+5
2023-10-19
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
1
-1
/
+1
2023-07-10
fcntl: Cast commands with int args explicitly
Luca Vizzarro
1
-14
/
+15
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2023-01-19
fs: port inode_owner_or_capable() to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-11
filelock: move file locking definitions to separate header file
Jeff Layton
1
-0
/
+1
2022-06-10
keep iocb_flags() result cached in struct file
Al Viro
1
-0
/
+1
2022-05-10
VFS: add FMODE_CAN_ODIRECT file flag
NeilBrown
1
-5
/
+4
2022-03-09
fs: remove fs.f_write_hint
Christoph Hellwig
1
-18
/
+0
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+2
2021-09-03
memcg: enable accounting for fasync_cache
Vasily Averin
1
-1
/
+2
2021-08-21
fcntl: fix potential deadlock for &fasync_struct.fa_lock
Desmond Cheong Zhi Xi
1
-2
/
+3
2021-08-21
fcntl: fix potential deadlocks for &fown_struct.lock
Desmond Cheong Zhi Xi
1
-6
/
+7
2021-07-12
fcntl: Fix unreachable code in do_fcntl()
Gustavo A. R. Silva
1
-1
/
+1
2021-02-24
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+2
2021-02-08
fcntl: make F_GETOWN(EX) return 0 on dead owner task
Pavel Tikhomirov
1
-6
/
+13
2021-01-24
fcntl: handle idmapped mounts
Christian Brauner
1
-1
/
+2
2021-01-24
inode: make init and permission helpers idmapped mount aware
Christian Brauner
1
-1
/
+1
2020-11-05
fcntl: Fix potential deadlock in send_sig{io, urg}()
Boqun Feng
1
-4
/
+6
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-03-03
fcntl: Distribute switch variables for initialization
Kees Cook
1
-2
/
+4
2019-12-08
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2019-10-25
fcntl: fix typo in RWH_WRITE_LIFE_NOT_SET r/w hint name
Eugene Syromiatnikov
1
-1
/
+1
2019-10-21
fs/fnctl: fix missing __user in fcntl_rw_hint()
Ben Dooks
1
-1
/
+1
2019-04-09
fs: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-1
/
+1
2018-10-03
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
1
-1
/
+1
2018-08-16
signal: Don't send signals to tasks that don't exist
Eric W. Biederman
1
-2
/
+4
2018-07-21
signal: Pass pid type into do_send_sig_info
Eric W. Biederman
1
-3
/
+3
2018-07-21
signal: Pass pid type into send_sigio_to_task & send_sigurg_to_task
Eric W. Biederman
1
-17
/
+9
2018-07-21
signal: Use PIDTYPE_TGID to clearly store where file signals will be sent
Eric W. Biederman
1
-22
/
+32
2018-06-08
mm: restructure memfd code
Mike Kravetz
1
-1
/
+1
2018-05-01
fasync: Fix deadlock between task-context and interrupt-context kill_fasync()
Kirill Tkhai
1
-8
/
+7
2018-04-02
fs: add do_compat_fcntl64() helper; remove in-kernel call to compat syscall
Dominik Brodowski
1
-3
/
+9
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-6
/
+6
2018-02-12
Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-1
/
+1
2018-02-02
use linux/poll.h instead of asm/poll.h
Al Viro
1
-1
/
+1
2018-02-01
shmem: rename functions that are memfd-related
Marc-André Lureau
1
-1
/
+1
2018-01-31
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2018-01-12
signal: Ensure generic siginfos the kernel sends have all bits initialized
Eric W. Biederman
1
-0
/
+1
2017-11-30
make kernel-side POLL... arch-independent
Al Viro
1
-1
/
+1
2017-11-28
->si_band gets POLL... bitmap stored into a user-visible long field
Al Viro
1
-2
/
+2
2017-11-15
fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscall
Jeff Layton
1
-6
/
+5
2017-11-15
fcntl: don't leak fd reference when fixup_compat_flock fails
Jeff Layton
1
-3
/
+2
[next]