Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 年之前 |
Al Viro
|
450630975d
don't open-code file_inode()
|
8 年之前 |
Stanislav Kinsburskiy
|
0dbf5f2065
fcntl: allow to set O_DIRECT flag on pipe
|
9 年之前 |
David Drysdale
|
75069f2b5b
vfs: renumber FMODE_NONOTIFY and add to uniqueness check
|
10 年之前 |
Jeff Layton
|
e0b93eddfe
security: make security_file_set_fowner, f_setown and __f_setown void return
|
11 年之前 |
David Herrmann
|
40e041a2c8
shm: add sealing API
|
11 年之前 |
Jeff Layton
|
0d3f7a2dd2
locks: rename file-private locks to "open file description locks"
|
11 年之前 |
Jeff Layton
|
5d50ffd7c3
locks: add new fcntl cmd values for handling file private locks
|
11 年之前 |
Jeff Layton
|
c1e62b8fc3
locks: pass the cmd value to fcntl_getlk/getlk64
|
11 年之前 |
Al Viro
|
72c2d53192
file->f_op is never NULL...
|
12 年之前 |
Zheng Liu
|
3d62c45b38
vfs: add missing check for __O_TMPFILE in fcntl_init()
|
12 年之前 |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 年之前 |
Al Viro
|
121977187c
Fix F_DUPFD_CLOEXEC breakage
|
13 年之前 |
Al Viro
|
63784dd02b
fcntl: fix misannotations
|
13 年之前 |
Al Viro
|
2903ff019b
switch simple cases of fget_light to fdget
|
13 年之前 |
Al Viro
|
fe17f22d7f
take purely descriptor-related stuff from fcntl.c to file.c
|
13 年之前 |
Al Viro
|
f33ff9927f
take rlimit check to callers of expand_files()
|
13 年之前 |
Cyrill Gorcunov
|
1d151c337d
c/r: fcntl: add F_GETOWNER_UIDS option
|
13 年之前 |
Al Viro
|
545ec2c794
switch fcntl to fget_raw_light/fput_light
|
13 年之前 |
Eric W. Biederman
|
8e96e3b7b8
userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs
|
13 年之前 |
David Howells
|
1dce27c5aa
Wrap accesses to the fd_sets in struct fdtable
|
13 年之前 |
Serge E. Hallyn
|
2e14967075
userns: rename is_owner_or_cap to inode_owner_or_capable
|
14 年之前 |
Al Viro
|
1abf0c718f
New kind of open files - "location only".
|
14 年之前 |
Namhyung Kim
|
3cd90ea42f
vfs: sparse: add __FMODE_EXEC
|
14 年之前 |
Linus Torvalds
|
55f335a885
fasync: Fix placement of FASYNC flag comment
|
14 年之前 |
Linus Torvalds
|
f7347ce4ee
fasync: re-organize fasync entry insertion to allow it under a spinlock
|
15 年之前 |
James Bottomley
|
3ab04d5cf9
vfs: take O_NONBLOCK out of the O_* uniqueness test
|
15 年之前 |
Wu Fengguang
|
454eedb890
vfs: O_* bit numbers uniqueness check
|
15 年之前 |
Andrew Morton
|
f4985dc714
fs/fcntl.c:kill_fasync_rcu() fa_lock must be IRQ-safe
|
15 年之前 |
Dan Carpenter
|
5b54470dad
fcntl: return -EFAULT if copy_to_user fails
|
15 年之前 |