linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-18 20:01:05 to 2022-03-04 18:01:26 UTC [more...]

remove bio_devname
 2022-03-04 18:00 UTC  (5+ messages)
` [PATCH 01/10] block: fix and cleanup bio_check_ro
` [PATCH 02/10] block: remove handle_bad_sector
` [PATCH 03/10] pktcdvd: remove a pointless debug check in pkt_submit_bio
` [PATCH 04/10] dm-crypt: stop using bio_devname

[PATCH 1/2] nvme: remove support or stream based temperature hint
 2022-03-04 17:55 UTC  (2+ messages)
` [PATCH 2/2] block: remove the per-bio/request write hint

Raid5 Batching Question
 2022-03-04 14:21 UTC  (5+ messages)

Bug 215605 - [5.14 regression] BUG: unable to handle page fault while running badblocks (fsck.ext4 -c) on a raid5 md array
 2022-03-04  6:26 UTC  (5+ messages)

[PATCH] md: use msleep() in md_notify_reboot()
 2022-03-04  6:23 UTC  (2+ messages)

[PATCH v3 0/3] Improve failed arrays handling
 2022-03-03 16:21 UTC  (23+ messages)
` [PATCH 1/3] raid0, linear, md: add error_handlers for raid0 and linear
` [PATCH 2/3] md: Set MD_BROKEN for RAID1 and RAID10
` [PATCH 3/3] raid5: introduce MD_BROKEN

[song-md:md-next] BUILD SUCCESS 701c73b4114293fc2b2781bb70ee5c7d5296d85f
 2022-03-03 16:05 UTC 

[PATCH] md: remove most calls to bdevname
 2022-03-03 11:21 UTC  (2+ messages)

raid5 bio handling cleanups
 2022-03-03  0:14 UTC  (6+ messages)
` [PATCH 1/4] raid5-ppl: fully initialize the bio in ppl_new_iounit
` [PATCH 2/4] raid5-cache: fully initialize flush_bio when needed
` [PATCH 3/4] raid5-cache: statically allocate the recovery ra bio
` [PATCH 4/4] raid5: initialize the stripe_head embeeded bios as needed

mdadm clone for continuous integration
 2022-03-02 18:47 UTC  (2+ messages)

cleanup bio_kmalloc
 2022-03-02  3:01 UTC  (9+ messages)
` [PATCH 1/5] btrfs: simplify ->flush_bio handling
` [PATCH 2/5] squashfs: always use bio_kmalloc in squashfs_bio_read
` [PATCH 3/5] target/pscsi: remove pscsi_get_bio
` [PATCH 4/5] block: turn bio_kmalloc into a simple kmalloc wrapper
` [PATCH 5/5] pktcdvd: stop using bio_reset

[PATCH] udev-md-raid-assembly.rules: skip if DM_UDEV_DISABLE_OTHER_RULES_FLAG
 2022-03-01  7:53 UTC  (12+ messages)
      ` [dm-devel] "

What leads to "bitmap file is out of date, doing full recovery"
 2022-02-25  8:10 UTC 

[PATCH v2 0/2] Improve signal handling
 2022-02-21 12:05 UTC  (3+ messages)
` [PATCH 1/2] Replace error prone signal() with sigaction()
` [PATCH 2/2] Optimize signal setting in alert() function

[PATCH 1/2] Replace error prone signal() with sigaction()
 2022-02-21  9:48 UTC 

[PATCH 2/2] Optimize signal setting in alert() function
 2022-02-21  9:48 UTC 

[PATCH 0/2] Improve signal handling
 2022-02-21  9:47 UTC 

Reshape corrupting data after growing raid10
 2022-02-17 19:17 UTC 

[PATCH v2] udev-md-raid-assembly.rules: skip if DM_UDEV_DISABLE_OTHER_RULES_FLAG
 2022-02-17 14:58 UTC 

[PATCH] mdadm/systemd: remove KillMode=none from service file
 2022-02-15 13:34 UTC 

remove from linux-raid@vger.kernel.org
 2022-02-13 17:11 UTC  (2+ messages)

[RFC PATCH] md: raid456 improve discard performance
 2022-02-11 14:45 UTC  (5+ messages)

fail_last_dev and FailFast/LastDev flag incompatibility
 2022-02-11  8:51 UTC  (6+ messages)

Replacing all disks in a an array as a preventative measure before failing
 2022-02-09 21:15 UTC  (7+ messages)

[song-md:md-next] BUILD SUCCESS ca9c1082dc798a84561ba501e8daa9ff8077388d
 2022-02-09 18:51 UTC 

[PATCH v2 1/2] lib/raid6/test/Makefile: Use `$(pound)` instead of `\#` for Make 4.3
 2022-02-09 14:45 UTC  (6+ messages)
` [PATCH v2 2/2] lib/raid6: Include <asm/ppc-opcode.h> for `VPERMXOR`

[PATCH] Revert "mdadm: fix coredump of mdadm --monitor -r"
 2022-02-09 12:42 UTC 

[PATCH] Assemble: check if device is container before scheduling force-clean update
 2022-02-09  9:09 UTC 

[PATCH] Monitor: use devname as char array instead of pointer
 2022-02-09  8:56 UTC 

[song-md:md-next] BUILD SUCCESS 29147ed79b7add3a937c0ee6d54cf22ae5b70853
 2022-02-08 20:16 UTC 

[PATCH 1/3] lib/raid6/test/Makefile: Use `$(pound)` instead of `\#` for Make 4.3
 2022-02-08 18:44 UTC  (9+ messages)
` [PATCH 2/3] lib/raid6: Include <asm/ppc-opcode.h> for `VPERMXOR`
` [PATCH 3/3] lib/raid6/test: Rename variable to avoid `raid6_call` name clash
  ` a pound's a pound the whole world 'round (was "Re: [PATCH 1/3] ... Use `$(pound)` instead ...")

[PATCH v2] lib/raid6/test: fix multiple definition linking error
 2022-02-08 17:58 UTC  (2+ messages)

[PATCH] fix multiple definition linking error due to missing extern
 2022-02-08 16:51 UTC  (4+ messages)

[PATCH] mdadm: fix msg when removing a device using the short arg -r
 2022-02-08 14:49 UTC  (3+ messages)

[PATCH] Replace error prone signal() with sigaction()
 2022-02-08 15:29 UTC  (5+ messages)
` Messages with timestamps from the future from intel.com (was: [PATCH] Replace error prone signal() with sigaction())

[GIT PULL] md-fixes 20220203
 2022-02-03 18:55 UTC  (2+ messages)

[song-md:md-fixes] BUILD SUCCESS 0f9650bd838efe5c52f7e5f40c3204ad59f1964d
 2022-02-03  8:10 UTC 

NULL pointer dereference in blk_queue_flag_set
 2022-02-02 18:24 UTC  (6+ messages)

hardware recovery and RAID5 services
 2022-01-31 20:53 UTC  (17+ messages)

[Non-DoD Source] Re: Showing my ignorance - kernel workers
 2022-01-27 17:15 UTC  (2+ messages)

Showing my ignorance - kernel workers
 2022-01-26 22:00 UTC  (5+ messages)
  ` [Non-DoD Source] "
      ` [URL Verdict: Neutral]Re: "

[PATCH v2 0/3] Use MD_BROKEN for redundant arrays
 2022-01-26  1:13 UTC  (5+ messages)

[dm-devel] Raid0 performance regression
 2022-01-25  8:00 UTC  (4+ messages)

Backup drive DOA?
 2022-01-23 17:26 UTC  (3+ messages)

The mysterious case of the disappearing superblock 
 2022-01-21 19:55 UTC  (10+ messages)
  ` PANIC OVER! "

[PATCH] Mdmonitor: Fix segfault and improve logging
 2022-01-20 12:32 UTC 

[PATCH 0/2] Add map_num_s
 2022-01-20 12:18 UTC  (3+ messages)
` [PATCH 1/2] Create, Build: use default_layout()
` [PATCH 2/2] mdadm: add map_num_s()

Documentation or support for IMSM caching ????
 2022-01-20  8:18 UTC  (2+ messages)

[PATCH] udev: adapt rules to systemd v247
 2022-01-20  7:58 UTC  (3+ messages)

[song-md:md-next] BUILD SUCCESS 78eb08ba82684b559276b30ae7e434053bb584f5
 2022-01-19 14:16 UTC 

Proposal of changing generating version of mdadm
 2022-01-19 13:57 UTC  (3+ messages)

[PATCH] raid1, raid10: drop pending_cnt
 2022-01-19  1:25 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).