messages from 2023-02-03 02:01:20 to 2023-03-04 07:55:25 UTC [more...]
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 -next] raid10: fix leak of io accounting
2023-03-04 7:01 UTC
[regression] Bug 217074 - upgrading to kernel 6.1.12 from 5.15.x can no longer assemble software raid0
2023-03-03 22:41 UTC (4+ messages)
[PATCH 0/7] sysctl: slowly deprecate register_sysctl_table()
2023-03-03 18:16 UTC (11+ 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
[bug report] md: range check slot number when manually adding a spare
2023-03-03 17:15 UTC (3+ messages)
[PATCH v2 0/6] rebased patch set from Wu Guanghao
2023-03-03 16:21 UTC (7+ 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()
[PATCH 0/3] Validation for names during creation
2023-03-03 12:04 UTC (6+ messages)
` [PATCH 2/3] mdadm: refactor ident->name handling
[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 (18+ messages)
` [PATCH v3 2/8] Mdmonitor: Pass events to alert() using enums instead of strings
` [PATCH v3 3/8] Mdmonitor: Add helper functions
` [PATCH v3 4/8] Add helpers to determine whether directories or files are soft links
` [PATCH v3 5/8] Mdmonitor: Refactor write_autorebuild_pid()
` [PATCH v3 6/8] Mdmonitor: Refactor check_one_sharer() for better error handling
` [PATCH v3 7/8] Mdmonitor: Improve udev event handling
` [PATCH v3 8/8] udev: Move udev_block() and udev_unblock() into udev.c
[PATCH 0/6] Assorted patches relating to mdmon
2023-03-01 13:50 UTC (9+ messages)
` [PATCH 4/6] mdmon: change systemd unit file to use --foreground
` [PATCH 6/6] mdmon improvements for switchroot
` [PATCH 1/6] Use existence of /etc/initrd-release to detect initrd
` [PATCH 5/6] mdmon: Remove need for KillMode=none
` [PATCH 2/6] Improvements for IMSM_NO_PLATFORM testing
` [PATCH 3/6] mdmon: don't test both 'all' and 'container_name'
[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 (3+ messages)
[PATCH v3 0/3] md/bitmap: Optimal last page size
2023-02-23 4:05 UTC (10+ messages)
` [PATCH v3 1/3] md: Move sb writer loop to its own function
` [PATCH v3 2/3] md: Fix types in sb writer
` [PATCH v3 3/3] md: Use optimal I/O size for last bitmap page
[PATCH 1/1] md: Free resources in __md_stop
2023-02-23 1:27 UTC (2+ messages)
[PATCH 0/2] md/raid10: random bugfix
2023-02-22 4:10 UTC (3+ messages)
` [PATCH 1/2] md/raid10: fix taks hung in raid10d
` [PATCH 2/2] md/raid10: fix null-ptr-deref in raid10_sync_request
[PATCH] md: fix null-ptr-deference in md_free_disk()
2023-02-22 1:48 UTC (4+ messages)
[PATCH v2] md: Use optimal I/O size for last bitmap page
2023-02-21 14:44 UTC (7+ messages)
[PATCH] md: Use optimal I/O size for last bitmap page
2023-02-21 5:27 UTC (7+ messages)
[PATCH] enable RAID for SATA under VMD
2023-02-16 4:41 UTC
RAID4 with no striping mode request
2023-02-16 0:01 UTC (11+ messages)
` [dm-devel] "
[PATCH 0/9] Documentation: correct lots of spelling errors (series 2)
2023-02-14 16:57 UTC (2+ messages)
` (subset) "
[PATCH] md/raid10: Fix typo in comment (replacment -> replacement)
2023-02-14 6:40 UTC
[PATCH] md: make kobj_type structures constant
2023-02-14 3:19 UTC
[PATCH] treat AHCI controllers under VMD as part of VMD
2023-02-13 7:02 UTC (7+ messages)
[PATCH] Revert "mdadm/systemd: remove KillMode=none from service file"
2023-02-12 20:18 UTC (2+ messages)
[PATCH] Fix memory leak for function Manage_subdevs Manage_add Kill
2023-02-10 10:28 UTC
[song-md:md-next] BUILD SUCCESS 76fed01420bb8b0e282745a4945925b25751d42b
2023-02-10 10:01 UTC
[song-md:new_module_alloc_build_test] BUILD SUCCESS efe6ec771369ca06ed80182c30ffcf9c494146dd
2023-02-09 13:20 UTC
[GIT PULL] md-next 20230208
2023-02-09 0:00 UTC (2+ messages)
[song-md:md-next] BUILD SUCCESS 3f7c3f2b0f113ac56fc202733110e1b738206be3
2023-02-08 7:34 UTC
[PATCH 1/1] md: Increase active_io to count acct_io
2023-02-08 0:38 UTC (4+ messages)
[song-md:new_module_alloc_build_test] BUILD SUCCESS d63bee3fea6c9ac940de7b3725bf9adf7050a430
2023-02-07 12:58 UTC
Slow discard on RAID1 with --write-mostly: split into 1MB requests
2023-02-06 22:01 UTC
how to know a hard drive will mix well
2023-02-05 4:04 UTC (7+ messages)
` throughput testing (was "Re: how to know a hard drive will mix well")
[song-md:new_module_alloc_build_test] BUILD SUCCESS 9e278a4880d5bee01bab987f06b709da7d532e93
2023-02-05 2:00 UTC
[PATCH] block: remove submit_bio_noacct
2023-02-04 0:20 UTC (7+ messages)
` "
[song-md:new_module_alloc_build_test 1/1] arch/arm64/kernel/module-plts.c:70:28: error: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long'
2023-02-03 19:26 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).