Ming Lin ([email protected])

Number of posts: 194 (0.09 per day)
First post: 2015-04-10 23:50:12
Last post: 2021-06-30 16:38:36

Date List Subject
2015-05-07 06:38:57 linux-kernel [PATCH v3 04/11] bcache: remove driver private bio splitting code
2015-05-07 06:37:24 linux-kernel [PATCH v3 08/11] block: kill merge_bvec_fn() completely
2015-05-07 06:36:57 linux-kernel [PATCH v3 10/11] md/raid10: make sync_request_write() call bio_copy_data()
2015-05-07 06:35:53 linux-kernel [PATCH v3 11/11] Documentation: update notes in biovecs about arbitrarily sized bios
2015-05-07 06:35:11 linux-kernel [PATCH v3 09/11] fs: use helper bio_add_page() instead of open coding on bi_io_vec
2015-05-07 06:35:06 linux-kernel [PATCH v3 05/11] btrfs: remove bio splitting and merge_bvec_fn() calls
2015-05-07 06:35:02 linux-kernel [PATCH v3 07/11] md/raid5: split bio for chunk_aligned_read
2015-05-07 06:34:59 linux-kernel [PATCH v3 06/11] md/raid5: get rid of bio_fits_rdev()
2015-05-07 06:34:54 linux-kernel [PATCH v3 03/11] block: allow __blk_queue_bounce() to handle bios larger than BIO_MAX_PAGES
2015-05-07 06:34:52 linux-kernel [PATCH v3 01/11] block: make generic_make_request handle arbitrarily sized bios
2015-05-07 06:34:41 linux-kernel [PATCH v3 00/11] simplify block layer based on immutable biovecs
2015-05-06 17:05:18 linux-kernel Re: [PATCH 07/10] block: kill merge_bvec_fn() completely
2015-05-06 07:16:30 linux-kernel Re: [PATCH] bio: switch to iov_iter_{npages,alignment}
2015-05-06 07:13:20 linux-kernel Re: [PATCH 01/10] block: make generic_make_request handle arbitrarily sized bios
2015-05-06 07:10:35 linux-kernel Re: [PATCH 07/10] block: kill merge_bvec_fn() completely
2015-05-06 06:08:28 linux-kernel Re: [PATCH 01/10] block: make generic_make_request handle arbitrarily sized bios
2015-05-04 07:47:54 linux-kernel Re: [PATCH 07/10] block: kill merge_bvec_fn() completely
2015-04-29 06:32:09 linux-kernel Re: [PATCH 07/10] block: kill merge_bvec_fn() completely
2015-04-29 05:43:29 linux-kernel Re: [PATCH 04/10] bcache: clean up hacks around bio_split_pool
2015-04-29 05:42:44 linux-kernel Re: [PATCH 02/10] block: simplify bio_add_page()
2015-04-28 06:51:51 linux-kernel [PATCH 04/10] bcache: clean up hacks around bio_split_pool
2015-04-28 06:51:35 linux-kernel [PATCH 06/10] md/raid5: get rid of bio_fits_rdev()
2015-04-28 06:50:58 linux-kernel [PATCH 08/10] fs: use helper bio_add_page() instead of open coding on bi_io_vec
2015-04-28 06:50:36 linux-kernel [PATCH 09/10] md/raid10: make sync_request_write() call bio_copy_data()
2015-04-28 06:49:48 linux-kernel [PATCH 07/10] block: kill merge_bvec_fn() completely
2015-04-28 06:49:44 linux-kernel [PATCH 10/10] Documentation: update notes in biovecs about arbitrarily sized bios
2015-04-28 06:49:38 linux-kernel [PATCH 05/10] btrfs: remove bio splitting and merge_bvec_fn() calls
2015-04-28 06:49:36 linux-kernel [PATCH 02/10] block: simplify bio_add_page()
2015-04-28 06:49:34 linux-kernel [PATCH 03/10] block: allow __blk_queue_bounce() to handle bios larger than BIO_MAX_PAGES
2015-04-28 06:49:29 linux-kernel [PATCH 01/10] block: make generic_make_request handle arbitrarily sized bios
2015-04-28 06:49:23 linux-kernel [RFC PATCH v2 00/10] simplify block layer based on immutable biovecs
2015-04-25 06:23:57 linux-kernel Re: [PATCH v3 4/4] PM: submit bio in a sane way in cases without bio_chain
2015-04-24 22:45:40 linux-kernel [PATCH] bio: switch to iov_iter_{npages,alignment}
2015-04-23 23:06:11 linux-kernel [PATCH v3 2/4] md/raid10: make sync_request_write() call bio_copy_data()
2015-04-23 23:05:36 linux-kernel [PATCH v3 4/4] PM: submit bio in a sane way in cases without bio_chain
2015-04-23 23:05:22 linux-kernel [PATCH v3 3/4] fs: make _submit_bh consistent with generic bio chaining
2015-04-23 23:05:15 linux-kernel [PATCH v3 1/4] block: refactor iov_count_pages() from bio_{copy,map}_user_iov()
2015-04-23 23:04:52 linux-kernel [PATCH v3 0/4] preparation for block layer simplification
2015-04-17 06:20:58 linux-kernel Re: [PATCH 3/6] direct-io: add support for write stream IDs
2015-04-11 00:07:01 linux-kernel Re: [PATCH 3/6] direct-io: add support for write stream IDs
2015-04-10 23:50:12 linux-kernel Re: [PATCH 3/6] direct-io: add support for write stream IDs