[PATCH -next v3 0/7] limit the number of plugged bio
2023-06-06 21:54 UTC (21+ messages)
` [PATCH -next v3 3/7] md/raid1-10: factor out a helper to submit normal write
` [PATCH -next v3 4/7] md/raid1-10: submit write io directly if bitmap is not enabled
` [PATCH -next v3 5/7] md/md-bitmap: add a new helper to unplug bitmap asynchrously
` [PATCH -next v3 6/7] md/raid1-10: don't handle pluged bio by daemon thread
` [PATCH -next v3 7/7] md/raid1-10: limit the number of plugged bio
[song-md:md-next] BUILD SUCCESS 8404706db6fa00b1bb2f8f6d276b33eed68b7ab8
2023-06-06 12:53 UTC
[PATCH v7 0/2] raid10 bugfix
2023-06-06 0:07 UTC (4+ messages)
` [PATCH v7 1/2] md/raid10: Do not add spare disk when recovery fails
` [PATCH v7 2/2] md/raid10: fix io loss while replacement replace rdev
[PATCH v2] md/raid5: don't allow concurrent reshape with recovery
2023-06-05 23:59 UTC (9+ messages)
[PATCH] raid1: fix incorrect page freeing in alloc_behind_master_bio
2023-06-05 7:58 UTC (2+ messages)
[PATCH v5 0/2] raid10 bugfix
2023-06-02 9:23 UTC (7+ messages)
` [PATCH v5 1/2] md/raid10: fix incorrect done of recovery
` [PATCH v5 2/2] md/raid10: fix io loss while replacement replace rdev
[PATCH v6 0/2] raid10 bugfix
2023-06-02 7:17 UTC (3+ messages)
` [PATCH v6 1/2] md/raid10: Do not add spare disk when recovery fail
` [PATCH v6 2/2] md/raid10: fix io loss while replacement replace rdev
[PATCH v5 00/20] bio: check return values of bio_add_page
2023-06-01 18:46 UTC (9+ messages)
` [PATCH v5 16/20] dm-crypt: check if adding pages to clone bio fails
` [dm-devel] "
[PATCH v2 0/6] mdadm: POSIX portable naming rules
2023-06-01 9:52 UTC (9+ messages)
` [PATCH 1/6] tests: create names_template
` [PATCH 2/6] tests: create 00confnames
` [PATCH 3/6] mdadm: set ident.devname if applicable
` [PATCH 4/6] mdadm: refactor ident->name handling
` [PATCH 5/6] mdadm: define ident_set_devname()
` [PATCH 6/6] mdadm: Follow POSIX Portable Character Set
[PATCH v7 00/20] bio: check return values of bio_add_page
2023-06-01 4:26 UTC (28+ messages)
` [PATCH v7 01/20] swap: use __bio_add_page to add page to bio
` [PATCH v7 02/20] drbd: "
` [PATCH v7 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v7 04/20] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v7 05/20] md: use __bio_add_page to add single page
` [PATCH v7 06/20] md: raid5-log: "
` [PATCH v7 07/20] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v7 08/20] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v7 09/20] gfs2: use __bio_add_page for adding "
` [PATCH v7 10/20] zonefs: "
` [PATCH v7 11/20] zram: "
` [PATCH v7 12/20] floppy: "
` [PATCH v7 13/20] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v7 14/20] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v7 15/20] md: raid1: check if adding pages to resync bio fails
` [PATCH v7 16/20] dm-crypt: use __bio_add_page to add single page to clone bio
` [PATCH v7 17/20] block: mark bio_add_page as __must_check
` [PATCH v7 18/20] block: add bio_add_folio_nofail
` [PATCH v7 19/20] fs: iomap: use bio_add_folio_nofail where possible
` [PATCH v7 20/20] block: mark bio_add_folio as __must_check
[PATCH 0/6] imsm: expand improvements
2023-05-31 15:30 UTC (8+ messages)
` [PATCH 1/6] imsm: move sum_extents calculations to merge_extents()
` [PATCH 2/6] imsm: imsm_get_free_size() refactor
` [PATCH 3/6] imsm: introduce round_member_size_to_mb()
` [PATCH 4/6] imsm: move expand verification code into new function
` [PATCH 5/6] imsm: return free space after volume for expand
` [PATCH 6/6] imsm: fix free space calculations
[PATCH v6 00/20] bio: check return values of bio_add_page
2023-05-31 11:50 UTC (69+ messages)
` [PATCH v6 01/20] swap: use __bio_add_page to add page to bio
` [PATCH v6 02/20] drbd: "
` [PATCH v6 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v6 04/20] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v6 05/20] md: use __bio_add_page to add single page
` [PATCH v6 06/20] md: raid5-log: "
` [PATCH v6 07/20] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v6 08/20] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v6 09/20] gfs2: use __bio_add_page for adding "
` [PATCH v6 10/20] zonefs: "
` [PATCH v6 11/20] zram: "
` [PATCH v6 12/20] floppy: "
` [PATCH v6 13/20] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v6 14/20] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v6 15/20] md: raid1: check if adding pages to resync bio fails
` [PATCH v6 16/20] dm-crypt: check if adding pages to clone "
` [PATCH v6 17/20] block: mark bio_add_page as __must_check
` [PATCH v6 18/20] block: add __bio_add_folio
` [PATCH v6 19/20] fs: iomap: use __bio_add_folio where possible
` [PATCH v6 20/20] block: mark bio_add_folio as __must_check
[song-md:md-next] BUILD SUCCESS 979f277d08f143765eb427e86a2210d2d706ecfe
2023-05-31 11:11 UTC
[PATCH v3 0/4] raid10 bugfix
2023-05-31 9:31 UTC (4+ messages)
` [PATCH v3 3/4] md/raid10: fix incorrect done of recovery
[PATCH v4 2/2] md/raid10: fix incorrect done of recovery
2023-05-31 9:28 UTC
[PATCH v4 1/2] md/raid10: improve code of mrdev in raid10_sync_request
2023-05-31 9:28 UTC
[PATCH v4 0/2] raid10 bugfix
2023-05-31 9:27 UTC
[PATCH v2] md/raid5: Convert stripe_head's "dev" to flexible array member
2023-05-30 23:39 UTC (4+ messages)
[PATCH] md/bitmap: check input value with ULONG_MAX in timeout_store
2023-05-30 22:20 UTC (4+ messages)
` [PATCH] md/raid10: clean up md_add_new_disk()
[PATCH] md/raid10: prioritize adding disk to 'removed' mirror
2023-05-30 22:17 UTC (4+ messages)
[PATCH v4] Incremental: remove obsoleted calls to udisks
2023-05-30 13:12 UTC
[PATCH v3] Incremental: remove obsoleted calls to udisks
2023-05-30 13:10 UTC (5+ messages)
[song-md:md-next] BUILD SUCCESS 51c2138e3090328d50cb2f710a19ba65b0377d0c
2023-05-30 12:01 UTC
[PATCH v5 04/20] fs: buffer: use __bio_add_page to add single page to bio
2023-05-30 6:02 UTC (3+ messages)
` "
The read data is wrong from raid5 when recovery happens
2023-05-30 2:43 UTC (16+ messages)
[PATCH -next v2 0/7] limit the number of plugged bio
2023-05-30 2:25 UTC (11+ messages)
` [PATCH -next v2 7/7] md/raid1-10: "
[PATCH 0/6] imsm: expand improvements
2023-05-29 13:52 UTC (7+ messages)
` [PATCH 1/6] imsm: move sum_extents calculations to merge_extents()
` [PATCH 2/6] imsm: imsm_get_free_size() refactor
` [PATCH 3/6] imsm: introduce round_member_size_to_mb()
` [PATCH 4/6] imsm: move expand verification code into new function
` [PATCH 5/6] imsm: return free space after volume for expand
` [PATCH 6/6] imsm: fix free space calculations
[PATCH -next] md/raid5: don't allow concurrent reshape with recovery
2023-05-29 13:36 UTC (3+ messages)
[PATCH tests v2 0/8] tests: add some regression tests
2023-05-29 13:28 UTC (3+ messages)
` [PATCH v2 4/8] tests: add a regression test for raid456 deadlock
` [PATCH v2 5/8] tests: add a regression test that raid456 can't assemble
page: next (older)
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).