The pull request you sent on Tue, 9 Jul 2019 09:39:48 -0700:
> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/copy-file-range-fixes-1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/40f06c799539739a08a56be8a096f56aeed05731
Thank you!
--
Deet-doot-dot, I am a
On Sat, Nov 03, 2018 at 10:13:37AM -0700, Linus Torvalds wrote:
> On Fri, Nov 2, 2018 at 4:36 PM Dave Chinner wrote:
> >
> > On Fri, Nov 02, 2018 at 09:35:23AM -0700, Linus Torvalds wrote:
> > >
> > > I don't love the timing of this at the end of the merge window, but
> > > pulled,
> >
> > When w
On Fri, Nov 2, 2018 at 4:36 PM Dave Chinner wrote:
>
> On Fri, Nov 02, 2018 at 09:35:23AM -0700, Linus Torvalds wrote:
> >
> > I don't love the timing of this at the end of the merge window, but pulled,
>
> When would have been a better time? It's too big for a late -rc, and
> it contains stuff th
On Fri, Nov 02, 2018 at 09:35:23AM -0700, Linus Torvalds wrote:
> On Thu, Nov 1, 2018 at 10:15 PM Dave Chinner wrote:
> >
> > Can you please pull update containing a rework of the VFS clone and
> > dedupe file range infrastructure from the tag listed below?
>
> I don't love the timing of this at
On Thu, Nov 1, 2018 at 10:15 PM Dave Chinner wrote:
>
> Can you please pull update containing a rework of the VFS clone and
> dedupe file range infrastructure from the tag listed below?
I don't love the timing of this at the end of the merge window, but pulled,
Linus
> On 27 Nov 2016, at 10:51, Al Viro wrote:
>
> On Sun, Nov 27, 2016 at 02:25:09AM +, Al Viro wrote:
>
>> Anyway, leaving that BUG_ON() had been wrong; I can send a followup
>> massaging that thing as you've suggested, if you are interested in
>> that. But keep in mind that the whole iov_it
On Sun, Nov 27, 2016 at 02:51:18AM +, Al Viro wrote:
... and screwed up Cc due to comma in S-O-B of commit in question.
My apologies.
On Sat, Nov 26, 2016 at 6:25 PM, Al Viro wrote:
>
> Two issues here. One is that iov_iter_get_pages{,_alloc}() calling
> conventions are fucking ugly.
No arguments there. I was going to suggest adding an "int *npages"
argument and letting that function fill that in together with the page
array,
On Sun, Nov 27, 2016 at 02:25:09AM +, Al Viro wrote:
> Anyway, leaving that BUG_ON() had been wrong; I can send a followup
> massaging that thing as you've suggested, if you are interested in
> that. But keep in mind that the whole iov_iter_get_pages...() calling
> conventions are going to be
On Sat, Nov 26, 2016 at 05:48:54PM -0800, Linus Torvalds wrote:
> That's what all the other users do, and that's what should be the
> "right usage pattern", afaik. The number of pages really *is*
> calculated as
>
>int n = DIV_ROUND_UP(result + offs, PAGE_SIZE);
>
> in other iov_iter_get_
On Sat, Nov 26, 2016 at 5:13 PM, Al Viro wrote:
>
> Al Viro (1):
> fix default_file_splice_read()
Ugh. I absolutely _hate_ this:
BUG_ON(dummy);
because it makes no sense.
I'm assuming that "dummy" here is "start_offset", and that you want to
make sure that there are no initial of
11 matches
Mail list logo