LinuxLists
Users
About
Kent Overstreet (
[email protected]
)
Number of posts: 564 (0.84 per day)
First post: 2011-05-20 05:02:45
Last post: 2013-03-22 21:26:41
Previous Page
/
Next Page
Date
List
Subject
2012-05-25 20:32:17
linux-kernel
[PATCH v3 05/16] block: Kill bi_destructor
2012-05-25 20:32:00
linux-kernel
[PATCH v3 06/16] block: Add an explicit bio flag for bios that own their bvec
2012-05-25 20:31:42
linux-kernel
[PATCH v3 07/16] block: Rename bio_split() -> bio_pair_split()
2012-05-25 20:30:52
linux-kernel
[PATCH v3 08/16] block: Rework bio splitting
2012-05-25 20:30:48
linux-kernel
[PATCH v3 09/16] block: Add bio_clone_kmalloc()
2012-05-25 20:30:21
linux-kernel
[PATCH v3 10/16] block: Add bio_clone_bioset()
2012-05-25 20:29:18
linux-kernel
[PATCH v3 11/16] block: Only clone bio vecs that are in use
2012-05-25 20:28:48
linux-kernel
[PATCH v3 12/16] Closures
2012-05-25 20:28:05
linux-kernel
[PATCH v3 13/16] Make generic_make_request handle arbitrarily large bios
2012-05-25 20:27:40
linux-kernel
[PATCH v3 15/16] md: Kill merge_bvec_fn()s
2012-05-25 20:26:40
linux-kernel
[PATCH v3 16/16] dm: Kill merge_bvec_fn()
2012-05-25 20:26:32
linux-kernel
[PATCH v3 14/16] Gut bio_add_page()
2012-05-25 20:26:28
linux-kernel
[PATCH v3 01/16] block: Generalized bio pool freeing
2012-05-25 20:26:25
linux-kernel
[PATCH v3 00/16] Block cleanups
2012-05-25 20:26:23
linux-kernel
[PATCH v3 03/16] block: Add bio_reset()
2012-05-25 20:26:20
linux-kernel
[PATCH v3 02/16] dm: Use bioset's front_pad for dm_rq_clone_bio_info
2012-05-25 20:01:29
linux-kernel
Re: [PATCH v2 09/14] block: Add an explicit bio flag for bios that own their bvec
2012-05-25 00:31:20
linux-kernel
Re: [PATCH v2 04/14] block: Add bio_clone_kmalloc()
2012-05-24 23:35:38
linux-kernel
Re: [PATCH v2 03/14] block: Add bio_clone_bioset()
2012-05-24 23:33:14
linux-kernel
Re: [dm-devel] [PATCH v2 02/14] dm: kill dm_rq_bio_destructor
2012-05-24 21:32:05
linux-kernel
Re: [PATCH v2 09/14] block: Add an explicit bio flag for bios that own their bvec
2012-05-24 21:27:52
linux-kernel
Re: [PATCH v2 11/14] block: Rework bio splitting
2012-05-24 20:00:22
linux-kernel
Re: [PATCH v2 08/14] block: Kill bi_destructor
2012-05-24 19:59:23
linux-kernel
Re: [PATCH v2 07/14] pktcdvd: Switch to bio_kmalloc()
2012-05-24 01:17:02
linux-kernel
Re: [PATCH v2 12/14] Closures
2012-05-24 00:39:22
linux-kernel
Re: [dm-devel] [PATCH v2 02/14] dm: kill dm_rq_bio_destructor
2012-05-24 00:04:28
linux-kernel
[PATCH v2 14/14] Gut bio_add_page()
2012-05-24 00:04:25
linux-kernel
[PATCH v2 13/14] Make generic_make_request handle arbitrarily large bios
2012-05-24 00:04:21
linux-kernel
[PATCH v2 01/14] block: Generalized bio pool freeing
2012-05-24 00:04:20
linux-kernel
[PATCH v2 12/14] Closures
2012-05-24 00:04:17
linux-kernel
[PATCH v2 11/14] block: Rework bio splitting
2012-05-24 00:04:15
linux-kernel
[PATCH v2 10/14] block: Rename bio_split() -> bio_pair_split()
2012-05-24 00:04:12
linux-kernel
[PATCH v2 09/14] block: Add an explicit bio flag for bios that own their bvec
2012-05-24 00:04:09
linux-kernel
[PATCH v2 07/14] pktcdvd: Switch to bio_kmalloc()
2012-05-24 00:04:07
linux-kernel
[PATCH v2 08/14] block: Kill bi_destructor
2012-05-24 00:04:04
linux-kernel
[PATCH v2 06/14] block: Add bio_reset()
2012-05-24 00:04:00
linux-kernel
[PATCH v2 04/14] block: Add bio_clone_kmalloc()
2012-05-24 00:03:58
linux-kernel
[PATCH v2 05/14] block: Only clone bio vecs that are in use
2012-05-24 00:03:56
linux-kernel
[PATCH v2 03/14] block: Add bio_clone_bioset()
2012-05-24 00:03:53
linux-kernel
[PATCH v2 02/14] dm: kill dm_rq_bio_destructor
2012-05-24 00:03:23
linux-kernel
[PATCH v2 00/14] Block cleanups (for bcache)
2012-05-23 15:33:37
linux-kernel
Re: [dm-devel] [Bcache v13 09/16] Bcache: generic utility code
2012-05-23 06:04:37
linux-kernel
Re: [PATCH] Add human-readable units modifier to vsnprintf()
2012-05-23 05:54:05
linux-kernel
Re: [Bcache v13 09/16] Bcache: generic utility code
2012-05-23 05:34:06
linux-kernel
Re: [Bcache v13 11/16] bcache: Core btree code
2012-05-23 05:22:39
linux-kernel
Re: [PATCH] Add human-readable units modifier to vsnprintf()
2012-05-23 04:50:24
linux-kernel
[PATCH] Add human-readable units modifier to vsnprintf()
2012-05-23 04:24:28
linux-kernel
Re: [Bcache v13 14/16] bcache: Request, io and allocation code
2012-05-23 04:21:16
linux-kernel
Re: [Bcache v13 12/16] bcache: Bset code (lookups within a btree node)
2012-05-23 03:45:52
linux-kernel
Re: [Bcache v13 11/16] bcache: Core btree code
2012-05-23 03:12:17
linux-kernel
Re: [Bcache v13 09/16] Bcache: generic utility code