Date |
List |
Subject |
2012-10-15 20:15:36
|
linux-kernel
|
[PATCH v2 12/26] raid1: use bio_reset() |
2012-10-15 20:14:54
|
linux-kernel
|
[PATCH v2 13/26] raid5: use bio_reset() |
2012-10-15 20:14:35
|
linux-kernel
|
[PATCH v2 14/26] raid1: Refactor narrow_write_error() to not use bi_idx |
2012-10-15 20:14:07
|
linux-kernel
|
[PATCH v2 16/26] pktcdvd: use bio_copy_data() |
2012-10-15 20:13:41
|
linux-kernel
|
[PATCH v2 17/26] pktcdvd: Use bio_reset() in disabled code to kill bi_idx usage |
2012-10-15 20:13:09
|
linux-kernel
|
[PATCH v2 18/26] raid1: use bio_copy_data() |
2012-10-15 20:12:40
|
linux-kernel
|
[PATCH v2 21/26] block: Convert some code to bio_for_each_segment_all() |
2012-10-15 20:12:18
|
linux-kernel
|
[PATCH v2 22/26] block: Add bio_alloc_pages() |
2012-10-15 20:11:45
|
linux-kernel
|
[PATCH v2 23/26] raid1: use bio_alloc_pages() |
2012-10-15 20:11:43
|
linux-kernel
|
[PATCH v2 26/26] block: Add BIO_SUBMITTED flag, kill BIO_CLONED |
2012-10-15 20:11:10
|
linux-kernel
|
[PATCH v2 24/26] block: Add an explicit bio flag for bios that own their bvec |
2012-10-15 20:11:07
|
linux-kernel
|
[PATCH v2 25/26] bio-integrity: Add explicit field for owner of bip_buf |
2012-10-15 20:11:00
|
linux-kernel
|
[PATCH v2 19/26] bounce: Refactor __blk_queue_bounce to not use bi_io_vec |
2012-10-15 20:10:57
|
linux-kernel
|
[PATCH v2 20/26] block: Add bio_for_each_segment_all() |
2012-10-15 20:10:53
|
linux-kernel
|
[PATCH v2 15/26] block: Add bio_copy_data() |
2012-10-15 20:10:51
|
linux-kernel
|
[PATCH v2 08/26] block: Remove bi_idx references |
2012-10-15 20:10:48
|
linux-kernel
|
[PATCH v2 09/26] block: Remove some unnecessary bi_vcnt usage |
2012-10-15 20:10:46
|
linux-kernel
|
[PATCH v2 10/26] block: Add submit_bio_wait(), remove from md |
2012-10-15 20:10:39
|
linux-kernel
|
[PATCH v2 04/26] md: Convert md_trim_bio() to use bio_advance() |
2012-10-15 20:10:33
|
linux-kernel
|
[PATCH v4 2/2] block: Convert integrity to bvec_alloc_bs() |
2012-10-15 20:10:30
|
linux-kernel
|
[PATCH v4 1/2] block: Reorder struct bio_set |
2012-10-15 20:10:26
|
linux-kernel
|
[PATCH v4 21/24] block: Add bio_alloc_pages() |
2012-10-15 20:10:22
|
linux-kernel
|
[PATCH v4 20/24] block: Convert some code to bio_for_each_segment_all() |
2012-10-15 20:10:16
|
linux-kernel
|
[PATCH v4 15/24] pktcdvd: use bio_copy_data() |
2012-10-15 20:10:08
|
linux-kernel
|
[PATCH v4 12/24] raid5: use bio_reset() |
2012-10-15 20:09:59
|
linux-kernel
|
[PATCH v4 10/24] raid10: Use bio_reset() |
2012-10-15 20:09:56
|
linux-kernel
|
[PATCH v4 07/24] block: Remove bi_idx references |
2012-10-15 20:09:52
|
linux-kernel
|
[PATCH v4 01/24] block: Add bio_advance() |
2012-10-15 20:09:49
|
linux-kernel
|
[PATCH v4 02/24] block: Refactor blk_update_request() |
2012-10-15 20:09:44
|
linux-kernel
|
[PATCH v4 00/24] Prep work for immutable bio vecs |
2012-10-11 02:51:40
|
linux-kernel
|
Re: [PATCH 5/5] aio: Refactor aio_read_evt, use cmxchg(), fix bug |
2012-10-11 02:42:32
|
linux-kernel
|
Re: [PATCH 2/5] aio: kiocb_cancel() |
2012-10-10 01:09:39
|
linux-kernel
|
Re: [PATCH 4/5] aio: vmap ringbuffer |
2012-10-10 00:47:52
|
linux-kernel
|
Re: [PATCH 5/5] aio: Refactor aio_read_evt, use cmxchg(), fix bug |
2012-10-10 00:17:36
|
linux-kernel
|
Re: [PATCH 3/5] aio: Rewrite refcounting |
2012-10-10 00:16:37
|
linux-kernel
|
Re: [PATCH 4/5] aio: vmap ringbuffer |
2012-10-10 00:06:09
|
linux-kernel
|
Re: [PATCH 5/5] aio: Refactor aio_read_evt, use cmxchg(), fix bug |
2012-10-09 22:55:17
|
linux-kernel
|
Re: [PATCH 5/5] aio: Refactor aio_read_evt, use cmxchg(), fix bug |
2012-10-09 22:44:33
|
linux-kernel
|
Re: [PATCH 4/5] aio: vmap ringbuffer |
2012-10-09 22:21:59
|
linux-kernel
|
Re: [PATCH 3/5] aio: Rewrite refcounting |
2012-10-09 21:37:05
|
linux-kernel
|
Re: [PATCH 2/5] aio: kiocb_cancel() |
2012-10-09 21:31:21
|
linux-kernel
|
Re: [PATCH 4/5] aio: vmap ringbuffer |
2012-10-09 21:27:32
|
linux-kernel
|
Re: [PATCH 5/5] aio: Refactor aio_read_evt, use cmxchg(), fix bug |
2012-10-09 06:40:50
|
linux-kernel
|
[PATCH 2/5] aio: kiocb_cancel() |
2012-10-09 06:40:12
|
linux-kernel
|
[PATCH 3/5] aio: Rewrite refcounting |
2012-10-09 06:39:55
|
linux-kernel
|
[PATCH 5/5] aio: Refactor aio_read_evt, use cmxchg(), fix bug |
2012-10-09 06:39:39
|
linux-kernel
|
[PATCH 4/5] aio: vmap ringbuffer |
2012-10-09 06:39:36
|
linux-kernel
|
[PATCH 1/5] aio: Kill return value of aio_complete() |
2012-10-04 19:50:20
|
linux-kernel
|
Re: [RFC, PATCH] Extensible AIO interface |
2012-10-04 19:38:06
|
linux-kernel
|
Re: [RFC, PATCH] Extensible AIO interface |
2012-10-03 03:42:35
|
linux-kernel
|
Re: [PATCH] block: makes bio_split support bio without data |