dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-18 15:27:22 to 2020-06-29 11:51:53 UTC [more...]

drive-by blk-cgroup cleanups
 2020-06-29 11:51 UTC  (25+ messages)
` [PATCH 01/14] dm: use bio_uninit instead of bio_disassociate_blkg
  ` [PATCH 02/14] block: remove bio_disassociate_blkg
  ` [PATCH 08/14] block: bypass blkg_tryget_closest for the root_blkg
  ` [PATCH 12/14] blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bio
` [PATCH 03/14] block: really clone the block cgroup in bio_clone_blkg_association
` [PATCH 04/14] block: merge __bio_associate_blkg into bio_associate_blkg_from_css
` [PATCH 05/14] block: move bio_associate_blkg_from_page to mm/page_io.c
` [PATCH 06/14] block: move the bio cgroup associatation helpers to blk-cgroup.c
` [PATCH 07/14] block: merge blkg_lookup_create and __blkg_lookup_create
` [PATCH 09/14] block: move the initial blkg lookup into blkg_tryget_closest
` [PATCH 10/14] blk-cgroup: remove the !bio->bi_blkg check in blkcg_bio_issue_check
` [PATCH 11/14] cgroup: unexport cgroup_rstat_updated
` [PATCH 13/14] blk-cgroup: remove blkcg_bio_issue_check
` [PATCH 14/14] blk-cgroup: remove a dead check in blk_throtl_bio

[PATCH 0/6] Overhaul memalloc_no*
 2020-06-29  8:22 UTC  (27+ messages)
` [PATCH 1/6] mm: Replace PF_MEMALLOC_NOIO with memalloc_noio
` [PATCH 2/6] mm: Add become_kswapd and restore_kswapd
` [PATCH 3/6] xfs: Convert to memalloc_nofs_save
` [PATCH 4/6] mm: Replace PF_MEMALLOC_NOFS with memalloc_nofs
` [PATCH 5/6] mm: Replace PF_MEMALLOC_NOIO with memalloc_nocma
` [PATCH 6/6] mm: Add memalloc_nowait

crypto API and GFP_ATOMIC
 2020-06-28 20:00 UTC  (27+ messages)
        ` [PATCH 1/4] crypto: introduce CRYPTO_ALG_ALLOCATES_MEMORY
          ` [dm-devel] "
              ` [PATCH 1/3] crypto: pass the flag CRYPTO_ALG_ALLOCATES_MEMORY
                    ` [PATCH 1/3 v2] crypto: introduce "
                        ` [dm-devel] "
                        ` [PATCH 1/3 v3] "
        ` [PATCH 4/4] crypto: fix the drivers that don't respect CRYPTO_TFM_REQ_MAY_SLEEP
          ` [dm-devel] "
                  ` [PATCH 1/2] cpt-crypto: don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specified

dm-crypt hard lockup
 2020-06-28 16:50 UTC  (2+ messages)

[PATCH v4 1/4] dm dust: report some message results back to user directly
 2020-06-28 15:08 UTC  (4+ messages)

[git pull] device mapper fixes for 5.8-rc3
 2020-06-27 16:05 UTC  (2+ messages)

[PATCH] Replace HTTP links with HTTPS ones: LVM
 2020-06-27 10:31 UTC 

[PATCH v2] dm crypt: add flags to optionally bypass dm-crypt workqueues
 2020-06-26 21:03 UTC 

[PATCH v2 0/7] Fix muitpath/multipathd flush issue
 2020-06-25 20:42 UTC  (8+ messages)
` [PATCH v2 1/7] libmultipath: make dm_get_map/status return codes symbolic
` [PATCH v2 2/7] multipathd: fix check_path errors with removed map
` [PATCH v2 3/7] libmultipath: make dm_flush_maps only return 0 on success
` [PATCH v2 4/7] multipathd: add "del maps" multipathd command
` [PATCH v2 5/7] multipath: make flushing maps work like other commands
` [PATCH v2 6/7] multipath: delegate flushing maps to multipathd
` [PATCH v2 7/7] multipath: add option to skip multipathd delegation

[RFC v2] Reed-Solomon Code: Update no_eras to the actual number of errors
 2020-06-25 13:20 UTC  (3+ messages)

[RFC] Reed-Solomon Code: Update no_eras to the actual number of errors
 2020-06-25 13:15 UTC  (5+ messages)

[PATCH RFC] block: blktrace framework cleanup
 2020-06-24 22:45 UTC  (3+ messages)

[RFC PATCH 0/1] dm-crypt excessive overhead
 2020-06-24 17:00 UTC  (31+ messages)
` [RFC PATCH 1/1] Add DM_CRYPT_FORCE_INLINE flag to dm-crypt target
  ` [dm-crypt] "
    ` [dm-devel] "
  ` [dm-devel] "
    ` [dm-devel] [RFC PATCH 0/1] dm-crypt excessive overhead

[patch] New mode DM-Verity error handling
 2020-06-23  8:08 UTC  (9+ messages)
  `  "
    ` [dm-devel] "

[PATCH 0/2] Two fixes for device-mapper with REQ_OP_ZONE_APPEND
 2020-06-22  7:51 UTC  (8+ messages)
` [PATCH 1/2] dm: update original bio sector on Zone Append
` [RFC PATCH 2/2] dm: don't try to split REQ_OP_ZONE_APPEND bios

[PATCH] dm-rq: don't call blk_mq_queue_stopped in dm_stop_queue()
 2020-06-19 23:37 UTC  (11+ messages)
`  "

[PATCH v4 4/4] dm dust: introduce listbadblocks in the rst
 2020-06-19 21:13 UTC 

[PATCH v4 3/4] dm dust: add interface to list all badblocks
 2020-06-19 21:12 UTC 

[PATCH v4 2/4] dm dust: update doc after message results report to user directly
 2020-06-19 21:11 UTC 

[PATCH 0/7] Fix muitpath/multipathd flush issue
 2020-06-19 20:09 UTC  (30+ messages)
` [PATCH 1/7] libmultipath: change do_get_info returns
` [PATCH 2/7] multipathd: fix check_path errors with removed map
` [PATCH 3/7] libmultipath: make dm_flush_maps only return 0 on success
` [PATCH 4/7] multipathd: add "del maps" multipathd command
` [PATCH 5/7] multipath: make flushing maps work like other commands
` [PATCH 6/7] multipath: delegate flushing maps to multipathd
` [PATCH 7/7] multipath: add option to skip multipathd delegation

[PATCH v3 0/4] introduce interface to list badblocks
 2020-06-19 18:21 UTC  (14+ messages)
` [PATCH v3 1/4] dm dust: report some message results back to user directly
` [PATCH v3 2/4] dm dust: update doc after message results report "
` [PATCH v3 3/4] dm dust: add interface to list all badblocks
` [PATCH v3 4/4] dm dust: introduce listbadblocks in the rst

[PATCH] dm dust: update documentation to reflect __func__ output
 2020-06-19 17:59 UTC 

[PATCH] dm dust: add __func__ to queryblocks and clearbadblocks DMEMIT calls
 2020-06-19 17:43 UTC 

[PATCH 00/29] Documentation fixes
 2020-06-19 16:18 UTC  (3+ messages)
` [PATCH 21/29] docs: device-mapper: add dm-ebs.rst to an index file

[PATCH] dm-writecache: add cond_resched to a loop
 2020-06-19 15:51 UTC 

[PATCH 0/2] dm-zoned fixes
 2020-06-19  8:08 UTC  (5+ messages)
` [PATCH 1/2] dm zoned: Fix random zone reclaim selection
` [PATCH 2/2] dm zoned: Fix reclaim zone selection

[PATCH v2 0/2] introduce interface to list all badblocks
 2020-06-19  1:07 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).