linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-14 01:45:22 to 2021-02-01 22:01:33 UTC [more...]

Regarding Raid-6 array
 2021-02-01 22:00 UTC 

md read-only fixes
 2021-02-01 16:35 UTC  (4+ messages)
` [PATCH 1/2] md: check for NULL ->meta_bdev before calling bdev_read_only
` [PATCH 2/2] md: use rdev_read_only in restart_array

One failed raid device can't umount automatically
 2021-02-01 14:35 UTC  (2+ messages)

misc bio allocation cleanups
 2021-02-01 12:22 UTC  (37+ messages)
` [PATCH 01/17] zonefs: use bio_alloc in zonefs_file_dio_append
  ` [dm-devel] "
` [PATCH 02/17] btrfs: use bio_kmalloc in __alloc_device
` [PATCH 03/17] blk-crypto: use bio_kmalloc in blk_crypto_clone_bio
` [PATCH 04/17] block: split bio_kmalloc from bio_alloc_bioset
` [PATCH 05/17] block: use an on-stack bio in blkdev_issue_flush
` [PATCH 06/17] dm-clone: use blkdev_issue_flush in commit_metadata
` [PATCH 07/17] f2fs: use blkdev_issue_flush in __submit_flush_wait
  ` [f2fs-dev] "
` [PATCH 08/17] f2fs: remove FAULT_ALLOC_BIO
  ` [f2fs-dev] "
` [PATCH 09/17] drbd: remove bio_alloc_drbd
` [PATCH 10/17] drbd: remove drbd_req_make_private_bio
` [PATCH 11/17] md: remove bio_alloc_mddev
` [PATCH 12/17] md: simplify sync_page_io
` [PATCH 13/17] md: remove md_bio_alloc_sync
` [PATCH 14/17] md/raid6: refactor raid5_read_one_chunk
` [PATCH 15/17] nfs/blocklayout: remove cruft in bl_alloc_init_bio
` [PATCH 16/17] nilfs2: remove cruft in nilfs_alloc_seg_bio
` [PATCH 17/17] mm: remove get_swap_bio

[PATCH] super1: fix Floating point exception
 2021-01-30  9:49 UTC 

Problem with initial sync of a RAID1 with 4Kn drives
 2021-01-29 20:31 UTC 

I trashed my superblocks after reshape from raid5 to raid6 stalled - need help recovering
 2021-01-29  0:37 UTC 

"attempt to access beyond end of device" when reshaping raid10 from near=2 to offset=2
 2021-01-28 21:50 UTC  (3+ messages)

[PATCH] md: change bitmap offset verification in write_sb_page
 2021-01-28 13:11 UTC  (3+ messages)

md: Speed shrinks with drives number
 2021-01-28 11:20 UTC 

[song-md:md-next] BUILD SUCCESS ae5fc93485e1e3fb961345359facfab24685410d
 2021-01-27 17:26 UTC 

release plan for mdadm
 2021-01-27 11:39 UTC 

[PATCH] md/raid5: cast chunk_sectors to sector_t value
 2021-01-26 18:50 UTC  (4+ messages)

md_raid: mdX_raid6 looping after sync_action "check" to "idle" transition
 2021-01-26 16:05 UTC  (18+ messages)

store a pointer to the block_device in struct bio (again) v2
 2021-01-25 18:31 UTC  (25+ messages)
` [PATCH 01/10] brd: remove the end of device check in brd_do_bvec
` [PATCH 02/10] dcssblk: remove the end of device check in dcssblk_submit_bio
` [PATCH 03/10] block: store a block_device pointer in struct bio
` [PATCH 04/10] block: simplify submit_bio_checks a bit
` [PATCH 05/10] block: do not reassig ->bi_bdev when partition remapping
` [PATCH 06/10] block: use ->bi_bdev for bio based I/O accounting
` [PATCH 07/10] blk-mq: use ->bi_bdev for "
` [PATCH 08/10] block: add a disk_uevent helper
` [PATCH 09/10] block: remove DISK_PITER_REVERSE
` [PATCH 10/10] block: use an xarray for disk->part_tbl

Kernel bug during chunk size migration
 2021-01-26 14:59 UTC 

[PATCH v2 00/10] fsdax: introduce fs query to support reflink
 2021-01-26  0:50 UTC  (12+ messages)
` [PATCH v2 01/10] pagemap: Introduce ->memory_failure()
` [PATCH v2 02/10] blk: Introduce ->corrupted_range() for block device
` [PATCH v2 03/10] fs: Introduce ->corrupted_range() for superblock
` [PATCH v2 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH v2 05/10] mm, pmem: Implement ->memory_failure() in pmem driver
` [PATCH v2 06/10] pmem: Implement ->corrupted_range() for "
` [PATCH v2 07/10] dm: Introduce ->rmap() to find bdev offset
` [PATCH v2 08/10] md: Implement ->corrupted_range()
` [PATCH v2 09/10] xfs: Implement ->corrupted_range() for XFS
` [PATCH v2 10/10] fs/dax: Remove useless functions

[PATCH 2/2] dm crypt: support using trusted keys
 2021-01-22 19:04 UTC  (4+ messages)

[RFC PATCH 00/37] block: introduce bio_init_fields()
 2021-01-21  8:23 UTC  (44+ messages)
` [RFC PATCH 01/37] block: introduce bio_init_fields() helper
` [RFC PATCH 02/37] fs: use bio_init_fields in block_dev
` [RFC PATCH 03/37] btrfs: use bio_init_fields in disk-io
` [RFC PATCH 04/37] btrfs: use bio_init_fields in volumes
` [RFC PATCH 05/37] ext4: use bio_init_fields in page_io
` [RFC PATCH 06/37] gfs2: use bio_init_fields in lops
` [RFC PATCH 07/37] gfs2: use bio_init_fields in meta_io
` [RFC PATCH 08/37] gfs2: use bio_init_fields in ops_fstype
` [RFC PATCH 09/37] iomap: use bio_init_fields in buffered-io
` [RFC PATCH 10/37] iomap: use bio_init_fields in direct-io
` [RFC PATCH 11/37] jfs: use bio_init_fields in logmgr
` [RFC PATCH 12/37] zonefs: use bio_init_fields in append
` [RFC PATCH 13/37] drdb: use bio_init_fields in actlog
` [RFC PATCH 14/37] drdb: use bio_init_fields in bitmap
` [RFC PATCH 15/37] drdb: use bio_init_fields in receiver
` [RFC PATCH 16/37] floppy: use bio_init_fields
` [RFC PATCH 17/37] pktcdvd: "
` [RFC PATCH 18/37] bcache: use bio_init_fields in journal
` [RFC PATCH 19/37] bcache: use bio_init_fields in super
` [RFC PATCH 20/37] bcache: use bio_init_fields in writeback
` [RFC PATCH 21/37] dm-bufio: use bio_init_fields
` [RFC PATCH 22/37] dm-crypt: "
` [RFC PATCH 23/37] dm-zoned: use bio_init_fields metadata
` [RFC PATCH 24/37] dm-zoned: use bio_init_fields target
` [RFC PATCH 25/37] dm-zoned: use bio_init_fields
` [RFC PATCH 26/37] dm log writes: "
` [RFC PATCH 27/37] nvmet: use bio_init_fields in bdev-ns
` [RFC PATCH 28/37] target: use bio_init_fields in iblock
` [RFC PATCH 29/37] btrfs: use bio_init_fields in scrub
` [RFC PATCH 30/37] fs: use bio_init_fields in buffer
` [RFC PATCH 31/37] eros: use bio_init_fields in data
` [RFC PATCH 32/37] eros: use bio_init_fields in zdata
` [RFC PATCH 33/37] jfs: use bio_init_fields in metadata
` [RFC PATCH 34/37] nfs: use bio_init_fields in blocklayout
` [RFC PATCH 35/37] ocfs: use bio_init_fields in heartbeat
` [RFC PATCH 36/37] xfs: use bio_init_fields in xfs_buf
` [RFC PATCH 37/37] xfs: use bio_init_fields in xfs_log

[song-md:md-fixes] BUILD SUCCESS dc5d17a3c39b06aef866afca19245a9cfb533a79
 2021-01-21  4:30 UTC 

[PATCH] mdadm: fix reshape from RAID5 to RAID6 with backup file
 2021-01-20 20:05 UTC 

[GIT PULL] md-fixes 20210119
 2021-01-20 16:32 UTC  (5+ messages)

[PATCH AUTOSEL 5.4 03/26] dm integrity: select CRYPTO_SKCIPHER
 2021-01-20  5:47 UTC  (2+ messages)
  ` [dm-devel] "

Kenya Business Plans for only Kes 499/=
 2021-01-20  3:21 UTC 

[PATCH AUTOSEL 4.19 02/15] dm integrity: select CRYPTO_SKCIPHER
 2021-01-20  1:27 UTC 

[PATCH AUTOSEL 5.10 07/45] dm integrity: select CRYPTO_SKCIPHER
 2021-01-20  1:25 UTC 

[PATCH AUTOSEL 4.14 2/9] dm integrity: select CRYPTO_SKCIPHER
 2021-01-20  1:27 UTC 

What is the best way to combine 4 HDD's and 2 SSD's into a single filesystem?
 2021-01-19 19:27 UTC  (5+ messages)

Self inflicted reshape catastrophe
 2021-01-19  0:09 UTC  (6+ messages)

[PATCH 1/2] md/raid10: wake pending freeze in raid10d()
 2021-01-18  0:59 UTC  (2+ messages)

raid5 size reduced after system reinstall, how to fix?
 2021-01-17  9:13 UTC  (4+ messages)

[PATCH] imsm: nvme multipath support
 2021-01-15 15:28 UTC 

[PATCH 0/8] Write-intent bitmap support for IMSM metadata
 2021-01-15  5:47 UTC  (9+ messages)
` [PATCH 1/8] Modify mdstat parsing for volumes with the bitmap
` [PATCH 2/8] Enable bitmap support for external metadata
` [PATCH 3/8] imsm: Write-intent bitmap support
` [PATCH 4/8] imsm: Adding a spare to an existing array with bitmap
` [PATCH 5/8] Add "bitmap" to allowed command-line values
` [PATCH 6/8] imsm: Update-subarray for write-intent bitmap
` [PATCH 7/8] Create: Block automatic enabling bitmap for external metadata
` [PATCH 8/8] Grow: Block reshape when external metadata and write-intent bitmap

[PATCH 00/10] fsdax: introduce fs query to support reflink
 2021-01-14 20:38 UTC  (11+ messages)
` [PATCH 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping

[PATCH] mdmonitor: check if udev has finished events processing
 2021-01-14 14:14 UTC 

[PATCH v2] Document PPL in man md
 2021-01-14 12:59 UTC 


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).