messages from 2022-04-01 20:25:02 to 2022-04-09 04:52:28 UTC [more...]
use block_device based APIs in block layer consumers v2
2022-04-09 4:50 UTC (9+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 07/27] drbd: cleanup decide_on_discard_support
` [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
[PATCH v1 0/7] Minor Raid5 Fixes and Cleanup
2022-04-08 17:18 UTC (16+ messages)
` [PATCH v1 1/7] md/raid5: Cleanup setup_conf() error returns
` [PATCH v1 2/7] md/raid5: Un-nest struct raid5_percpu definition
` [PATCH v1 3/7] md/raid5: Add __rcu annotation to struct disk_info
` [PATCH v1 4/7] md/raid5: Annotate rdev/replacement accesses when nr_pending is elevated
` [PATCH v1 5/7] md/raid5: Annotate rdev/replacement access when mddev_lock is held
` [PATCH v1 6/7] md/raid5-ppl: Annotate with rcu_dereference_protected()
` [PATCH v1 7/7] md/raid5: Annotate functions that hold device_lock with __must_hold
[PATCH v4 0/2] md: fix md_bitmap_read_sb sanity check issue & deprecated api issue
2022-04-08 16:58 UTC (2+ messages)
[PATCH v3] md: fix an incorrect NULL check in md_reload_sb
2022-04-08 16:36 UTC (2+ messages)
[PATCH v3] md: fix an incorrect NULL check in does_sb_need_changing
2022-04-08 16:35 UTC (3+ messages)
[PATCH 0/3] Failed array handling improvements
2022-04-08 16:18 UTC (7+ messages)
` [PATCH 1/3] raid0, linear, md: add error_handlers for raid0 and linear
` [PATCH 3/3] raid5: introduce MD_BROKEN
RAID0 layout if strip_zone[1].nb_dev=1 ?
2022-04-08 12:50 UTC (5+ messages)
` [PATCH] Ignore RAID0 layout if the second zone has only one device
[PATCH resend] imsm: Remove possibility for get_imsm_dev to return NULL
2022-04-08 11:45 UTC
[PATCH] md: fix an incorrect NULL check in md_reload_sb
2022-04-08 8:47 UTC (3+ messages)
[PATCH v2] md: fix an incorrect NULL check in sync_sbs
2022-04-08 8:39 UTC (3+ messages)
[PATCH v1 0/8] Improve Raid5 Lock Contention
2022-04-08 6:05 UTC (14+ messages)
` [PATCH v1 1/8] md/raid5: Refactor raid5_make_request loop
` [PATCH v1 2/8] md/raid5: Move stripe_add_to_batch_list() call out of add_stripe_bio()
` [PATCH v1 3/8] md/raid5: Move common stripe count increment code into __find_stripe()
` [PATCH v1 4/8] md/raid5: Make common label for schedule/retry in raid5_make_request()
` [PATCH v1 5/8] md/raid5: Keep a reference to last stripe_head for batch
` [PATCH v1 6/8] md/raid5: Refactor add_stripe_bio()
` [PATCH v1 7/8] md/raid5: Check all disks in a stripe_head for reshape progress
` [PATCH v1 8/8] md/raid5: Pivot raid5_make_request()
use block_device based APIs in block layer consumers
2022-04-07 15:26 UTC (67+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [dm-devel] "
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [dm-devel] "
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: cleanup decide_on_discard_support
` [PATCH 07/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 08/27] ntfs3: use bdev_logical_block_size "
` [PATCH 09/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 10/27] block: add a bdev_nonrot helper
` [Ocfs2-devel] "
` [PATCH 11/27] block: add a bdev_write_cache helper
` [Ocfs2-devel] "
` [PATCH 12/27] block: add a bdev_fua helper
` [Ocfs2-devel] "
` [PATCH 13/27] block: add a bdev_stable_writes helper
` [Ocfs2-devel] "
` [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper
` [dm-devel] "
` [PATCH 15/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [Ocfs2-devel] "
` [PATCH 16/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [Ocfs2-devel] "
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [Ocfs2-devel] "
` [PATCH 19/27] block: remove queue_discard_alignment
` [Ocfs2-devel] "
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [Ocfs2-devel] "
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [Ocfs2-devel] [PATCH 21/27] block: move {bdev, queue_limit}_discard_alignment "
` [PATCH 22/27] block: refactor discard bio size limiting
` [Ocfs2-devel] "
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [Cluster-devel] "
` [Ocfs2-devel] "
` [PATCH 24/27] block: add a bdev_discard_granularity helper
` [Ocfs2-devel] "
` [PATCH 25/27] block: remove QUEUE_FLAG_DISCARD
` [Ocfs2-devel] "
` [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [Ocfs2-devel] "
` [PATCH 27/27] direct-io: remove random prefetches
[PATCH v2 0/2] mdadm: Fix array size mismatch after grow
2022-04-07 14:27 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mdadm: Remove dead code in imsm_fix_size_mismatch
[PATCH] mdadm: Fix array size mismatch after grow
2022-04-07 10:59 UTC (2+ messages)
cleanup bio_kmalloc v3
2022-04-07 8:16 UTC (10+ messages)
` [PATCH 1/5] btrfs: simplify ->flush_bio handling
` [PATCH 2/5] squashfs: always use bio_kmalloc in squashfs_bio_read
` [PATCH 3/5] target/pscsi: remove pscsi_get_bio
` [PATCH 4/5] block: turn bio_kmalloc into a simple kmalloc wrapper
` [PATCH 5/5] pktcdvd: stop using bio_reset
[PATCH] Add RAID 1 chunksize test
2022-04-07 7:09 UTC (4+ messages)
RAID 1 to RAID 5 failure
2022-04-06 21:02 UTC (11+ messages)
[PATCH v2 0/2] Fix force assemblation
2022-04-06 16:05 UTC (5+ messages)
` [PATCH v2 1/2] Assemble: check if device is container before scheduling force-clean update
` [PATCH v2 2/2] mdadm: replace container level checking with inline
[PATCH v2 0/2] Mdmonitor improvements
2022-04-06 16:32 UTC (5+ messages)
` [PATCH v2 1/2] Mdmonitor: Fix segfault
` [PATCH v2 2/2] Mdmonitor: Improve logging method
[PATCH] util: replace ioctl use with function
2022-04-06 15:12 UTC (2+ messages)
[PATCH] mdadm/systemd: remove KillMode=none from service file
2022-04-06 13:35 UTC (3+ messages)
[PATCH resend] mdadm/super1: restore commit 45a87c2f31335 to fix clustered slot issue
2022-04-05 14:18 UTC
[PATCH] Monitor: use devname as char array instead of pointer
2022-04-05 12:21 UTC (4+ messages)
[PATCH 0/2] Add map_num_s
2022-04-05 8:28 UTC (6+ messages)
` [PATCH 1/2] Create, Build: use default_layout()
` [PATCH 2/2] mdadm: add map_num_s()
[PATCH v2 0/4] Manual improvements
2022-04-05 1:15 UTC (9+ messages)
` [PATCH 1/4] mdadm: Respect config file location in man
` [PATCH 2/4] mdadm: Update ReadMe
` [PATCH 3/4] mdadm: Update config man regarding default files and multi-keyword behavior
` [PATCH 4/4] mdadm: Update config manual
[PATCH v2 0/2] Improve signal handling
2022-04-04 15:13 UTC (3+ messages)
` [PATCH 1/2] Replace error prone signal() with sigaction()
[PATCH] Mdmonitor: Fix segfault and improve logging
2022-04-04 12:54 UTC (6+ messages)
[PATCH 0/2] Mdmonitor improvements
2022-04-04 12:43 UTC (3+ messages)
` [PATCH 1/2] Mdmonitor: Fix segfault
` [PATCH 2/2] Mdmonitor: Improve logging method
[PATCH] Grow: Split Grow_reshape into helper function
2022-04-04 7:17 UTC
[PATCH] mdadm/super1: restore commit 45a87c2f31335 to fix clustered slot issue
2022-04-02 15:58 UTC (2+ messages)
[PATCH 0/2] Fix force assemblation
2022-04-02 15:55 UTC (5+ messages)
` [PATCH 1/2] Assemble: check if device is container before scheduling force-clean update
` [PATCH 2/2] mdadm: replace container level checking with inline
[PATCH 0/2] Mdmonitor improvements
2022-04-02 15:46 UTC (5+ messages)
` [PATCH 1/2] Mdmonitor: Fix segfault
` [PATCH 2/2] Mdmonitor: Improve logging method
[PATCH] mdadm: fix msg when removing a device using the short arg -r
2022-04-02 15:21 UTC (4+ messages)
mdadm-CI: reviewed and tested patch for 20220402
2022-04-02 14:08 UTC
new drive is 4 sectors shorter, can it be used for swraid5 array?
2022-04-02 12:48 UTC (7+ messages)
Trying to rescue a RAID-1 array
2022-04-01 21:33 UTC (11+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).