summaryrefslogtreecommitdiff
path: root/fs/file_table.c
AgeCommit message (Expand)Author
2008-11-01saner FASYNC handling on file closeAl Viro
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro
2008-07-26[PATCH] f_count may wrap aroundAl Viro
2008-05-01[PATCH] split linux/file.hAl Viro
2008-04-19[PATCH] r/o bind mounts: debugging for missed callsDave Hansen
2008-04-19[PATCH] r/o bind mounts: elevate write count for open()sDave Hansen
2008-04-19[PATCH] r/o bind mounts: create helper to drop file write accessDave Hansen
2008-03-19[PATCH] fix up new filp allocatorsDave Hansen
2008-02-08fs: remove fastcall, it is always emptyHarvey Harrison
2007-10-19fs/file_table.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen
2007-10-17fs: use kmem_cache_zalloc insteadDenis Cheng
2007-10-17lib: percpu_counter_sum_positivePeter Zijlstra
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek
2006-10-02[PATCH] file: modify struct fown_struct to use a struct pidEric W. Biederman
2006-09-27[PATCH] inode-diet: Move i_cdev into a unionTheodore Ts'o
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-23[PATCH] percpu counter data type changes to suppport more than 2**31 ext3 fre...Mingming Cao
2006-03-23[PATCH] get_empty_filp tweaks, inline epoll_init_file()Benjamin LaHaise
2006-03-08[PATCH] fix file countingDipankar Sarma
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap
2006-01-08[PATCH] rcu file: use atomic primitivesNick Piggin
2005-11-07[PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg
2005-10-30[PATCH] reduce sizeof(struct file)Eric Dumazet
2005-09-09[PATCH] files: files struct with RCUDipankar Sarma
2005-09-07[PATCH] remove file.f_maxcountEric Dumazet
2005-07-12[PATCH] inotifyRobert Love
2005-06-23[PATCH] Fix of bogus file max limit messagesKirill Korotaev
2005-01-25Add 'f_maxcount' to allow filesystems to set a per-file maximum IO size.Linus Torvalds
2005-01-20[PATCH] Lock initializer cleanup: FilesystemsThomas Gleixner
2005-01-07[PATCH] Lock initializer unifying: FilesystemsThomas Gleixner
2004-10-18[PATCH] unexport files_lock and put_filpChristoph Hellwig
2004-08-26[PATCH] Add a few might_sleep() checksIngo Molnar
2004-08-22[PATCH] kNFSd: get rid of open_private_fileNeil Brown
2004-08-07Add pread/pwrite support bits to match the lseek bit.Linus Torvalds
2004-08-06Add infrastructure for the VFS layer to mark files seekable.Linus Torvalds
2004-04-11[PATCH] speed up fget() and fget_light()Andrew Morton
2004-03-06[PATCH] fastcall / regparm fixesAndrew Morton
2004-01-18[PATCH] bdev: add file.f_mappingAndrew Morton
2003-12-29[PATCH] fix oops in proc_kill_inodes()Andrew Morton
2003-10-07o kernel/ksyms.c: move remaining fs/*.c EXPORT_SYMBOLsArnaldo Carvalho de Melo
2003-09-28o NET: move fs/file_table.c EXPORT_SYMBOLs from net/netsyms.cArnaldo Carvalho de Melo
2003-08-01[PATCH] don't init statics to 0 (fs/)Randy Dunlap
2003-05-24[PATCH] i_cdev/i_cindexAlexander Viro
2003-05-07[PATCH] reduced overheads in fget/fputAndrew Morton
2003-04-12[PATCH] convert file_lock to a spinlockAndrew Morton
2003-03-17[PATCH] file_list: less lockingAndrew Morton
2003-03-17[PATCH] file_table: remove the private freelistAndrew Morton
2003-03-17[PATCH] file_list cleanupAndrew Morton