summaryrefslogtreecommitdiffstats
path: root/fs/anon_inodes.c
Commit message (Expand)AuthorAgeFilesLines
* fs: anon_inodes: rephrase to appropriate kernel-docLukas Bulwahn2021-01-151-7/+14
* fs: add LSM-supporting anon-inode interfaceDaniel Colascione2021-01-141-40/+110
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-5/+8
|\
| * vfs: Convert anon_inodes to use the new mount APIDavid Howells2019-05-251-5/+8
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-2/+2
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* anon_inode_getfile(): switch to alloc_file_pseudo()Al Viro2018-07-121-23/+6
* alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2018-07-121-2/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* vfs: Allocate anon_inode_inode in anon_inode_init()Jan Kara2014-03-271-22/+8
* fs: remove now stale label in anon_inode_init()Linus Torvalds2014-03-251-1/+0
* fs: Avoid userspace mounting anon_inodefs filesystemJan Kara2014-03-251-3/+0
* ... and kill anon_inode_getfile_private()Al Viro2013-11-091-66/+0
* take anon inode allocation to libfs.cAl Viro2013-11-091-48/+2
* fs/anon_inode: Introduce a new lib function anon_inode_getfile_private()Gu Zheng2013-07-161-0/+66
* get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zeroAl Viro2013-02-261-2/+0
* fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov2013-02-221-5/+3
* anon_inodes: move allocation of anon_inode into ->mount()Al Viro2012-03-201-53/+56
* vfs: dont chain pipe/anon/socket on superblock s_inodes listEric Dumazet2011-07-261-1/+1
* VFS : mount lock scalability for internal mountsTim Chen2011-07-241-1/+1
* 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