]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'work.sendfile' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 21 Feb 2021 17:25:32 +0000 (09:25 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 21 Feb 2021 17:25:32 +0000 (09:25 -0800)
commit70472f8b01c18181682c33d674943d9dc5c2dc4e
tree4b2c7f8eeb6f1631bb3c8ff352abf18a77ee28ef
parent6d59485c5ed5bdea26639d13f80bc9642fa3bdcf
parent9e1738c8225dbfdbd29c4402e831d8f8c005f5db
Merge branch 'work.sendfile' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull sendfile updates from Al Viro:
 "Make sendfile() to pipe destination do the right thing, should make
  'fs/pipe: allow sendfile() to pipe again' redundant"

* 'work.sendfile' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  teach sendfile(2) to handle send-to-pipe directly
  take the guts of file-to-pipe splice into a helper function
  do_splice_to(): move the logics for limiting the read length in