index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
anon_inodes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-04
libfs: drop redundant SB_I_NOEXEC/SB_I_NODEV in init_pseudo() callers
John Hubbard
1
-2
/
+0
2025-11-28
anon_inodes: convert to FD_ADD()
Christian Brauner
1
-21
/
+2
2025-08-11
module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
Vlastimil Babka
1
-1
/
+1
2025-06-23
fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
Shivank Garg
1
-5
/
+18
2025-04-07
anon_inode: raise SB_I_NODEV and SB_I_NOEXEC
Christian Brauner
1
-0
/
+2
2025-04-07
anon_inode: explicitly block ->setattr()
Christian Brauner
1
-0
/
+7
2025-04-07
anon_inode: use a proper mode internally
Christian Brauner
1
-0
/
+36
2025-01-27
add a string-to-qstr constructor
Al Viro
1
-2
/
+2
2024-04-26
fs: Create anon_inode_getfile_fmode()
Dawid Osuchowski
1
-0
/
+33
2023-11-14
Merge branch 'kvm-guestmemfd' into HEAD
Paolo Bonzini
1
-17
/
+34
2023-11-14
KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Sean Christopherson
1
-0
/
+1
2023-11-14
fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
Paolo Bonzini
1
-17
/
+33
2023-10-18
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
1
-2
/
+2
2022-08-20
dynamic_dname(): drop unused dentry argument
Al Viro
1
-1
/
+1
2021-09-19
fs: add anon_inode_getfile_secure() similar to anon_inode_getfd_secure()
Paul Moore
1
-0
/
+29
2021-01-15
fs: anon_inodes: rephrase to appropriate kernel-doc
Lukas Bulwahn
1
-7
/
+14
2021-01-14
fs: add LSM-supporting anon-inode interface
Daniel Colascione
1
-40
/
+110
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-5
/
+8
2019-05-25
vfs: Convert anon_inodes to use the new mount API
David Howells
1
-5
/
+8
2019-05-25
mount_pseudo(): drop 'name' argument, switch to d_make_root()
Al Viro
1
-2
/
+2
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2018-07-12
anon_inode_getfile(): switch to alloc_file_pseudo()
Al Viro
1
-23
/
+6
2018-07-12
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
Al Viro
1
-2
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2014-03-27
vfs: Allocate anon_inode_inode in anon_inode_init()
Jan Kara
1
-22
/
+8
2014-03-25
fs: remove now stale label in anon_inode_init()
Linus Torvalds
1
-1
/
+0
2014-03-25
fs: Avoid userspace mounting anon_inodefs filesystem
Jan Kara
1
-3
/
+0
2013-11-09
... and kill anon_inode_getfile_private()
Al Viro
1
-66
/
+0
2013-11-09
take anon inode allocation to libfs.c
Al Viro
1
-48
/
+2
2013-07-16
fs/anon_inode: Introduce a new lib function anon_inode_getfile_private()
Gu Zheng
1
-0
/
+66
2013-02-26
get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zero
Al Viro
1
-2
/
+0
2013-02-22
fs: Preserve error code in get_empty_filp(), part 2
Anatol Pomozov
1
-5
/
+3
2012-03-20
anon_inodes: move allocation of anon_inode into ->mount()
Al Viro
1
-53
/
+56
2011-07-26
vfs: dont chain pipe/anon/socket on superblock s_inodes list
Eric Dumazet
1
-1
/
+1
2011-07-24
VFS : mount lock scalability for internal mounts
Tim Chen
1
-1
/
+1
2011-01-16
sanitize vfsmount refcounting changes
Al Viro
1
-1
/
+1
2011-01-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-10
/
+11
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-3
/
+3
2011-01-12
pass default dentry_operations to mount_pseudo()
Al Viro
1
-10
/
+11
2011-01-07
fs: scale mntget/mntput
Nick Piggin
1
-1
/
+1
2011-01-07
fs: improve scalability of pseudo filesystems
Nick Piggin
1
-1
/
+1
2011-01-07
fs: dcache reduce branches in lookup path
Nick Piggin
1
-1
/
+1
2010-12-10
anon_inodes: fix wrong function name in comment
Namhyung Kim
1
-3
/
+3
2010-10-29
convert get_sb_pseudo() users
Al Viro
1
-6
/
+4
2010-10-25
fs: do not assign default i_ino in new_inode
Christoph Hellwig
1
-0
/
+1
2010-10-25
new helper: ihold()
Al Viro
1
-3
/
+2
2010-05-27
Revert "anon_inode: set S_IFREG on the anon_inode"
Al Viro
1
-1
/
+1
2010-05-21
anon_inode: set S_IFREG on the anon_inode
Eric Paris
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+0
2010-03-12
anon_inodes: mark the anon inode private
Eric Paris
1
-0
/
+1
[next]