messages from 2017-08-03 20:01:54 to 2017-08-08 20:34:16 UTC [more...]
[PATCH 0/5] block: a virtual block device driver for testing
2017-08-08 20:34 UTC (12+ messages)
` [PATCH 1/5] testb: add interface
` [PATCH 2/5] testb: implement block device operations
` [PATCH 3/5] testb: implement bandwidth control
` [PATCH 4/5] testb: emulate disk cache
` [PATCH 5/5] testb: badblock support
[PATCH 0/9] Nowait feature for stacked block devices
2017-08-08 20:34 UTC (5+ messages)
` [PATCH 1/9] QUEUE_FLAG_NOWAIT to indicate device supports nowait
` [PATCH 2/9] md: Add nowait support to md
blk-mq breaks suspend even with runtime PM patch
2017-08-08 18:35 UTC (13+ messages)
Switching to MQ by default may generate some bug reports
2017-08-08 18:27 UTC (19+ messages)
[PATCH] block: Fix warning when I/O elevator is changed as request_queue is being removed
2017-08-08 18:13 UTC (3+ messages)
[PATCH v3 00/49] block: support multipage bvec
2017-08-08 16:32 UTC (54+ messages)
` [PATCH v3 01/49] block: drbd: comment on direct access bvec table
` [PATCH v3 02/49] block: loop: comment on direct access to "
` [PATCH v3 03/49] kernel/power/swap.c: "
` [PATCH v3 04/49] mm: page_io.c: "
` [PATCH v3 05/49] fs/buffer: "
` [PATCH v3 06/49] f2fs: f2fs_read_end_io: "
` [PATCH v3 07/49] bcache: "
` [PATCH v3 08/49] block: comment on bio_alloc_pages()
` [PATCH v3 09/49] block: comment on bio_iov_iter_get_pages()
` [PATCH v3 10/49] dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE
` [PATCH v3 11/49] btrfs: avoid access to .bi_vcnt directly
` [PATCH v3 12/49] btrfs: avoid to access bvec table directly for a cloned bio
` [PATCH v3 13/49] btrfs: comment on direct access bvec table
` [PATCH v3 14/49] block: bounce: avoid direct access to "
` [PATCH v3 15/49] bvec_iter: introduce BVEC_ITER_ALL_INIT
` [PATCH v3 16/49] block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
` [PATCH v3 17/49] block: comments on bio_for_each_segment[_all]
` [PATCH v3 18/49] block: introduce multipage/single page bvec helpers
` [PATCH v3 19/49] block: implement sp version of bvec iterator helpers
` [PATCH v3 20/49] block: introduce bio_for_each_segment_mp()
` [PATCH v3 21/49] blk-merge: compute bio->bi_seg_front_size efficiently
` [PATCH v3 22/49] block: blk-merge: try to make front segments in full size
` [PATCH v3 23/49] block: blk-merge: remove unnecessary check
` [PATCH v3 24/49] block: use bio_for_each_segment_mp() to compute segments count
` [PATCH v3 25/49] block: use bio_for_each_segment_mp() to map sg
` [PATCH v3 26/49] block: introduce bvec_for_each_sp_bvec()
` [PATCH v3 27/49] block: bio: introduce single/multi page version of bio_for_each_segment_all()
` [PATCH v3 28/49] block: introduce bvec_get_last_page()
` [PATCH v3 29/49] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH v3 30/49] btrfs: use bvec_get_last_page to get bio's last page
` [PATCH v3 31/49] block: deal with dirtying pages for multipage bvec
` [PATCH v3 32/49] block: convert to singe/multi page version of bio_for_each_segment_all()
` [PATCH v3 33/49] bcache: convert to bio_for_each_segment_all_sp()
` [PATCH v3 34/49] md: raid1: "
` [PATCH v3 35/49] dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()
` [PATCH v3 36/49] dm-crypt: convert to bio_for_each_segment_all_sp()
` [PATCH v3 37/49] fs/mpage: "
` [PATCH v3 38/49] fs/block: "
` [PATCH v3 39/49] fs/iomap: "
` [PATCH v3 40/49] ext4: "
` [PATCH v3 41/49] xfs: "
` [PATCH v3 42/49] gfs2: "
` [PATCH v3 43/49] f2fs: "
` [PATCH v3 44/49] exofs: "
` [PATCH v3 45/49] fs: crypto: "
` [PATCH v3 46/49] fs/btrfs: "
` [PATCH v3 47/49] fs/direct-io: "
` [PATCH v3 48/49] block: enable multipage bvecs
` [PATCH v3 49/49] block: bio: pass segments to bio if bio_add_page() is bypassed
[v4.13-rc BUG] system lockup when running big buffered write(4M) to IB SRP via mpath
2017-08-08 14:17 UTC
[PATCH V2 00/20] blk-mq-sched: improve SCSI-MQ performance
2017-08-08 13:58 UTC (34+ messages)
` [PATCH V2 01/20] blk-mq-sched: fix scheduler bad performance
` [PATCH V2 02/20] sbitmap: introduce __sbitmap_for_each_set()
` [PATCH V2 03/20] blk-mq: introduce blk_mq_dispatch_rq_from_ctx()
` [PATCH V2 04/20] blk-mq-sched: move actual dispatching into one helper
` [PATCH V2 05/20] blk-mq-sched: improve dispatching from sw queue
` [PATCH V2 06/20] blk-mq-sched: don't dequeue request until all in ->dispatch are flushed
` [PATCH V2 07/20] blk-mq-sched: introduce blk_mq_sched_queue_depth()
` [PATCH V2 08/20] blk-mq-sched: use q->queue_depth as hint for q->nr_requests
` [PATCH V2 09/20] blk-mq: introduce BLK_MQ_F_SHARED_DEPTH
` [PATCH V2 10/20] blk-mq-sched: introduce helpers for query, change busy state
` [PATCH V2 11/20] blk-mq: introduce helpers for operating ->dispatch list
` [PATCH V2 12/20] blk-mq: introduce pointers to dispatch lock & list
` [PATCH V2 13/20] blk-mq: pass 'request_queue *' to several helpers of operating BUSY
` [PATCH V2 14/20] blk-mq-sched: improve IO scheduling on SCSI devcie
` [PATCH V2 15/20] block: introduce rqhash helpers
` [PATCH V2 16/20] block: move actual bio merge code into __elv_merge
` [PATCH V2 17/20] block: add check on elevator for supporting bio merge via hashtable from blk-mq sw queue
` [PATCH V2 18/20] block: introduce .last_merge and .hash to blk_mq_ctx
` [PATCH V2 19/20] blk-mq-sched: refactor blk_mq_sched_try_merge()
` [PATCH V2 20/20] blk-mq: improve bio merge from blk-mq sw queue
[BUG] BLKZEROOUT on dm-crypt container cause OOM / kernel panic
2017-08-08 10:23 UTC
[BUG] BLKZEROOUT on dm-crypt container cause OOM / kernel panic
2017-08-08 9:57 UTC
[BUG] BLKZEROOUT on dm-crypt container cause OOM / kernel panic
2017-08-08 9:42 UTC
[RFC PATCH] bio-integrity: Fix regression if profile verify_fn is NULL
2017-08-08 6:47 UTC (11+ messages)
` [PATCH] bio-integrity: revert "stop abusing bi_end_io"
[PATCH 0/2] null_blk: make sure submit_queues > 0
2017-08-07 21:17 UTC (3+ messages)
[PATCH 0/4] block: more scalable inflight tracking
2017-08-07 19:54 UTC (24+ messages)
` [PATCH 1/4] blk-mq-tag: check for NULL rq when iterating tags
` [PATCH 2/4] block: pass in queue to inflight accounting
` [PATCH 3/4] blk-mq: provide internal in-flight variant
` [PATCH 4/4] blk-mq: enable checking two part inflight counts at the same time
blk_mq_sched_insert_request: inconsistent {SOFTIRQ-ON-W} -> {IN-SOFTIRQ-W} usage
2017-08-07 17:41 UTC (12+ messages)
` [PATCH] ipr: Fix scsi-mq lockdep issue
nvmf question - synchronization between target/initiator regarding partitions
2017-08-07 17:29 UTC (3+ messages)
[PATCH] loop: fix to a race condition due to the early registration of device
2017-08-07 13:24 UTC (4+ messages)
[PATCH 0/4] mylex: Replace DAC960 block driver
2017-08-07 6:09 UTC (4+ messages)
` [PATCH 3/4] scsi: add Mylex RAID controller
[PATCHSET v2 0/6] block: more scalable inflight tracking
2017-08-06 0:17 UTC (18+ messages)
` [PATCH 1/6] blk-mq-tag: check for NULL rq when iterating tags
` [PATCH 2/6] block: pass in queue to inflight accounting
` [PATCH 3/6] block: make part_in_flight() take an array of two ints
` [PATCH 4/6] blk-mq: provide internal in-flight variant
` [PATCH 5/6] blk-mq: enable checking two part inflight counts at the same time
` [PATCH 6/6] sbitmap: make sb_for_each_fn() return void
[PATCH 00/14] blk-mq-sched: fix SCSI-MQ performance regression
2017-08-05 13:40 UTC (12+ messages)
` [PATCH 04/14] blk-mq-sched: improve dispatching from sw queue
[PATCH BUGFIX/IMPROVEMENT V2 0/2] block, bfq: improve and refactor throughput-boosting logic
2017-08-04 5:35 UTC (3+ messages)
` [PATCH BUGFIX/IMPROVEMENT V2 1/2] block,bfq: refactor device-idling logic
` [PATCH BUGFIX/IMPROVEMENT V2 2/2] block, bfq: boost throughput with flash-based non-queueing devices
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).