linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-23 14:39:55 to 2023-03-10 14:43:53 UTC [more...]

[PATCH 0/3] Validation for names during creation
 2023-03-10 14:43 UTC  (9+ messages)
` [PATCH 2/3] mdadm: refactor ident->name handling

[PATCH v2 0/6] md/raid10: several simple obvious bugfix
 2023-03-10  7:38 UTC  (7+ messages)
` [PATCH v2 1/6] md/raid10: don't call bio_start_io_acct twice for bio which experienced read error
` [PATCH v2 2/6] md: fix soft lockup in status_resync
` [PATCH v2 3/6] md/raid10: don't BUG_ON() in raise_barrier()
` [PATCH v2 4/6] md/radi10: fix leak of 'r10bio->remaining' for recovery
` [PATCH v2 5/6] md/raid10: fix memleak for 'conf->bio_split'
` [PATCH v2 6/6] md/raid10: fix memleak of md thread

[PATCH 0/7] sysctl: slowly deprecate register_sysctl_table()
 2023-03-09 22:18 UTC  (15+ messages)
` [PATCH 1/7] scsi: simplify sysctl registration with register_sysctl()
` [PATCH 2/7] ipmi: simplify sysctl registration
` [PATCH 3/7] hv: "
` [PATCH 4/7] md: "
` [PATCH 5/7] sgi-xp: "
` [PATCH 6/7] tty: "
` [PATCH 7/7] xen: simplify sysctl registration for balloon

[PATCH] Create /dev/md/x link when md device is created
 2023-03-09 15:57 UTC  (2+ messages)

[PATCH] md/raid10: fix memleak for 'conf->bio_split'
 2023-03-09 13:00 UTC 

[PATCH -v2] md/raid10: Don't call bio_start_io_acct twice for bio which experienced read error
 2023-03-09 12:57 UTC 

[PATCH -next] raid10: fix leak of io accounting
 2023-03-09  7:45 UTC  (5+ messages)

[PATCH] mdadm reshape hangs on external grow chunk
 2023-03-08 19:34 UTC  (5+ messages)

[PATCH v2 0/6] rebased patch set from Wu Guanghao
 2023-03-08 18:55 UTC  (8+ messages)
` [PATCH v2 1/6] util.c: reorder code lines in parse_layout_faulty()
` [PATCH v2 2/6] util.c: fix memleak "
` [PATCH v2 3/6] Detail.c: fix memleak in Detail()
` [PATCH v2 4/6] isuper-intel.c: fix double free in load_imsm_mpb()
` [PATCH v2 5/6] super-intel.c: fix memleak in find_disk_attached_hba()
` [PATCH v2 6/6] super-ddf.c: fix memleak in get_vd_num_of_subarray()

[regression] Bug 217074 - upgrading to kernel 6.1.12 from 5.15.x can no longer assemble software raid0
 2023-03-08  8:55 UTC  (11+ messages)

What's the usage of md-autodetect.c
 2023-03-08  8:40 UTC  (5+ messages)

[PATCH 00/34] address various checkpatch.pl requirements
 2023-03-08  1:30 UTC  (40+ messages)
` [PATCH 01/34] md: fix required/prohibited spaces [ERROR]
` [PATCH 02/34] md: fix 'foo*' and 'foo * bar' [ERROR]
` [PATCH 03/34] md: fix EXPORT_SYMBOL() to follow its functions immediately [ERROR]
` [PATCH 04/34] md: adjust braces on functions/structures [ERROR]
` [PATCH 05/34] md: correct code indent [ERROR]
` [PATCH 06/34] md: move trailing statements to next line [ERROR]
` [PATCH 07/34] md: consistent spacing around operators [ERROR]
` [PATCH 08/34] md: don't initilize statics/globals to 0/false [ERROR]
` [PATCH 09/34] md: else should follow close curly brace [ERROR]
` [PATCH 10/34] md: remove trailing whitespace [ERROR]
` [PATCH 11/34] md: do not use assignment in if condition [ERROR]
` [PATCH 12/34] md: add missing blank line after declaration [WARNING]
` [PATCH 13/34] md: space prohibited between function and opening parenthesis [WARNING]
` [PATCH 14/34] md: prefer seq_put[cs]() to seq_printf() |WARNING]
` [PATCH 15/34] md: avoid multiple line dereference [WARNING}
` [PATCH 16/34] md: fix block comments [WARNING]
` [PATCH 17/34] md: add missing function identifier names to function definition arguments [WARNING]
` [PATCH 18/34] md: avoid redundant braces in single line statements [WARNING]
` [PATCH 19/34] md: place constant on the right side of a test [WARNING]
` [PATCH 20/34] md: avoid pointless filenames in files [WARNING]
` [PATCH 21/34] md: avoid useless else after break or return [WARNING]
` [PATCH 22/34] md: don't indent labels [WARNING]
` [PATCH 23/34] md: fix code indent for conditional statements [WARNING]
` [PATCH 24/34] md: prefer octal permissions [WARNING]
` [PATCH 25/34] md: remove bogus IS_ENABLED() macro [WARNING]
` [PATCH 26/34] md autodetect: correct placement of __initdata [WARNING]
` [PATCH 27/34] md: prefer using "%s...", __func__ [WARNING]
` [PATCH 28/34] md pq: adjust __attribute__ [WARNING]
` [PATCH 29/34] md: prefer 'unsigned int' [WARNING]
` [PATCH 30/34] md: prefer kmap_local_page() instead of deprecated kmap_atomic() [WARNING]
` [PATCH 31/34] md raid5: prefer 'int' instead of 'signed' [WARNING]
` [PATCH 32/34] md: prefer kvmalloc_array() with multiply [WARNING]
` [PATCH 33/34] md: avoid splitting quoted strings [WARNING]
` [PATCH 34/34] md: avoid return in void functions [WARNING]

[PATCH -next] radi10: fix leak of 'r10bio->remaining' for recovery
 2023-03-07 10:42 UTC  (3+ messages)

[PATCH] raid0, linear, md: add error_handlers
 2023-03-06 13:03 UTC 

[PATCH 0/6] Assorted patches relating to mdmon
 2023-03-06  8:31 UTC  (12+ messages)
` [PATCH 1/6] Use existence of /etc/initrd-release to detect initrd
` [PATCH 4/6] mdmon: change systemd unit file to use --foreground
` [PATCH 6/6] mdmon improvements for switchroot
` [PATCH 2/6] Improvements for IMSM_NO_PLATFORM testing
` [PATCH 3/6] mdmon: don't test both 'all' and 'container_name'
` [PATCH 5/6] mdmon: Remove need for KillMode=none

[bug report] md: range check slot number when manually adding a spare
 2023-03-05 22:36 UTC  (4+ messages)

[PATCH] md: avoid signed overflow in slot_store()
 2023-03-05 22:36 UTC 

Bug in reshape+discard?
 2023-03-04 21:36 UTC 

[PATCH -next] raid10: don't BUG_ON() in raise_barrier()
 2023-03-04  8:42 UTC 

Why isn't the "Support Intel AHCI remapped NVMe devices" in mainline?
 2023-03-04  7:55 UTC  (2+ messages)

[PATCH -next] md: fix soft lockup in status_resync
 2023-03-04  7:02 UTC 

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

[PATCH 0/6] rebased patch set from Wu Guanghao
 2023-03-03 10:22 UTC  (8+ messages)
` [PATCH 1/6] util.c: code cleanup for parse_layout_faulty()
` [PATCH 2/6] util.c: fix memleak in parse_layout_faulty()
` [PATCH 3/6] Detail.c: fix memleak in Detail()
` [PATCH 4/6] isuper-intel.c: fix double free in load_imsm_mpb()
` [PATCH 5/6] super-intel.c: fix memleak in find_disk_attached_hba()
` [PATCH 6/6] super-ddf.c: fix memleak in get_vd_num_of_subarray()

The gendisk of raid can't be released
 2023-03-03  8:51 UTC  (3+ messages)

[PATCH v5 0/3] md/bitmap: Optimal last page size
 2023-03-03  1:55 UTC  (11+ messages)
` [PATCH v5 1/3] md: Move sb writer loop to its own function
` [PATCH v5 2/3] md: Fix types in sb writer
` [PATCH v5 3/3] md: Use optimal I/O size for last bitmap page

[PATCH v3 0/8] Mdmonitor refactor and udev event handling improvements
 2023-03-02 16:00 UTC  (6+ messages)
` [PATCH v3 7/8] Mdmonitor: Improve udev event handling
` [PATCH v3 8/8] udev: Move udev_block() and udev_unblock() into udev.c

[PATCH] Grow: fix can't change bitmap type from none to clustered
 2023-03-01  2:10 UTC  (6+ messages)

[PATCH 5.10] md: Flush workqueue md_rdev_misc_wq in md_alloc()
 2023-02-28 18:37 UTC  (4+ messages)
` Timestamps from the future (was: [PATCH 5.10] md: Flush workqueue md_rdev_misc_wq in md_alloc())

[PATCH V5] Fix NULL dereference in super_by_fd
 2023-02-28 17:28 UTC  (4+ messages)

[PATCH v4 0/3] md/bitmap: Optimal last page size
 2023-02-24 18:27 UTC  (6+ messages)
` [PATCH v4 1/3] md: Move sb writer loop to its own function
` [PATCH v4 2/3] md: Fix types in sb writer
` [PATCH v4 3/3] md: Use optimal I/O size for last bitmap page

question about 5e8daf906f89 ("md: Flush workqueue md_rdev_misc_wq in md_alloc()”)
 2023-02-24 16:44 UTC  (3+ messages)

[PATCH V4] Fix NULL dereference in super_by_fd
 2023-02-24 16:13 UTC  (6+ messages)

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

[PATCH v2] Grow: fix can't change bitmap type from none to clustered
 2023-02-24  0:12 UTC 

[song-md:md-fixes] BUILD SUCCESS 6e95cefc15299684b031ea5cbb8cdf627c069d66
 2023-02-23 23:18 UTC 

[PATCH] Fix memory leak for function Manage_subdevs Manage_add Kill V2
 2023-02-23 15:53 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).