Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-28fs: add fget_many() and fput_many()Jens Axboe
2018-07-12make alloc_file() staticAl Viro
2018-07-12new helper: alloc_file_clone()Al Viro
2018-07-12new wrapper: alloc_file_pseudo()Al Viro
2018-07-12fold put_filp() into fput()Al Viro
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-12-06constify alloc_file()Al Viro
2016-05-03give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro
2014-12-11include/linux/file.h: remove get_unused_fd() macroYann Droneaud
2014-03-10get rid of fget_light()Al Viro
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds
2012-09-27switch simple cases of fget_light to fdgetAl Viro
2012-09-27new helpers: fdget()/fdput()Al Viro
2012-09-27make expand_files() and alloc_fd() staticAl Viro
2012-09-27new helper: replace_fd()Al Viro
2012-09-27take purely descriptor-related stuff from fcntl.c to file.cAl Viro
2012-09-27make get_unused_fd_flags() a functionAl Viro
2012-07-22switch fput to task_work_addAl Viro
2012-03-21vfs: drop_file_write_access() made staticAl Viro
2011-03-15New kind of open files - "location only".Al Viro
2011-01-17fs: Remove unlikely() from fput_light()Steven Rostedt
2010-05-28get rid of the magic around f_count in aioAl Viro
2009-12-16switch alloc_file() to passing struct pathAl Viro
2009-12-16get rid of init_file()Al Viro
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro
2008-08-01[PATCH] merge locate_fd() and get_unused_fd()Al Viro
2008-05-01[PATCH] split linux/file.hAl Viro
2008-04-25[PATCH] sanitize unshare_files/reset_files_structAl Viro
2008-04-19[PATCH] r/o bind mounts: create helper to drop file write accessDave Hansen
2008-02-14include/linux: Remove all users of FASTCALL() macroHarvey Harrison
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen
2007-07-16O_CLOEXEC for SCM_RIGHTSUlrich Drepper
2006-12-22[PATCH] fdtable: Provide free_fdtable() wrapperVadim Lobanov
2006-12-10[PATCH] fdtable: Implement new pagesize-based fdtable allocatorVadim Lobanov
2006-12-10[PATCH] fdtable: Remove the free_files fieldVadim Lobanov
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov
2006-12-07[PATCH] Move filep_cachep to include/file.hChristoph Lameter
2006-12-07[PATCH] Move files_cachep to include/file.hChristoph Lameter
2006-09-29[PATCH] Fix unserialized task->files changingKirill Korotaev
2006-03-23[PATCH] Shrinks sizeof(files_struct) and better layoutEric Dumazet
2006-03-09[PATCH] fix file countingDipankar Sarma
2005-11-14[PATCH] reorder struct files_structEric Dumazet
2005-11-07[PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg
2005-09-10[PATCH] files: files struct with RCUDipankar Sarma
2005-09-10[PATCH] files: break up files structDipankar Sarma
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds