aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/file.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-10include/linux/file.h: remove get_unused_fd() macroYann Droneaud1-1/+0
2014-03-10get rid of fget_light()Al Viro1-10/+11
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds1-2/+4
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-2/+3
2012-09-26new helpers: fdget()/fdput()Al Viro1-0/+26
2012-09-26make expand_files() and alloc_fd() staticAl Viro1-1/+0
2012-09-26new helper: replace_fd()Al Viro1-0/+1
2012-09-26take purely descriptor-related stuff from fcntl.c to file.cAl Viro1-0/+2
2012-09-26make get_unused_fd_flags() a functionAl Viro1-2/+2
2012-07-22switch fput to task_work_addAl Viro1-0/+3
2012-03-20vfs: drop_file_write_access() made staticAl Viro1-1/+0
2011-03-15New kind of open files - "location only".Al Viro1-0/+2
2011-01-17fs: Remove unlikely() from fput_light()Steven Rostedt1-1/+1
2010-05-27get rid of the magic around f_count in aioAl Viro1-1/+0
2009-12-16switch alloc_file() to passing struct pathAl Viro1-2/+3
2009-12-16get rid of init_file()Al Viro1-3/+0
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-2/+2
2008-08-01[PATCH] merge locate_fd() and get_unused_fd()Al Viro1-1/+2
2008-05-01[PATCH] split linux/file.hAl Viro1-84/+2
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro1-1/+2
2008-04-19[PATCH] r/o bind mounts: create helper to drop file write accessDave Hansen1-0/+1
2008-02-13include/linux: Remove all users of FASTCALL() macroHarvey Harrison1-8/+8
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen1-0/+9
2007-07-16O_CLOEXEC for SCM_RIGHTSUlrich Drepper1-0/+1
2006-12-22[PATCH] fdtable: Provide free_fdtable() wrapperVadim Lobanov1-0/+5
2006-12-10[PATCH] fdtable: Implement new pagesize-based fdtable allocatorVadim Lobanov1-6/+0
2006-12-10[PATCH] fdtable: Remove the free_files fieldVadim Lobanov1-2/+1
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov1-6/+0
2006-12-07[PATCH] Move filep_cachep to include/file.hChristoph Lameter1-0/+2
2006-12-07[PATCH] Move files_cachep to include/file.hChristoph Lameter1-0/+2
2006-09-29[PATCH] Fix unserialized task->files changingKirill Korotaev1-0/+1
2006-03-23[PATCH] Shrinks sizeof(files_struct) and better layoutEric Dumazet1-4/+24
2006-03-08[PATCH] fix file countingDipankar Sarma1-2/+0
2005-11-13[PATCH] reorder struct files_structEric Dumazet1-5/+5
2005-11-07[PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg1-3/+3
2005-09-09[PATCH] files: files struct with RCUDipankar Sarma1-2/+9
2005-09-09[PATCH] files: break up files structDipankar Sarma1-8/+15
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+84