linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-10 16:10:33 to 2017-04-12 16:05:23 UTC [more...]

[PATCH V2 16/16] block, bfq: split bfq-iosched.c into multiple source files
 2017-04-12 16:05 UTC  (5+ messages)
  ` [kbuild-all] "

RFC: drop the T10 OSD code and its users
 2017-04-12 16:01 UTC  (5+ messages)
` [PATCH 1/4] block: remove the osdblk driver
` [PATCH 2/4] fs: remove exofs
` [PATCH 3/4] nfs: remove the objlayout driver
` [PATCH 4/4] scsi: remove the SCSI OSD library

[PATCH V3 00/16] Introduce the BFQ I/O scheduler
 2017-04-12 15:30 UTC  (24+ messages)
` [PATCH V3 01/16] block, bfq: introduce the BFQ-v0 I/O scheduler as an extra scheduler
` [PATCH V3 02/16] block, bfq: add full hierarchical scheduling and cgroups support
` [PATCH V3 03/16] block, bfq: improve throughput boosting
` [PATCH V3 04/16] block, bfq: modify the peak-rate estimator
` [PATCH V3 05/16] block, bfq: add more fairness with writes and slow processes
` [PATCH V3 06/16] block, bfq: improve responsiveness
` [PATCH V3 07/16] block, bfq: reduce I/O latency for soft real-time applications
` [PATCH V3 08/16] block, bfq: preserve a low latency also with NCQ-capable drives
` [PATCH V3 09/16] block, bfq: reduce latency during request-pool saturation
` [PATCH V3 10/16] block, bfq: add Early Queue Merge (EQM)
` [PATCH V3 11/16] block, bfq: reduce idling only in symmetric scenarios
` [PATCH V3 12/16] block, bfq: boost the throughput on NCQ-capable flash-based devices
` [PATCH V3 13/16] block, bfq: boost the throughput with random I/O on NCQ-capable HDDs
` [PATCH V3 14/16] block, bfq: handle bursts of queue activations
` [PATCH V3 15/16] block, bfq: remove all get and put of I/O contexts
` [PATCH V3 16/16] block, bfq: split bfq-iosched.c into multiple source files

[PATCH 0/25 v3] fs: Convert all embedded bdis into separate ones
 2017-04-12 13:47 UTC  (27+ messages)
` [PATCH 01/25] bdi: Provide bdi_register_va() and bdi_alloc()
` [PATCH 02/25] block: Unregister bdi on last reference drop
` [PATCH 03/25] bdi: Export bdi_alloc_node() and bdi_put()
` [PATCH 04/25] fs: Provide infrastructure for dynamic BDIs in filesystems
` [PATCH 05/25] fs: Get proper reference for s_bdi
` [PATCH 06/25] lustre: Convert to separately allocated bdi
` [PATCH 07/25] 9p: "
` [PATCH 08/25] btrfs: "
` [PATCH 09/25] ceph: "
` [PATCH 10/25] cifs: "
` [PATCH 11/25] ecryptfs: "
` [PATCH 12/25] afs: "
` [PATCH 13/25] mtd: Convert to dynamically allocated bdi infrastructure
` [PATCH 14/25] coda: Convert to separately allocated bdi
` [PATCH 15/25] exofs: "
` [PATCH 16/25] fuse: "
` [PATCH 17/25] fuse: Get rid of bdi_initialized
` [PATCH 18/25] gfs2: Convert to properly refcounting bdi
` [PATCH 19/25] nilfs2: "
` [PATCH 20/25] ncpfs: Convert to separately allocated bdi
` [PATCH 21/25] nfs: "
` [PATCH 22/25] ubifs: "
` [PATCH 23/25] fs: Remove SB_I_DYNBDI flag
` [PATCH 24/25] block: Remove unused functions
` [PATCH 25/25] bdi: Drop 'parent' argument from bdi_register[_va]()

[PATCH v6] lightnvm: pblk
 2017-04-12 13:19 UTC 

[PATCH v4 0/6] Avoid that scsi-mq and dm-mq queue processing stalls sporadically
 2017-04-12 10:55 UTC  (10+ messages)
` [PATCH v4 6/6] dm rq: Avoid that request "

kill req->errors
 2017-04-12 10:24 UTC  (6+ messages)
` [PATCH 10/25] loop: zero-fill bio on the submitting cpu

clean up a few end_request variants
 2017-04-12 10:13 UTC  (4+ messages)
` [PATCH 1/3] block: remove blk_end_request_err and __blk_end_request_err
` [PATCH 2/3] block: remove blk_end_request_cur
` [PATCH 3/3] block: make __blk_end_bidi_request private

[PATCH 0/25 v2] fs: Convert all embedded bdis into separate ones
 2017-04-12  9:52 UTC  (56+ messages)
` [PATCH 01/25] bdi: Provide bdi_register_va() and bdi_alloc()
` [PATCH 02/25] block: Unregister bdi on last reference drop
` [PATCH 03/25] bdi: Export bdi_alloc_node() and bdi_put()
` [PATCH 04/25] fs: Provide infrastructure for dynamic BDIs in filesystems
` [PATCH 05/25] fs: Get proper reference for s_bdi
` [PATCH 06/25] lustre: Convert to separately allocated bdi
` [PATCH 07/25] 9p: "
` [PATCH 08/25] btrfs: "
` [PATCH 09/25] ceph: "
` [PATCH 10/25] cifs: "
` [PATCH 11/25] ecryptfs: "
` [PATCH 12/25] afs: "
` [PATCH 13/25] mtd: Convert to dynamically allocated bdi infrastructure
` [PATCH 14/25] coda: Convert to separately allocated bdi
` [PATCH 15/25] exofs: "
` [PATCH 16/25] fuse: "
` [PATCH 17/25] fuse: Get rid of bdi_initialized
` [PATCH 18/25] gfs2: Convert to properly refcounting bdi
` [PATCH 19/25] nilfs2: "
` [PATCH 20/25] ncpfs: Convert to separately allocated bdi
` [PATCH 21/25] nfs: "
` [PATCH 22/25] ubifs: "
` [PATCH 23/25] fs: Remove SB_I_DYNBDI flag
` [PATCH 24/25] block: Remove unused functions
` [PATCH 25/25] bdi: Drop 'parent' argument from bdi_register[_va]()

remove REQ_OP_WRITE_SAME
 2017-04-12  8:48 UTC  (9+ messages)
` [PATCH 1/8] drbd: drop REQ_OP_WRITE_SAME support
` [PATCH 2/8] target/iblock: convert WRITE_SAME to blkdev_issue_zeroout
` [PATCH 3/8] sd: remove write same support
` [PATCH 4/8] md: drop WRITE_SAME support
` [PATCH 5/8] dm: remove write same support
` [PATCH 6/8] block: remove REQ_OP_WRITE_SAME support
` [PATCH 7/8] block: remove bio_no_advance_iter
` [PATCH 8/8] block: use bio_has_data to check if a bio has bvecs

[PATCH 0/9 v5] No wait AIO
 2017-04-12  8:37 UTC  (13+ messages)
` [PATCH 1/9] Use RWF_* flags for AIO operations
` [PATCH 2/9] nowait aio: Introduce RWF_NOWAIT
` [PATCH 3/9] nowait aio: return if direct write will trigger writeback
` [PATCH 4/9] nowait-aio: Introduce IOMAP_NOWAIT
` [PATCH 5/9] nowait aio: return on congested block device
` [PATCH 6/9] nowait aio: ext4
` [PATCH 7/9] nowait aio: xfs
` [PATCH 8/9] nowait aio: btrfs
` [PATCH 9/9] nowait aio: Return -EOPNOTSUPP if filesystem does not support

[PATCH] block: Make writeback throttling defaults consistent for SQ devices
 2017-04-12  8:23 UTC 

[PATCH v5] lightnvn: pblk
 2017-04-12  8:04 UTC  (6+ messages)
  ` [PATCH v5] lightnvm: physical block device (pblk) target

[PATCH rfc 0/6] Automatic affinity settings for nvme over rdma
 2017-04-12  6:34 UTC  (3+ messages)

[PATCH] remove the mg_disk driver
 2017-04-12  6:16 UTC  (3+ messages)

RFC: remove REQ_OP_WRITE_SAME
 2017-04-12  5:51 UTC  (5+ messages)
` [PATCH 2/8] target: remove iblock WRITE_SAME passthrough support

[PATCH] blk-mq: Fix blk_execute_rq_nowait() handling of dying queues
 2017-04-12  5:01 UTC  (2+ messages)

[PATCH 0/6] blk-mq debugfs patches for kernel v4.12
 2017-04-11 20:58 UTC  (7+ messages)
` [PATCH 1/6] blk-mq: Do not invoke queue operations on a dead queue
` [PATCH 2/6] blk-mq: Move the "state" debugfs attribute one level down
` [PATCH 3/6] blk-mq: Make blk_flags_show() callers append a newline character
` [PATCH 4/6] blk-mq: Show operation, cmd_flags and rq_flags names
` [PATCH 5/6] blk-mq: Add blk_mq_ops.show_rq()
` [PATCH 6/6] scsi: Implement blk_mq_ops.show_rq()

[PATCH 0/3] blk-mq: unify hardware queue run handlers
 2017-04-11 18:00 UTC  (11+ messages)
` [PATCH 1/3] blk-mq: unify hctx delayed_run_work and run_work
` [PATCH 2/3] block: add kblock_mod_delayed_work_on()
` [PATCH 3/3] blk-mq: unify hctx delay_work and run_work

bfq-mq performance comparison to cfq
 2017-04-11 16:31 UTC  (6+ messages)

WBT for SQ devices interface
 2017-04-11 16:22 UTC  (3+ messages)

[PATCH 0/3] lightnvm: small fixes
 2017-04-11 14:35 UTC  (8+ messages)
` [PATCH 1/3] lightnvm: clean unused variable
` [PATCH] lightnvm: convert sprintf into strlcpy
` [PATCH 2/3] lightnvm: fix type checks on rrpc
` [PATCH 3/3] lightnvm: convert sprintf into strlcpy

[PATCH] block: Fix list corruption of blk stats callback list
 2017-04-11 14:09 UTC  (2+ messages)

[PATCH v4] lightnvm: pblk
 2017-04-11 13:48 UTC  (3+ messages)

[PATCH 1/3] lightnvm: convert sprintf into snprintf
 2017-04-11 10:51 UTC  (5+ messages)
` [PATCH 2/3] lightnvm: make nvm_free static

[PATCH 1/4] lightnvm: double-clear of dev->lun_map on target init error
 2017-04-11 10:41 UTC  (8+ messages)
` [PATCH 2/4] lightnvm: fix cleanup order of disk on "
` [PATCH 3/4] lightnvm: bad type conversion for nvme control bits
` [PATCH 4/4] lightnvm: allow to init targets on factory mode

[PATCH V2 00/16] Introduce the BFQ I/O scheduler
 2017-04-11  8:43 UTC  (3+ messages)

[PATCH v3 0/8] blk-mq: various fixes and cleanups
 2017-04-11  2:15 UTC  (10+ messages)
` [PATCH v3 1/8] blk-mq: use the right hctx when getting a driver tag fails

[PATCH] block-mq: set both block queue and hardware queue restart bit for restart
 2017-04-10 23:47 UTC  (6+ messages)

for-next branch and mq-deadline
 2017-04-10 23:06 UTC 

[PATCH 0/2] Export more queue state information through debugfs
 2017-04-10 20:21 UTC  (6+ messages)

always use REQ_OP_WRITE_ZEROES for zeroing offload V2
 2017-04-10 19:40 UTC  (3+ messages)
` [PATCH 03/27] block: implement splitting of REQ_OP_WRITE_ZEROES bios

[PATCH v3] lightnvm: pblk
 2017-04-10 17:47 UTC  (5+ messages)
  ` [PATCH v3] lightnvm: physical block device (pblk) target

[PATCH for-4.4 15/16] blk-mq: Avoid memory reclaim when remapping queues
 2017-04-10 17:44 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).