summaryrefslogtreecommitdiffstats
path: root/include/linux/file.h
Commit message (Expand)AuthorAgeFilesLines
* switch simple cases of fget_light to fdgetAl Viro2012-09-261-2/+3
* new helpers: fdget()/fdput()Al Viro2012-09-261-0/+26
* make expand_files() and alloc_fd() staticAl Viro2012-09-261-1/+0
* new helper: replace_fd()Al Viro2012-09-261-0/+1
* take purely descriptor-related stuff from fcntl.c to file.cAl Viro2012-09-261-0/+2
* make get_unused_fd_flags() a functionAl Viro2012-09-261-2/+2
* switch fput to task_work_addAl Viro2012-07-221-0/+3
* vfs: drop_file_write_access() made staticAl Viro2012-03-201-1/+0
* New kind of open files - "location only".Al Viro2011-03-151-0/+2
* fs: Remove unlikely() from fput_light()Steven Rostedt2011-01-171-1/+1
* get rid of the magic around f_count in aioAl Viro2010-05-271-1/+0
* switch alloc_file() to passing struct pathAl Viro2009-12-161-2/+3
* get rid of init_file()Al Viro2009-12-161-3/+0
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-2/+2
* [PATCH] merge locate_fd() and get_unused_fd()Al Viro2008-08-011-1/+2
* [PATCH] split linux/file.hAl Viro2008-05-011-84/+2
* [PATCH] sanitize unshare_files/reset_files_structAl Viro2008-04-251-1/+2
* [PATCH] r/o bind mounts: create helper to drop file write accessDave Hansen2008-04-191-0/+1
* include/linux: Remove all users of FASTCALL() macroHarvey Harrison2008-02-131-8/+8
* r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen2007-10-171-0/+9
* O_CLOEXEC for SCM_RIGHTSUlrich Drepper2007-07-161-0/+1
* [PATCH] fdtable: Provide free_fdtable() wrapperVadim Lobanov2006-12-221-0/+5
* [PATCH] fdtable: Implement new pagesize-based fdtable allocatorVadim Lobanov2006-12-101-6/+0
* [PATCH] fdtable: Remove the free_files fieldVadim Lobanov2006-12-101-2/+1
* [PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov2006-12-101-6/+0
* [PATCH] Move filep_cachep to include/file.hChristoph Lameter2006-12-071-0/+2
* [PATCH] Move files_cachep to include/file.hChristoph Lameter2006-12-071-0/+2
* [PATCH] Fix unserialized task->files changingKirill Korotaev2006-09-291-0/+1
* [PATCH] Shrinks sizeof(files_struct) and better layoutEric Dumazet2006-03-231-4/+24
* [PATCH] fix file countingDipankar Sarma2006-03-081-2/+0
* [PATCH] reorder struct files_structEric Dumazet2005-11-131-5/+5
* [PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg2005-11-071-3/+3
* [PATCH] files: files struct with RCUDipankar Sarma2005-09-091-2/+9
* [PATCH] files: break up files structDipankar Sarma2005-09-091-8/+15
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+84