[OpenAFS] Re: Large files with 1.6.0pre2

Marc Dionne marc.c.dionne@gmail.com
Mon, 7 Mar 2011 12:24:56 -0500


On Mon, Mar 7, 2011 at 10:21, Andrew Deason <adeason@sinenomine.net> wrote:
> On Sun, 6 Mar 2011 14:39:43 -0600
> "Ryan C. Underwood" <nemesis-lists@icequake.net> wrote:
>
>>
>> On Sat, Mar 05, 2011 at 11:55:45PM -0600, Andrew Deason wrote:
>> >
>> > When did Linux gain this? It's pretty easy to see now how I wasn't
>> > hitting this on my Lenny box.
>>
>> About 2008 it looks like.
>> http://lwn.net/Articles/311092/
>
> "When", as in, "what version".

$ git log --pretty=oneline | grep "Add preadv and pwritev" | cut -f1
-d' ' | xargs git describe
v2.6.29-7240-gf3554f4

So looks like it first appeared in 2.6.30.

Marc