linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-20 14:38:59 to 2021-11-14 18:23:28 UTC [more...]

raid0 vs io_uring
 2021-11-14 18:23 UTC  (2+ messages)

I discovered that Aruba Instant On 1930 24G 4SFP/SFP+ JL682A Switch is Running an Operating System with Linux Kernel 4.4.120!
 2021-11-14 11:42 UTC 

overlays on dd images of 4T drives
 2021-11-14  8:47 UTC  (2+ messages)

[RFC PATCH 0/8] block: add support for REQ_OP_VERIFY
 2021-11-12 15:19 UTC  (26+ messages)
` [RFC PATCH 1/8] "
` [RFC PATCH 2/8] scsi: add REQ_OP_VERIFY support
` [RFC PATCH 3/8] nvme: add support for the Verify command
` [PATCH 4/8] nvmet: add Verify command support for bdev-ns
` [RFC PATCH 5/8] nvmet: add Verify emulation "
` [RFC PATCH 6/8] nvmet: add verify emulation support for file-ns
` [RFC PATCH 7/8] null_blk: add REQ_OP_VERIFY support
` [RFC PATCH 8/8] md: add support for REQ_OP_VERIFY

[PATCH 000 of 29] md: Introduction : patchbomb for 2.6.27 merge window
 2021-11-12 14:31 UTC  (9+ messages)
` [PATCH 018 of 29] md: Support changing rdev size on running arrays

[PATCH] md: fix update super 1.0 on rdev size change
 2021-11-12 14:28 UTC 

[PATCH] md: add support for REQ_NOWAIT
 2021-11-11 21:42 UTC  (24+ messages)
  ` [PATCH v2] "
      ` [PATCH v3 2/2] md: raid1 add nowait support
        ` [PATCH v3 1/2] md: add support for REQ_NOWAIT
          ` [RFC PATCH v4 1/4] "
            ` [RFC PATCH v4 2/4] md: raid1 add nowait support
            ` [RFC PATCH v4 3/4] md: raid10 "
            ` [RFC PATCH v4 4/4] md: raid456 "

[PATCH] imsm: assert if there is migration but prev_map doesn't exist
 2021-11-09 21:57 UTC  (2+ messages)

[PATCH] imsm: free allocated memory in imsm_fix_size_mismatch
 2021-11-09 21:55 UTC  (2+ messages)

Your message for English Roofing has been received
 2021-11-08  5:38 UTC 

Your message for English Roofing has been received
 2021-11-08  5:38 UTC 

[PATCH v5 00/14] last set for add_disk() error handling
 2021-11-04 18:16 UTC  (20+ messages)
` [PATCH v5 01/14] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH v5 02/14] nvdimm/btt: add error handling support for add_disk()
` [PATCH v5 03/14] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH v5 04/14] nvdimm/blk: add error handling support for add_disk()
` [PATCH v5 05/14] nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned
` [PATCH v5 06/14] nvdimm/pmem: use add_disk() error handling
` [PATCH v5 07/14] z2ram: add error handling support for add_disk()
` [PATCH v5 08/14] block/sunvdc: "
` [PATCH v5 09/14] mtd/ubi/block: "
` [PATCH v5 10/14] ataflop: remove ataflop_probe_lock mutex
` [PATCH v5 11/14] block: update __register_blkdev() probe documentation
` [PATCH v5 12/14] ataflop: address add_disk() error handling on probe
` [PATCH v5 13/14] floppy: "
` [PATCH v5 14/14] block: add __must_check for *add_disk*() callers

[PATCH linux-next] md: Remove redundant assignments
 2021-11-04  6:19 UTC 

ANNOUNCE: mdadm 4.2-rc3 - A tool for managing md Soft RAID under Linux
 2021-11-04  1:57 UTC 

[PATCH] mdopen: use safe functions in create_mddev
 2021-11-04  1:41 UTC  (6+ messages)

[PATCH v4 0/4] last set for add_disk() error handling
 2021-11-03 19:28 UTC  (11+ messages)
` [PATCH v4 1/4] block: update __register_blkdev() probe documentation
` [PATCH v4 2/4] ataflop: address add_disk() error handling on probe
` [PATCH v4 3/4] floppy: "
` [PATCH v4 4/4] block: add __must_check for *add_disk*() callers

[PATCH v3 00/13] block: add_disk() error handling stragglers
 2021-11-03 17:48 UTC  (15+ messages)
` [PATCH v3 01/13] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH v3 02/13] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH v3 03/13] nvdimm/btt: add error handling support for add_disk()
` [PATCH v3 04/13] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH v3 05/13] nvdimm/blk: add error handling support for add_disk()
` [PATCH v3 06/13] nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned
` [PATCH v3 07/13] nvdimm/pmem: use add_disk() error handling
` [PATCH v3 08/13] z2ram: add error handling support for add_disk()
` [PATCH v3 09/13] block/sunvdc: "
` [PATCH v3 10/13] mtd/ubi/block: "
` [PATCH v3 11/13] ataflop: remove ataflop_probe_lock mutex
` [PATCH v3 12/13] block: fix __register_blkdev() probe add_disk() failures
` [PATCH v3 13/13] block: add __must_check for *add_disk*() callers

[PATCH v2 00/13] block: add_disk() error handling stragglers
 2021-11-03 17:41 UTC  (31+ messages)
` [PATCH v2 01/13] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH v2 02/13] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH v2 03/13] nvdimm/btt: add error handling support for add_disk()
` [PATCH v2 04/13] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH v2 05/13] nvdimm/blk: add error handling support for add_disk()
` [PATCH v2 06/13] nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned
` [PATCH v2 07/13] nvdimm/pmem: use add_disk() error handling
` [PATCH v2 08/13] z2ram: add error handling support for add_disk()
` [PATCH v2 09/13] block/sunvdc: "
` [PATCH v2 10/13] mtd/ubi/block: "
` [PATCH v2 11/13] ataflop: remove ataflop_probe_lock mutex
` [PATCH v2 12/13] block: make __register_blkdev() return an error
` [PATCH v2 13/13] block: add __must_check for *add_disk*() callers

[song-md:md-next] BUILD SUCCESS 1e37799b50eccb79c59c660b330746a7848c346b
 2021-11-03  8:51 UTC 

[GIT PULL] md-next 20211102
 2021-11-02 19:12 UTC  (2+ messages)

[song-md:md-next] BUILD SUCCESS 5663ca4e2a1249da72b675ba7f7a18801017fa63
 2021-11-02 17:25 UTC 

[PATCH v2] imsm: introduce helpers to manage file descriptors
 2021-11-02 16:11 UTC  (2+ messages)

[PATCH 0/2] --detail show messy container name
 2021-11-02 16:10 UTC  (4+ messages)
` [PATCH 1/2] mdadm/lib: Define a new helper function is_dev_alived
` [PATCH 2/2] mdadm/Detail: Can't show container name correctly when unpluging disks

[PATCH 1/1] mdadm/Detail: Can't show container name correctly when unpluging disks
 2021-11-02 16:00 UTC  (5+ messages)

Proposal of changing generating version of mdadm
 2021-11-02 15:53 UTC  (2+ messages)

Behavior for read errors during rebuild?
 2021-11-01 13:39 UTC 

growing a RAID5 array by adding disks later
 2021-10-28 19:11 UTC  (4+ messages)

Missing Superblocks
 2021-10-28 17:17 UTC  (6+ messages)

[PATCH] raid5-ppl: use swap() to make code cleaner
 2021-10-28  6:33 UTC  (2+ messages)

"md/raid:mdX: cannot start dirty degraded array."
 2021-10-27 20:42 UTC  (2+ messages)

(looking for) more info on parity creation
 2021-10-27 15:51 UTC  (2+ messages)

[PATCH] cpumask and md/raid5: Fix implicit type conversion
 2021-10-26 16:36 UTC  (2+ messages)

[PATCH] md/raid5: Fix implicit type conversion
 2021-10-26  8:26 UTC  (2+ messages)

[PATCH v3 0/3] last batch of add_disk() error handling conversions
 2021-10-24  0:03 UTC  (10+ messages)
` [PATCH v3 1/3] ataflop: remove ataflop_probe_lock mutex
` [PATCH v3 2/3] block: make __register_blkdev() return an error
` [PATCH v3 3/3] block: add __must_check for *add_disk*() callers

Inconsistent device numbers after reboot
 2021-10-23 20:57 UTC  (3+ 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).