Dominik Brodowski
|
46ea89eb65
fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall
|
7 年之前 |
Dominik Brodowski
|
87c4e19262
fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall
|
7 年之前 |
Dominik Brodowski
|
b724e846b4
fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall
|
7 年之前 |
Dominik Brodowski
|
0101db7a30
fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall
|
7 年之前 |
Dominik Brodowski
|
f459dffae1
fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()
|
7 年之前 |
Dominik Brodowski
|
ee81feb64e
fs: add do_renameat2() helper; remove internal call to sys_renameat2()
|
7 年之前 |
Linus Torvalds
|
19e7b5f994
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
7 年之前 |
Linus Torvalds
|
8b0fdf631c
Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
7 年之前 |
Linus Torvalds
|
2afe738fc0
Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
7 年之前 |
Eric Biggers
|
4bfd054ae1
fs: fold __inode_permission() into inode_permission()
|
8 年之前 |
Al Viro
|
8e6c848ece
new primitive: vfs_mkobj()
|
8 年之前 |
Eric W. Biederman
|
bbc3e47101
userns: Don't fail follow_automount based on s_user_ns
|
8 年之前 |
Ian Kent
|
5d38f049ce
autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"
|
8 年之前 |
Linus Torvalds
|
ca5b857cb0
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
8 年之前 |
Linus Torvalds
|
93f30c73ec
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
8 年之前 |
Christoph Hellwig
|
da2f1362c8
fs: expose do_unlinkat for built-in callers
|
8 年之前 |
Ingo Molnar
|
8c5db92a70
Merge branch 'linus' into locking/core, to resolve conflicts
|
8 年之前 |
Hirofumi Nakagawa
|
684e73bee4
vfs: remove unneeded unlikely()
|
8 年之前 |
Greg Kroah-Hartman
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
8 年之前 |
Mark Rutland
|
6aa7de0591
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
|
8 年之前 |
Linus Torvalds
|
0f0d12728e
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
8 年之前 |
Ian Kent
|
42f4614821
autofs: fix AT_NO_AUTOMOUNT not being honored
|
8 年之前 |
Linus Torvalds
|
e06fdaf40a
Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
|
8 年之前 |
David Howells
|
bc98a42c1f
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
|
8 年之前 |
Linus Torvalds
|
78dcf73421
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
8 年之前 |
Linus Torvalds
|
b8d4c1f9f4
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
8 年之前 |
Al Viro
|
49d31c2f38
dentry name snapshots
|
8 年之前 |
David Howells
|
cdf01226b2
VFS: Provide empty name qstr
|
8 年之前 |
Kees Cook
|
3859a271a0
randstruct: Mark various structs for randomization
|
9 年之前 |
Kees Cook
|
cc658db47d
fs: Reorder inode_owner_or_capable() to avoid needless
|
8 年之前 |