linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-11 10:21:36 to 2022-10-06 02:53:23 UTC [more...]

[PATCH v1 0/5] treewide cleanup of random integer usage
 2022-10-05 21:48 UTC  (6+ messages)
` [PATCH v1 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v1 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v1 3/5] treewide: use get_random_u32() "
` [PATCH v1 4/5] treewide: use get_random_bytes "
` [PATCH v1 5/5] prandom: remove unused functions

Linux RAID futures question
 2022-10-04 22:39 UTC  (3+ messages)

[PATCH] mdadm/systemd: remove KillMode=none from service file
 2022-10-04 10:24 UTC  (3+ messages)

[PATCH] md/bitmap: Avoid chunksize overflow
 2022-10-04  9:45 UTC 

[PATCH mdadm v3 0/7] Write Zeroes option for Creating Arrays
 2022-09-30 15:39 UTC  (13+ messages)
` [PATCH mdadm v3 1/7] Create: goto abort_locked instead of return 1 in error path
` [PATCH mdadm v3 2/7] Create: remove safe_mode_delay local variable
` [PATCH mdadm v3 3/7] Create: Factor out add_disks() helpers
` [PATCH mdadm v3 4/7] mdadm: Introduce pr_info()
` [PATCH mdadm v3 5/7] mdadm: Add --write-zeros option for Create
` [PATCH mdadm v3 6/7] tests/00raid5-zero: Introduce test to exercise --write-zeros
` [PATCH mdadm v3 7/7] manpage: Add --write-zeroes option to manpage

[PATCH v4 0/2] Mdmonitor improvements
 2022-09-29 15:29 UTC  (4+ messages)

[PATCH] Mdmonitor: Omit non-md devices
 2022-09-29 15:12 UTC  (2+ messages)

[PATCH v4] mdadm: replace container level checking with inline
 2022-09-29 15:05 UTC  (4+ messages)

5.18: likely useless very preliminary bug report: mdadm raid-6 boot-time assembly failure
 2022-09-29 14:24 UTC  (8+ messages)

[PATCH] mdadm reshape hangs on external grow chunk
 2022-09-29  9:35 UTC  (2+ messages)

Python tests
 2022-09-26  8:19 UTC  (6+ messages)

regression caused by block: freeze the queue earlier in del_gendisk
 2022-09-26  7:09 UTC  (15+ messages)

[GIT PULL v2] md-next 20220922
 2022-09-23 21:00 UTC  (2+ messages)

[song-md:md-next] BUILD SUCCESS 65b94b527dfcb700b84d043c5bdf2924663724e7
 2022-09-22 19:42 UTC 

[PATCH 00/10] Block update-subarray and refactor context update
 2022-09-22 18:20 UTC  (27+ messages)
` [PATCH 01/10] mdadm: Add option validation for --update-subarray
` [PATCH 02/10] Fix --update-subarray on active volume
` [PATCH 03/10] Add code specific update options to enum
` [PATCH 04/10] super-ddf: Remove update_super_ddf
` [PATCH 05/10] super0: refactor the code for enum
` [PATCH 06/10] super1: "
` [PATCH 07/10] super-intel: "
` [PATCH 08/10] Change update to enum in update_super and update_subarray
` [PATCH 09/10] Manage&Incremental: code refactor, string to enum
` [PATCH 10/10] Change char* to enum in context->update & refactor code

[GIT PULL] md-next 20220921
 2022-09-22  0:40 UTC  (4+ messages)

[PATCH v2] md: generate CHANGE uevents for md device
 2022-09-21 21:25 UTC  (2+ messages)

[PATCH v2 0/1] Updated MD_SB_CHANGE_PENDING fix
 2022-09-21 21:24 UTC  (3+ messages)
` [PATCH v2 1/1] md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d

[PATCH mdadm v2 0/2] Discard Option for Creating Arrays
 2022-09-21 18:45 UTC  (16+ messages)
` [PATCH mdadm v2 1/2] mdadm: Add --discard option for Create

[PATCH v6 0/7] badblocks improvement for multiple bad block ranges
 2022-09-21 16:33 UTC  (11+ messages)
` [PATCH v6 1/7] badblocks: add more helper structure and routines in badblocks.h
` [PATCH v6 2/7] badblocks: add helper routines for badblock ranges handling
` [PATCH v6 3/7] badblocks: improve badblocks_set() for multiple "
` [PATCH v6 4/7] badblocks: improve badblocks_clear() "
` [PATCH v6 5/7] badblocks: improve badblocks_check() "

[PATCH 9/9 v2] udev: Move udev_block() and udev_unblock() into udev.c
 2022-09-21 12:50 UTC 

[PATCH] dm: Fix spelling mistake in comments
 2022-09-20 12:04 UTC  (5+ messages)

[song-md:md-next] BUILD SUCCESS 673164f606ec776de795c15396faa80288c523d0
 2022-09-20  7:28 UTC 

[PATCH -next 0/3] do some cleanup for md_ioctl
 2022-09-20  7:19 UTC  (5+ messages)
` [PATCH -next 1/3] md: refactor md ioctl cmd check
` [PATCH -next 2/3] md: factor out __md_set_array_info()
` [PATCH -next 3/3] md: introduce md_ro_state to make code easy to understand

[PATCH v2] md: Fix spelling mistake in comments of r5l_log
 2022-09-20  1:36 UTC 

[PATCH v3 0/5] md/raid10: reduce lock contention for io
 2022-09-19 19:08 UTC  (19+ messages)
` [PATCH v3 1/5] md/raid10: factor out code from wait_barrier() to stop_waiting_barrier()
` [PATCH v3 2/5] md/raid10: don't modify 'nr_waitng' in wait_barrier() for the case nowait
` [PATCH v3 3/5] md/raid10: prevent unnecessary calls to wake_up() in fast path
` [PATCH v3 4/5] md/raid10: fix improper BUG_ON() in raise_barrier()
` [PATCH v3 5/5] md/raid10: convert resync_lock to use seqlock

[PATCH v2 0/3] A couple more bug fixes
 2022-09-19 18:31 UTC  (4+ messages)
` [PATCH v2 3/3] md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d

[PATCH v2] md : Replace snprintf with scnprintf
 2022-09-19 18:09 UTC  (3+ messages)

[PATCH v2] drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()
 2022-09-16 23:33 UTC 

[PATCH v2 0/2] Small fixes from Debian
 2022-09-16 19:27 UTC  (6+ messages)
` [PATCH v2 1/2] mdadm: Add Documentation entries to systemd services
` [PATCH v2 2/2] ReadMe: fix command-line help

[PATCH v2 0/4] md/raid10: reduce lock contention for io
 2022-09-15  9:12 UTC  (12+ messages)
` [PATCH v2 1/4] md/raid10: cleanup wait_barrier()
` [PATCH v2 2/4] md/raid10: prevent unnecessary calls to wake_up() in fast path
` [PATCH v2 3/4] md/raid10: fix improper BUG_ON() in raise_barrier()
` [PATCH v2 4/4] md/raid10: convert resync_lock to use seqlock

[PATCH 0/5 v2 resend] mdadm: fix memory leak and double free
 2022-09-14 14:56 UTC  (4+ messages)
` [PATCH 5/5 v2] get_vd_num_of_subarray: fix memleak

[PATCH v2] mdadm: added support for Intel Alderlake RST on VMD platform
 2022-09-14 14:13 UTC  (4+ messages)

change UUID of RAID devcies
 2022-09-13 21:13 UTC  (30+ messages)

RAID5 failure and consequent ext4 problems
 2022-09-13 12:51 UTC  (17+ messages)

[PATCH v1] drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()
 2022-09-13  9:11 UTC  (2+ messages)

500G journal device for a 9T raid6 == hours and hours for mdadm assemble operation?
 2022-09-12 15:59 UTC 

3 way mirror
 2022-09-12 13:02 UTC  (17+ 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).