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:12:56 linux-kernel [PATCH 12/60] fs: logfs: use bio_add_page() in do_erase()
2016-10-29 08:12:49 linux-kernel [PATCH 10/60] fs: logfs: convert to bio_add_page() in sync_request()
2016-10-29 08:12:41 linux-kernel [PATCH 08/60] dm: use bvec iterator helpers to implement .get_page and .next_page
2016-10-29 08:12:33 linux-kernel [PATCH 07/60] dm: crypt: use bio_add_page()
2016-10-29 08:12:29 linux-kernel [PATCH 05/60] target: avoid to access .bi_vcnt directly
2016-10-29 08:12:26 linux-kernel [PATCH 04/60] block: floppy: use bio_add_page()
2016-10-29 08:12:14 linux-kernel [PATCH 02/60] block drivers: convert to bio_init_with_vec_table()
2016-10-29 08:12:03 linux-kernel [PATCH 01/60] block: bio: introduce bio_init_with_vec_table()
2016-10-29 08:08:49 linux-ext4 [PATCH 50/60] ext4: convert to bio_for_each_segment_all_rd()
2016-10-29 08:07:59 linux-ext4 [PATCH 00/60] block: support multipage bvec
2016-10-26 08:58:47 linux-kernel [PATCH] block: flush: fix IO hang in case of flood fua req
2016-10-26 07:30:12 linux-kernel Re: [PATCHv4 18/43] block: define BIO_MAX_PAGES to HPAGE_PMD_NR if huge page cache enabled
2016-10-26 07:30:05 linux-ext4 Re: [PATCHv4 18/43] block: define BIO_MAX_PAGES to HPAGE_PMD_NR if huge page cache enabled
2016-10-18 01:38:15 linux-kernel Re: [4.9-rc1] Build-time 2x slower
2016-10-10 15:25:41 linux-kernel [PATCH] SCSI: remove one useless stack variable
2016-10-09 05:24:17 linux-kernel [Resend PATCH] SCSI: scan: fix use-after-free
2016-04-14 12:12:52 linux-kernel [PATCH v1 02/27] block: drbd: use bio_get_base_vec() to retrieve the 1st bvec
2016-04-14 12:12:07 linux-kernel [PATCH v1 04/27] block: loop: use bio_get_base_vec() to retrive bvec table
2016-04-14 12:11:04 linux-kernel [PATCH v1 11/27] bcache: io.c: use bio_set_vec_table
2016-04-14 12:10:20 linux-kernel [PATCH v1 12/27] bcache: journal.c: use bio_set_vec_table()
2016-04-14 12:10:18 linux-kernel [PATCH v1 08/27] staging: lustre: avoid to use bio->bi_vcnt directly
2016-04-14 12:09:05 linux-kernel [PATCH v1 14/27] bcache: writeback: use bio_set_vec_table()
2016-04-14 12:08:45 linux-kernel [PATCH v1 15/27] bcache: super: use bio_set_vec_table()
2016-04-14 12:08:25 linux-kernel [PATCH v1 17/27] dm: crypt: use bio_add_page()
2016-04-14 12:07:49 linux-kernel [PATCH v1 13/27] bcache: movinggc: use bio_set_vec_table()
2016-04-14 12:06:55 linux-kernel [PATCH v1 18/27] dm: dm-io.c: use bio_get_base_vec()
2016-04-14 12:06:23 linux-kernel [PATCH v1 20/27] dm: dm-bufio.c: use bio_set_vec_table()
2016-04-14 12:06:21 linux-kernel [PATCH v1 21/27] fs: logfs: use bio_set_vec_table()
2016-04-14 12:05:52 linux-kernel [PATCH v1 22/27] fs: logfs: convert to bio_add_page() in sync_request()
2016-04-14 12:04:56 linux-kernel [PATCH v1 26/27] kernel/power/swap.c: use bio_get_base_vec()
2016-04-14 12:03:57 linux-kernel [PATCH v1 27/27] mm: page_io.c: use bio_get_base_vec()
2016-04-14 12:03:55 linux-kernel [PATCH v1 24/27] fs: logfs: use bio_add_page() in do_erase()
2016-04-14 12:03:50 linux-kernel [PATCH v1 25/27] fs: logfs: remove unnecesary check
2016-04-14 12:03:47 linux-kernel [PATCH v1 23/27] fs: logfs: use bio_add_page() in __bdev_writeseg()
2016-04-14 12:03:44 linux-kernel [PATCH v1 19/27] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments
2016-04-14 12:03:40 linux-kernel [PATCH v1 16/27] bcache: super: use bio_get_base_vec
2016-04-14 12:03:36 linux-kernel [PATCH v1 10/27] bcache: debug: avoid to access .bi_io_vec directly
2016-04-14 12:03:34 linux-kernel [PATCH v1 09/27] target: avoid to access .bi_vcnt directly
2016-04-14 12:03:27 linux-kernel [PATCH v1 07/27] block: floppy: use bio_add_page()
2016-04-14 12:03:24 linux-kernel [PATCH v1 06/27] block: floppy: use bio_set_vec_table()
2016-04-14 12:03:22 linux-kernel [PATCH v1 05/27] block: pktcdvd: use bio_get_base_vec() to retrive bvec table
2016-04-14 12:03:19 linux-kernel [PATCH v1 03/27] block: drbd: remove impossible failure handling
2016-04-14 12:03:17 linux-kernel [PATCH v1 01/27] block: bio: introduce 3 helpers for cleanup
2016-04-14 12:03:16 linux-kernel [PATCH v1 00/27] block: cleanup direct access to .bi_vcnt & .bi_io_vec
2016-04-11 03:30:57 linux-kernel Re: [PATCH 08/27] staging: lustre: avoid to use bio->bi_vcnt directly
2016-04-07 04:07:10 linux-kernel Re: [PATCH 09/27] target: use bio_is_full()
2016-04-06 04:11:47 linux-kernel Re: [PATCH 01/27] block: bio: introduce 4 helpers for cleanup
2016-04-06 02:11:30 linux-kernel Re: [PATCH 01/27] block: bio: introduce 4 helpers for cleanup
2016-04-06 01:34:37 linux-kernel Re: [PATCH 01/27] block: bio: introduce 4 helpers for cleanup
2016-04-05 15:24:34 linux-kernel Re: [PATCH 11/27] bcache: io.c: use bio_set_vec_table
2016-04-05 13:19:35 linux-kernel Re: [PATCH 26/27] kernel/power/swap.c: use bio_get_base_vec()