Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
3ea4ca9267cf5d02149f7d8a11d8b4c82723a668
/
fs
/
internal.h
18253e0
Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
26473f8
Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
933a90b
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
5d90730
iomap: move internal declarations into fs/iomap/
by Darrick J. Wong
· 5 years ago
9bdebc2
Teach shrink_dcache_parent() to cope with mixed-filesystem shrink lists
by Al Viro
· 5 years ago
8af54f2
fs: fold __generic_write_end back into generic_write_end
by Christoph Hellwig
· 5 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 5 years ago
20284ab
switch mount_capable() to fs_context
by Al Viro
· 6 years ago
2527b28
move the capability checks from sget_userns() to legacy_get_tree()
by Al Viro
· 6 years ago
7e5f7bb
unexport simple_dname()
by Al Viro
· 6 years ago
4009132
Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
d27fb65
Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
d8456ea
Merge tag 'iomap-5.2-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
26ddb1f
fs: Turn __generic_write_end into a void function
by Andreas Gruenbacher
· 6 years ago
ab1152d
unexport d_alloc_pseudo()
by Al Viro
· 6 years ago
9419a31
acct_on(): don't mess with freeze protection
by Al Viro
· 6 years ago
ecdab150
vfs: syscall: Add fsconfig() for configuring and managing a context
by David Howells
· 6 years ago
a07b200
vfs: syscall: Add open_tree(2) to reference or clone a mount
by Al Viro
· 6 years ago
31d921c
vfs: Add configuration parser helpers
by David Howells
· 6 years ago
f3a09c9
introduce fs_context methods
by Al Viro
· 6 years ago
8d0347f
convert do_remount_sb() to fs_context
by David Howells
· 6 years ago
c9ce29e
vfs_get_tree(): evict the call of security_sb_kern_mount()
by Al Viro
· 6 years ago
9bc61ab
vfs: Introduce fs_context, switch vfs_kern_mount() to it.
by David Howells
· 6 years ago
d9a185f
Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 6 years ago
161fa27
Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
c671854
Revert "vfs: update ovl inode before relatime check"
by Miklos Szeredi
· 6 years ago
6742cee
Revert "ovl: don't allow writing ioctl on lower layer"
by Miklos Szeredi
· 6 years ago
9df6702
vfs: export vfs_ioctl() to modules
by Miklos Szeredi
· 6 years ago
d3b1084
vfs: make open_with_fake_path() not contribute to nr_files
by Miklos Szeredi
· 6 years ago
69527c5
now we can fold open_check_o_direct() into do_dentry_open()
by Al Viro
· 6 years ago
ae2bb29
get rid of cred argument of vfs_open() and do_dentry_open()
by Al Viro
· 6 years ago
ea73ea7
pass ->f_flags value to alloc_empty_file()
by Al Viro
· 6 years ago
6de37b6
pass creds to get_empty_filp(), make sure dentry_open() passes the right creds
by Al Viro
· 6 years ago
b4e7a7a
drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
by Al Viro
· 6 years ago
a6d639d
fs: factor out a __generic_write_end helper
by Christoph Hellwig
· 6 years ago
af04fad
Revert "fs: fold open_check_o_direct into do_dentry_open"
by Al Viro
· 6 years ago
9022ca6
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
411d947
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
by Dominik Brodowski
· 7 years ago
55731b3
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
by Dominik Brodowski
· 7 years ago
cbfe20f
fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
03450e2
fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
46ea89e
fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
87c4e19
fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
b724e84
fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
0101db7
fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
f459dffa
fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()
by Dominik Brodowski
· 7 years ago
cab64df
fs: fold open_check_o_direct into do_dentry_open
by Christoph Hellwig
· 7 years ago
da2f136
fs: expose do_unlinkat for built-in callers
by Christoph Hellwig
· 7 years ago
c353f88
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 7 years ago
7c6893e
ovl: don't allow writing ioctl on lower layer
by Miklos Szeredi
· 7 years ago
799ea9e
xfs: evict all inodes involved with log redo item
by Darrick J. Wong
· 7 years ago
11fbf53
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
0b33540
remove pointless extern of atime_need_update_rcu()
by Al Viro
· 8 years ago
2b89102
fhandle: move compat syscalls from compat.c
by Al Viro
· 8 years ago
8ff6daa
iomap: constify struct iomap_ops
by Christoph Hellwig
· 8 years ago
0110c35
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
ca71cf7
namespace.c: constify struct path passed to a bunch of primitives
by Al Viro
· 8 years ago
ec1b826
fs: make sb_init_dio_done_wq available outside of direct-io.c
by Christoph Hellwig
· 8 years ago
abb5a14
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
f334bcd
Merge remote-tracking branch 'ovl/misc' into work.misc
by Al Viro
· 8 years ago
be218aa
fs/internal.h: add const to ns_dentry_operations declaration
by Rasmus Villemoes
· 8 years ago
befb503
iomap: expose iomap_apply outside iomap.c
by Christoph Hellwig
· 8 years ago
598e3c8
vfs: update ovl inode before relatime check
by Miklos Szeredi
· 8 years ago
e9d488c
Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/binfmt_misc
by Linus Torvalds
· 8 years ago
8ecfb75
Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-linus
by Al Viro
· 8 years ago
f0fce87
vfs: make dentry_needs_remove_privs() internal
by Miklos Szeredi
· 8 years ago
0e6acf0
Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 8 years ago
ae259a9
fs: introduce iomap infrastructure
by Christoph Hellwig
· 8 years ago
ba65dc5
much milder d_walk() race
by Al Viro
· 8 years ago
9a08c35
fs: add filp_clone_open API
by James Bottomley
· 9 years ago
6108209
Merge branch 'for-linus' into work.misc
by Al Viro
· 9 years ago
66cf191
compat_ioctl: don't pass fd around when not needed
by Al Viro
· 9 years ago
b40ef86
saner calling conventions for copy_mount_options()
by Al Viro
· 9 years ago
c7f5408
inode: rename i_wb_list to i_io_list
by Dave Chinner
· 10 years ago
74278da
inode: convert inode_sb_list_lock to per-sb
by Dave Chinner
· 10 years ago
4bacc9c
overlayfs: Make f_path always point to the overlay and f_inode to the underlay
by David Howells
· 9 years ago
eb6ef3d
trylock_super(): replacement for grab_super_passive()
by Konstantin Khlebnikov
· 10 years ago
5065296
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
503c358
list_lru: introduce list_lru_shrink_{count,walk}
by Vladimir Davydov
· 10 years ago
fdab684
allow attaching fs_pin to a group not associated with some superblock
by Al Viro
· 10 years ago
e149ed2
take the targets of /proc/*/ns/* symlinks to separate fs
by Al Viro
· 10 years ago
bd5d085
vfs: export __inode_permission() to modules
by Miklos Szeredi
· 10 years ago
1c11859
vfs: export do_splice_direct() to modules
by Miklos Szeredi
· 10 years ago
77c688a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
4db96b7
vfs: guard end of device for mpage interface
by Akinobu Mita
· 10 years ago
b8850d1
fs: namespace: suppress 'may be used uninitialized' warnings
by Tim Gardner
· 10 years ago
8fa1f1c
make fs/{namespace,super}.c forget about acct.h
by Al Viro
· 10 years ago
ed44724
acct: switch to __kernel_write()
by Al Viro
· 11 years ago
eee5cc2
get rid of s_files and files_lock
by Al Viro
· 11 years ago
719ea2f
new helpers: lock_mount_hash/unlock_mount_hash
by Al Viro
· 11 years ago
9b17c62
fs: convert inode and dentry shrinking to be node aware
by Dave Chinner
· 11 years ago
0a234c6
shrinker: convert superblock shrinkers to new API
by Dave Chinner
· 11 years ago
3942c07
fs: bump inode and dentry counters to long
by Glauber Costa
· 11 years ago
197df04
rename user_path_umountat() to user_path_mountpoint_at()
by Al Viro
· 11 years ago
eed8100
vfs: check unlinked ancestors before mount
by Miklos Szeredi
· 11 years ago
68d70d0
constify rw_verify_area()
by Al Viro
· 11 years ago
f9652e1
allow build_open_flags() to return an error
by Al Viro
· 11 years ago
7995bd2
splice: don't pass the address of ->f_pos to methods
by Al Viro
· 11 years ago
599a0ac
pipe: fold file_operations instances in one
by Al Viro
· 12 years ago
06ae43f
Don't bother with redoing rw_verify_area() from default_file_splice_from()
by Al Viro
· 12 years ago
Next »