Commit Graph

78 Commits (475032564ed96c94c085e3e7a90e07d150a7cec9)

Author SHA1 Message Date
Al Viro 121977187c Fix F_DUPFD_CLOEXEC breakage 12 years ago
Al Viro 63784dd02b fcntl: fix misannotations 13 years ago
Al Viro 2903ff019b switch simple cases of fget_light to fdget 13 years ago
Al Viro fe17f22d7f take purely descriptor-related stuff from fcntl.c to file.c 13 years ago
Al Viro f33ff9927f take rlimit check to callers of expand_files() 13 years ago
Cyrill Gorcunov 1d151c337d c/r: fcntl: add F_GETOWNER_UIDS option 13 years ago
Al Viro 545ec2c794 switch fcntl to fget_raw_light/fput_light 13 years ago
Eric W. Biederman 8e96e3b7b8 userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs 13 years ago
David Howells 1dce27c5aa Wrap accesses to the fd_sets in struct fdtable 13 years ago
Serge E. Hallyn 2e14967075 userns: rename is_owner_or_cap to inode_owner_or_capable 14 years ago
Al Viro 1abf0c718f New kind of open files - "location only". 14 years ago
Namhyung Kim 3cd90ea42f vfs: sparse: add __FMODE_EXEC 14 years ago
Linus Torvalds 55f335a885 fasync: Fix placement of FASYNC flag comment 14 years ago
Linus Torvalds f7347ce4ee fasync: re-organize fasync entry insertion to allow it under a spinlock 14 years ago
James Bottomley 3ab04d5cf9 vfs: take O_NONBLOCK out of the O_* uniqueness test 15 years ago
Wu Fengguang 454eedb890 vfs: O_* bit numbers uniqueness check 15 years ago
Andrew Morton f4985dc714 fs/fcntl.c:kill_fasync_rcu() fa_lock must be IRQ-safe 15 years ago
Dan Carpenter 5b54470dad fcntl: return -EFAULT if copy_to_user fails 15 years ago
Jens Axboe 35f3d14dbb pipe: add support for shrinking and growing pipes 15 years ago
Eric Dumazet 989a297920 fasync: RCU and fine grained locking 15 years ago
Jiri Slaby d554ed895d fs: use rlimit helpers 15 years ago
Linus Torvalds 80e1e82398 Fix race in tty_fasync() properly 15 years ago
Greg Kroah-Hartman b04da8bfdf fnctl: f_modown should call write_lock_irqsave/restore 15 years ago
Linus Torvalds 53281b6d34 fasync: split 'fasync_helper()' into separate add/remove functions 15 years ago
Peter Zijlstra 978b4053ae fcntl: rename F_OWNER_GID to F_OWNER_PGRP 15 years ago
Peter Zijlstra ba0a6c9f6f fcntl: add F_[SG]ETOWN_EX 16 years ago
Oleg Nesterov 06f1631a16 signals: send_sigio: use do_send_sig_info() to avoid check_kill_permission() 16 years ago
Alexey Dobriyan 405f55712d headers: smp_lock.h redux 16 years ago
Oleg Nesterov 8eeee4e2f0 send_sigio_to_task: sanitize the usage of fown->signum 16 years ago
Oleg Nesterov 2f38d70fb4 shift current_cred() from __f_setown() to f_modown() 16 years ago
Jeff Mahoney 2b79bc4f7e dup2: Fix return value with oldfd == newfd and invalid fd 16 years ago
Jonathan Corbet 4a6a449969 Fix a lockdep warning in fasync_helper() 16 years ago
Jonathan Corbet 60aa49243d Rationalize fasync return values 16 years ago
Jonathan Corbet 76398425bb Move FASYNC bit handling to f_op->fasync() 16 years ago
Jonathan Corbet db1dd4d376 Use f_lock to protect f_flags 16 years ago
Heiko Carstens a26eab2400 [CVE-2009-0029] System call wrappers part 15 16 years ago
Jonathan Corbet 218d11a8b0 Fix a race condition in FASYNC handling 16 years ago
David Howells c69e8d9c01 CRED: Use RCU to access another task's creds and to release a task's own creds 16 years ago
David Howells 86a264abe5 CRED: Wrap current->cred and a few other accessors 16 years ago
David Howells b6dff3ec5e CRED: Separate task security context from task_struct 16 years ago
David Howells da9592edeb CRED: Wrap task credential accesses in the filesystem subsystem 16 years ago
Al Viro 1b7e190b47 [PATCH] clean dup2() up a bit 17 years ago
Al Viro 1027abe882 [PATCH] merge locate_fd() and get_unused_fd() 17 years ago
Al Viro 4e1e018ecc [PATCH] fix RLIM_NOFILE handling 17 years ago
Al Viro 6c5d0512a0 [PATCH] get rid of corner case in dup3() entirely 17 years ago
Ulrich Drepper 3c333937ee [PATCH] dup3 fix 17 years ago
Ulrich Drepper 336dd1f70f flag parameters: dup2 17 years ago
Jonathan Corbet a238b790d5 Call fasync() functions without the BKL 17 years ago
Al Viro 9f3acc3140 [PATCH] split linux/file.h 17 years ago
Al Viro f8f95702f0 [PATCH] sanitize locate_fd() 17 years ago