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-08-28 17:37:45
linux-kernel
[PATCH v7 0/9] Block cleanups, deadlock fix
2012-08-28 17:23:43
linux-kernel
Re: [PATCH v6 08/13] block: Add an explicit bio flag for bios that own their bvec
2012-08-24 12:47:38
linux-kernel
Re: [PATCH v6 00/13] Block cleanups
2012-08-24 10:38:13
linux-kernel
Re: [PATCH v6 11/13] block: Rework bio_pair_split()
2012-08-24 10:31:28
linux-kernel
Re: [PATCH v6 11/13] block: Rework bio_pair_split()
2012-08-24 07:15:25
linux-kernel
Re: [PATCH v6 02/13] dm: Use bioset's front_pad for dm_rq_clone_bio_info
2012-08-24 07:05:45
linux-kernel
Re: [PATCH v6 13/13] block: Only clone bio vecs that are in use
2012-08-24 06:24:55
linux-kernel
Re: [PATCH v6 12/13] block: Add bio_clone_bioset(), bio_clone_kmalloc()
2012-08-24 05:56:32
linux-kernel
Re: [PATCH v6 07/13] block: Avoid deadlocks with bio allocation by stacking drivers
2012-08-24 05:10:14
linux-kernel
Re: [PATCH v6 05/13] block: Kill bi_destructor
2012-08-24 05:04:38
linux-kernel
Re: [PATCH v6 06/13] block: Consolidate bio_alloc_bioset(), bio_kmalloc()
2012-08-22 19:22:50
linux-kernel
Re: [PATCH v6 08/13] block: Add an explicit bio flag for bios that own their bvec
2012-08-22 17:07:53
linux-kernel
[PATCH v6 01/13] block: Generalized bio pool freeing
2012-08-22 17:07:22
linux-kernel
[PATCH v6 04/13] pktcdvd: Switch to bio_kmalloc()
2012-08-22 17:07:19
linux-kernel
[PATCH v6 05/13] block: Kill bi_destructor
2012-08-22 17:06:56
linux-kernel
[PATCH v6 06/13] block: Consolidate bio_alloc_bioset(), bio_kmalloc()
2012-08-22 17:06:37
linux-kernel
[PATCH v6 07/13] block: Avoid deadlocks with bio allocation by stacking drivers
2012-08-22 17:06:13
linux-kernel
[PATCH v6 08/13] block: Add an explicit bio flag for bios that own their bvec
2012-08-22 17:06:09
linux-kernel
[PATCH v6 09/13] block: Rename bio_split() -> bio_pair_split()
2012-08-22 17:05:45
linux-kernel
[PATCH v6 11/13] block: Rework bio_pair_split()
2012-08-22 17:05:18
linux-kernel
[PATCH v6 12/13] block: Add bio_clone_bioset(), bio_clone_kmalloc()
2012-08-22 17:05:07
linux-kernel
[PATCH v6 13/13] block: Only clone bio vecs that are in use
2012-08-22 17:04:53
linux-kernel
[PATCH v6 10/13] block: Introduce new bio_split()
2012-08-22 17:04:44
linux-kernel
[PATCH v6 02/13] dm: Use bioset's front_pad for dm_rq_clone_bio_info
2012-08-22 17:04:40
linux-kernel
[PATCH v6 03/13] block: Add bio_reset()
2012-08-22 17:04:32
linux-kernel
[PATCH v6 00/13] Block cleanups
2012-08-15 23:07:22
linux-kernel
Re: [PATCH] A possible deadlock with stacked devices (was: [PATCH v4 08/12] block: Introduce new bio_split())
2012-08-15 22:19:42
linux-kernel
Re: [PATCH v5 05/12] block: Kill bi_destructor
2012-08-15 20:46:25
linux-kernel
Re: [PATCH v5 02/12] dm: Use bioset's front_pad for dm_rq_clone_bio_info
2012-08-13 22:09:46
linux-kernel
Re: [PATCH v5 08/12] block: Introduce new bio_split()
2012-08-13 21:55:52
linux-kernel
Re: [PATCH v5 08/12] block: Introduce new bio_split()
2012-08-13 21:47:00
linux-kernel
Re: [PATCH v5 12/12] block: Only clone bio vecs that are in use
2012-08-13 21:44:52
linux-kernel
Re: [PATCH v5 02/12] dm: Use bioset's front_pad for dm_rq_clone_bio_info
2012-08-09 07:33:34
linux-kernel
Re: [PATCH v5 08/12] block: Introduce new bio_split()
2012-08-09 07:02:48
linux-kernel
Re: [PATCH v5 10/12] block: Add bio_clone_kmalloc()
2012-08-09 06:59:32
linux-kernel
Re: [PATCH v5 11/12] block: Add bio_clone_bioset()
2012-08-09 06:12:15
linux-kernel
Re: [PATCH v5 05/12] block: Kill bi_destructor
2012-08-09 06:06:41
linux-kernel
Re: [PATCH v5 03/12] block: Add bio_reset()
2012-08-09 03:25:07
linux-kernel
Re: [dm-devel] [PATCH v5 12/12] block: Only clone bio vecs that are in use
2012-08-09 03:20:14
linux-kernel
Re: [dm-devel] [PATCH v5 12/12] block: Only clone bio vecs that are in use
2012-08-09 03:07:16
linux-kernel
Re: [PATCH v5 12/12] block: Only clone bio vecs that are in use
2012-08-09 02:56:46
linux-kernel
Re: [PATCH v5 11/12] block: Add bio_clone_bioset()
2012-08-09 02:38:47
linux-kernel
[PATCH] Consolidate bio_clone_bioset(), bio_kmalloc()
2012-08-09 01:57:46
linux-kernel
Re: [PATCH v5 10/12] block: Add bio_clone_kmalloc()
2012-08-09 01:40:00
linux-kernel
Re: [PATCH v5 08/12] block: Introduce new bio_split()
2012-08-09 01:27:42
linux-kernel
Re: [PATCH v5 08/12] block: Introduce new bio_split()
2012-08-09 00:27:30
linux-kernel
Re: [PATCH v5 01/12] block: Generalized bio pool freeing
2012-08-09 00:22:31
linux-kernel
Re: [PATCH v5 05/12] block: Kill bi_destructor
2012-08-09 00:15:05
linux-kernel
Re: [PATCH v5 05/12] block: Kill bi_destructor
2012-08-09 00:09:26
linux-kernel
Re: [PATCH v5 04/12] pktcdvd: Switch to bio_kmalloc()
2012-08-09 00:07:48
linux-kernel
Re: [PATCH v5 03/12] block: Add bio_reset()