Re: [GIT PULL] Core block IO changes for 3.14

2014-01-30 Thread Linus Torvalds
On Tue, Jan 28, 2014 at 4:45 PM, Jaegeuk Kim wrote: > > In the case of f2fs, could you please check the following code changes? So I ended up doing the merge differently wrt the f2fs_write_end_io() function. As far as I can tell, we can just initialize the f2fs_sb_info directly and unconditional

Re: [GIT PULL] Core block IO changes for 3.14

2014-01-29 Thread Jens Axboe
On Wed, Jan 29 2014, Geert Uytterhoeven wrote: > Hi Jens, > > On Wed, Jan 29, 2014 at 4:17 PM, Jens Axboe wrote: > > On Wed, Jan 29 2014, Geert Uytterhoeven wrote: > >> On Tue, Jan 28, 2014 at 11:52 PM, Jens Axboe wrote: > >> >> - Finally the immutable biovec changes from Kent Overstreet. This >

Re: [GIT PULL] Core block IO changes for 3.14

2014-01-29 Thread Geert Uytterhoeven
Hi Jens, On Wed, Jan 29, 2014 at 4:17 PM, Jens Axboe wrote: > On Wed, Jan 29 2014, Geert Uytterhoeven wrote: >> On Tue, Jan 28, 2014 at 11:52 PM, Jens Axboe wrote: >> >> - Finally the immutable biovec changes from Kent Overstreet. This >> >> enables some nice future work on making arbitrarily

Re: [GIT PULL] Core block IO changes for 3.14

2014-01-29 Thread Jens Axboe
On Wed, Jan 29 2014, Geert Uytterhoeven wrote: > On Tue, Jan 28, 2014 at 11:52 PM, Jens Axboe wrote: > >> - Finally the immutable biovec changes from Kent Overstreet. This > >> enables some nice future work on making arbitrarily sized bios > >> possible, and splitting more efficient. Related f

Re: [GIT PULL] Core block IO changes for 3.14

2014-01-29 Thread Geert Uytterhoeven
On Tue, Jan 28, 2014 at 11:52 PM, Jens Axboe wrote: >> - Finally the immutable biovec changes from Kent Overstreet. This >> enables some nice future work on making arbitrarily sized bios >> possible, and splitting more efficient. Related fixes to immutable >> bio_vecs: >> >> - dm-cac

Re: [GIT PULL] Core block IO changes for 3.14

2014-01-28 Thread Jaegeuk Kim
Hi Jens and Stephen, In the case of f2fs, could you please check the following code changes? It is based on the following commit from Linus tree. commit d891ea23d5203e5c47439b2a174f86a00b356a6c Merge: 08d21b5 125d725 Author: Linus Torvalds Date: Tue Jan 28 11:02:23 2014 -0800 Merge branch

Re: [GIT PULL] Core block IO changes for 3.14

2014-01-28 Thread Stephen Rothwell
Hi all, On Tue, 28 Jan 2014 15:52:29 -0700 Jens Axboe wrote: > > On Tue, Jan 28 2014, Jens Axboe wrote: > > > > This is the pull request for the core block IO changes for 3.14. The > > major piece in here is the immutable bio_ve series from Kent, the rest > > is fairly minor. It was supposed to

Re: [GIT PULL] Core block IO changes for 3.14

2014-01-28 Thread Jens Axboe
On Tue, Jan 28 2014, Jens Axboe wrote: > Hi Linus, > > This is the pull request for the core block IO changes for 3.14. The > major piece in here is the immutable bio_ve series from Kent, the rest > is fairly minor. It was supposed to go in last round, but various issues > pushed it to this releas

[GIT PULL] Core block IO changes for 3.14

2014-01-28 Thread Jens Axboe
Hi Linus, This is the pull request for the core block IO changes for 3.14. The major piece in here is the immutable bio_ve series from Kent, the rest is fairly minor. It was supposed to go in last round, but various issues pushed it to this release instead. The pull request contains: - Various s