Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1206993
| From | Ming Lin <mlin@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v6 00/11] simplify block layer based on immutable biovecs |
| Date | 2015-08-13 19:10 +0200 |
| Message-ID | <pX4aS-18m-13@gated-at.bofh.it> (permalink) |
| References | <pWykF-5Aj-3@gated-at.bofh.it> <pX41c-Hx-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, 2015-08-13 at 10:51 -0600, Jens Axboe wrote: > On 08/12/2015 01:07 AM, Ming Lin wrote: > > Hi Jens, > > > > Neil/Mike/Martin have acked/reviewed PATCH 1. > > Now it's ready. Could you please apply this series? > > > > https://git.kernel.org/cgit/linux/kernel/git/mlin/linux.git/log/?h=block-generic-req > > > > Please note that, for discard, we cap the size at 2G. > > We'll change it to UINT_MAX after the splitting code in > > DM thinp is rewritten. > > > > v6: > > - rebase on top of 4.2-rc6+ > > - fix discard/write_same 32bit bi_size overflow issue > > - add ACKs/Review from Mike/Christoph/Martin/Steven > > Why did you rebase it on top of 4.2-rc6+? If you had kept it at 4.2-rc1, > it would have applied to for-4.3/core a lot more easily. Care to respin > on top of that? Because commit bd4aaf8 "dm: fix dm_merge_bvec regression on 32 bit systems" in 4.2-rc6 conflicted with PATCH 6. Sure, I can respin on top of 4.2-rc1. Should I re-post new series to mail list or just update my tree? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v6 00/11] simplify block layer based on immutable biovecs Ming Lin <mlin@kernel.org> - 2015-08-12 09:10 +0200
[PATCH v6 11/11] Documentation: update notes in biovecs about arbitrarily sized bios Ming Lin <mlin@kernel.org> - 2015-08-12 09:10 +0200
[PATCH v6 02/11] block: simplify bio_add_page() Ming Lin <mlin@kernel.org> - 2015-08-12 09:10 +0200
[PATCH v6 09/11] fs: use helper bio_add_page() instead of open coding on bi_io_vec Ming Lin <mlin@kernel.org> - 2015-08-12 09:30 +0200
[PATCH v6 03/11] bcache: remove driver private bio splitting code Ming Lin <mlin@kernel.org> - 2015-08-12 09:30 +0200
[PATCH v6 07/11] md/raid5: get rid of bio_fits_rdev() Ming Lin <mlin@kernel.org> - 2015-08-12 09:30 +0200
[PATCH v6 04/11] btrfs: remove bio splitting and merge_bvec_fn() calls Ming Lin <mlin@kernel.org> - 2015-08-12 09:30 +0200
[PATCH v6 05/11] block: remove split code in blkdev_issue_{discard,write_same} Ming Lin <mlin@kernel.org> - 2015-08-12 09:30 +0200
[PATCH v6 06/11] md/raid5: split bio for chunk_aligned_read Ming Lin <mlin@kernel.org> - 2015-08-12 09:30 +0200
[PATCH v6 10/11] block: remove bio_get_nr_vecs() Ming Lin <mlin@kernel.org> - 2015-08-12 09:30 +0200
Re: [PATCH v6 00/11] simplify block layer based on immutable biovecs Jens Axboe <axboe@kernel.dk> - 2015-08-13 19:00 +0200
Re: [PATCH v6 00/11] simplify block layer based on immutable biovecs Ming Lin <mlin@kernel.org> - 2015-08-13 19:10 +0200
Re: [PATCH v6 00/11] simplify block layer based on immutable biovecs Jens Axboe <axboe@kernel.dk> - 2015-08-13 19:10 +0200
Re: [PATCH v6 00/11] simplify block layer based on immutable biovecs Ming Lin <mlin@kernel.org> - 2015-08-13 19:40 +0200
csiph-web