summaryrefslogtreecommitdiff
path: root/fs/file_table.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-08fs: remove fastcall, it is always emptyHarvey Harrison1-4/+4
2007-10-19fs/file_table.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke1-3/+2
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen1-0/+60
2007-10-17fs: use kmem_cache_zalloc insteadDenis Cheng1-2/+1
2007-10-17lib: percpu_counter_sum_positivePeter Zijlstra1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek1-5/+5
2006-10-02[PATCH] file: modify struct fown_struct to use a struct pidEric W. Biederman1-0/+1
2006-09-27[PATCH] inode-diet: Move i_cdev into a unionTheodore Ts'o1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] percpu counter data type changes to suppport more than 2**31 ext3 fre...Mingming Cao1-1/+1
2006-03-23[PATCH] get_empty_filp tweaks, inline epoll_init_file()Benjamin LaHaise1-4/+6
2006-03-08[PATCH] fix file countingDipankar Sarma1-32/+55
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-08[PATCH] rcu file: use atomic primitivesNick Piggin1-4/+4
2005-11-07[PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg1-2/+2
2005-10-30[PATCH] reduce sizeof(struct file)Eric Dumazet1-7/+7
2005-09-09[PATCH] files: files struct with RCUDipankar Sarma1-11/+29
2005-09-07[PATCH] remove file.f_maxcountEric Dumazet1-1/+0
2005-07-12[PATCH] inotifyRobert Love1-0/+3
2005-06-23[PATCH] Fix of bogus file max limit messagesKirill Korotaev1-27/+30
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+255