Linux Device Mapper development
 help / color / mirror / Atom feed
 messages from 2014-10-17 23:46:35 to 2014-11-27 00:07:22 UTC [more...]

Some thoughts about providing data block checksumming for ext4
 2014-11-27  0:07 UTC  (11+ messages)
` [dm-devel] "

[PATCH] virtio_blk: fix defaults for max_hw_sectors and max_segment_size
 2014-11-26 23:00 UTC  (15+ messages)
  `  "
` [PATCH v2] "

[PATCH RFCv2 01/10] dm-dedup: main data structures
 2014-11-26 18:35 UTC  (9+ messages)

[PATCH] dm-bufio: fix memleak when using a dm_buffer's inline bio
 2014-11-26 17:28 UTC  (6+ messages)
`  "
  ` [dm-devel] "

dm-writeboost: About inclusion into mainline
 2014-11-26 15:28 UTC  (2+ messages)

[PATCH 3/6] md/bcache: use generic io stats accounting functions to simplify io stat accounting
 2014-11-25  4:48 UTC  (3+ messages)
` [PATCH 0/6] blk: introduce generic io stat accounting help function

[RFC][PATCH] dm: add dm-power-fail target
 2014-11-24 22:35 UTC  (9+ messages)

[data] Re: [linux-lvm] Setting up LVM cache causes crash
 2014-11-24 19:10 UTC  (6+ messages)
              ` [data] "
                `  "

[git pull] device mapper fixes for 3.18
 2014-11-24 18:43 UTC  (3+ messages)

[PATCH ] drivers/md: use proper rcu accessor
 2014-11-24  4:09 UTC  (5+ messages)
              ` [PATCH v2] "

[PATCH] dm-crypt: use memzero_explicit for on-stack buffer
 2014-11-22  8:36 UTC 

dmcache RAID1 bug?
 2014-11-20 14:10 UTC  (8+ messages)

[PATCH] sched, cleanup, dm bufio: Replace dm_bufio_cond_resched with might_resched
 2014-11-20  7:35 UTC 

[PATCH 1/1] dm: Deletion of unnecessary checks before two function calls
 2014-11-19 20:55 UTC 

[for-3.19 PATCH v3 1/4] dm: add presuspend_undo hook to target_type
 2014-11-19 16:34 UTC  (4+ messages)
` [for-3.19 PATCH v3 2/4] dm thin: do not allow thin device activation while pool is suspended
` [for-3.19 PATCH v3 3/4] dm: enhance internal suspend and resume interface
` [for-3.19 PATCH v3 4/4] dm thin: suspend/resume active thin devices when reloading thin-pool

broken reply-to setting for dm-devel
 2014-11-19 16:30 UTC  (2+ messages)

Possible bug when releasing metadata snapshot in dm-thin
 2014-11-19 12:48 UTC  (2+ messages)

[PATCH 0/6][RESEND] configuration overhaul and find_multipaths
 2014-11-19  6:17 UTC  (7+ messages)
` [PATCH 1/6] libmultipath: rewrite dict.c with function generation macros
` [PATCH 2/6] libmultipath: cleanup propsel.c with macros for common actions
` [PATCH 3/6] libmultipath: add overrides section to multipath.conf
` [PATCH 4/6] add find_multipaths option
` [PATCH 5/6] correctly set partition delimiter on rename
` [PATCH 6/6] libmultipath: only add uninitialized paths in check_path

[PATCH 00/30] SLES resync, second try
 2014-11-19  5:33 UTC  (7+ messages)
` [PATCH 22/30] multipath: Implement 'property' blacklist

[PATCH] libmpathpersist: don't use absolute path in link target
 2014-11-18 11:27 UTC 

why does dm-cache use dm_deferred_entry_inc?
 2014-11-15  8:49 UTC 

Question about dm target size
 2014-11-12 12:28 UTC  (8+ messages)

staged dm_internal_{suspend, resume} related changes for wider review
 2014-11-09  1:17 UTC  (20+ messages)
                                    ` [PATCH] Suspend all active bios when the pool is suspended (was: staged dm_internal_{suspend, resume} related changes for wider review)
                                      `  "

[PATCH] dm: do not call dm_sync_table() when creating new devices
 2014-11-05 22:16 UTC  (3+ messages)
`  "

[PATCH] dm-thin: fix a race in thin_dtr
 2014-11-05 22:00 UTC 

[PATCH] dm: don't send KOBJ_REMOVE event
 2014-11-05 13:01 UTC 

[PATCH] dm-thin: Change couple of DMWARN() to pr_debug()
 2014-11-04 17:54 UTC 

[PATCH] md: submit MMP reads REQ_SYNC to bypass RAID5 cache
 2014-11-04  8:21 UTC  (3+ messages)

dm-block-manager unused variable
 2014-11-03  5:57 UTC 

dm-thin COMMIT_PERIOD problem
 2014-11-01 18:45 UTC  (2+ messages)

[PATCH] dm crypt: fix access beyond the end of allocated space
 2014-11-01  1:30 UTC  (2+ messages)

[for-3.19 PATCH 00/17] dm thin: performance improvements
 2014-10-31 16:37 UTC  (10+ messages)
` [for-3.19 PATCH v2 01/17] dm bufio: switch from a huge hash table to an rbtree
  ` [for-3.19 PATCH v2 02/17] dm bufio: evict buffers that are past the max age but retain some buffers
` [for-3.19 PATCH v2 fix 18/17] dm thin: fix process_shared_bio (fixes SnapshotTests)
` [for-3.19 PATCH v2 fix 19/17] dm thin: requeue deferred_cells when in requeue_mode
` [for-3.19 PATCH v2 20/17] dm thin: optimize retry_bios_on_resume
` [for-3.19 PATCH v2 21/17] dm thin: refactor requeue_io to eliminate spinlock bouncing

[PATCH 0/18] SCSI XCOPY support for the kernel and device mapper
 2014-10-31 14:22 UTC  (23+ messages)
` [PATCH 1/18] dm: remove num_write_bios
` [PATCH 2/18] dm: introduce dm_ask_for_duplicate_bios
` [PATCH 3/18] blk-lib: fix error reporting
` [PATCH 4/18] block copy: initial XCOPY offload support
` [PATCH 5/18] block copy: use two bios
` [PATCH 6/18] block copy: report the amount of copied data
` [PATCH 7/18] block copy: use a timer to fix a theoretical deadlock
` [PATCH 8/18] block copy: use merge_bvec_fn for copies
` [PATCH 9/18] block copy: use asynchronous notification
` [PATCH 10/18] scsi xcopy: suppress error messages
` [PATCH 11/18] scsi xcopy: keep cache of failures
` [PATCH 12/18] dm: implement copy
` [PATCH 13/18] dm linear: support copy
` [PATCH 14/18] dm stripe: "
` [PATCH 15/18] dm kcopyd: introduce the function submit_job
` [PATCH 16/18] dm kcopyd: support copy offload
` [PATCH 17/18] dm kcopyd: change mutex to spinlock
` [PATCH 18/18] dm kcopyd: call copy offload with asynchronous callback
` [dm-devel] [PATCH 0/18] SCSI XCOPY support for the kernel and device mapper

Fwd: multipath-tools: incompatibility with systemd (or udev) >= 213
 2014-10-30 16:33 UTC 

[PATCH] dm-raid: fix inaccessible superblocks causing oops in configure_discard_support
 2014-10-29 17:05 UTC 

Fw: [PATCH tip/core/rcu 4/9] dm: sparse: Annotate field with __rcu for checking
 2014-10-29  2:43 UTC  (3+ messages)

Fw: [PATCH tip/core/rcu 3/9] drivers/md: Use rcu_dereference() for accessing rcu pointer
 2014-10-29  0:24 UTC  (2+ messages)

[PATCHv2 0/4] blk-mq support for dm multipath
 2014-10-28 18:48 UTC  (8+ messages)
` [PATCHv2 1/4] dm: prep initialized requests
` [PATCHv2 2/4] dm: Submit stacked requests in irq enabled context
` [PATCHv2 3/4] dm: Move request allocation to dm_target type
` [PATCHv2 4/4] block: blk-mq support for cloned requests

On /dev/disk/by-id/ata-...-part2 missing, again
 2014-10-27 18:49 UTC 

rr_min_io vs rr_min_io_rq on 6.5
 2014-10-27  9:28 UTC  (4+ messages)

fix corrupted thin pool
 2014-10-25 20:53 UTC  (6+ messages)

[PATCH] libmultipath: Add Dell 36xxi/f support to internal hardware table
 2014-10-23 14:10 UTC 

[PATCH] mm/slab_common: don't check for duplicate cache names
 2014-10-22 13:57 UTC  (2+ messages)

ios and sectors should be incremented on completion
 2014-10-22  1:55 UTC  (3+ messages)

Thoughts on the multipath checker
 2014-10-21 21:43 UTC 

[patch] dm raid: pointer math issue in super_sync()
 2014-10-21 13:25 UTC  (4+ messages)
`  "

[patch] DM RAID: fix a couple integer overflows
 2014-10-21 12:43 UTC  (2+ messages)

[PATCH 0/1] Change path checker for IPR devices
 2014-10-21 11:03 UTC  (10+ messages)
` [PATCH 1/1] multipath-tools: Change path checker for IBM "
      ` [dm-devel] "

A patchset to limit the number of outstanding bios
 2014-10-21  9:32 UTC  (4+ messages)
  ` dm-thin


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox