linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-18 15:54:46 to 2017-08-24 01:00:07 UTC [more...]

[PATCH V2 00/20] blk-mq-sched: improve SCSI-MQ performance
 2017-08-24  0:59 UTC  (39+ 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

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

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

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

[PATCH for-next] block: Fix left-over bi_bdev usage
 2017-08-23 23:45 UTC 

RFC: nvme multipath support
 2017-08-23 22:53 UTC  (14+ 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 0/2] Two copy_in_user() declaration fixes
 2017-08-23 22:29 UTC  (3+ messages)
` [PATCH 1/2] <linux/uaccess.h>: Fix copy_in_user() declaration
` [PATCH 2/2] compat_hdio_ioctl: Fix a declaration

[PATCH] Revert "loop: support 4k physical blocksize"
 2017-08-23 21:59 UTC 

[PATCH] block, bfq: fix error handle in bfq_init
 2017-08-23 21:35 UTC  (3+ messages)

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

don't require a struct block_device to submit a bio
 2017-08-23 18:50 UTC  (12+ 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 0/5] skd fixes for kernel v4.14
 2017-08-23 18:08 UTC  (12+ 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 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 1/2] powerpc/workqueue: update list of possible CPUs
 2017-08-23 13:26 UTC  (9+ messages)
` [PATCH 2/2] blk-mq: don't use WORK_CPU_UNBOUND

possible circular locking dependency detected [was: linux-next: Tree for Aug 22]
 2017-08-23  7:53 UTC  (15+ messages)

[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  (15+ 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

non-blocking buffered reads V4
 2017-08-22 16:17 UTC  (5+ 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

I/O hangs after resuming from suspend-to-ram
 2017-08-22 11:45 UTC 

[PATCH v2 0/3] loop: LO_FLAGS_BLOCKSIZE fixes
 2017-08-22 10:53 UTC  (8+ messages)
` [PATCH v2 1/3] loop: fix hang if LOOP_SET_STATUS gets invalid blocksize or encrypt type
` [PATCH v2 2/3] loop: use queue limit instead of private lo_logical_blocksize
` [PATCH v2 3/3] loop: always return block size in LOOP_GET_STATUS

[PATCH] loop: Fix freeze if configured block size is not supported
 2017-08-21 19:19 UTC  (4+ messages)

[PATCH 0/6] drivers: make device_attribute const
 2017-08-21 17:26 UTC  (13+ messages)
` [PATCH 1/6] ACPI: "
` [PATCH 2/6] nbd: "
` [PATCH 3/6] hid: "
` [PATCH 4/6] qlogic: "
` [PATCH 5/6] platform/x86: "
` [PATCH 6/6] power: supply: "

[PATCH] blkcg: add a cleanup when active policy fail
 2017-08-21 15:12 UTC 

[PATCH V5 02/13] mmc: core: Add members to mmc_request and mmc_data for CQE's
 2017-08-21  9:27 UTC  (4+ messages)
  ` [PATCH V5 11/13] mmc: block: Add CQE support

Centralize nvme controller reset, delete and fabrics periodic reconnects
 2017-08-20  6:37 UTC  (7+ messages)

[PATCH 00/12] Twelve small block layer patches
 2017-08-20  6:15 UTC  (3+ messages)
` [PATCH 04/12] blk-mq: Make blk_mq_reinit_tagset() calls easier to read

[PATCH v2] blk-mq-debugfs: Add names for recently added flags
 2017-08-18 22:52 UTC 

[PATCH v4] blktrace: Fix potentail deadlock between delete & sysfs ops
 2017-08-18 20:35 UTC  (3+ messages)

[PATCH v3] blktrace: Fix potentail deadlock between delete & sysfs ops
 2017-08-18 19:55 UTC  (3+ messages)

[GIT PULL] Block fixes for 4.13-rc
 2017-08-18 19:23 UTC 

[PATCH] blk-throttle: ignore discard request size
 2017-08-18 19:19 UTC  (7+ messages)

[PATCH v2] blktrace: Fix potentail deadlock between delete & sysfs ops
 2017-08-18 17:26 UTC  (9+ messages)

[PATCH 1/2] loop: always return block size in LOOP_GET_STATUS
 2017-08-18 17:25 UTC  (12+ messages)

[PATCH] blk-mq-debugfs: Add names for recently added flags
 2017-08-18 16:52 UTC  (2+ messages)

[PATCH] block: remove blk_free_devt in add_partition
 2017-08-18 15:54 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).