dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-26 13:47:23 to 2012-10-29 12:15:06 UTC [more...]

[PATCH v7 01/16] hashtable: introduce a small and naive hashtable
 2012-10-29 12:15 UTC  (21+ messages)
  ` [PATCH v7 02/16] userns: use new hashtable implementation
  ` [PATCH v7 03/16] mm, ksm: "
  ` [PATCH v7 04/16] workqueue: "
  ` [PATCH v7 07/16] net, 9p: "
  ` [PATCH v7 10/16] dlm: "
  ` [PATCH v7 12/16] dm: "
  ` [PATCH v7 14/16] net, rds: "
  ` [PATCH v7 15/16] openvswitch: "
  ` [PATCH v7 16/16] tracing output: "
` [PATCH v7 05/16] mm/huge_memory: "
` [PATCH v7 06/16] tracepoint: "
` [PATCH v7 08/16] block,elevator: "
` [PATCH v7 09/16] SUNRPC/cache: "
` [PATCH v7 11/16] net,l2tp: "
` [PATCH v7 13/16] lockd: "

[PATCH 2/2] dm: stay in blk_queue_bypass until queue becomes initialized
 2012-10-29 10:15 UTC  (4+ messages)

[PATCH 1/2] block: move blk_queue_bypass_{start,end} to include/linux/blkdev.h
 2012-10-25  9:55 UTC  (2+ messages)

[PATCH v4 00/24] Prep work for immutable bio vecs
 2012-10-24 16:57 UTC  (69+ messages)
` [PATCH v4 02/24] block: Refactor blk_update_request()
` [PATCH v4 05/24] block: Use bio_sectors() more consistently
` [PATCH v4 06/24] block: Change bio_split() to respect the current value of bi_idx
` [PATCH v4 07/24] block: Remove bi_idx references
` [PATCH v4 08/24] block: Remove some unnecessary bi_vcnt usage
` [PATCH v4 10/24] raid10: Use bio_reset()
` [PATCH v4 11/24] raid1: use bio_reset()
` [PATCH v4 12/24] raid5: "
` [PATCH v4 13/24] raid1: Refactor narrow_write_error() to not use bi_idx
` [PATCH v4 14/24] block: Add bio_copy_data()
` [PATCH v4 15/24] pktcdvd: use bio_copy_data()
` [PATCH v4 16/24] pktcdvd: Use bio_reset() in disabled code to kill bi_idx usage
` [PATCH v4 17/24] raid1: use bio_copy_data()
` [PATCH v4 18/24] bounce: Refactor __blk_queue_bounce to not use bi_io_vec
` [PATCH v4 20/24] block: Convert some code to bio_for_each_segment_all()
` [PATCH v4 21/24] block: Add bio_alloc_pages()
` [PATCH v4 22/24] block: Add an explicit bio flag for bios that own their bvec
  ` [PATCH v4 01/24] block: Add bio_advance()
  ` [PATCH v4 03/24] md: Convert md_trim_bio() to use bio_advance()
  ` [PATCH v4 04/24] block: Add bio_end_sector()
  ` [PATCH v4 09/24] block: Add submit_bio_wait(), remove from md
  ` [PATCH v4 19/24] block: Add bio_for_each_segment_all()
  ` [PATCH v4 23/24] bio-integrity: Add explicit field for owner of bip_buf
  ` [PATCH v2 07/26] block: Don't use bi_idx in bio_split() or require it to be 0
  ` [PATCH v2 11/26] raid10: Use bio_reset()
  ` [PATCH v2 16/26] pktcdvd: use bio_copy_data()
  ` [PATCH v2 21/26] block: Convert some code to bio_for_each_segment_all()
  ` [PATCH v2 24/26] block: Add an explicit bio flag for bios that own their bvec
  ` [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 v4 24/24] "
` [PATCH v4 1/2] block: Reorder struct bio_set
` [PATCH v4 2/2] block: Avoid deadlocks with bio allocation by stacking drivers
` [PATCH v4 1/2] block: Fix a buffer overrun in bio_integrity_split()
` [PATCH v4 2/2] block: Convert integrity to bvec_alloc_bs()
` [PATCH v2 00/26] Prep work for immutable bio vecs
` [PATCH v2 01/26] block: Convert integrity to bvec_alloc_bs(), and a bugfix
` [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 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 12/26] raid1: use bio_reset()
` [PATCH v2 13/26] raid5: "
` [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 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 19/26] bounce: Refactor __blk_queue_bounce to not use bi_io_vec
` [PATCH v2 20/26] block: Add bio_for_each_segment_all()
` [PATCH v2 22/26] block: Add bio_alloc_pages()
` [PATCH v2 23/26] raid1: use bio_alloc_pages()

[PATCH 1/4] dm: introduce per request data
 2012-10-23  1:02 UTC  (4+ messages)
` [PATCH 2/4] dm-raid1: use "
  ` [PATCH 3/4] dm-verity: "
    ` [PATCH 4/4] dm-snap: "

[PATCH] dm-persistent-data: rename node to btree_node
 2012-10-18  9:44 UTC  (2+ messages)

[PATCH] dm-snap: optimize track_chunk
 2012-10-17  0:44 UTC  (3+ messages)
`  "

[PATCH] dm-raid: use DM_ENDIO_INCOMPLETE
 2012-10-15 20:39 UTC 

[PATCH] dm-raid1: remove unused condition
 2012-10-15 20:38 UTC 

PROBLEM: [dm-crypt] read starvation during writeback
 2012-10-13 20:56 UTC  (4+ messages)
    ` PROBLEM: "
      ` [dm-crypt] "

[git pull] 3.7 device-mapper changes
 2012-10-12 22:52 UTC 

[PATCH] Remove _tio_cache
 2012-10-12 18:25 UTC 

[PATCH 1/5] aio: Kill return value of aio_complete()
 2012-10-11 16:43 UTC  (35+ messages)
` [PATCH 3/5] aio: Rewrite refcounting
` [PATCH 4/5] aio: vmap ringbuffer
  ` [PATCH 2/5] aio: kiocb_cancel()
  ` [PATCH 5/5] aio: Refactor aio_read_evt, use cmxchg(), fix bug

linux-next oops
 2012-10-11 13:52 UTC  (6+ messages)

default path for iSCSI
 2012-10-11  9:40 UTC 

[PATCH v3 00/26] Prep work for immutable bio vecs
 2012-10-04  6:07 UTC  (45+ 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 04/26] block: Refactor blk_update_request()
  ` [dm-devel] "
` [PATCH v3 05/26] md: Convert md_trim_bio() to use bio_advance()
` [PATCH v3 06/26] block: Add bio_end_sector()
    ` [Drbd-dev] "
    ` [dm-devel] "
` [PATCH v3 09/26] block: Remove bi_idx references
    ` [dm-devel] "
` [PATCH v3 11/26] block: Add submit_bio_wait(), remove from md
    ` [dm-devel] "

[PATCH] percpu-rw-semaphore: lock splice methods
 2012-10-04  0:58 UTC 

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  (21+ 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


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).