dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-08 21:34:12 to 2012-08-22 11:47:53 UTC [more...]

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

[RFC PATCH 00/20] dm-crypt: parallel processing
 2012-08-22 10:28 UTC  (28+ messages)
` [PATCH 01/20] dm-crypt: remove per-cpu structure
  ` [PATCH 02/20] dm-crypt: use unbound workqueue for request processing
  ` [PATCH 03/20] dm-crypt: remove completion restart
  ` [PATCH 04/20] dm-crypt: use encryption threads
  ` [PATCH 05/20] dm-crypt: Unify spinlock
  ` [PATCH 06/20] dm-crypt: Introduce an option that sets the number of threads
  ` [PATCH 07/20] dm-crypt: don't use write queue
  ` [PATCH 08/20] dm-crypt: simplify io queue
  ` [PATCH 09/20] dm-crypt: unify io_queue and crypt_queue
  ` [PATCH 10/20] dm-crypt: don't allocate pages for a partial request
  ` [PATCH 11/20] dm-crypt: avoid deadlock in mempools
  ` [PATCH 12/20] dm-crypt: simplify cc_pending
  ` [PATCH 13/20] dm-crypt merge convert_context and dm_crypt_io
  ` [PATCH 14/20] dm-crypt: move error handling to crypt_convert
  ` [PATCH 15/20] dm-crypt: remove io_pending field
  ` [PATCH 16/20] dm-crypt: small changes
  ` [PATCH 17/20] dm-crypt: move temporary values to stack
  ` [PATCH 18/20] dm-crypt: offload writes to thread
  ` [PATCH 19/20] dm-crypt: retain write ordering
  ` [PATCH 20/20] dm-crypt: sort writes

[PATCH] reworked dm-switch target
 2012-08-22  1:04 UTC  (10+ messages)

[PATCH] multipath: and wwids_file multipath.conf option
 2012-08-21 17:40 UTC  (2+ messages)

[PATCH] multipath: fix setting sysfs fc timeout parameters
 2012-08-21 17:40 UTC  (2+ messages)

[PATCH][RESEND] multipath: check if a device belongs to multipath
 2012-08-21 17:40 UTC  (7+ messages)

New git URLs in old repo are wrong
 2012-08-21 10:20 UTC 

[PATCH 1/2] md: add new interface 'mk_rq' in target_type
 2012-08-20  7:04 UTC  (2+ messages)
` [PATCH 2/2] md: modify dm_io() so it could return bios instead of submitting it

[PATCH 1/2] md: add new interface 'mk_rq' in target_type
 2012-08-20  6:22 UTC  (2+ messages)
` [PATCH 2/2] md: modify dm_io() so it could return bios instead of submitting it

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

[PATCH v5 00/12] Block cleanups
 2012-08-19 11:46 UTC  (71+ messages)
` [PATCH v5 01/12] block: Generalized bio pool freeing
` [PATCH v5 02/12] dm: Use bioset's front_pad for dm_rq_clone_bio_info
` [PATCH v5 03/12] block: Add bio_reset()
` [PATCH v5 04/12] pktcdvd: Switch to bio_kmalloc()
` [PATCH v5 05/12] block: Kill bi_destructor
` [PATCH v5 06/12] block: Add an explicit bio flag for bios that own their bvec
` [PATCH v5 08/12] block: Introduce new bio_split()
` [PATCH v5 09/12] block: Rework bio_pair_split()
` [PATCH v5 10/12] block: Add bio_clone_kmalloc()
        ` [PATCH] Consolidate bio_clone_bioset(), bio_kmalloc()
` [PATCH v5 11/12] block: Add bio_clone_bioset()
` [PATCH v5 12/12] block: Only clone bio vecs that are in use
  ` [dm-devel] "

[PATCH][RESEND] multipath: add followover failback mode
 2012-08-17 20:03 UTC  (2+ messages)

[PATCH] multipath: remove callout code
 2012-08-17 19:58 UTC  (2+ messages)

[PATCH][RESEND] multipath: fix cciss device names
 2012-08-17 19:57 UTC  (2+ messages)

[RFC PATCH] multipath-tools: Preventing silent swapping of underlying LUNs
 2012-08-17  8:40 UTC  (2+ messages)
` [PATCH] multipath-tools: prevent unexpected "

Writing to a DM snapshot blocks for a long time
 2012-08-16 17:55 UTC 

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

[PATCH] dm-bufio & dm-verity: use ACCESS_ONCE instead of volatile
 2012-08-15 23:08 UTC 

[PATCH v4 00/12] Block cleanups
 2012-08-15 23:07 UTC  (6+ messages)
` [PATCH v4 08/12] block: Introduce new bio_split()
      ` [PATCH] A possible deadlock with stacked devices (was: [PATCH v4 08/12] block: Introduce new bio_split())

[PATCH] dm: verity target
 2012-08-14 17:54 UTC  (10+ messages)
` [PATCH] dm: remake of the "
    ` workqueues and percpu (was: [PATCH] dm: remake of the verity target)

[patch 0/2] [V4] block: Support online resize of disk partitions
 2012-08-13 20:20 UTC  (3+ messages)
` [patch 2/2] util-linux: resizepart: Utility to resize a partition

multipath-tools/multipathd main.c
 2012-08-10 18:49 UTC 

[PATCH] dm: verity support data device offset (Linux 3.4.7)
 2012-08-10  1:00 UTC  (13+ messages)
` [dm-devel] "
        ` [dm-devel] [PATCH v2 2/2] "
    ` [dm-devel] [PATCH v2 1/2] "

[PATCH] scsi_dh_rdac: Add empty set_params function to scsi_dh_rdac
 2012-08-08 21:34 UTC  (3+ messages)
`  "


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