linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-12 05:11:27 to 2016-11-18 08:25:41 UTC [more...]

[PATCH v2 2/5] block: add support for REQ_OP_WRITE_ZEROES
 2016-11-18  8:25 UTC  (4+ messages)

[PATCH/RFC] add "failfast" support for raid1/raid10
 2016-11-18  7:09 UTC  (8+ messages)
` [md PATCH 1/6] md/failfast: add failfast flag for md to be used by some personalities
` [md PATCH 2/6] md: Use REQ_FAILFAST_* on metadata writes where appropriate
` [md PATCH 6/6] md/raid10: add failfast handling for writes
` [md PATCH 4/6] md/raid1: "
` [md PATCH 5/6] md/raid10: add failfast handling for reads
` [md PATCH 3/6] md/raid1: "

[PATCH v4] mm: don't cap request size based on read-ahead setting
 2016-11-18  5:58 UTC  (2+ messages)

[PATCH] block: call trace_block_split() from bio_split()
 2016-11-18  2:14 UTC 

[PATCHSET] Add support for write zeroes operation in Block layer and NVMe Driver
 2016-11-17 22:28 UTC  (13+ messages)
` [PATCH 1/5] block: add async variant of blkdev_issue_zeroout
` [PATCH 2/5] block: add support for REQ_OP_WRITE_ZEROES
` [PATCH 4/5] nvme: add support for the Write Zeroes command
` [PATCH 5/5] nvmet: "

[GIT PULL] Block fixes for 4.9-rc
 2016-11-17 21:36 UTC 

[PATCHSET] Add support for simplified async direct-io
 2016-11-17 21:06 UTC  (31+ messages)
` [PATCH 1/2] block: support any sized IO for simplified bdev direct-io
` [PATCH 2/2] block: add support for async simple direct-io for bdevs

[PATCH][V4] nbd: add multi-connection support
 2016-11-17 20:27 UTC 

[PATCH v1 0/7] SED OPAL Library
 2016-11-17 19:33 UTC  (19+ messages)
` [PATCH v1 1/7] Include: Add definitions for sed
` [PATCH v1 2/7] lib: Add Sed-opal library
` [PATCH v1 3/7] lib: Add Sed to Kconfig and Makefile
` [PATCH v1 4/7] include: Add sec_ops to block device operations
` [PATCH v1 5/7] nvme: Implement SED Security Operations
` [PATCH v1 6/7] nvme: Implement SED Unlock from suspend
` [PATCH v1 7/7] block: ioctl: Wire up Sed to block ioctls

[PATCH RESEND v4 08/15] block: add reference counting for struct bsg_job
 2016-11-17 15:09 UTC  (5+ messages)
` [PATCH RESEND v4 10/15] scsi: fc: Use bsg_destroy_job
` [PATCH RESEND v4 11/15] scsi: fc: use bsg_softirq_done
` [PATCH RESEND v4 13/15] block: add bsg_job_put() and bsg_job_get()
` [PATCH RESEND v4 15/15] block: unexport bsg_softirq_done() again

automatic IRQ affinity for virtio
 2016-11-17 10:43 UTC  (12+ messages)
` [PATCH 01/11] virtio_pci: use pci_alloc_irq_vectors
` [PATCH 02/11] virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectors
` [PATCH 03/11] virtio_pci: merge vp_free_vectors into vp_del_vqs
` [PATCH 04/11] virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variants
` [PATCH 05/11] virtio_pci: use shared interrupts for virtqueues
` [PATCH 06/11] virtio_pci: use msix_enable flag in struct pci_dev
` [PATCH 07/11] virtio_pci: simplify MSI-X setup
` [PATCH 08/11] virtio: allow drivers to request IRQ affinity when creating VQs
` [PATCH 09/11] virtio: provide a method to get the IRQ affinity mask for a virtqueue
` [PATCH 10/11] blk-mq: provide a default queue mapping for virtio device
` [PATCH 11/11] virtio_blk: use virtio IRQ affinity

[PATCH 3/5] nvme.h: add Write Zeroes definitions
 2016-11-17 10:30 UTC  (3+ messages)

[PATCHSET v3] block: IO polling improvements
 2016-11-16 20:59 UTC  (10+ messages)
` [PATCH 1/3] block: fast-path for small and simple direct I/O requests
` [PATCH 3/3] blk-mq: make the polling code adaptive

[PATCH v3] mm: don't cap request size based on read-ahead setting
 2016-11-16 19:31 UTC 

[PATCH/RFC] mm: don't cap request size based on read-ahead setting
 2016-11-16 18:47 UTC  (6+ messages)

[PATCH] mm: don't cap request size based on read-ahead setting
 2016-11-16 18:38 UTC  (4+ messages)

[PATCH 1/2] blk-mq: Fix failed allocation path when mapping queues
 2016-11-16 16:23 UTC  (4+ messages)
` [PATCH 2/2] blk-mq: Avoid memory reclaim when remapping queues

[PATCH] blk-bwt: fix old-style function declaration
 2016-11-16 15:33 UTC  (2+ messages)

[PATCH] null_blk: Add notes to use LightNVM
 2016-11-16 15:27 UTC  (3+ messages)

[PATCH] block: deal with stale req count of plug list
 2016-11-16 15:10 UTC  (2+ messages)

[patch] nd_blk,nd_pmem,nd_btt: add endio blktrace events
 2016-11-16 14:06 UTC  (9+ messages)

[PATCH] blk-cgroup: use __GFP_NOWARN for NOWAIT allocations
 2016-11-16 11:00 UTC  (2+ messages)

[PATCH V4 00/15] blk-throttle: add .high limit
 2016-11-15 21:31 UTC  (26+ messages)
` [PATCH V4 01/15] blk-throttle: prepare support multiple limits
` [PATCH V4 02/15] blk-throttle: add .high interface
` [PATCH V4 03/15] blk-throttle: configure bps/iops limit for cgroup in high limit
` [PATCH V4 04/15] blk-throttle: add upgrade logic for LIMIT_HIGH state
` [PATCH V4 05/15] blk-throttle: add downgrade logic
` [PATCH V4 06/15] blk-throttle: make sure expire time isn't too big
` [PATCH V4 07/15] blk-throttle: make throtl_slice tunable
` [PATCH V4 08/15] blk-throttle: detect completed idle cgroup
` [PATCH V4 09/15] blk-throttle: make bandwidth change smooth
` [PATCH V4 10/15] blk-throttle: add a simple idle detection
` [PATCH V4 11/15] blk-throttle: add interface to configure think time threshold
` [PATCH V4 12/15] blk-throttle: ignore idle cgroup limit
` [PATCH V4 13/15] blk-throttle: add a mechanism to estimate IO latency
` [PATCH V4 14/15] blk-throttle: add interface for per-cgroup target latency
` [PATCH V4 15/15] blk-throttle: add latency target support

[PATCH 1/2] nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OK
 2016-11-15 19:51 UTC  (4+ messages)
` [PATCH 2/2] scsi_lib: "

[PATCH 00/12] block: cleanup direct access to bvec table
 2016-11-15 18:57 UTC  (13+ messages)
` [PATCH 01/12] block: bio: pass bvec table to bio_init()
` [PATCH 03/12] block: floppy: use bio_add_page()
` [PATCH 04/12] target: avoid to access .bi_vcnt directly
` [PATCH 07/12] dm: use bvec iterator helpers to implement .get_page and .next_page
` [PATCH 08/12] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments

[PATCH] blk-mq drivers: untangle 0 and BLK_MQ_RQ_QUEUE_OK
 2016-11-15  3:54 UTC  (2+ messages)

"creative" bio usage in the RAID code
 2016-11-15  1:30 UTC  (11+ messages)

[PATCH] loop: return proper error from loop_queue_rq()
 2016-11-14 22:58 UTC  (2+ messages)

blk-mq: preparation of the ground for BFQ inclusion
 2016-11-14 22:42 UTC  (2+ messages)

[PATCH] sd_zbc: Force use of READ16/WRITE16
 2016-11-14 20:17 UTC  (3+ messages)

[PATCH] bsg: Add sparse annotations to bsg_request_fn()
 2016-11-14 16:56 UTC  (3+ messages)

[PATCHSET] blk-wbt: cleanups
 2016-11-14  9:01 UTC  (5+ messages)
` [PATCH 1/2] blk-wbt: store queue instead of bdi
` [PATCH 2/2] blk-wbt: remove stat ops

[PATCH 0/3] micro-optimize irq-poll
 2016-11-14  1:02 UTC  (9+ messages)
` [PATCH 1/3] irq-poll: Remove redundant include
` [PATCH 2/3] irq-poll: micro optimize some branch predictions
` [PATCH 3/3] irq-poll: Reduce local_irq_save/restore operations in irq_poll_softirq

[GIT PULL] More block fixes for 4.9-rc
 2016-11-12 23:33 UTC 

[PATCHSET] Throttled buffered writeback
 2016-11-12  5:19 UTC  (9+ messages)
` [PATCH 6/8] block: add scalable completion tracking of requests


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