DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-21 08:17:55 to 2019-02-21 09:57:34 UTC [more...]

[PATCH V15 00/18] block: support multi-page bvec
 2019-02-21  9:57 UTC  (32+ messages)
` [PATCH V15 01/18] btrfs: look at bi_size for repair decisions
` [PATCH V15 02/18] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V15 03/18] block: remove bvec_iter_rewind()
` [PATCH V15 04/18] block: introduce multi-page bvec helpers
` [PATCH V15 05/18] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V15 06/18] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V15 07/18] block: use bio_for_each_bvec() to map sg
` [PATCH V15 08/18] block: introduce mp_bvec_last_segment()
` [PATCH V15 09/18] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V15 10/18] btrfs: use mp_bvec_last_segment to get bio's last page
` [PATCH V15 11/18] block: loop: pass multi-page bvec to iov_iter
` [PATCH V15 12/18] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V15 13/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V15 14/18] block: enable multipage bvecs
` [PATCH V15 15/18] block: always define BIO_MAX_PAGES as 256
` [PATCH V15 16/18] block: document usage of bio iterator helpers
` [PATCH V15 17/18] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V15 18/18] block: kill BLK_MQ_F_SG_MERGE
  ` [dm-devel] [PATCH V15 00/18] block: support multi-page bvec

[PATCH v2 0/9] dm: changes staged in linux-next for 5.1 so far
 2019-02-21  4:36 UTC  (11+ messages)
` [PATCH v2 1/9] dm: update dm_process_bio() to split bio if in ->make_request_fn()
` [PATCH v2 2/9] dm: eliminate 'split_discard_bios' flag from DM target interface
` [PATCH v2 3/9] dm: refactor start_io_acct and end_io_acct
` [PATCH v2 4/9] dm: implement noclone optimization for bio-based
` [PATCH v2 5/9] dm: improve noclone bio support
` [PATCH v2 6/9] dm: add per-bio-data support to noclone bio
` [PATCH v2 7/9] dm: improve noclone_endio() to support multipath target
` [PATCH v2 8/9] dm mpath: enable noclone support for bio-based
` [PATCH v2 9/9] dm: remove unused _rq_tio_cache and _rq_cache

[BUG] DM: kernel BUG at block/bio.c:1872!
 2019-02-21  4:32 UTC  (4+ messages)
`  "

[PATCH] dm-writecache: fix typo when alloc workqueue for writeback_wq
 2019-02-20 16:34 UTC 

[PATCH 0/8] dm: changes staged in linux-next for 5.1 so far
 2019-02-20 15:14 UTC  (11+ messages)
` [PATCH 1/8] dm: update dm_process_bio() to split bio if in ->make_request_fn()
` [PATCH 2/8] dm: eliminate 'split_discard_bios' flag from DM target interface
` [PATCH 3/8] dm: refactor start_io_acct and end_io_acct
` [PATCH 4/8] dm: implement noclone optimization for bio-based
` [PATCH 5/8] dm: improve noclone bio support
` [PATCH 6/8] dm: add the ability to attach per-bio-data to dm_noclone bio
` [PATCH 7/8] dm: improve noclone_endio() to support multipath target
` [PATCH 8/8] dm mpath: add support for dm_noclone and its per-bio-data

[PATCH v3] block: Fix a WRITE SAME BUG_ON
 2019-02-20  2:09 UTC 

[v2] block: Fix a WRITE SAME BUG_ON
 2019-02-19 23:10 UTC  (21+ messages)
  `  "

[PATCH 0/3] dm snapshot: Improve performance using a more fine-grained locking scheme
 2019-02-19 11:04 UTC  (5+ messages)

[PATCH v11] dm: add support to directly boot to a mapped device
 2019-02-18 18:18 UTC 

[PATCH] dm: clear BIO_SEG_VALID in clone_bio
 2019-02-18  3:15 UTC  (3+ messages)
`  "

[PATCH] dm crypt: fix memory leak in dm_crypt_integrity_io_alloc() error path
 2019-02-16 21:00 UTC 

[PATCH v2] dm thin: Fix bug wrt FUA request completion
 2019-02-15 17:21 UTC  (6+ messages)

[git pull] device mapper fixes for 5.0 final
 2019-02-15 17:10 UTC  (2+ messages)

[PATCH 4/4] dm: implement no-clone optimization
 2019-02-15 14:09 UTC  (5+ messages)

[PATCH] dm thin: Fix bug wrt FUA request completion
 2019-02-14 18:38 UTC 

[PATCH 3/4] dm: move dm_table to dm-core.h
 2019-02-14 15:00 UTC 

[PATCH 2/4] dm: refactor end_io_acct
 2019-02-14 15:00 UTC 

[PATCH 1/4] dm: refactor start_io_acct
 2019-02-14 15:00 UTC 

[PATCH 0/4] dm-noclone patches
 2019-02-14 15:00 UTC 

[PATCH v2 0/4] multipath: fixes for invalid path device handling
 2019-02-14 10:42 UTC  (6+ messages)
` [PATCH v2 1/4] multipathd: avoid null pointer dereference in LOG_MSG
` [PATCH v2 2/4] multipath: blacklist zram devices
` [PATCH v2 3/4] multipathd: fix pp->initialized state ping-ponging
` [PATCH v2 4/4] multipathd: don't resend change events for unknown devices

Possible bug in mirror target
 2019-02-14 10:23 UTC  (9+ messages)

dm-devel Digest, Vol 179, Issue 15
 2019-02-14  9:11 UTC 

[PATCH 1/3] dm: remove redundant unlikely annotation in dm-integrity.c
 2019-02-13  5:46 UTC  (3+ messages)
` [PATCH 2/3] dm: remove redundant unlikely annotation in dm-verity-fec.c
` [PATCH 3/3] dm: remove redundant unlikely annotation in dm-block-manager.c

[PATCH v3 0/5] Optimize writecache when using pmem as cache
 2019-02-11  6:47 UTC  (8+ messages)
  ` [PATCH v3 1/5] dm-writecache: remove unused size to writecache_flush_region
  ` [PATCH v3 2/5] dm-writecache: get rid of memory_data flush to writecache_flush_entry
  ` [PATCH v3 3/5] dm-writecache: expand pmem_reinit for struct dm_writecache
  ` [PATCH v3 4/5] Documentation/device-mapper: add optional parameter reinit
  ` [PATCH v3 5/5] dm-writecache: output seq_count within status
  ` [External] Re: [PATCH v3 0/5] Optimize writecache when using pmem as cache

[PATCH] dm: don't overallocate the tags space
 2019-02-08 18:06 UTC  (4+ messages)
  `  "

[PATCH 0/4] multipath: fixes for invalid path device handling
 2019-02-08 17:28 UTC  (10+ messages)
` [PATCH 1/4] multipathd: avoid null pointer dereference in LOG_MSG
    ` [PATCH 1/4] multipathd: avoid null pointer dereference in LOG_MSG\
` [PATCH 2/4] multipath: blacklist zram devices
` [PATCH 3/4] multipathd: fix pp->initialized state ping-ponging
` [PATCH 4/4] multipathd: don't resend change events for unknown devices

[git pull] device mapper fixes for 5.0-rc6
 2019-02-07 23:05 UTC  (2+ messages)

Regression in 5.0-rc4 device-mapper - integrity data invalid
 2019-02-06 14:45 UTC  (4+ messages)

[PATCH] dm: add memory barrier before waitqueue_active
 2019-02-05 19:58 UTC  (6+ messages)
`  "

[PATCH 0/4] Marginal Path Fixes and cleanups
 2019-02-01 14:47 UTC  (6+ messages)
` [PATCH 1/4] libmultipath: handle existing paths in marginal_path enqueue
` [PATCH 2/4] multipathd: cleanup marginal paths checking timers
` [PATCH 3/4] libmultipath: fix marginal paths queueing errors
` [PATCH 4/4] libmultipath: fix marginal_paths nr_active check

[PATCH] libmultipath: disable user_friendly_names for NetApp
 2019-01-30 20:20 UTC 

[RFC PATCH 0/6] multipath-tools: Fix remaining shutdown delay issues
 2019-01-29  1:08 UTC  (2+ messages)

[PATCH] block: Fix a WRITE SAME BUG_ON
 2019-01-26  1:05 UTC  (3+ messages)

[git pull] device mapper fixes for 5.0-rc4
 2019-01-24 20:15 UTC  (2+ messages)

[PATCH] bcache: never writeback a discard operation
 2019-01-23  1:39 UTC  (3+ messages)

[PATCH 0/4] dm: fix various issues with bio splitting code
 2019-01-22 15:56 UTC  (9+ messages)
` [PATCH 3/4] dm: fix missing bio_split() pattern code in __split_and_process_bio()

[PATCH 2/4] dm: fix redundant IO accounting for bios that need splitting
 2019-01-22 15:55 UTC  (2+ messages)

[PATCH V14 00/18] block: support multi-page bvec
 2019-01-22  2:01 UTC  (18+ messages)
` [PATCH V14 08/18] block: introduce mp_bvec_last_segment()
` [PATCH V14 09/18] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V14 10/18] btrfs: use mp_bvec_last_segment to get bio's last page
` [PATCH V14 11/18] block: loop: pass multi-page bvec to iov_iter
` [PATCH V14 12/18] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V14 13/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V14 14/18] block: enable multipage bvecs
` [PATCH V14 15/18] block: always define BIO_MAX_PAGES as 256
` [PATCH V14 16/18] block: document usage of bio iterator helpers
` [PATCH V14 17/18] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V14 18/18] block: kill BLK_MQ_F_SG_MERGE


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 read-only IMAP folder(s) and NNTP newsgroup(s).