]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Mar 2019 20:27:20 +0000 (13:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Mar 2019 20:27:20 +0000 (13:27 -0700)
commit5f739e4a491ab63730ef3b7464171340c689fbff
tree0ebf797a2b43ebefac2e5d0ef113b12a57c2b964
parenta667cb7a94d48a483fb5d6006fe04a440f1a42ce
parent12e1e7af1a55b9f911025365af4c689b3933c22a
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull misc vfs updates from Al Viro:
 "Assorted fixes (really no common topic here)"

* 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  vfs: Make __vfs_write() static
  vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1
  pipe: stop using ->can_merge
  splice: don't merge into linked buffers
  fs: move generic stat response attr handling to vfs_getattr_nosec
  orangefs: don't reinitialize result_mask in ->getattr
  fs/devpts: always delete dcache dentry-s in dput()
fs/pipe.c
fs/read_write.c
fs/splice.c
kernel/relay.c
kernel/trace/trace.c