messages from 2012-09-11 00:22:21 to 2012-10-02 20:11:05 UTC [more...]
[PATCH v3 00/26] Prep work for immutable bio vecs
2012-10-02 20:11 UTC (51+ messages)
` [PATCH v3 01/26] block: Fix a buffer overrun in bio_integrity_split()
` [dm-devel] "
` [PATCH v3 02/26] block: Convert integrity to bvec_alloc_bs()
` [dm-devel] "
` [PATCH v3 03/26] block: Add bio_advance()
` [PATCH v3 04/26] block: Refactor blk_update_request()
` [dm-devel] "
` [PATCH v3 05/26] md: Convert md_trim_bio() to use bio_advance()
` [PATCH v3 23/26] block: Add bio_alloc_pages()
` [PATCH v3 06/26] block: Add bio_end_sector()
` [Drbd-dev] "
` [dm-devel] "
` [PATCH v3 07/26] block: Use bio_sectors() more consistently
` [PATCH v3 08/26] block: Change bio_split() to respect the current value of bi_idx
` [PATCH v3 09/26] block: Remove bi_idx references
` [dm-devel] "
` [PATCH v3 10/26] block: Remove some unnecessary bi_vcnt usage
` [PATCH v3 11/26] block: Add submit_bio_wait(), remove from md
` [dm-devel] "
` [PATCH v3 12/26] raid10: Use bio_reset()
` [PATCH v3 13/26] raid1: use bio_reset()
` [PATCH v3 14/26] raid5: "
` [PATCH v3 15/26] raid1: Refactor narrow_write_error() to not use bi_idx
` [PATCH v3 16/26] block: Add bio_copy_data()
` [PATCH v3 17/26] pktcdvd: use bio_copy_data()
` [PATCH v3 18/26] pktcdvd: Use bio_reset() in disabled code to kill bi_idx usage
` [PATCH v3 19/26] raid1: use bio_copy_data()
` [PATCH v3 20/26] bounce: Refactor __blk_queue_bounce to not use bi_io_vec
` [PATCH v3 21/26] block: Add bio_for_each_segment_all()
` [PATCH v3 22/26] block: Convert some code to bio_for_each_segment_all()
` [PATCH v3 24/26] block: Add an explicit bio flag for bios that own their bvec
` [PATCH v3 25/26] bio-integrity: Add explicit field for owner of bip_buf
` [PATCH v3 26/26] block: Add BIO_SUBMITTED flag, kill BIO_CLONED
hba qlogic installation
2012-10-02 20:06 UTC
[patch] dm thin: check kmalloc in dm_deferred_set_create()
2012-10-02 12:58 UTC (2+ messages)
` [dm-devel] "
shutting down logical volumes once an underlying device fails?
2012-09-28 13:05 UTC (3+ messages)
[git pull] 3.6 device-mapper fixes
2012-09-27 2:19 UTC
pvmove error hanging LVM layer?
2012-09-26 16:57 UTC
Crash when IO is being submitted and block size is changed
2012-09-26 14:35 UTC (31+ messages)
` [PATCH 1/3] Fix "
` [PATCH 2/3] Introduce percpu rw semaphores
` [dm-devel] "
` [PATCH 4/3] "
` [PATCH 0/4] Fix a crash when block device is read and block size is changed at the same time
` [PATCH 1/2] "
` [PATCH 2/2] "
[PATCH] dm persistent data: convert to use le32_add_cpu()
2012-09-26 9:45 UTC
[PATCH] dm-switch target
2012-09-25 23:35 UTC (3+ messages)
bufio & write completion indication
2012-09-25 23:07 UTC (2+ messages)
[PATCH 1/3] dm bio prison: factor bio prison code out to standalone library
2012-09-25 22:35 UTC (3+ messages)
` [PATCH 2/3] dm thin: remove old bio prison code that now lives in dm-bio-prison.c
` [PATCH 3/3] dm bio prison: add "dm_" prefix to bio prison and deferred set interfaces
[PATCH 0/1] dm-integrity: integrity protection device-mapper target
2012-09-25 15:42 UTC (6+ messages)
` [PATCH 1/1] "
[PATCH] dm: gracefully fail any request beyond the end of the device
2012-09-24 13:28 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] multipath queues build invalid requests when all paths are lost
2012-09-21 15:37 UTC (15+ messages)
` "
` [PATCH] dm mpath: only retry ioctl if queue_if_no_path was configured
` [PATCH] dm table: do not allow queue limits that will exceed hardware limits
` [PATCH v2] "
` [PATCH v3] dm: re-use live table's limits if next table has no data devices
[PATCH v2 00/26] Prep work for immutable bio vecs
2012-09-21 4:51 UTC (80+ messages)
` [PATCH v2 01/26] block: Convert integrity to bvec_alloc_bs(), and a bugfix
` [dm-devel] "
` [PATCH v2 02/26] block: Add bio_advance()
` [PATCH v2 03/26] block: Refactor blk_update_request()
` [PATCH v2 04/26] md: Convert md_trim_bio() to use bio_advance()
` [PATCH v2 05/26] block: Add bio_end()
` [PATCH v2 06/26] block: Use bio_sectors() more consistently
` [PATCH v2 07/26] block: Don't use bi_idx in bio_split() or require it to be 0
` [PATCH v2 08/26] block: Remove bi_idx references
` [PATCH v2 09/26] block: Remove some unnecessary bi_vcnt usage
` [PATCH v2 10/26] block: Add submit_bio_wait(), remove from md
` [PATCH v2 11/26] raid10: Use bio_reset()
` [PATCH v2 13/26] raid5: use bio_reset()
` [PATCH v2 14/26] raid1: Refactor narrow_write_error() to not use bi_idx
` [PATCH v2 15/26] block: Add bio_copy_data()
` [PATCH v2 16/26] pktcdvd: use bio_copy_data()
` [PATCH v2 17/26] pktcdvd: Use bio_reset() in disabled code to kill bi_idx usage
` [PATCH v2 18/26] raid1: use bio_copy_data()
` [PATCH v2 20/26] block: Add bio_for_each_segment_all()
` [PATCH v2 22/26] block: Add bio_alloc_pages()
` [PATCH v2 24/26] block: Add an explicit bio flag for bios that own their bvec
` [PATCH v2 12/26] raid1: use bio_reset()
` [PATCH v2 19/26] bounce: Refactor __blk_queue_bounce to not use bi_io_vec
` [PATCH v2 21/26] block: Convert some code to bio_for_each_segment_all()
` [PATCH v2 23/26] raid1: use bio_alloc_pages()
` [PATCH v2 25/26] bio-integrity: Add explicit field for owner of bip_buf
` [PATCH v2 26/26] block: Add BIO_SUBMITTED flag, kill BIO_CLONED
[PATCH 1/2] md: add new interface 'mk_rq' in target_type
2012-09-20 3:18 UTC (2+ messages)
` [PATCH 2/2] md: modify dm_io() so it could return bios instead of submitting it
[PATCH v10 0/8] Block cleanups
2012-09-18 16:31 UTC (12+ messages)
` [PATCH v10 1/8] block: Generalized bio pool freeing
` [dm-devel] "
` [PATCH v10 8/8] block: Add bio_clone_bioset(), bio_clone_kmalloc()
` [dm-devel] "
[PATCH] dm-bufio & dm-verity: use ACCESS_ONCE instead of volatile
2012-09-17 19:21 UTC
[PATCH v7 9/9] block: Avoid deadlocks with bio allocation by stacking drivers
2012-09-14 23:09 UTC (15+ messages)
` [PATCH] dm: Use bioset's front_pad for dm_target_io
` [PATCH 2] "
` [dm-devel] "
[PATCH v10 3/8] dm: Use bioset's front_pad for dm_rq_clone_bio_info
2012-09-14 19:05 UTC (2+ messages)
` [dm-devel] "
[PATCH] btrfs: Kill some bi_idx references
2012-09-12 11:15 UTC (2+ messages)
[PATCH 0/2] Avoid deadlocks with bio allocation
2012-09-11 20:00 UTC (15+ messages)
` [PATCH 2/2] block: Avoid deadlocks with bio allocation by stacking drivers
[PATCH] reworked dm-switch target
2012-09-11 17:13 UTC (13+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).