Eric W. Biederman
|
54640d2387
fcntl: Don't set si_code to SI_SIGIO when sig == SIGPOLL
|
8 years ago |
Eric W. Biederman
|
d08477aa97
fcntl: Don't use ambiguous SIG_POLL si_codes
|
8 years ago |
Linus Torvalds
|
b59eea554f
vfs: fix flock compat thinko
|
8 years ago |
Linus Torvalds
|
3bad2f1c67
Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
8 years ago |
Jens Axboe
|
5657cb0797
fs/fcntl: use copy_to/from_user() for u64 types
|
8 years ago |
Jens Axboe
|
c75b1d9421
fs: add fcntl() interface for setting/getting write life time hints
|
8 years ago |
Al Viro
|
8c6657cb50
Switch flock copyin/copyout primitives to copy_{from,to}_user()
|
8 years ago |
Jeff Layton
|
f73127356f
fs/fcntl: return -ESRCH in f_setown when pid/pgid can't be found
|
8 years ago |
Jiri Slaby
|
fc3dc67471
fs/fcntl: f_setown, avoid undefined behaviour
|
8 years ago |
Jiri Slaby
|
393cc3f511
fs/fcntl: f_setown, allow returning error
|
8 years ago |
Christoph Hellwig
|
94073ad77f
fs/locks: don't mess with the address limit in compat_fcntl64
|
8 years ago |
Christoph Hellwig
|
a75d30c772
fs/locks: pass kernel struct flock to fcntl_getlk/setlk
|
8 years ago |
Linus Torvalds
|
11fbf53d66
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
8 years ago |
Christoph Hellwig
|
80f18379a7
fs: add a VALID_OPEN_FLAGS
|
8 years ago |
Al Viro
|
80f0cce6aa
fcntl: move compat syscalls from compat.c
|
8 years ago |
Ingo Molnar
|
299300258d
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>
|
8 years ago |
Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 years ago |
Al Viro
|
450630975d
don't open-code file_inode()
|
8 years ago |
Stanislav Kinsburskiy
|
0dbf5f2065
fcntl: allow to set O_DIRECT flag on pipe
|
9 years ago |
David Drysdale
|
75069f2b5b
vfs: renumber FMODE_NONOTIFY and add to uniqueness check
|
10 years ago |
Jeff Layton
|
e0b93eddfe
security: make security_file_set_fowner, f_setown and __f_setown void return
|
11 years ago |
David Herrmann
|
40e041a2c8
shm: add sealing API
|
11 years ago |
Jeff Layton
|
0d3f7a2dd2
locks: rename file-private locks to "open file description locks"
|
11 years ago |
Jeff Layton
|
5d50ffd7c3
locks: add new fcntl cmd values for handling file private locks
|
11 years ago |
Jeff Layton
|
c1e62b8fc3
locks: pass the cmd value to fcntl_getlk/getlk64
|
11 years ago |
Al Viro
|
72c2d53192
file->f_op is never NULL...
|
12 years ago |
Zheng Liu
|
3d62c45b38
vfs: add missing check for __O_TMPFILE in fcntl_init()
|
12 years ago |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 years ago |
Al Viro
|
121977187c
Fix F_DUPFD_CLOEXEC breakage
|
13 years ago |
Al Viro
|
63784dd02b
fcntl: fix misannotations
|
13 years ago |