messages from 2019-01-21 08:17:51 to 2019-07-29 00:38:00 UTC [more...]
memory leak in bio_copy_user_iov
2019-07-29 0:38 UTC
[PATCH] raid1: factor out a common routine to handle the completion of sync write
2019-07-27 6:02 UTC
[RFC PATCH 0/3] md: export internal stats through debugfs
2019-07-27 5:55 UTC (8+ messages)
` [RFC PATCH 1/3] md-debugfs: add md_debugfs_create_files()
` [RFC PATCH 2/3] md: export inflight io counters and internal stats in debugfs
` [RFC PATCH 3/3] raid1: "
[PATCH v1] md: Convert to use int_pow()
2019-07-26 20:28 UTC (4+ messages)
[PATCH] raid1: use an int as the return value of raise_barrier()
2019-07-22 21:46 UTC (2+ messages)
[PATCH] md-multipath: Replace a seq_printf() call by seq_putc() in multipath_status()
2019-07-03 16:28 UTC (3+ messages)
` "
[4.19.y PATCH 1/2] block: Fix a NULL pointer dereference in generic_make_request()
2019-07-03 12:18 UTC (6+ messages)
` [4.19.y PATCH 2/2] md/raid0: Do not bypass blocking queue entered for raid0 bios
[PATCH] md/raid: Replace a seq_printf() call by seq_putc() in three functions
2019-07-01 15:28 UTC
[PATCH 14/39] docs: device-mapper: move it to the admin-guide
2019-06-28 12:30 UTC
[PATCH AUTOSEL 4.4 11/12] md: fix for divide error in status_resync
2019-06-27 0:42 UTC
[PATCH AUTOSEL 4.9 18/21] md: fix for divide error in status_resync
2019-06-27 0:41 UTC
[PATCH AUTOSEL 4.14 28/35] md: fix for divide error in status_resync
2019-06-27 0:39 UTC
[PATCH AUTOSEL 4.19 51/60] md: fix for divide error in status_resync
2019-06-27 0:36 UTC
[PATCH AUTOSEL 5.1 83/95] md: fix for divide error in status_resync
2019-06-27 0:30 UTC
[PATCH 2/8] raid5-cache: Need to do start() part job after adding journal device
2019-06-14 22:41 UTC
[PATCH 1/2] block: Fix a NULL pointer dereference in generic_make_request()
2019-06-12 18:48 UTC (13+ messages)
` [PATCH 2/2] md/raid0: Do not bypass blocking queue entered for raid0 bios
[PATCH v4 07/28] docs: convert docs to ReST and rename to *.rst
2019-06-12 17:52 UTC
[PATCH v3 08/33] docs: convert docs to ReST and rename to *.rst
2019-06-09 2:26 UTC
[PATCH] md: raid10: Use struct_size() in kmalloc()
2019-06-06 16:57 UTC (3+ messages)
[PATCH] md: md.c: Return -ENODEV when mddev is NULL in rdev_attr_show
2019-06-06 16:41 UTC (2+ messages)
[PATCH AUTOSEL 4.4 38/56] md: add mddev->pers to avoid potential NULL pointer dereference
2019-06-01 13:25 UTC
[PATCH V2 1/2] block: Fix a NULL pointer dereference in generic_make_request()
2019-05-23 20:30 UTC (12+ messages)
` [PATCH V2 2/2] md/raid0: Do not bypass blocking queue entered for raid0 bios
Fix bad backport to stable v3.16+
2019-05-23 18:11 UTC (3+ messages)
[PATCH] drivers: md: Unify common definitions of raid1 and raid10
2019-05-21 5:59 UTC (4+ messages)
[PATCH 1/4] md: raid1-10: Unify r{1,10}bio_pool_free
2019-05-21 5:53 UTC (5+ messages)
` [PATCH 2/4] md: raid0: Remove return statement from void function
` [PATCH 3/4] md: raid0: Return md_integrity_register result directly
` [PATCH 4/4] md: raid0: Make ret local in raid0_run
[PATCH 1/2] block: Fix a NULL pointer dereference in generic_make_request()
2019-05-20 19:25 UTC (17+ 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 (22+ messages)
` [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
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).