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-12-27 16:12:26 linux-kernel [PATCH v1 44/54] f2fs: convert to bio_for_each_segment_all_sp()
2016-12-27 16:12:16 linux-kernel [PATCH v1 45/54] exofs: convert to bio_for_each_segment_all_sp()
2016-12-27 16:11:41 linux-kernel [PATCH v1 14/54] block: introduce multipage/single page bvec helpers
2016-12-27 16:11:31 linux-kernel [PATCH v1 48/54] fs/block_dev.c: convert to bio_for_each_segment_all_sp()
2016-12-27 16:11:11 linux-kernel [PATCH v1 29/54] block: introduce bvec_for_each_sp_bvec()
2016-12-27 16:10:59 linux-kernel [PATCH v1 31/54] block: introduce bio_segments_all()
2016-12-27 16:10:39 linux-kernel [PATCH v1 28/54] block: use bio_for_each_segment_mp() to map sg
2016-12-27 16:10:25 linux-kernel [PATCH v1 30/54] block: bio: introduce single/multi page version of bio_for_each_segment_all()
2016-12-27 16:10:01 linux-kernel [PATCH v1 49/54] fs/iomap.c: convert to bio_for_each_segment_all_sp()
2016-12-27 16:09:48 linux-kernel [PATCH v1 02/54] block: loop: comment on direct access to bvec table
2016-12-27 16:09:32 linux-kernel [PATCH v1 50/54] fs/buffer.c: use bvec iterator to truncate the bio
2016-12-27 16:08:53 linux-kernel [PATCH v1 16/54] block: introduce bio_for_each_segment_mp()
2016-12-27 16:08:32 linux-kernel [PATCH v1 15/54] block: implement sp version of bvec iterator helpers
2016-12-27 16:08:17 linux-kernel [PATCH v1 54/54] block: enable multipage bvecs
2016-12-27 16:08:06 linux-kernel [PATCH v1 53/54] btrfs: comment on direct access bvec table
2016-12-27 16:07:57 linux-kernel [PATCH v1 51/54] btrfs: avoid access to .bi_vcnt directly
2016-12-27 16:07:45 linux-kernel [PATCH v1 52/54] btrfs: use bvec_get_last_sp to get the last singlepage bvec
2016-12-27 16:07:30 linux-kernel [PATCH v1 03/54] kernel/power/swap.c: comment on direct access to bvec table
2016-12-27 16:07:20 linux-kernel [PATCH v1 47/54] fs/btrfs: convert to bio_for_each_segment_all_sp()
2016-12-27 16:07:08 linux-kernel [PATCH v1 46/54] fs: crypto: convert to bio_for_each_segment_all_sp()
2016-12-27 16:06:57 linux-kernel [PATCH v1 39/54] fs/mpage: convert to bio_for_each_segment_all_sp()
2016-12-27 16:06:46 linux-kernel [PATCH v1 38/54] md/raid1.c: convert to bio_for_each_segment_all_sp()
2016-12-27 16:06:35 linux-kernel [PATCH v1 36/54] dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()
2016-12-27 16:06:23 linux-kernel [PATCH v1 37/54] dm-crypt: convert to bio_for_each_segment_all_sp()
2016-12-27 16:06:07 linux-kernel [PATCH v1 35/54] bcache: convert to bio_for_each_segment_all_sp()
2016-12-27 16:05:56 linux-kernel [PATCH v1 01/54] block: drbd: comment on direct access bvec table
2016-12-27 16:05:47 linux-kernel [PATCH v1 33/54] block: deal with dirtying pages for multipage bvec
2016-12-27 16:05:37 linux-kernel [PATCH v1 32/54] block: introduce bvec_get_last_sp()
2016-12-27 16:04:50 linux-ext4 [PATCH v1 41/54] ext4: convert to bio_for_each_segment_all_sp()
2016-12-27 16:03:21 linux-kernel [PATCH v1 24/54] blk-merge: compute bio->bi_seg_front_size efficiently
2016-12-27 16:03:12 linux-kernel [PATCH v1 21/54] block: introduce bio_can_convert_to_sp()
2016-12-27 16:03:01 linux-kernel [PATCH v1 26/54] block: blk-merge: remove unnecessary check
2016-12-27 16:02:49 linux-kernel [PATCH v1 25/54] block: blk-merge: try to make front segments in full size
2016-12-27 16:02:38 linux-kernel [PATCH v1 23/54] bcache: handle bio_clone() & bvec updating for multipage bvecs
2016-12-27 16:02:31 linux-kernel [PATCH v1 27/54] block: use bio_for_each_segment_mp() to compute segments count
2016-12-27 16:02:04 linux-kernel [PATCH v1 22/54] block: bounce: convert multipage bvecs into singlepage
2016-12-27 16:01:54 linux-kernel [PATCH v1 20/54] block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
2016-12-27 16:01:46 linux-kernel [PATCH v1 19/54] block: bounce: avoid direct access to bvec table
2016-12-27 16:01:37 linux-kernel [PATCH v1 18/54] bvec_iter: introduce BVEC_ITER_ALL_INIT
2016-12-27 16:01:28 linux-kernel [PATCH v1 09/54] block: comment on bio_iov_iter_get_pages()
2016-12-27 16:01:19 linux-kernel [PATCH v1 05/54] fs/buffer: comment on direct access to bvec table
2016-12-27 16:01:10 linux-kernel [PATCH v1 11/54] md: set NO_MP for request queue of md
2016-12-27 16:01:04 linux-kernel [PATCH v1 12/54] dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE
2016-12-27 16:00:54 linux-kernel [PATCH v1 08/54] block: comment on bio_alloc_pages()
2016-12-27 16:00:44 linux-kernel [PATCH v1 07/54] bcache: comment on direct access to bvec table
2016-12-27 16:00:34 linux-kernel [PATCH v1 13/54] block: comments on bio_for_each_segment[_all]
2016-12-27 16:00:16 linux-kernel [PATCH v1 10/54] block: introduce flag QUEUE_FLAG_NO_MP
2016-12-27 16:00:04 linux-kernel [PATCH v1 06/54] f2fs: f2fs_read_end_io: comment on direct access to bvec table
2016-12-27 15:59:56 linux-kernel [PATCH v1 04/54] mm: page_io.c: comment on direct access to bvec table
2016-12-27 15:55:49 linux-ext4 [PATCH v1 00/54] block: support multipage bvec
2016-12-23 07:24:45 linux-kernel Re: [PATCH V5 1/3] ARM64 LPC: Indirect ISA port IO introduced