Ming Lei ([email protected])

Number of posts: 983 (0.17 per day)
First post: 2007-11-27 01:18:04
Last post: 2023-08-04 14:55:57

Date List Subject
2016-10-29 08:32:40 linux-kernel [PATCH 06/60] bcache: debug: avoid to access .bi_io_vec directly
2016-10-29 08:31:44 linux-kernel [PATCH 09/60] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments
2016-10-29 08:30:59 linux-kernel [PATCH 11/60] fs: logfs: use bio_add_page() in __bdev_writeseg()
2016-10-29 08:30:05 linux-kernel [PATCH 25/60] block: pktcdvd: set NO_MP for pktcdvd request queue
2016-10-29 08:29:26 linux-kernel [PATCH 26/60] btrfs: set NO_MP for request queues behind BTRFS
2016-10-29 08:28:50 linux-kernel [PATCH 27/60] block: introduce BIO_SP_MAX_SECTORS
2016-10-29 08:28:26 linux-kernel [PATCH 28/60] block: introduce QUEUE_FLAG_SPLIT_MP
2016-10-29 08:27:49 linux-kernel [PATCH 29/60] dm: limit the max bio size as BIO_SP_MAX_SECTORS << SECTOR_SHIFT
2016-10-29 08:26:26 linux-kernel [PATCH 31/60] block: introduce multipage/single page bvec helpers
2016-10-29 08:25:49 linux-kernel [PATCH 32/60] block: implement sp version of bvec iterator helpers
2016-10-29 08:25:05 linux-kernel [PATCH 33/60] block: introduce bio_for_each_segment_mp()
2016-10-29 08:24:37 linux-kernel [PATCH 35/60] bvec_iter: introduce BVEC_ITER_ALL_INIT
2016-10-29 08:24:04 linux-kernel [PATCH 39/60] bcache: debug: switch to bio_clone_sp()
2016-10-29 08:23:05 linux-kernel [PATCH 40/60] blk-merge: compute bio->bi_seg_front_size efficiently
2016-10-29 08:22:26 linux-kernel [PATCH 41/60] block: blk-merge: try to make front segments in full size
2016-10-29 08:21:35 linux-kernel [PATCH 45/60] block: bio: introduce bio_for_each_segment_all_rd() and its write pair
2016-10-29 08:20:56 linux-kernel [PATCH 47/60] block: convert to bio_for_each_segment_all_rd()
2016-10-29 08:20:28 linux-kernel [PATCH 50/60] ext4: convert to bio_for_each_segment_all_rd()
2016-10-29 08:19:38 linux-kernel [PATCH 52/60] logfs: convert to bio_for_each_segment_all_rd()
2016-10-29 08:18:35 linux-kernel [PATCH 55/60] exofs: convert to bio_for_each_segment_all_rd()
2016-10-29 08:17:20 linux-kernel [PATCH 58/60] dm-crypt: convert to bio_for_each_segment_all_rd()
2016-10-29 08:16:52 linux-kernel [PATCH 60/60] block: enable multipage bvecs
2016-10-29 08:16:31 linux-kernel [PATCH 59/60] fs/buffer.c: use bvec iterator to truncate the bio
2016-10-29 08:16:24 linux-kernel [PATCH 57/60] bcache: convert to bio_for_each_segment_all_rd()
2016-10-29 08:16:16 linux-kernel [PATCH 56/60] fs: crypto: convert to bio_for_each_segment_all_rd()
2016-10-29 08:16:11 linux-kernel [PATCH 54/60] f2fs: convert to bio_for_each_segment_all_rd()
2016-10-29 08:16:08 linux-kernel [PATCH 53/60] gfs2: convert to bio_for_each_segment_all_rd()
2016-10-29 08:15:58 linux-kernel [PATCH 51/60] xfs: convert to bio_for_each_segment_all_rd()
2016-10-29 08:15:55 linux-kernel [PATCH 48/60] fs/mpage: convert to bio_for_each_segment_all_rd()
2016-10-29 08:15:50 linux-kernel [PATCH 49/60] fs/direct-io: convert to bio_for_each_segment_all_rd()
2016-10-29 08:15:38 linux-kernel [PATCH 46/60] block: deal with dirtying pages for multipage bvec
2016-10-29 08:15:32 linux-kernel [PATCH 44/60] block: introduce bvec_for_each_sp_bvec()
2016-10-29 08:15:30 linux-kernel [PATCH 43/60] block: use bio_for_each_segment_mp() to map sg
2016-10-29 08:15:17 linux-kernel [PATCH 42/60] block: use bio_for_each_segment_mp() to compute segments count
2016-10-29 08:15:12 linux-kernel [PATCH 36/60] block: bounce: avoid direct access to bvec from bio->bi_io_vec
2016-10-29 08:15:09 linux-kernel [PATCH 38/60] block: bounce: convert multipage bvecs into singlepage
2016-10-29 08:15:04 linux-kernel [PATCH 37/60] block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
2016-10-29 08:14:50 linux-kernel [PATCH 34/60] block: introduce bio_clone_sp()
2016-10-29 08:14:39 linux-kernel [PATCH 30/60] bcache: set flag of QUEUE_FLAG_SPLIT_MP
2016-10-29 08:14:34 linux-kernel [PATCH 24/60] md: set NO_MP for request queue of md
2016-10-29 08:14:30 linux-kernel [PATCH 23/60] block: introduce flag QUEUE_FLAG_NO_MP
2016-10-29 08:14:25 linux-kernel [PATCH 22/60] block: comment on bio_alloc_pages()
2016-10-29 08:14:20 linux-kernel [PATCH 21/60] bcache: comment on direct access to bvec table
2016-10-29 08:14:16 linux-kernel [PATCH 20/60] f2fs: f2fs_read_end_io: comment on direct access to bvec table
2016-10-29 08:14:13 linux-kernel [PATCH 19/60] fs/buffer: comment on direct access to bvec table
2016-10-29 08:14:09 linux-kernel [PATCH 18/60] mm: page_io.c: comment on direct access to bvec table
2016-10-29 08:14:00 linux-kernel [PATCH 16/60] block: pktcdvd: comment on direct access to bvec table
2016-10-29 08:13:53 linux-kernel [PATCH 17/60] kernel/power/swap.c: comment on direct access to bvec table
2016-10-29 08:13:10 linux-kernel [PATCH 15/60] block: loop: comment on direct access to bvec table
2016-10-29 08:13:06 linux-kernel [PATCH 13/60] fs: logfs: remove unnecesary check
2016-10-29 08:13:02 linux-kernel [PATCH 14/60] block: drbd: comment on direct access bvec table