Al Viro
|
af04fadcaa
Revert "fs: fold open_check_o_direct into do_dentry_open"
|
7 years ago |
Linus Torvalds
|
9022ca6b11
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
7 years ago |
Dominik Brodowski
|
edf292c76b
fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
|
7 years ago |
Dominik Brodowski
|
df260e21e6
fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
|
7 years ago |
Dominik Brodowski
|
bae217ea8c
fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()
|
7 years ago |
Dominik Brodowski
|
2ca2a09d62
fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()
|
7 years ago |
Dominik Brodowski
|
411d9475cf
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
|
7 years ago |
Dominik Brodowski
|
55731b3cda
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
|
7 years ago |
Dominik Brodowski
|
cbfe20f565
fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscall
|
7 years ago |
Dominik Brodowski
|
03450e271a
fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscall
|
7 years ago |
Dominik Brodowski
|
447016e968
fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
|
7 years ago |
Dominik Brodowski
|
a16fe33ab5
fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()
|
7 years ago |
Christoph Hellwig
|
cab64df194
fs: fold open_check_o_direct into do_dentry_open
|
7 years ago |
Miklos Szeredi
|
7c6893e3c9
ovl: don't allow writing ioctl on lower layer
|
8 years ago |
Miklos Szeredi
|
495e642939
vfs: add flags to d_real()
|
8 years ago |
Linus Torvalds
|
088737f44b
Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
|
8 years ago |
Jeff Layton
|
5660e13d2f
fs: new infrastructure for writeback error handling and reporting
|
8 years ago |
Jens Axboe
|
c75b1d9421
fs: add fcntl() interface for setting/getting write life time hints
|
8 years ago |
Linus Torvalds
|
050453295f
Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
8 years ago |
Linus Torvalds
|
b948abf53a
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
|
8 years ago |
Linus Torvalds
|
11fbf53d66
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
8 years ago |
Christoph Hellwig
|
629e014bb8
fs: completely ignore unknown open flags
|
8 years ago |
Al Viro
|
159b095628
make sure that fchdir() won't accept referral points, etc.
|
8 years ago |
Amir Goldstein
|
78757af651
vfs: ftruncate check IS_APPEND() on real upper inode
|
8 years ago |
Al Viro
|
e35d49f637
open: move compat syscalls from compat.c
|
8 years ago |
Amir Goldstein
|
bfe219d373
vfs: wrap write f_ops with file_{start,end}_write()
|
8 years ago |
Amir Goldstein
|
9e79b13263
vfs: deny fallocate() on directory
|
8 years ago |
Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 years ago |
Linus Torvalds
|
35a891be96
Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
|
8 years ago |
Darrick J. Wong
|
25f4c41415
block: implement (some of) fallocate for block devices
|
8 years ago |