Re: [GIT PULL] xfs: fixes for v4.20-rc6

2018-12-13 Thread Christoph Hellwig
On Wed, Dec 12, 2018 at 10:16:58AM -0800, Darrick J. Wong wrote: > On Tue, Dec 11, 2018 at 05:58:18AM -0800, Christoph Hellwig wrote: > > On Sat, Dec 08, 2018 at 11:24:48AM -0800, Linus Torvalds wrote: > > > Honestly, I really wish you simply wouldn't send me "xfs" fixes that > > > aren't really xf

Re: [GIT PULL] xfs: fixes for v4.20-rc6

2018-12-12 Thread Darrick J. Wong
On Tue, Dec 11, 2018 at 05:58:18AM -0800, Christoph Hellwig wrote: > On Sat, Dec 08, 2018 at 11:24:48AM -0800, Linus Torvalds wrote: > > Honestly, I really wish you simply wouldn't send me "xfs" fixes that > > aren't really xfs-specific at all. > > > > All the splice patches (and honestly, I feel

Re: [GIT PULL] xfs: fixes for v4.20-rc6

2018-12-12 Thread Darrick J. Wong
On Sat, Dec 08, 2018 at 11:24:48AM -0800, Linus Torvalds wrote: > On Sat, Dec 8, 2018 at 8:36 AM Darrick J. Wong > wrote: > > > > Finally, the most important fix is to the pipe splicing code (aka the > > generic copy_file_range fallback) to avoid pointless short directio > > reads by only asking

Re: [GIT PULL] xfs: fixes for v4.20-rc6

2018-12-11 Thread Christoph Hellwig
On Sat, Dec 08, 2018 at 11:24:48AM -0800, Linus Torvalds wrote: > Honestly, I really wish you simply wouldn't send me "xfs" fixes that > aren't really xfs-specific at all. > > All the splice patches (and honestly, I feel some of the iomap ones > too) that have come in through the xfs tree should h

Re: [GIT PULL] xfs: fixes for v4.20-rc6

2018-12-08 Thread pr-tracker-bot
The pull request you sent on Sat, 8 Dec 2018 08:36:39 -0800: > git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-4.20-fixes-3 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/f896adc42d5399eb68c9900bd4fd471ccea895e4 Thank you! -- Deet-doot-dot, I am a bot. ht

Re: [GIT PULL] xfs: fixes for v4.20-rc6

2018-12-08 Thread Linus Torvalds
On Sat, Dec 8, 2018 at 8:36 AM Darrick J. Wong wrote: > > Finally, the most important fix is to the pipe splicing code (aka the > generic copy_file_range fallback) to avoid pointless short directio > reads by only asking the filesystem for as much data as there are > available pages in the pipe bu

[GIT PULL] xfs: fixes for v4.20-rc6

2018-12-08 Thread Darrick J. Wong
Hi Linus, Here are hopefully the last set of fixes for 4.20. There's a fix for a longstanding statfs reporting problem with project quotas, a correction for page cache invalidation behaviors when fallocating near EOF, and a fix for a broken metadata verifier return code. Finally, the most import