linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-08 18:13:49 to 2020-11-06 22:21:10 UTC [more...]

[PATCH] md/raid10: initialize r10_bio->read_slot before use
 2020-11-06 22:20 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH, RFC 11/10] block: propagate BLKROSET to all partitions
 2020-11-06 19:16 UTC  (2+ messages)

cleanup updating the size of block devices
 2020-11-06 19:03 UTC  (25+ messages)
` [PATCH 01/24] block: remove the call to __invalidate_device in check_disk_size_change
` [PATCH 02/24] loop: remove loop_set_size
` [PATCH 03/24] nvme: let set_capacity_revalidate_and_notify update the bdev size
` [PATCH 04/24] sd: update the bdev size in sd_revalidate_disk
` [PATCH 05/24] block: remove the update_bdev parameter from set_capacity_revalidate_and_notify
` [PATCH 06/24] block: add a return value to set_capacity_and_notify
` [PATCH 07/24] nbd: remove the call to set_blocksize
` [PATCH 08/24] nbd: move the task_recv check into nbd_size_update
` [PATCH 09/24] nbd: refactor size updates
` [PATCH 10/24] nbd: validate the block size in nbd_set_size
` [PATCH 11/24] nbd: use set_capacity_and_notify
` [PATCH 12/24] aoe: don't call set_capacity from irq context
` [PATCH 13/24] dm: use set_capacity_and_notify
` [PATCH 14/24] pktcdvd: "
` [PATCH 15/24] nvme: use set_capacity_and_notify in nvme_set_queue_dying
` [PATCH 16/24] drbd: use set_capacity_and_notify
` [PATCH 17/24] rbd: "
` [PATCH 18/24] rnbd: "
` [PATCH 19/24] zram: "
` [PATCH 20/24] dm-raid: "
` [PATCH 21/24] md: "
` [PATCH 22/24] md: remove a spurious call to revalidate_disk_size in update_size
` [PATCH 23/24] virtio-blk: remove a spurious call to revalidate_disk_size
` [PATCH 24/24] block: unexport revalidate_disk_size

PROBLEM: a concurrency bug in drivers/md/md.c
 2020-11-06 18:58 UTC 

block ioctl cleanups v2
 2020-11-06 16:08 UTC  (15+ messages)
` [PATCH 01/10] mtd_blkdevs: don't override BLKFLSBUF
` [PATCH 02/10] block: don't call into the driver for BLKFLSBUF
` [PATCH 03/10] block: add a new set_read_only method
` [PATCH 04/10] rbd: implement ->set_read_only to hook into BLKROSET processing
` [PATCH 05/10] md: "
` [PATCH 06/10] dasd: "
` [PATCH 07/10] block: don't call into the driver for BLKROSET
` [PATCH 08/10] loop: use set_disk_ro
` [PATCH 09/10] block: remove set_device_ro
` [PATCH 10/10] block: remove __blkdev_driver_ioctl

[PATCH] md: fix a warning caused by a race between concurrent md_ioctl()s
 2020-11-06  3:13 UTC  (2+ messages)

[PATCH 1/2] md/cluster: reshape should returns error when remote doing resyncing job
 2020-11-05 13:11 UTC  (2+ messages)
` [PATCH 2/2] md/cluster: fix deadlock when doing reshape job

Missing lock during partition read
 2020-11-05  9:31 UTC 

[PATCH v2 0/3] md superblock write alignment on 512e devices
 2020-11-05  3:29 UTC  (8+ messages)
` [PATCH v2 1/3] md: factor out repeated sb alignment logic
` [PATCH 2/3] md: align superblock writes to physical blocks
` [PATCH 3/3] md: reuse sb length-checking logic

[PATCH] mdadm: Unify forks behaviour
 2020-11-04  9:02 UTC 

[PATCH] imsm: limit support to first NVMe namespace
 2020-11-04  9:01 UTC 

The raid device can't be unmount when it can't work
 2020-11-04  2:51 UTC  (5+ messages)

block ioctl cleanups
 2020-11-03  9:32 UTC  (21+ messages)
` [PATCH 01/11] mtd_blkdevs: don't override BLKFLSBUF
` [PATCH 02/11] mtip32xx: return -ENOTTY for all unhanled ioctls
` [PATCH 03/11] block: don't call into the driver for BLKFLSBUF
` [PATCH 04/11] block: add a new set_read_only method
` [PATCH 05/11] rbd: implement ->set_read_only to hook into BLKROSET processing
` [PATCH 06/11] md: "
` [PATCH 07/11] dasd: "
` [PATCH 08/11] block: don't call into the driver for BLKROSET
` [PATCH 09/11] loop: use set_disk_ro
` [PATCH 10/11] block: remove set_device_ro
` [PATCH 11/11] block: remove __blkdev_driver_ioctl

[PATCH 0/3] mdraid sb and bitmap write alignment on 512e drives
 2020-11-03  8:32 UTC  (11+ messages)
` [PATCH 1/3] md: align superblock writes to physical blocks
` [PATCH 2/3] md: factor sb write alignment check into function
` [PATCH 3/3] md: pad writes to end of bitmap to physical blocks

simplify gendisk lookup and remove struct block_device aliases v4
 2020-10-31  8:53 UTC  (29+ messages)
` [PATCH 01/18] block: cleanup del_gendisk a bit
` [PATCH 02/18] block: open code kobj_map into in block/genhd.c
` [PATCH 03/18] block: split block_class_lock
` [PATCH 04/18] block: rework requesting modules for unclaimed devices
` [PATCH 05/18] block: add an optional probe callback to major_names
` [PATCH 06/18] ide: remove ide_{,un}register_region
` [PATCH 07/18] swim: don't call blk_register_region
` [PATCH 08/18] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 09/18] brd: use __register_blkdev to allocate devices on demand
` [PATCH 10/18] loop: "
` [PATCH 11/18] md: "
` [PATCH 12/18] ide: switch to __register_blkdev for command set probing
` [PATCH 13/18] floppy: use a separate gendisk for each media format
` [PATCH 14/18] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 15/18] ataflop: use a separate gendisk for each media format
` [PATCH 16/18] z2ram: reindent
` [PATCH 17/18] z2ram: use separate gendisk for the different modes
  ` [PATCH] z2ram: MODULE_LICENSE update and neatening
` [PATCH 18/18] block: switch gendisk lookup to a simple xarray

[PATCH 1/1] mdadm/bitmap: locate bitmap calcuate bitmap position wrongly
 2020-10-30  6:44 UTC  (4+ messages)

[PATCH] mdadm/bitmap: fix wrong bitmap nodes num when adding new disk
 2020-10-29 17:03 UTC  (4+ messages)

[PATCH 0/4] crypto: switch to crypto API for EBOIV generation
 2020-10-29  3:54 UTC  (18+ messages)
` [PATCH 1/4] crypto: add eboiv as a crypto API template
` [PATCH 2/4] crypto: add eboiv(cbc(aes)) test vectors
` [PATCH 3/4] dm crypt: switch to EBOIV crypto API template
` [PATCH 4/4] crypto: ccree: re-introduce ccree eboiv support

Nr_requests mdraid
 2020-10-28 18:39 UTC  (2+ messages)

[PATCH 1/1] mdadm/bitmap: locate bitmap calcuate bitmap position wrongly
 2020-10-28  5:57 UTC 

[PATCH AUTOSEL 5.9 105/147] md/bitmap: md_bitmap_get_counter returns wrong blocks
 2020-10-26 23:48 UTC 

[PATCH AUTOSEL 5.8 097/132] md/bitmap: md_bitmap_get_counter returns wrong blocks
 2020-10-26 23:51 UTC 

[PATCH AUTOSEL 4.19 43/60] md/bitmap: md_bitmap_get_counter returns wrong blocks
 2020-10-27  0:03 UTC 

[PATCH AUTOSEL 5.4 57/80] md/bitmap: md_bitmap_get_counter returns wrong blocks
 2020-10-26 23:54 UTC 

crash with 5.8.11 and 5.8.13
 2020-10-25 13:44 UTC 

[PATCH v5] mdadm/Detail: show correct state for clustered array
 2020-10-24  9:43 UTC 

mdraid: raid1 and iscsi-multipath devices - never faults but should!
 2020-10-22 12:38 UTC  (3+ messages)

[PATCH,v2] Make target to install binaries only
 2020-10-22 12:22 UTC 

WARNING in md_ioctl
 2020-10-22  0:24 UTC  (5+ messages)

[PATCH] Make target to install binaries only
 2020-10-21  0:44 UTC  (2+ messages)

[PATCH v2] Detail: show correct raid level when the array is inactive
 2020-10-20 12:32 UTC  (4+ messages)

[PATCH AUTOSEL 5.9 001/111] md/bitmap: fix memory leak of temporary bitmap
 2020-10-18 19:16 UTC 

[PATCH AUTOSEL 5.8 001/101] md/bitmap: fix memory leak of temporary bitmap
 2020-10-18 19:18 UTC 

[PATCH AUTOSEL 5.4 01/80] md/bitmap: fix memory leak of temporary bitmap
 2020-10-18 19:21 UTC 

[PATCH V2 0/2] Some fixes for mdadm
 2020-10-15 13:40 UTC  (6+ messages)
` [PATCH V2 1/2] Check hostname file empty or not when creating raid device
` [PATCH V2 2/2] Don't create bitmap for raid5 with journal disk

[PATCH] udev: start grow service automatically
 2020-10-15  8:45 UTC 

[PATCH mdadm] Super1: allow RAID0 layout setting to be removed
 2020-10-14 15:42 UTC  (2+ messages)

[PATCH 0/4] mdmonitor improvements
 2020-10-14 15:38 UTC  (10+ messages)
` [PATCH 3/4] mdmonitor: set small delay once
` [PATCH 4/4] Check if other Monitor instance running before fork
  ` [PATCH 1/4] Monitor: refresh mdstat fd after select
  ` [PATCH 2/4] Monitor: stop notifing about containers

[song-md:md-next] BUILD SUCCESS b44c018cdf748b96b676ba09fdbc5b34fc443ada
 2020-10-09 18:05 UTC 

[GIT PULL] md-next 20201008
 2020-10-09 15:04 UTC  (2+ messages)

do i need to give up on this setup
 2020-10-09  1:00 UTC  (10+ messages)

[song-md:md-next] BUILD SUCCESS 03ee70c404b671674dc365870588e3bc3733735a
 2020-10-08 22:40 UTC 

[ Regressions ] linux next 20201008: blk_update_request: I/O error, dev sda, sector 0 op 0x1:(WRITE) flags 0x800 phys_seg 0 prio class 0
 2020-10-08 20:40 UTC  (5+ 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).