aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/anon_inodes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+8
2019-05-25vfs: Convert anon_inodes to use the new mount APIDavid Howells1-5/+8
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-2/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-07-12anon_inode_getfile(): switch to alloc_file_pseudo()Al Viro1-23/+6
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro1-2/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-03-27vfs: Allocate anon_inode_inode in anon_inode_init()Jan Kara1-22/+8
2014-03-25fs: remove now stale label in anon_inode_init()Linus Torvalds1-1/+0
2014-03-25fs: Avoid userspace mounting anon_inodefs filesystemJan Kara1-3/+0
2013-11-09... and kill anon_inode_getfile_private()Al Viro1-66/+0
2013-11-09take anon inode allocation to libfs.cAl Viro1-48/+2
2013-07-16fs/anon_inode: Introduce a new lib function anon_inode_getfile_private()Gu Zheng1-0/+66
2013-02-26get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zeroAl Viro1-2/+0
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov1-5/+3
2012-03-20anon_inodes: move allocation of anon_inode into ->mount()Al Viro1-53/+56
2011-07-26vfs: dont chain pipe/anon/socket on superblock s_inodes listEric Dumazet1-1/+1
2011-07-24VFS : mount lock scalability for internal mountsTim Chen1-1/+1
2011-01-16sanitize vfsmount refcounting changesAl Viro1-1/+1
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-10/+11
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2011-01-12pass default dentry_operations to mount_pseudo()Al Viro1-10/+11
2011-01-07fs: scale mntget/mntputNick Piggin1-1/+1
2011-01-07fs: improve scalability of pseudo filesystemsNick Piggin1-1/+1
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2010-12-10anon_inodes: fix wrong function name in commentNamhyung Kim1-3/+3
2010-10-29convert get_sb_pseudo() usersAl Viro1-6/+4
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-25new helper: ihold()Al Viro1-3/+2
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