linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-26 02:17:07 to 2019-05-08 09:29:22 UTC [more...]

[PATCH 1/2] block: Fix a NULL pointer dereference in generic_make_request()
 2019-05-08  9:29 UTC  (8+ messages)
` [PATCH 2/2] md/raid0: Do not bypass blocking queue entered for raid0 bios

[PATCH] md: properly lock and unlock in rdev_attr_store()
 2019-05-06  5:03 UTC  (4+ messages)

[RFC] [PATCH V2 0/1] Introduce emergency raid0 stop for mounted arrays
 2019-05-01 18:00 UTC  (6+ messages)
` [RFC] [PATCH V2 1/1] md/raid0: Introduce emergency stop for raid0 arrays

[PATCH v2 11/79] docs: convert docs to ReST and rename to *.rst
 2019-04-22 13:27 UTC 

[PATCH v2] md: add mddev->pers to avoid potential NULL pointer dereference
 2019-04-02 22:41 UTC  (3+ messages)

[PATCH 1/3] Don't jump to compute_result state from check_result state
 2019-03-29 18:11 UTC  (5+ messages)
` [PATCH 2/3] Revert "MD: fix lock contention for flush bios"
` [PATCH 3/3] md: batch flush requests

[PATCH] md: Fix failed allocation of md_register_thread
 2019-03-12 17:22 UTC  (4+ messages)

Raid 5 painfully slow with linux 5.0.0
 2019-03-09 14:06 UTC 

[PATCH V15 00/18] block: support multi-page bvec
 2019-02-28 12:39 UTC  (41+ messages)
` [PATCH V15 01/18] btrfs: look at bi_size for repair decisions
` [PATCH V15 02/18] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V15 03/18] block: remove bvec_iter_rewind()
` [PATCH V15 04/18] block: introduce multi-page bvec helpers
` [PATCH V15 05/18] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V15 06/18] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V15 07/18] block: use bio_for_each_bvec() to map sg
` [PATCH V15 08/18] block: introduce mp_bvec_last_segment()
` [PATCH V15 09/18] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V15 10/18] btrfs: use mp_bvec_last_segment to get bio's last page
` [PATCH V15 11/18] block: loop: pass multi-page bvec to iov_iter
` [PATCH V15 12/18] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V15 13/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V15 14/18] block: enable multipage bvecs
` [PATCH V15 15/18] block: always define BIO_MAX_PAGES as 256
` [PATCH V15 16/18] block: document usage of bio iterator helpers
` [PATCH V15 17/18] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V15 18/18] block: kill BLK_MQ_F_SG_MERGE
  ` [dm-devel] [PATCH V15 00/18] block: support multi-page bvec

linux 4.19.19: md0_raid:1317 blocked for more than 120 seconds
 2019-02-15  7:57 UTC  (5+ messages)

[LSF/MM TOPIC] (again) THP for file systems
 2019-02-14 17:10 UTC  (5+ messages)

[PATCH 4.20 79/80] md/raid5: fix out of memory during raid cache recovery
 2019-02-04 10:37 UTC 

[PATCH 4.19 73/74] md/raid5: fix out of memory during raid cache recovery
 2019-02-04 10:37 UTC 

[PATCH 4.14 43/46] md/raid5: fix out of memory during raid cache recovery
 2019-02-04 10:37 UTC 

[PATCH] md-linear: use struct_size() in kzalloc()
 2019-01-29 22:18 UTC  (5+ messages)

[PATCH AUTOSEL 4.14 128/170] md: fix raid10 hang issue caused by barrier
 2019-01-28 16:11 UTC 

[PATCH AUTOSEL 4.19 205/258] md: fix raid10 hang issue caused by barrier
 2019-01-28 15:58 UTC 

[PATCH AUTOSEL 4.20 245/304] md: fix raid10 hang issue caused by barrier
 2019-01-28 15:42 UTC 

[PATCH V14 00/18] block: support multi-page bvec
 2019-01-22  2:01 UTC  (25+ messages)
` [PATCH V14 01/18] btrfs: look at bi_size for repair decisions
` [PATCH V14 02/18] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V14 03/18] block: remove bvec_iter_rewind()
` [PATCH V14 04/18] block: introduce multi-page bvec helpers
` [PATCH V14 05/18] block: introduce bio_for_each_mp_bvec() and rq_for_each_mp_bvec()
` [PATCH V14 06/18] block: use bio_for_each_mp_bvec() to compute multi-page bvec count
` [PATCH V14 07/18] block: use bio_for_each_mp_bvec() to map sg
` [PATCH V14 08/18] block: introduce mp_bvec_last_segment()
` [PATCH V14 09/18] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V14 10/18] btrfs: use mp_bvec_last_segment to get bio's last page
` [PATCH V14 11/18] block: loop: pass multi-page bvec to iov_iter
` [PATCH V14 12/18] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V14 13/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V14 14/18] block: enable multipage bvecs
` [PATCH V14 15/18] block: always define BIO_MAX_PAGES as 256
` [PATCH V14 16/18] block: document usage of bio iterator helpers
` [PATCH V14 17/18] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V14 18/18] block: kill BLK_MQ_F_SG_MERGE

[PATCH V13 00/19] block: support multi-page bvec
 2019-01-15  3:44 UTC  (21+ messages)
` [PATCH V13 01/19] btrfs: look at bi_size for repair decisions
` [PATCH V13 02/19] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V13 03/19] block: remove bvec_iter_rewind()
` [PATCH V13 04/19] block: rename bvec helpers
` [PATCH V13 05/19] block: introduce multi-page "
` [PATCH V13 06/19] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V13 07/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V13 08/19] block: use bio_for_each_bvec() to map sg
` [PATCH V13 09/19] block: introduce bvec_last_segment()
` [PATCH V13 10/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V13 11/19] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V13 12/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V13 13/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V13 14/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V13 15/19] block: enable multipage bvecs
` [PATCH V13 16/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V13 17/19] block: document usage of bio iterator helpers
` [PATCH V13 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V13 19/19] block: kill BLK_MQ_F_SG_MERGE

[PATCH] drivers/md.c: Make bio_alloc_mddev return bio_alloc_bioset
 2019-01-14 13:33 UTC  (4+ messages)

[PATCH] md/raid10: Use struct_size() in kmalloc()
 2019-01-07 23:01 UTC  (2+ messages)

Shaohua Li
 2019-01-03 16:44 UTC  (5+ messages)

[RFC PATCH] raid6_pq: Add module options to prefer algorithm
 2019-01-02  2:34 UTC  (2+ messages)

BUG_ON() hit in drivers/md/raid5.c
 2018-12-19  8:46 UTC 

[PATCH 2/7] md: convert to kvmalloc
 2018-12-17 13:19 UTC 

[PATCH RESEND 1/2] fcntl: fix typo in RWH_WRITE_LIFE_NOT_SET r/w hint
 2018-12-17 11:39 UTC  (3+ messages)
` [PATCH v2 0/2] Fix typo in RWH_WRITE_LIFE_NOT_SET constant name

[PATCH V12 00/20] block: support multi-page bvec
 2018-11-29  3:30 UTC  (48+ messages)
` [PATCH V12 01/20] btrfs: remove various bio_offset arguments
` [PATCH V12 02/20] btrfs: look at bi_size for repair decisions
` [PATCH V12 03/20] block: remove the "cluster" flag
` [PATCH V12 04/20] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V12 05/20] block: remove bvec_iter_rewind()
` [PATCH V12 06/20] block: rename bvec helpers
` [PATCH V12 07/20] block: introduce multi-page "
` [PATCH V12 08/20] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V12 09/20] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V12 10/20] block: use bio_for_each_bvec() to map sg
` [PATCH V12 11/20] block: introduce bvec_last_segment()
` [PATCH V12 12/20] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V12 13/20] block: loop: pass multi-page bvec to iov_iter
` [PATCH V12 14/20] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V12 15/20] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V12 16/20] block: enable multipage bvecs
` [PATCH V12 17/20] block: always define BIO_MAX_PAGES as 256
` [PATCH V12 18/20] block: document usage of bio iterator helpers
` [PATCH V12 19/20] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V12 20/20] block: kill BLK_MQ_F_SG_MERGE

LVM RAID: task mdX_raid1:221 blocked for more than 120 seconds
 2018-11-26 12:43 UTC  (4+ 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).