aboutsummaryrefslogtreecommitdiffstats
path: root/fs/anon_inodes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27Revert "anon_inode: set S_IFREG on the anon_inode"Al Viro1-1/+1
2010-05-21anon_inode: set S_IFREG on the anon_inodeEric Paris1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-12anon_inodes: mark the anon inode privateEric Paris1-0/+1
2009-12-22Sanitize f_flags helpersAl Viro1-9/+1
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier1-2/+10
2009-12-17fs: no games with DCACHE_UNHASHEDNick Piggin1-13/+0
2009-12-17fs: anon_inodes implement dnameNick Piggin1-0/+10
2009-12-16switch alloc_file() to passing struct pathAl Viro1-9/+9
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+2
2009-09-23anonfd: split interface into file creation and installDavide Libenzi1-17/+51
2009-06-18fs: Provide empty .set_page_dirty() aop for anon inodesPeter Zijlstra1-0/+15
2009-03-27constify dentry_operations: restAl Viro1-1/+1
2008-12-31anon_inodes: use fops->owner for module refcountChristian Borntraeger1-1/+6
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells1-2/+2
2008-07-24flag parameters: NONBLOCK in anon_inode_getfdUlrich Drepper1-1/+1
2008-07-24flag parameters: anon_inode_getfd extensionUlrich Drepper1-4/+5
2008-05-01[PATCH] sanitize anon_inode_getfd()Al Viro1-10/+3
2008-03-19[PATCH] fix up new filp allocatorsDave Hansen1-10/+8
2007-10-17anon-inodes use open coded atomic_inc for the shared inodeDavide Libenzi1-13/+12
2007-07-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds1-0/+1
2007-07-16Fix trivial typos in anon_inodes.c commentsJ. Bruce Fields1-5/+5
2007-07-16KVM: Remove kvmfs in favor of the anonymous inodes sourceAvi Kivity1-0/+1
2007-05-11signal/timer/event fds: anonymous inode sourceDavide Libenzi1-0/+200