summaryrefslogtreecommitdiffstats
path: root/fs/file_table.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-2/+2
* [PATCH] f_count may wrap aroundAl Viro2008-07-261-5/+5
* [PATCH] split linux/file.hAl Viro2008-05-011-0/+1
* [PATCH] r/o bind mounts: debugging for missed callsDave Hansen2008-04-191-2/+9
* [PATCH] r/o bind mounts: elevate write count for open()sDave Hansen2008-04-191-0/+14
* [PATCH] r/o bind mounts: create helper to drop file write accessDave Hansen2008-04-191-2/+19
* [PATCH] fix up new filp allocatorsDave Hansen2008-03-191-0/+6
* fs: remove fastcall, it is always emptyHarvey Harrison2008-02-081-4/+4
* fs/file_table.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke2007-10-191-3/+2
* r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen2007-10-171-0/+60
* fs: use kmem_cache_zalloc insteadDenis Cheng2007-10-171-2/+1
* lib: percpu_counter_sum_positivePeter Zijlstra2007-10-171-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-5/+5
* [PATCH] file: modify struct fown_struct to use a struct pidEric W. Biederman2006-10-021-0/+1
* [PATCH] inode-diet: Move i_cdev into a unionTheodore Ts'o2006-09-271-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] percpu counter data type changes to suppport more than 2**31 ext3 fre...Mingming Cao2006-06-231-1/+1
* [PATCH] get_empty_filp tweaks, inline epoll_init_file()Benjamin LaHaise2006-03-231-4/+6
* [PATCH] fix file countingDipankar Sarma2006-03-081-32/+55
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+1
* [PATCH] rcu file: use atomic primitivesNick Piggin2006-01-081-4/+4
* [PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg2005-11-071-2/+2
* [PATCH] reduce sizeof(struct file)Eric Dumazet2005-10-301-7/+7
* [PATCH] files: files struct with RCUDipankar Sarma2005-09-091-11/+29
* [PATCH] remove file.f_maxcountEric Dumazet2005-09-071-1/+0
* [PATCH] inotifyRobert Love2005-07-121-0/+3
* [PATCH] Fix of bogus file max limit messagesKirill Korotaev2005-06-231-27/+30
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+255