linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-22 16:17:09 to 2017-08-25 10:19:55 UTC [more...]

[PATCH V2 00/20] blk-mq-sched: improve SCSI-MQ performance
 2017-08-25 10:19 UTC  (54+ 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 14/20] blk-mq-sched: improve IO scheduling on SCSI devcie

non-blocking buffered reads V4
 2017-08-25  7:36 UTC  (10+ messages)
` [PATCH 1/4] fs: pass iocb to do_generic_file_read
` [PATCH 2/4] fs: support IOCB_NOWAIT in generic_file_buffered_read
` [PATCH 3/4] fs: support RWF_NOWAIT for buffered reads
` [PATCH 4/4] block_dev: support RFW_NOWAIT on block device nodes

[PATCH v2] blk-mq-debugfs: Add names for recently added flags
 2017-08-24 23:49 UTC  (3+ messages)

BFQ + dm-mpath
 2017-08-24 23:16 UTC 

RFC: nvme multipath support
 2017-08-24 20:17 UTC  (18+ messages)
` [PATCH 01/10] nvme: report more detailed status codes to the block layer
` [PATCH 02/10] nvme: allow calling nvme_change_ctrl_state from irq context
` [PATCH 03/10] nvme: remove unused struct nvme_ns fields
` [PATCH 04/10] nvme: remove nvme_revalidate_ns
` [PATCH 05/10] nvme: don't blindly overwrite identifiers on disk revalidate
` [PATCH 06/10] nvme: track subsystems
` [PATCH 07/10] nvme: track shared namespaces
` [PATCH 08/10] block: provide a generic_make_request_fast helper
` [PATCH 09/10] blk-mq: add a blk_steal_bios helper
` [PATCH 10/10] nvme: implement multipath access to nvme subsystems

[PATCH V2 0/2] block/loop: improve performance
 2017-08-24 19:24 UTC  (3+ messages)
` [PATCH V2 1/2] block/loop: set hw_sectors
` [PATCH V2 2/2] block/loop: allow request merge for directio mode

[bug report] skd: Avoid that module unloading triggers a use-after-free
 2017-08-24 18:36 UTC  (3+ messages)

[PATCH 0/2] block/loop: improve performance
 2017-08-24 18:13 UTC  (6+ messages)
` [PATCH 1/2] block/loop: set hw_sectors
` [PATCH 2/2] block/loop: allow request merge for directio mode

[PATCH] block, scheduler: convert xxx_var_store to void
 2017-08-24 17:11 UTC 

[PATCH 0/4] loop: support different logical block sizes
 2017-08-24 16:31 UTC  (11+ messages)
` [PATCH 1/4] loop: get rid of lo_blocksize
` [PATCH 2/4] loop: set physical block size to PAGE_SIZE
` [PATCH 3/4] loop: add ioctl for changing logical block size
` [PATCH 4/4] loop: fold loop_switch() into callers

[PATCH 0/5] skd fixes for kernel v4.14
 2017-08-24 15:12 UTC  (13+ messages)
` [PATCH 1/5] block: Warn if blk_queue_rq_timed_out() is called for a blk-mq queue
` [PATCH 2/5] skd: Report completion mismatches once
` [PATCH 3/5] skd: Inline skd_process_request()
` [PATCH 4/5] skd: Avoid double completions in case of a timeout
` [PATCH 5/5] skd: Change default interrupt mode to MSI-X

[PATCH 0/2] Two copy_in_user() declaration fixes
 2017-08-24 14:40 UTC  (4+ messages)
` [PATCH 1/2] <linux/uaccess.h>: Fix copy_in_user() declaration
` [PATCH 2/2] compat_hdio_ioctl: Fix a declaration

[PATCH] block: remove blk_free_devt in add_partition
 2017-08-24 14:31 UTC  (4+ messages)

[PATCH v2 0/1] bsg: fix regression resulting in panics when sending commands via BSG
 2017-08-24 14:22 UTC  (5+ messages)
` [PATCH v2 1/1] bsg-lib: fix kernel panic resulting from missing allocation of reply-buffer

[PATCH for-next] block: Fix left-over bi_bdev usage
 2017-08-24 14:09 UTC  (3+ messages)

[PATCH 1/2] powerpc/workqueue: update list of possible CPUs
 2017-08-24 13:51 UTC  (9+ messages)

don't require a struct block_device to submit a bio
 2017-08-24  9:18 UTC  (13+ messages)
` [PATCH 1/6] btrfs: index check-integrity state hash by a dev_t
` [PATCH 2/6] raid5: remove a call to get_start_sect
` [PATCH 3/6] block: reject attempts to allocate more than DISK_MAX_PARTS partitions
` [PATCH 4/6] block: add a __disk_get_part helper
` [PATCH 5/6] block: cache the partition index in struct block_device
` [PATCH 6/6] block: replace bi_bdev with a gendisk pointer and partitions index

[PATCH] Revert "loop: support 4k physical blocksize"
 2017-08-24  6:12 UTC  (2+ messages)

possible circular locking dependency detected [was: linux-next: Tree for Aug 22]
 2017-08-24  4:49 UTC  (17+ messages)

[PATCH] block, bfq: fix error handle in bfq_init
 2017-08-24  1:50 UTC  (4+ messages)

[v4.13-rc BUG] system lockup when running big buffered write(4M) to IB SRP via mpath
 2017-08-23 23:51 UTC  (10+ messages)

[RFC] block/loop: make loop cgroup aware
 2017-08-23 19:30 UTC  (3+ messages)

[PATCH v2 0/2] Make I/O timeout failure injection again task-independent
 2017-08-23 17:31 UTC  (6+ messages)
` [PATCH v2 1/2] fault-inject: Restore support for task-independent fault injection
` [PATCH v2 2/2] block: Make I/O timeout failure injection again task-independent

[PATCH v3 0/4] loop: LO_FLAGS_BLOCKSIZE fixes
 2017-08-23 16:16 UTC  (9+ messages)
` [PATCH v3 1/4] loop: fix hang if LOOP_SET_STATUS gets invalid blocksize or encrypt type
` [PATCH v3 2/4] loop: set discard and write zeroes limits in 512 byte sectors
` [PATCH v3 3/4] loop: use queue limit instead of private lo_logical_blocksize
` [PATCH v3 4/4] loop: always return block size in LOOP_GET_STATUS

[Xen-users] File-based domU - Slow storage write since xen 4.8
 2017-08-23 15:54 UTC  (12+ messages)

[PATCH V2 0/9] nullb: extend nullb for destructive tests
 2017-08-23 14:54 UTC  (2+ messages)

[PATCH V2] blk-throttle: cap discard request size
 2017-08-23 14:52 UTC  (2+ messages)

[PATCH] skd: error pointer dereference in skd_cons_disk()
 2017-08-23 14:37 UTC  (2+ messages)

[PATCH] skd: Uninitialized variable in skd_isr_completion_posted()
 2017-08-23 14:36 UTC  (2+ messages)

[PATCH RFC 0/3] mmc: block: Add blk-mq support for CQE
 2017-08-23 13:37 UTC  (4+ messages)
` [PATCH RFC 1/3] mmc: core: Add parameter use_blk_mq
` [PATCH RFC 2/3] mmc: core: Introduce host claiming by context
` [PATCH RFC 3/3] mmc: block: Add blk-mq support for CQE

[PATCH] block: Fix warning when I/O elevator is changed as request_queue is being removed
 2017-08-23  3:34 UTC  (5+ messages)

[BUG] Deadlock due due to interactions of block, RCU, and cpu offline
 2017-08-22 20:53 UTC  (13+ messages)

[PATCH] blk-mq: Improvements to the hybrid polling sleep time calculation
 2017-08-22 20:22 UTC  (2+ messages)

[PATCH 0/2] Make I/O timeout failure injection again task-independent
 2017-08-22 16:52 UTC  (3+ messages)
` [PATCH 1/2] fault-inject: Restore support for task-independent fault injection
` [PATCH 2/2] block: Make I/O timeout failure injection support again task-independent


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).