linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-10 11:37:02 to 2023-04-28 07:31:12 UTC [more...]

[PATCH] enable RAID for SATA under VMD
 2023-04-28  7:30 UTC  (4+ messages)

[song-md:md-next] BUILD SUCCESS 8954851c1cf45538d2f2d12e1fbfc8e525bec54c
 2023-04-28  7:28 UTC 

[PATCH] md: Fix bitmap offset type in sb writer
 2023-04-28  7:23 UTC  (8+ messages)

[PATCH -next] md: fix duplicate filename for rdev
 2023-04-28  7:10 UTC 

[PATCH] tests: add a new test for rdev lifetime
 2023-04-28  6:28 UTC 

linux mdadm assembly error: md: cannot handle concurrent replacement and reshape. (reboot while reshaping)
 2023-04-28  2:01 UTC  (2+ messages)

[PATCH 0/3] md: bugfix of writing raid sysfs
 2023-04-27 11:16 UTC  (7+ messages)
` [PATCH 1/3] md/raid10: fix slab-out-of-bounds in md_bitmap_get_counter
` [PATCH 2/3] md/raid10: fix overflow in safe_delay_store
` [PATCH 3/3] md/raid10: fix wrong setting of max_corr_read_errors

[question] solution for raid10 configuration concurrent with io
 2023-04-27  8:09 UTC  (5+ messages)

[song-md:md-next] BUILD SUCCESS 871634828fc3c8069941c7b6a031a71faa61a9f4
 2023-04-26 16:19 UTC 

[PATCH -next v2 0/7] limit the number of plugged bio
 2023-04-26  8:20 UTC  (8+ messages)
` [PATCH -next v2 1/7] md/raid10: prevent soft lockup while flush writes
` [PATCH -next v2 2/7] md/raid1-10: factor out a helper to add bio to plug
` [PATCH -next v2 3/7] md/raid1-10: factor out a helper to submit normal write
` [PATCH -next v2 4/7] md/raid1-10: submit write io directly if bitmap is not enabled
` [PATCH -next v2 5/7] md/md-bitmap: add a new helper to unplug bitmap asynchrously
` [PATCH -next v2 6/7] md/raid1-10: don't handle pluged bio by daemon thread
` [PATCH -next v2 7/7] md/raid1-10: limit the number of plugged bio

[PATCH] tests: add a new test to check if pluged bio is unlimited for raid10
 2023-04-26  7:34 UTC 

[PATCH -next v7 0/5] md: protect md_thread with rcu
 2023-04-26  3:57 UTC  (8+ messages)
` [PATCH -next v7 1/5] md: factor out a helper to wake up md_thread directly
` [PATCH -next v7 2/5] dm-raid: remove useless checking in raid_message()
` [PATCH -next v7 3/5] md/bitmap: always wake up md_thread in timeout_store
` [PATCH -next v7 4/5] md/bitmap: factor out a helper to set timeout
` [PATCH -next v7 5/5] md: protect md_thread with rcu

[song-md:md-next] BUILD SUCCESS fd08656801050f3f508f455343ab77fd51a76980
 2023-04-25 10:52 UTC 

[RFC] Allow spare's movement only for one metadata type
 2023-04-25  8:51 UTC 

[PATCH -next 0/8] md/raid1-10: limit the number of plugged bio
 2023-04-25  6:47 UTC  (15+ messages)
` [PATCH -next 1/8] md/raid10: prevent soft lockup while flush writes
` [PATCH -next 2/8] md/raid1-10: rename raid1-10.c to raid1-10.h
` [PATCH -next 3/8] md/raid1-10: factor out a helper to add bio to plug
` [PATCH -next 4/8] md/raid1-10: factor out a helper to submit normal write
` [PATCH -next 5/8] md/raid1-10: submit write io directly if bitmap is not enabled
` [PATCH -next 6/8] md/md-bitmap: support to unplug bitmap asynchrously
` [PATCH -next 7/8] md/raid1{,0}: Revert "md/raid1{,0}: fix deadlock in bitmap_unplug."
` [PATCH -next 8/8] md/raid1-10: limit the number of plugged bio

[PATCH -next v6 0/5] md: protect md_thread with rcu
 2023-04-24 22:38 UTC  (11+ messages)
` [PATCH -next v6 1/5] md: factor out a helper to wake up md_thread directly
` [PATCH -next v6 2/5] dm-raid: remove useless checking in raid_message()
` [PATCH -next v6 3/5] md/bitmap: always wake up md_thread in timeout_store
` [PATCH -next v6 4/5] md/bitmap: factor out a helper to set timeout
` [PATCH -next v6 5/5] md: protect md_thread with rcu
    ` [PATCH -next v7 "

[PATCH] md/raid5: Improve performance for sequential IO
 2023-04-24 22:36 UTC  (12+ messages)

[bug report] md: Fix types in sb writer
 2023-04-24 22:14 UTC  (4+ messages)

Raid5 to raid6 grow interrupted, mdadm hangs on assemble command
 2023-04-24 21:29 UTC  (8+ messages)

[PATCH 0/4] Fix memory leak for Manage Assemble Kill mdadm
 2023-04-24  8:06 UTC  (5+ messages)
` [PATCH 1/4] Fix memory leak in file Assemble
` [PATCH 2/4] Fix memory leak in file Kill
` [PATCH 3/4] Fix memory leak in file Manage
` [PATCH 4/4] Fix memory leak in file mdadm

[PATCH v2] md/md-multipath: guard against a possible NULL dereference
 2023-04-23  3:08 UTC  (2+ messages)

[PATCH] Fix race of "mdadm --add" and "mdadm --incremental"
 2023-04-23  1:30 UTC  (2+ messages)

[PATCH v4 00/22] bio: check return values of bio_add_page
 2023-04-21  6:57 UTC  (24+ messages)
` [PATCH v4 01/22] swap: use __bio_add_page to add page to bio
` [PATCH v4 02/22] drbd: "
` [PATCH v4 03/22] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v4 04/22] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v4 05/22] md: use __bio_add_page to add single page
` [PATCH v4 06/22] md: raid5-log: "
` [PATCH v4 07/22] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v4 08/22] btrfs: repair: use __bio_add_page for adding single page
` [PATCH v4 09/22] btrfs: raid56: use __bio_add_page to add "
` [PATCH v4 10/22] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v4 11/22] gfs2: use __bio_add_page for adding "
` [PATCH v4 12/22] zonefs: "
` [PATCH v4 13/22] zram: "
` [PATCH v4 14/22] floppy: "
` [PATCH v4 15/22] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v4 16/22] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v4 17/22] md: raid1: check if adding pages to resync bio fails
` [PATCH v4 18/22] dm-crypt: check if adding pages to clone "
` [PATCH v4 19/22] block: mark bio_add_page as __must_check
` [PATCH v4 20/22] block: add __bio_add_folio
` [PATCH v4 21/22] fs: iomap: use __bio_add_folio where possible
` [PATCH v4 22/22] block: mark bio_add_folio as __must_check

[PATCH 0/2] Fix unsafe string functions
 2023-04-20 23:46 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] platform-intel: limit guid length

[PATCH] md/md-multipath: guard against a possible NULL dereference
 2023-04-20 15:35 UTC  (2+ messages)

[PATCH 0/4] Few config related refactors
 2023-04-20 10:46 UTC  (3+ messages)

[PATCH v3 00/19] bio: check return values of bio_add_page
 2023-04-20  8:55 UTC  (25+ messages)
` [PATCH v3 01/19] swap: use __bio_add_page to add page to bio
` [PATCH v3 02/19] drbd: "
` [PATCH v3 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v3 04/19] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v3 05/19] md: use __bio_add_page to add single page
` [PATCH v3 06/19] md: raid5-log: "
` [PATCH v3 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v3 08/19] btrfs: repair: use __bio_add_page for adding single page
` [PATCH v3 09/19] btrfs: raid56: use __bio_add_page to add "
` [PATCH v3 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v3 11/19] gfs: use __bio_add_page for adding "
` [PATCH v3 12/19] zonefs: "
` [PATCH v3 13/19] zram: "
` [PATCH v3 14/19] floppy: "
` [PATCH v3 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v3 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v3 17/19] md: raid1: check if adding pages to resync bio fails
` [PATCH v3 18/19] dm-crypt: check if adding pages to clone "
` [PATCH v3 19/19] block: mark bio_add_page as __must_check

[song-md:md-next] BUILD SUCCESS 7bc436121e557b1f5bebf5ad67e7ed3614d6df92
 2023-04-14 21:12 UTC 

[GIT PULL] md-next 20230414
 2023-04-14 12:33 UTC  (2+ messages)

Recover data from accidentally created raid5 over raid1
 2023-04-13 14:58 UTC  (13+ messages)

mdadm minimum kernel version requirements?
 2023-04-12 13:52 UTC  (3+ messages)

[PATCH -next v5 0/6] md: fix uaf for sync_thread
 2023-04-12  9:23 UTC  (13+ messages)
` [PATCH -next v5 1/6] md: pass a md_thread pointer to md_register_thread()
` [PATCH -next v5 3/6] dm-raid: remove useless checking in raid_message()
` [PATCH -next v5 4/6] md/bitmap: always wake up md_thread in timeout_store
` [PATCH -next v5 5/6] md/bitmap: factor out a helper to set timeout
` [PATCH -next v5 6/6] md: protect md_thread with rcu

Recover data from accidentally created raid5 over raid1
 2023-04-11 18:12 UTC 

[song-md:md-next] BUILD SUCCESS fd24e32db299b1cde485413381edf2182ead9a84
 2023-04-11 18:04 UTC 

[PATCH v2 00/19] bio: check return values of bio_add_page
 2023-04-10 16:06 UTC  (5+ messages)
` [PATCH v2 17/19] md: raid1: check if adding pages to resync bio fails

[PATCH 0/4] Fix memory leak for Manage Assemble Kill mdadm
 2023-04-10 15:55 UTC  (5+ messages)
` [PATCH 1/4] Fix memory leak in file Assemble
` [PATCH 3/4] Fix memory leak in file Manage

[PATCH 1/1] Remove the config files in mdcheck_start|continue service
 2023-04-10 15:51 UTC  (2+ messages)

[PATCH] super1: fix truncation check for journal device
 2023-04-10 15:25 UTC  (3+ messages)

[PATCH] Fix null pointer for incremental in mdadm
 2023-04-10 15:15 UTC  (2+ 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).