linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-24 16:53:25 to 2017-03-31 16:33:13 UTC [more...]

always use REQ_OP_WRITE_ZEROES for zeroing offload
 2017-03-31 16:33 UTC  (26+ messages)
` [PATCH 01/25] ѕd: split sd_setup_discard_cmnd
` [PATCH 02/25] block: renumber REQ_OP_WRITE_ZEROES
` [PATCH 03/25] block: implement splitting of REQ_OP_WRITE_ZEROES bios
` [PATCH 04/25] sd: implement REQ_OP_WRITE_ZEROES
` [PATCH 05/25] md: support REQ_OP_WRITE_ZEROES
` [PATCH 06/25] dm io: discards don't take a payload
` [PATCH 07/25] dm: support REQ_OP_WRITE_ZEROES
` [PATCH 08/25] dm kcopyd: switch to use REQ_OP_WRITE_ZEROES
` [PATCH 09/25] block: stop using blkdev_issue_write_same for zeroing
` [PATCH 10/25] block: add a flags argument to (__)blkdev_issue_zeroout
` [PATCH 11/25] block: add a REQ_UNMAP flag for REQ_OP_WRITE_ZEROES
` [PATCH 12/25] block: add a new BLKDEV_ZERO_NOFALLBACK flag
` [PATCH 13/25] block_dev: use blkdev_issue_zerout for hole punches
` [PATCH 14/25] sd: implement unmapping Write Zeroes
` [PATCH 15/25] nvme: implement REQ_OP_WRITE_ZEROES
` [PATCH 16/25] zram: "
` [PATCH 17/25] loop: "
` [PATCH 18/25] brd: remove discard support
` [PATCH 19/25] rbd: remove the discard_zeroes_data flag
` [PATCH 20/25] rsxx: "
` [PATCH 21/25] mmc: "
` [PATCH 22/25] block: stop using discards for zeroing
` [PATCH 23/25] drbd: make intelligent use of blkdev_issue_zeroout
` [PATCH 24/25] drbd: implement REQ_OP_WRITE_ZEROES
` [PATCH 25/25] block: remove the discard_zeroes_data flag

RFC: always use REQ_OP_WRITE_ZEROES for zeroing offload
 2017-03-31  7:18 UTC  (54+ messages)
` [PATCH 01/23] block: renumber REQ_OP_WRITE_ZEROES
` [PATCH 03/23] sd: implement REQ_OP_WRITE_ZEROES
` [PATCH 06/23] dm-kcopyd: switch to use REQ_OP_WRITE_ZEROES
` [PATCH 11/23] block_dev: use blkdev_issue_zerout for hole punches
` [PATCH 12/23] sd: handle REQ_UNMAP
` [PATCH 22/23] drbd: implement REQ_OP_WRITE_ZEROES
        ` [Drbd-dev] "
` [PATCH 23/23] block: remove the discard_zeroes_data flag
          ` [Drbd-dev] RFC: always use REQ_OP_WRITE_ZEROES for zeroing offload

Re-assembling array after double device failure
 2017-03-31  4:25 UTC  (5+ messages)

[PATCH][RFC] dm raid: Fix NULL pointer dereference for raid1 without bitmap
 2017-03-30 19:30 UTC  (2+ messages)

[PATCH] mdadm/util:integrate fstat and stat into a utility function
 2017-03-30 18:46 UTC  (2+ messages)

[PATCHv2] mdadm.c: fix compile error "switch condition has boolean value"
 2017-03-30 17:51 UTC  (3+ messages)

[PATCH] imsm: use rounded size for metadata initialization
 2017-03-30 15:55 UTC  (2+ messages)

[PATCH 1/2] super1: replace hard-coded values with bit definitions
 2017-03-30 15:53 UTC  (8+ messages)
` [PATCH 2/2] mdadm.c: fix compile error "switch condition has boolean value"

[PATCH] mdadm/grow: reshape would be stuck from raid1 to raid5
 2017-03-30 15:50 UTC  (5+ messages)
  ` [PATCH v1] "

Grow set size issue
 2017-03-30 14:10 UTC  (3+ messages)

[PATCH] raid6/altivec: adding vpermxor implementation for raid6 Q syndrome
 2017-03-30  5:13 UTC 

[PATCH v6 0/4] Broadcom SBA RAID support
 2017-03-30  4:49 UTC  (6+ messages)

RAID6 rebuild oddity
 2017-03-30  3:09 UTC  (7+ messages)

[PATCH] md: update slab_cache before releasing new stripes when stripes resizing
 2017-03-30  3:01 UTC  (2+ messages)

[PATCH v4 0/6] mdadm support for Partial Parity Log
 2017-03-29 15:39 UTC  (8+ messages)
` [PATCH v4 1/6] Generic support for --consistency-policy and PPL
` [PATCH v4 2/6] Detail: show consistency policy
` [PATCH v4 3/6] imsm: PPL support
` [PATCH v4 4/6] super1: "
` [PATCH v4 5/6] Add 'ppl' and 'no-ppl' options for --update=
` [PATCH v4 6/6] Grow: support consistency policy change

[PATCH v2] md/r5cache: gracefully handle journal device errors for writeback mode
 2017-03-29  8:00 UTC 

[PATCH] md:array cannot be opened again after 'md_set_readonly'
 2017-03-28 21:18 UTC  (6+ messages)

[mdadm PATCH 0/5] Assorted mdadm patch
 2017-03-28 18:34 UTC  (11+ messages)
` [mdadm PATCH 1/5] udev-md-raid-assembly.rules: Skip non-ready devices
` [mdadm PATCH 2/5] Retry HOT_REMOVE_DISK a few times
` [mdadm PATCH 5/5] Detail: handle non-existent arrays better
` [mdadm PATCH 4/5] Add 'force' flag to *hot_remove_disk()
` [mdadm PATCH 3/5] Introduce sys_hot_remove_disk()

[PATCH] dm: move dm_table_destroy() to same header as dm_table_create()
 2017-03-28 18:31 UTC 

[PATCH] mdadm:checking --level once mode has been set
 2017-03-28 18:27 UTC  (4+ messages)
  ` [PATCH v1] mdadm/Build:check the level parameter when build new array

[mdadm PATCH] Retry HOT_REMOVE_DISK a few times
 2017-03-28 18:26 UTC  (2+ messages)

[mdadm PATCH] udev-md-raid-assembly.rules: Skip non-ready devices
 2017-03-28 18:22 UTC  (2+ messages)

[PATCH v3 0/6] mdadm support for Partial Parity Log
 2017-03-28 18:21 UTC  (5+ messages)
` [PATCH v3 3/6] imsm: PPL support

[PATCH v4] mdadm/r5cache: allow adding journal to array without journal
 2017-03-28 18:15 UTC  (2+ messages)

[PATCH] mdadm/bitmap:fixed typos in comments of bitmap.h
 2017-03-28 18:08 UTC  (2+ messages)

[PATCH v3] mdadm: change in add-journal support
 2017-03-28 18:05 UTC  (4+ messages)
` [PATCH v3] mdadm/r5cache: allow adding journal to array without journal

[PATCHv2 0/2] mdadm: setting device role of raid1 disk with failfast
 2017-03-28 18:01 UTC  (4+ messages)
` [PATCHv2 1/2] super1: ignore failfast flag for setting device role

[PATCH 1/2] Replace snprintf with strncpy at some places to avoid truncation
 2017-03-28 17:57 UTC  (4+ messages)
` [PATCH 2/2] mdadm: Forced type conversion "

[PATCH v5 0/7] Partial Parity Log for MD RAID 5
 2017-03-28 16:16 UTC  (6+ messages)
` [PATCH v5 3/7] raid5-ppl: Partial Parity Log write logging implementation

[PATCH] Revert "md: raid1: use bio helper in process_checks()"
 2017-03-28 16:13 UTC  (9+ messages)

[PATCH 0/5] Fix dead URLs to ftp.kernel.org
 2017-03-28 14:20 UTC  (11+ messages)
` [PATCH 1/5] MAINTAINERS: Fix a dead URL "
` [PATCH 2/5] drivers/block: "
` [PATCH 3/5] drivers/md: "
` [PATCH 4/5] fs/autofs4: "
` [PATCH 5/5] scripts: Fix dead URLs "
    ` [PATCH] "

md/raid5: report one failure scenario about growing array from mirror to level 5
 2017-03-28 13:45 UTC  (2+ messages)

constant array_state active after specific jobs
 2017-03-28 13:44 UTC  (6+ messages)

2541 linux-raid
 2017-03-28  4:33 UTC 

[PATCH] block: trace completion of all bios
 2017-03-27 23:42 UTC  (11+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
              ` [dm-devel] "

[PATCH] mdadm/Monitor:dev should be a block file when use --waitclean
 2017-03-27 22:29 UTC  (2+ messages)

[PATCH] mdadm/Monitor:triggers core dump when stat2devnm return NULL
 2017-03-27 22:25 UTC  (2+ messages)

[PATCH] mdadm/mdmon:deleted the abort_reshape never invoked
 2017-03-27 22:16 UTC  (2+ messages)

[PATCH] mdadm:it doesn't make sense to set --bitmap twice
 2017-03-27 22:14 UTC  (2+ messages)

[PATCH] mdadm:fixed some trivial typos in comments of mdadm.h
 2017-03-27 22:00 UTC  (2+ messages)

[PATCH v3] md/raid5: use consistency_policy to remove journal feature
 2017-03-27 19:02 UTC  (2+ messages)

[PATCH v3 00/14] md: cleanup on direct access to bvec table
 2017-03-27  9:52 UTC  (8+ messages)
` [PATCH v3 01/14] md: raid1/raid10: don't handle failure of bio_add_page()
` [PATCH v3 02/14] md: move two macros into md.h

[PATCH v3 0/9] Partial Parity Log for MD RAID 5
 2017-03-27  5:08 UTC  (3+ messages)
` [PATCH v3 9/9] raid5-ppl: runtime PPL enabling or disabling

[PATCH] md/raid1: skip data copy for behind io for discard request
 2017-03-25 16:30 UTC  (2+ messages)

[PATCH] md/raid5-cache: fix payload endianness problem in raid5-cache
 2017-03-25 16:27 UTC  (2+ messages)

[PATCH 1/2] md: add raid4/5/6 journal mode API (for dm-raid use)
 2017-03-24 17:29 UTC  (2+ messages)

[PATCH v2 1/2] md/raid5: Add change_consistency_policy to raid4 and raid6
 2017-03-24 17:08 UTC  (4+ 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).