linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-29 11:01:55 to 2023-04-20 10:06:34 UTC [more...]

[PATCH v4 00/22] bio: check return values of bio_add_page
 2023-04-20 10:04 UTC  (3+ messages)
` [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 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

[PATCH] md/md-multipath: guard against a possible NULL dereference
 2023-04-20  7:18 UTC 

[PATCH] md/raid5: Improve performance for sequential IO
 2023-04-20  5:26 UTC  (3+ messages)

[PATCH] Fix race of "mdadm --add" and "mdadm --incremental"
 2023-04-17 14:01 UTC 

[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)

[question] solution for raid10 configuration concurrent with io
 2023-04-14  2:28 UTC 

[PATCH -next v6 0/5] md: protect md_thread with rcu
 2023-04-14  1:32 UTC  (9+ 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 "

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  (14+ messages)
` [PATCH -next v5 1/6] md: pass a md_thread pointer to md_register_thread()
` [PATCH -next v5 2/6] md: factor out a helper to wake up md_thread directly
` [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  (32+ messages)
` [PATCH v2 01/19] swap: use __bio_add_page to add page to bio
` [PATCH v2 02/19] drbd: "
` [PATCH v2 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v2 04/19] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v2 05/19] md: use __bio_add_page to add single page
` [PATCH v2 06/19] md: raid5-log: "
` [PATCH v2 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v2 08/19] btrfs: repair: use __bio_add_page for adding single page
` [PATCH v2 09/19] btrfs: raid56: use __bio_add_page to add "
` [PATCH v2 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v2 11/19] gfs: use __bio_add_page for adding "
` [PATCH v2 12/19] zonefs: "
` [PATCH v2 13/19] zram: "
` [PATCH v2 14/19] floppy: "
` [PATCH v2 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v2 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v2 17/19] md: raid1: check if adding pages to resync bio fails
` [PATCH v2 18/19] dm-crypt: check if adding pages to clone "
` [PATCH v2 19/19] block: mark bio_add_page as __must_check

[PATCH 0/4] Fix memory leak for Manage Assemble Kill mdadm
 2023-04-10 15:55 UTC  (7+ 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 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)

[PATCH -next 0/6] md: fix that MD_RECOVERY_RUNNING can be cleared while sync_thread is still running
 2023-04-06  8:53 UTC  (10+ messages)
` [PATCH -next 1/6] Revert "md: unlock mddev before reap sync_thread in action_store"

[PATCH v4 0/5] md: fix uaf for sync_thread
 2023-04-04  1:34 UTC  (8+ messages)
` [PATCH v4 1/5] md: pass a md_thread pointer to md_register_thread()
` [PATCH v4 2/5] md: factor out a helper to wake up md_thread directly
` [PATCH v4 3/5] md: add a helper to access md_thread() directly
` [PATCH v4 4/5] dm-raid: remove useless checking in raid_message()
` [PATCH v4 5/5] md: protect md_thread with rcu

[PATCH v3 0/3] md: fix uaf for sync_thread
 2023-03-31 15:41 UTC  (9+ messages)
` [PATCH v3 1/3] md: pass a md_thread pointer to md_register_thread()
` [PATCH v3 2/3] md: pass a md_thread pointer to md_wakeup_thread()
` [PATCH v3 3/3] md: protect md_thread with rcu

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

[GIT PULL] md-fixes 20230329
 2023-03-31  2:31 UTC  (2+ messages)

[song-md:md-fixes] BUILD SUCCESS 433279beba1d4872da10b7b60a539e0cb828b32b
 2023-03-30  7:23 UTC 

[PATCH - mdadm] mdopen: always try create_named_array()
 2023-03-30  4:55 UTC  (7+ messages)

[PATCH resent 0/2] md/raid: Adjustments for two function implementations
 2023-03-29 19:03 UTC  (2+ messages)
        ` [0/2] "

[song-md:md-next] BUILD SUCCESS 5618a78dd48948979bafc67e2eab9b9bce5095fd
 2023-03-29 12:37 UTC 

[song-md:md-tmp] BUILD SUCCESS f3b49ec99fc6de703c67071cec1acbedf3133a56
 2023-03-29 12:37 UTC 

[song-md:md-fixes] BUILD SUCCESS 969eb2a7464c5170bd5e33e55904b15eb59f9896
 2023-03-29 11:01 UTC 


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).