linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-20 07:20:20 to 2020-12-04 03:27:52 UTC [more...]

block tracepoint cleanups v2
 2020-12-04  3:26 UTC  (14+ messages)
` [PATCH 1/5] block: remove the unused block_sleeprq tracepoint
` [PATCH 2/5] block: simplify and extend the block_bio_merge tracepoint class
` [PATCH 3/5] block: remove the request_queue argument to the block_split tracepoint
` [PATCH 4/5] block: remove the request_queue argument to the block_bio_remap tracepoint
` [PATCH 5/5] block: remove the request_queue to argument request based tracepoints

[PATCH v1 0/5] dm: dm-user: New target that proxies BIOs to userspace
 2020-12-03 21:58 UTC  (6+ messages)
` [PATCH v1 1/5] Documentation: Describe dm-user
` [PATCH v1 2/5] uapi: Add dm-user structure definition
` [PATCH v1 3/5] dm: dm-user: New target that proxies BIOs to userspace
` [PATCH v1 4/5] selftests/dm-user: A handful of tests for dm-user
` [PATCH v1 5/5] MAINTAINERS: Add myself as a dm-user maintainer

store a pointer to the block_device in struct bio (again)
 2020-12-03 20:53 UTC  (26+ messages)
` [PATCH 1/9] brd: remove the end of device check in brd_do_bvec
` [PATCH 2/9] dcssblk: "
` [PATCH 3/9] block: store a block_device pointer in struct bio
` [PATCH 4/9] block: simplify submit_bio_checks a bit
` [PATCH 5/9] block: use ->bi_bdev for bio based I/O accounting
` [PATCH 6/9] blk-mq: use ->bi_bdev for "
` [PATCH 7/9] block: add a disk_uevent helper
` [PATCH 8/9] block: remove DISK_PITER_REVERSE
` [PATCH 9/9] block: use an xarray for disk->part_tbl

[RFC PATCH] badblocks: Improvement badblocks_set() for handling multiple ranges
 2020-12-03 17:15 UTC 

block tracepoint cleanups
 2020-12-03 15:38 UTC  (18+ messages)
` [PATCH 1/5] block: remove the unused block_sleeprq tracepoint
  ` [dm-devel] "
` [PATCH 2/5] block: simplify and extended the block_bio_merge tracepoint class
  ` [dm-devel] "
` [PATCH 3/5] block: remove the request_queue argument to the block_split tracepoint
` [PATCH 4/5] block: remove the request_queue argument to the block_bio_remap tracepoint
  ` [dm-devel] "
` [PATCH 5/5] block: remove the request_queue to argument request based tracepoints
  ` [dm-devel] "

md_raid: mdX_raid6 looping after sync_action "check" to "idle" transition
 2020-12-03 11:42 UTC  (6+ messages)

Disinfection
 2020-12-03  8:40 UTC 

[RFC PATCH v2 0/6] fsdax: introduce fs query to support reflink
 2020-12-02  7:12 UTC  (9+ messages)
` [RFC PATCH v2 1/6] fs: introduce ->storage_lost() for memory-failure
` [RFC PATCH v2 2/6] blk: introduce ->block_lost() to handle memory-failure
` [RFC PATCH v2 3/6] md: implement ->block_lost() for memory-failure
` [RFC PATCH v2 4/6] pagemap: introduce ->memory_failure()
` [RFC PATCH v2 5/6] mm, fsdax: refactor dax handler in memory-failure
` [RFC PATCH v2 6/6] fsdax: remove useless (dis)associate functions

Fwd: [OT][X-POST] RAID-6 hw rebuild speed
 2020-12-02  1:21 UTC  (6+ messages)
    ` [zfs-discuss] "

“root account locked” after removing one RAID1 hard disc
 2020-12-01 10:00 UTC  (31+ messages)
        ` ???root account locked??? "
            ` RAID repair script (was "Re: ???root account locked??? after removing one RAID1 hard disc"
` partitions & filesystems (was "Re: ???root account locked??? after removing one RAID1 hard disc")
    ` partitions & filesystems

[song-md:md-next] BUILD SUCCESS bca5b0658020be90b6b504ca514fd80110204f71
 2020-12-01  7:43 UTC 

[GIT PULL] md-next 20201130
 2020-11-30 22:53 UTC  (2+ messages)

[PATCH v4 0/2] md/cluster bugs fix
 2020-11-30  4:16 UTC  (5+ messages)
` [PATCH v4 2/2] md/cluster: fix deadlock when node is doing resync job

Assemble RAID on new machine but with missing devices
 2020-11-29 17:05 UTC  (3+ messages)

"--re-add for /dev/sdb1 to /dev/md0 is not possible"
 2020-11-28 19:51 UTC  (5+ messages)

Assemble RAID on new machine but with missing devices
 2020-11-28 12:11 UTC 

Config option for removing bbl on assembly?
 2020-11-28 20:59 UTC  (3+ messages)

RAID-6 and write hole with write-intent bitmap
 2020-11-28  1:57 UTC  (7+ messages)

cleanup updating the size of block devices v3
 2020-11-26  9:59 UTC  (56+ messages)
` [PATCH 30/78] block: don't call into the driver for BLKROSET
` [PATCH 31/78] loop: use set_disk_ro
` [PATCH 32/78] block: remove set_device_ro
` [PATCH 33/78] block: remove __blkdev_driver_ioctl
` [PATCH 34/78] block: propagate BLKROSET to all partitions
` [PATCH 53/78] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 54/78] block: remove a duplicate __disk_get_part prototype
` [PATCH 55/78] block: change the hash used for looking up block devices
` [PATCH 56/78] init: refactor name_to_dev_t
` [PATCH 57/78] init: refactor devt_from_partuuid
` [PATCH 58/78] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 59/78] mtip32xx: remove the call to fsync_bdev on removal
` [PATCH 60/78] zram: remove the claim mechanism
` [PATCH 61/78] zram: do not call set_blocksize
` [PATCH 62/78] loop: "
` [PATCH 64/78] dm: simplify flush_bio initialization in __send_empty_flush
` [PATCH 65/78] dm: remove the block_device reference in struct mapped_device
` [PATCH 66/78] block: keep a block_device reference for each hd_struct
` [PATCH 67/78] block: simplify the block device claiming interface
` [PATCH 68/78] block: remove ->bd_contains
` [PATCH 69/78] block: remove the nr_sects field in struct hd_struct
` [PATCH 70/78] block: replace bd_mutex with a per-gendisk mutex
` [PATCH 71/78] block: add a bdev_kobj helper
` [PATCH 72/78] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 73/78] block: use put_device in put_disk
` [PATCH 74/78] block: merge struct block_device and struct hd_struct

Considering new SATA PCIe card
 2020-11-26  2:01 UTC  (10+ messages)

[PATCH 1/1] mdadm/bitmap: locate bitmap calcuate bitmap position wrongly
 2020-11-26  1:43 UTC  (6+ messages)

[PATCH] imsm: limit support to first NVMe namespace
 2020-11-25 23:10 UTC  (2+ messages)

[PATCH] Monitor: don't use default modes when creating a file
 2020-11-25 23:09 UTC  (2+ messages)

[PATCH] imsm: update num_data_stripes according to dev_size
 2020-11-25 23:07 UTC  (2+ messages)

[PATCH] imsm: remove redundant calls to imsm_get_map
 2020-11-25 23:08 UTC  (2+ messages)

[PATCH] udev: start grow service automatically
 2020-11-25 23:22 UTC  (2+ messages)

[PATCH] Create.c: close mdfd and generate uevent
 2020-11-25 23:06 UTC  (2+ messages)

[PATCH,v2] Make target to install binaries only
 2020-11-25 23:21 UTC  (2+ messages)

[PATCH] Detail: fix segfault during IMSM raid creation
 2020-11-25 23:05 UTC  (2+ messages)

[PATCH v5] mdadm/Detail: show correct state for clustered array
 2020-11-25 23:20 UTC  (2+ messages)

[PATCH] mdadm: Unify forks behaviour
 2020-11-25 23:16 UTC  (2+ messages)

[song-md:md-next] BUILD SUCCESS 7603064859ca22c5e5d95a5fa685432ae00a388f
 2020-11-24 14:11 UTC 

[PATCH v2] Detail: show correct raid level when the array is inactive
 2020-11-22 13:15 UTC  (5+ messages)

Nr_requests mdraid
 2020-11-20 13:20 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).