Commit Graph

53 Commits (ddf9ddacef0989fdeb22e182212a232488f0f3ad)

Author SHA1 Message Date
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
Harvey Harrison fc9b52cd8f fs: remove fastcall, it is always empty 17 years ago
Pavel Emelyanov 6c5f3e7b43 Pidns: make full use of xxx_vnr() calls 17 years ago
Pavel Emelyanov b488893a39 pid namespaces: changes to show virtual ids to user 18 years ago
Ulrich Drepper 22d2b35b20 F_DUPFD_CLOEXEC implementation 18 years ago
Paul Mundt 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 18 years ago
Satyam Sharma 3bd858ab1c Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check 18 years ago
Vadim Lobanov bbea9f6966 [PATCH] fdtable: Make fdarray and fdsets equal in size 18 years ago
Josef "Jeff" Sipek 0f7fc9e4d0 [PATCH] VFS: change struct file to use struct path 18 years ago
Christoph Lameter e18b890bb0 [PATCH] slab: remove kmem_cache_t 18 years ago
Christoph Lameter e94b176609 [PATCH] slab: remove SLAB_KERNEL 18 years ago
Eric W. Biederman 43fa1adb93 [PATCH] file: Add locking to f_getown 19 years ago
Eric W. Biederman 609d7fa956 [PATCH] file: modify struct fown_struct to use a struct pid 19 years ago
Eric Sesterhenn f6298aab2e BUG_ON() Conversion in fs/fcntl.c 19 years ago
Eric Dumazet fa3536cc14 [PATCH] Use __read_mostly on some hot fs variables 19 years ago
Eric Dumazet 0c9e63fd38 [PATCH] Shrinks sizeof(files_struct) and better layout 19 years ago
dean gaudet 7d95c8f27d [PATCH] fcntl F_SETFL and read-only IS_APPEND files 19 years ago
Arjan van de Ven 858119e159 [PATCH] Unlinline a bunch of other functions 19 years ago
Randy Dunlap 16f7e0fe2e [PATCH] capable/capability.h (fs/) 19 years ago
Oleg Nesterov 850d6fbe70 [PATCH] sigio: cleanup, don't take tasklist twice 19 years ago
Dipankar Sarma b835996f62 [PATCH] files: lock-free fd look-up 20 years ago
Dipankar Sarma ab2af1f500 [PATCH] files: files struct with RCU 20 years ago
Dipankar Sarma badf16621c [PATCH] files: break up files struct 20 years ago
Peter Staubach c293621bbf [PATCH] stale POSIX lock handling 20 years ago
Jesper Juhl 7ed20e1ad5 [PATCH] convert that currently tests _NSIG directly to use valid_signal() 20 years ago