LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
2016-04-05 12:10:47
linux-kernel
[PATCH 27/27] mm: page_io.c: use bio_get_base_vec()
2016-04-05 12:10:37
linux-kernel
[PATCH 26/27] kernel/power/swap.c: use bio_get_base_vec()
2016-04-05 12:10:21
linux-kernel
[PATCH 25/27] fs: logfs: remove unnecesary check
2016-04-05 12:10:05
linux-kernel
[PATCH 24/27] fs: logfs: use bio_add_page() in do_erase()
2016-04-05 12:09:46
linux-kernel
[PATCH 23/27] fs: logfs: use bio_add_page() in __bdev_writeseg()
2016-04-05 12:09:33
linux-kernel
[PATCH 22/27] fs: logfs: convert to bio_add_page() in sync_request()
2016-04-05 12:09:21
linux-kernel
[PATCH 21/27] fs: logfs: use bio_set_vec_table()
2016-04-05 12:09:06
linux-kernel
[PATCH 20/27] dm: dm-bufio.c: use bio_set_vec_table()
2016-04-05 12:08:52
linux-kernel
[PATCH 19/27] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments
2016-04-05 12:08:41
linux-kernel
[PATCH 18/27] dm: dm-io.c: use bio_get_base_vec()
2016-04-05 12:08:31
linux-kernel
[PATCH 17/27] dm: crypt: use bio_add_page()
2016-04-05 12:08:14
linux-kernel
[PATCH 16/27] bcache: super: use bio_get_base_vec
2016-04-05 12:07:58
linux-kernel
[PATCH 15/27] bcache: super: use bio_set_vec_table()
2016-04-05 12:06:18
linux-kernel
[PATCH 09/27] target: use bio_is_full()
2016-04-05 12:04:46
linux-kernel
[PATCH 10/27] bcache: debug: avoid to access .bi_io_vec directly
2016-04-05 12:03:41
linux-kernel
[PATCH 11/27] bcache: io.c: use bio_set_vec_table
2016-04-05 12:01:22
linux-kernel
[PATCH 14/27] bcache: writeback: use bio_set_vec_table()
2016-04-05 12:01:04
linux-kernel
[PATCH 13/27] bcache: movinggc: use bio_set_vec_table()
2016-04-05 12:00:52
linux-kernel
[PATCH 12/27] bcache: journal.c: use bio_set_vec_table()
2016-04-05 12:00:07
linux-kernel
[PATCH 08/27] staging: lustre: avoid to use bio->bi_vcnt directly
2016-04-05 11:59:59
linux-kernel
[PATCH 07/27] block: floppy: use bio_add_page()
2016-04-05 11:59:48
linux-kernel
[PATCH 06/27] block: floppy: use bio_set_vec_table()
2016-04-05 11:59:31
linux-kernel
[PATCH 05/27] block: pktcdvd: use bio_get_base_vec() to retrive bvec table
2016-04-05 11:59:17
linux-kernel
[PATCH 04/27] block: loop: use bio_get_base_vec() to retrive bvec table
2016-04-05 11:59:07
linux-kernel
[PATCH 03/27] block: drbd: remove impossible failure handling
2016-04-05 11:58:52
linux-kernel
[PATCH 02/27] block: drbd: use bio_get_base_vec() to retrieve the 1st bvec
2016-04-05 11:58:30
linux-kernel
[PATCH 01/27] block: bio: introduce 4 helpers for cleanup
2016-04-05 11:58:17
linux-kernel
[PATCH 00/27] block: cleanup direct access on .bi_vcnt & .bi_io_vec
2016-03-30 13:07:24
linux-kernel
Re: [PATCH RFC] block: fix bio merge checks when virt_boundary is set
2016-03-18 02:59:43
linux-kernel
Re: [PATCH RFC] block: fix bio merge checks when virt_boundary is set
2016-03-16 15:40:06
linux-kernel
Re: [PATCH RFC] block: fix bio merge checks when virt_boundary is set
2016-03-14 01:07:20
linux-kernel
Re: [PATCH] direct-io: Deinline dio_zero_block, save 2684 bytes
2016-03-12 14:40:07
linux-kernel
Re: e827091cb1 "block: merge: get the 1st and last bvec via helpers" broken
2016-03-12 14:26:12
linux-kernel
Re: e827091cb1 "block: merge: get the 1st and last bvec via helpers" broken
2016-03-12 13:33:28
linux-kernel
Re: e827091cb1 "block: merge: get the 1st and last bvec via helpers" broken
2016-03-12 10:37:09
linux-kernel
Re: e827091cb1 "block: merge: get the 1st and last bvec via helpers" broken
2016-03-12 08:49:49
linux-kernel
Re: e827091cb1 "block: merge: get the 1st and last bvec via helpers" broken
2016-03-12 01:47:47
linux-kernel
Re: multipath: I/O hanging forever
2016-03-08 13:42:27
linux-kernel
Re: [RFC/PATCH 4/4] firmware: Support requesting firmware directly into DMA memory
2016-03-01 13:44:25
linux-kernel
Re: loop subsystem corrupted after mounting multiple btrfs sub-volumes
2015-12-29 14:55:57
linux-kernel
[PATCH v2 3/3] bpf: hash: use per-bucket spinlock
2015-12-29 14:40:51
linux-kernel
[PATCH v2 2/3] bpf: hash: move select_bucket() out of htab's spinlock
2015-12-29 14:40:45
linux-kernel
[PATCH v2 1/3] bpf: hash: use atomic count
2015-12-29 14:40:38
linux-kernel
[PATCH v2 0/3] bpf: hash: use per-bucket spinlock
2015-12-28 12:56:52
linux-kernel
[PATCH v1 2/3] bpf: hash: move select_bucket() out of htab's spinlock
2015-12-28 12:56:25
linux-kernel
[PATCH v1 3/3] bpf: hash: use per-bucket spinlock
2015-12-28 12:56:17
linux-kernel
[PATCH v1 1/3] bpf: hash: use atomic count
2015-12-28 12:56:12
linux-kernel
[PATCH v1 0/3] bpf: hash: use per-bucket spinlock
2015-12-28 12:20:37
linux-kernel
Re: [PATCH 3/3] bpf: hash: use per-bucket spinlock
2015-12-26 09:33:27
linux-kernel
[PATCH 3/3] bpf: hash: use per-bucket spinlock
2015-12-26 09:32:56
linux-kernel
[PATCH 2/3] bpf: hash: move select_bucket() out of htab's spinlock