summaryrefslogtreecommitdiffstats
path: root/fs/fcntl.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] clean dup2() up a bitAl Viro2008-08-011-26/+27
* [PATCH] merge locate_fd() and get_unused_fd()Al Viro2008-08-011-73/+14
* [PATCH] fix RLIM_NOFILE handlingAl Viro2008-07-261-12/+6
* [PATCH] get rid of corner case in dup3() entirelyAl Viro2008-07-261-9/+11
* [PATCH] dup3 fixUlrich Drepper2008-07-261-1/+6
* flag parameters: dup2Ulrich Drepper2008-07-241-2/+13
* Call fasync() functions without the BKLJonathan Corbet2008-07-021-3/+0
* [PATCH] split linux/file.hAl Viro2008-05-011-0/+1
* [PATCH] sanitize locate_fd()Al Viro2008-04-251-26/+14
* fs: remove fastcall, it is always emptyHarvey Harrison2008-02-081-1/+1
* Pidns: make full use of xxx_vnr() callsPavel Emelyanov2008-02-081-1/+1
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-2/+3
* F_DUPFD_CLOEXEC implementationUlrich Drepper2007-10-171-4/+8
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2007-07-171-1/+1
* [PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov2006-12-101-3/+2
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-1/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] file: Add locking to f_getownEric W. Biederman2006-10-021-0/+2
* [PATCH] file: modify struct fown_struct to use a struct pidEric W. Biederman2006-10-021-28/+49
* BUG_ON() Conversion in fs/fcntl.cEric Sesterhenn2006-04-021-2/+1
* [PATCH] Use __read_mostly on some hot fs variablesEric Dumazet2006-03-261-2/+2
* [PATCH] Shrinks sizeof(files_struct) and better layoutEric Dumazet2006-03-231-5/+4
* [PATCH] fcntl F_SETFL and read-only IS_APPEND filesdean gaudet2006-02-031-2/+5
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-1/+1
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+1
* [PATCH] sigio: cleanup, don't take tasklist twiceOleg Nesterov2006-01-081-3/+3
* [PATCH] files: lock-free fd look-upDipankar Sarma2005-09-091-2/+2
* [PATCH] files: files struct with RCUDipankar Sarma2005-09-091-3/+10
* [PATCH] files: break up files structDipankar Sarma2005-09-091-18/+29
* [PATCH] stale POSIX lock handlingPeter Staubach2005-07-271-2/+3
* [PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl2005-05-011-1/+2
* [PATCH] AYSNC IO using singals other than SIGIOBharath Ramesh2005-04-161-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+601