messages from 2018-05-29 19:57:40 to 2018-11-16 09:41:47 UTC [more...]
[PATCH V10 00/19] block: support multi-page bvec
2018-11-16 9:41 UTC (43+ messages)
` [PATCH V10 01/19] block: introduce multi-page page bvec helpers
` [PATCH V10 02/19] block: introduce bio_for_each_bvec()
` [PATCH V10 03/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V10 04/19] block: use bio_for_each_bvec() to map sg
` [PATCH V10 05/19] block: introduce bvec_last_segment()
` [PATCH V10 06/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V10 07/19] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V10 08/19] btrfs: move bio_pages_all() to btrfs
` [PATCH V10 09/19] block: introduce bio_bvecs()
` [PATCH V10 10/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V10 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V10 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V10 13/19] iomap & xfs: only account for new added page
` [PATCH V10 14/19] block: enable multipage bvecs
` [PATCH V10 15/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V10 16/19] block: document usage of bio iterator helpers
` [PATCH V10 17/19] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V10 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V10 19/19] block: kill BLK_MQ_F_SG_MERGE
[PATCH V9 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
2018-11-13 15:14 UTC
inconsistent IOPS and throughput for /dev/mdX (?)
2018-11-12 7:59 UTC
[PATCH V8 12/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
2018-11-09 16:26 UTC
[PATCH 0/2] Fix typo in RWH_WRITE_LIFE_NOT_SET constant name
2018-10-29 20:00 UTC (12+ messages)
` [PATCH RESEND "
` [PATCH RESEND 1/2] fcntl: fix typo in RWH_WRITE_LIFE_NOT_SET r/w hint
` [PATCH v2 0/2] Fix typo in RWH_WRITE_LIFE_NOT_SET constant name
` [PATCH v2 1/2] fcntl: fix typo in RWH_WRITE_LIFE_NOT_SET r/w hint
` [PATCH v2 2/2] drivers/md/raid5.c: use the new spelling of RWH_WRITE_LIFE_NOT_SET
` [PATCH RESEND "
[RFC] dm-bow working prototype
2018-10-26 20:03 UTC (12+ messages)
` [dm-devel] "
[GIT PULL] MD update for 4.20
2018-10-26 18:27 UTC
[PATCH] md: fix memleak for mempool
2018-10-19 14:41 UTC (2+ messages)
[PATCH] dm: add secdel target
2018-10-19 12:11 UTC (7+ messages)
` "
` [dm-devel] [PATCH] "
[PATCH] md/bitmap: use mddev_suspend/resume instead of ->quiesce()
2018-10-15 11:53 UTC (2+ messages)
[PATCH][md-next] md: remove redundant code that is no longer reachable
2018-10-08 21:16 UTC
[PATCH] md/bitmap: use mddev_suspend/resume instead of ->quiesce()
2018-10-08 8:23 UTC (3+ messages)
[PATCH 2/2] drivers/md/raid5.c: use the new spelling of RWH_WRITE_LIFE_NOT_SET
2018-10-06 17:51 UTC
[PATCH 1/2] fcntl: fix typo in RWH_WRITE_LIFE_NOT_SET r/w hint
2018-10-06 17:51 UTC
[PATCH] Fixed code style issues in the drivers/md/md.c
2018-09-28 17:12 UTC
md: dead code in md_alloc()
2018-09-20 16:03 UTC
[PATCH] md: bitmap: use mddev_suspend/resume instead of ->quiesce()
2018-09-18 8:34 UTC (2+ messages)
linux-next: Tree for Sep 11 (drivers/md/dm-thin-metadata.o:)
2018-09-11 15:25 UTC
[GIT PULL] MD update for 4.19-rc2
2018-09-07 18:36 UTC
[PATCH 2/6] md: convert to kvmalloc
2018-09-07 18:16 UTC (3+ messages)
[RFC] [PATCH 0/1] Introduce emergency raid0 stop for mounted arrays
2018-09-03 12:16 UTC (7+ messages)
` [RFC] [PATCH 1/1] md/raid0: Introduce emergency stop for raid0 arrays
Deadlock in md
2018-08-29 6:22 UTC
[GIT PULL] MD update for 4.19-rc1
2018-08-13 18:45 UTC
[PATCH v4 0/5] bitmap: Introduce alloc/free helpers
2018-08-02 12:07 UTC (12+ messages)
` [PATCH v4 1/5] dm: Avoid namespace collision with bitmap API
` [PATCH v4 2/5] md: "
` [PATCH v4 3/5] bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free()
` [PATCH v4 4/5] Input: gpio-keys - Switch to bitmap_zalloc()
` [PATCH v4 5/5] Input: evdev - Switch to bitmap API
[PATCH 0/6] use irqsafe variant of refcount_dec_and_lock() / atomic_dec_and_lock()
2018-07-20 8:29 UTC (9+ messages)
` [PATCH 1/6] drivers/md/raid5: Use irqsave variant of atomic_dec_and_lock()
` [PATCH 2/6] drivers/md/raid5: Do not disable irq on release_inactive_stripe_list() call
[PATCH] md/r5cache: remove redundant pointer bio
2018-07-03 6:51 UTC
[GIT PULL] MD update for 4.18-rc3
2018-07-02 16:47 UTC
[PATCH v3 0/5] bitmap: Introduce alloc/free helpers
2018-06-26 11:13 UTC (18+ messages)
` [PATCH v3 1/5] md: Avoid namespace collision with bitmap API
` [PATCH v3 2/5] bitmap: Drop unnecessary 0 check for u32 array operations
` [PATCH v3 3/5] bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free()
` [PATCH v3 4/5] Input: gpio-keys - Switch to bitmap_zalloc()
` [PATCH v3 5/5] Input: evdev - Switch to bitmap API
[PATCH v2 0/5] bitmap: Introduce alloc/free helpers
2018-06-20 20:26 UTC (24+ messages)
` [PATCH v2 1/5] md: Avoid namespace collision with bitmap API
` [PATCH v2 2/5] bitmap: Drop unnecessary 0 check for u32 array operations
` [PATCH v2 3/5] bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free()
` [PATCH v2 4/5] Input: gpio-keys - Switch to bitmap_zalloc()
` [PATCH v2 5/5] Input: evdev "
[PATCH v3] async_pq: Remove VLA usage
2018-06-18 14:47 UTC (4+ messages)
bitmap namespace conflict
2018-06-14 14:46 UTC
[GIT PULL] MD update for 4.18-rc
2018-06-09 17:32 UTC
mdadm raid soft lock-ups ubuntu kernel 4.13.0-36
2018-06-08 13:20 UTC
[PATCH] md: Unify mddev destruction paths
2018-06-08 1:36 UTC (2+ messages)
Introduce atomic_dec_and_lock_irqsave()
2018-06-04 10:25 UTC (5+ messages)
` [PATCH 1/5] spinlock: atomic_dec_and_lock: Add an irqsave variant
` [PATCH 1/5 v2] "
[PATCH 00/13] convert block layer to bioset_init()/mempool_init()
2018-06-01 10:51 UTC (8+ messages)
` [PATCH 06/12] md: convert "
` [PATCH 07/12] dm: "
` [PATCH 10/12] btrfs: "
[PATCH v2] async_pq: Remove VLA usage
2018-05-30 22:04 UTC (4+ messages)
[PATCH 00/13] convert block layer to bioset_init()/mempool_init()
2018-05-30 19:38 UTC (16+ messages)
[PATCH] dm: writecache: add DAX dependency
2018-05-30 13:13 UTC (8+ messages)
` [PATCH] dm-writecache: fix compilation issue with !DAX
` "
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).