aboutsummaryrefslogtreecommitdiffstats
path: root/fs/anon_inodes.c
Commit message (Expand)AuthorAgeFilesLines
* sanitize vfsmount refcounting changesAl Viro2011-01-161-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-01-131-10/+11
|\
| * pass default dentry_operations to mount_pseudo()Al Viro2011-01-121-10/+11
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-3/+3
|\ \ | |/ |/|
| * anon_inodes: fix wrong function name in commentNamhyung Kim2010-12-101-3/+3
* | fs: scale mntget/mntputNick Piggin2011-01-071-1/+1
* | fs: improve scalability of pseudo filesystemsNick Piggin2011-01-071-1/+1
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
|/
* convert get_sb_pseudo() usersAl Viro2010-10-291-6/+4
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
* new helper: ihold()Al Viro2010-10-251-3/+2
* Revert "anon_inode: set S_IFREG on the anon_inode"Al Viro2010-05-271-1/+1
* anon_inode: set S_IFREG on the anon_inodeEric Paris2010-05-211-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* anon_inodes: mark the anon inode privateEric Paris2010-03-121-0/+1
* Sanitize f_flags helpersAl Viro2009-12-221-9/+1
* anonfd: Allow making anon files read-onlyRoland Dreier2009-12-221-2/+10
* fs: no games with DCACHE_UNHASHEDNick Piggin2009-12-171-13/+0
* fs: anon_inodes implement dnameNick Piggin2009-12-171-0/+10
* switch alloc_file() to passing struct pathAl Viro2009-12-161-9/+9
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-041-0/+2
* anonfd: split interface into file creation and installDavide Libenzi2009-09-231-17/+51
* fs: Provide empty .set_page_dirty() aop for anon inodesPeter Zijlstra2009-06-181-0/+15
* constify dentry_operations: restAl Viro2009-03-271-1/+1
* anon_inodes: use fops->owner for module refcountChristian Borntraeger2008-12-311-1/+6
* CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells2008-11-141-2/+2
* flag parameters: NONBLOCK in anon_inode_getfdUlrich Drepper2008-07-241-1/+1
* flag parameters: anon_inode_getfd extensionUlrich Drepper2008-07-241-4/+5
* [PATCH] sanitize anon_inode_getfd()Al Viro2008-05-011-10/+3
* [PATCH] fix up new filp allocatorsDave Hansen2008-03-191-10/+8
* anon-inodes use open coded atomic_inc for the shared inodeDavide Libenzi2007-10-171-13/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2007-07-171-0/+1
|\
| * KVM: Remove kvmfs in favor of the anonymous inodes sourceAvi Kivity2007-07-161-0/+1
* | Fix trivial typos in anon_inodes.c commentsJ. Bruce Fields2007-07-161-5/+5
|/
* signal/timer/event fds: anonymous inode sourceDavide Libenzi2007-05-111-0/+200