linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-17 02:48:39 to 2016-11-29 07:33:29 UTC [more...]

[PATCH] blk-mq: Drop explicit timeout sync in hotplug
 2016-11-29  7:33 UTC  (2+ messages)

[PATCH V4 00/15] blk-throttle: add .high limit
 2016-11-28 23:10 UTC  (29+ messages)
` [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 05/15] blk-throttle: add downgrade logic
` [PATCH V4 07/15] blk-throttle: make throtl_slice tunable
` [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 00/23] LightNVM patches for 4.10
 2016-11-28 21:39 UTC  (24+ messages)
` [PATCH 01/23] nvme: lightnvm: frees wrong cmd structure
` [PATCH 02/23] nvme: lightnvm: attach lightnvm sysfs to nvme block device
` [PATCH 03/23] lightnvm: enable to send hint to erase command
` [PATCH 04/23] lightnvm: do not protect block 0
` [PATCH 05/23] lightnvm: export set bad block table
` [PATCH 06/23] lightnvm: add ECC error codes
` [PATCH 07/23] lightnvm: rrpc: split bios of size > 256kb
` [PATCH 08/23] lightnvm: remove sysfs configuration interface
` [PATCH 09/23] lightnvm: cleanup unused target operations
` [PATCH 10/23] lightnvm: make address conversion functions global
` [PATCH 11/23] lightnvm: remove unnecessary variables in rrpc
` [PATCH 12/23] lightnvm: use constant name instead of value
` [PATCH 13/23] lightnvm: remove gen_lun abstraction
` [PATCH 14/23] lightnvm: manage lun partitions internally in mm
` [PATCH 15/23] lightnvm: move block provisioning to targets
` [PATCH 16/23] lightnvm: remove get_lun operation on gennvm
` [PATCH 17/23] lightnvm: remove debug lun statistics from gennvm
` [PATCH 18/23] lightnvm: eliminate nvm_block abstraction on mm
` [PATCH 19/23] lightnvm: eliminate nvm_lun abstraction in mm
` [PATCH 20/23] lightnvm: introduce helpers for generic ops in rrpc
` [PATCH 21/23] lightnvm: introduce max_phys_sects helper function
` [PATCH 22/23] lightnvm: use target nvm on target-specific ops
` [PATCH 23/23] lightnvm: transform target get/set bad block

[PATCH] blk-mq: Drop explicit timeout sync in hotplug
 2016-11-28 16:48 UTC 

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

automatic IRQ affinity for virtio
 2016-11-27  3:37 UTC  (14+ 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

scsi: use-after-free in bio_copy_from_iter
 2016-11-25 19:08 UTC 

[PATCH] block_dev: don't test bdev->bd_contains when it is not stable
 2016-11-25  1:52 UTC 

[patch] swim3: remove some dead code
 2016-11-24 11:34 UTC 

[PATCH 0/8] lightnvm: simplify media manager V2
 2016-11-23 12:08 UTC  (11+ messages)
` [PATCH 1/8] lightnvm: move block provisioning to targets
` [PATCH 2/8] lightnvm: remove get_lun operation on gennvm
` [PATCH 3/8] lightnvm: remove debug lun statistics from gennvm
` [PATCH 4/8] lightnvm: eliminate nvm_block abstraction on mm
` [PATCH 5/8] lightnvm: eliminate nvm_lun abstraction in mm
` [PATCH 6/8] lightnvm: introduce helpers for generic ops in rrpc
` [PATCH 7/8] lightnvm: introduce max_phys_sects helper function
` [PATCH 8/8] lightnvm: use target nvm on target-specific ops

[PATCH][V5] nbd: add multi-connection support
 2016-11-22 19:18 UTC  (2+ messages)

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

[PATCH][V4] nbd: add multi-connection support
 2016-11-22 17:19 UTC  (2+ messages)

Is it a possible memory leak in CFQ?
 2016-11-22 17:29 UTC 

[PATCH 00/12] block: cleanup direct access to bvec table
 2016-11-22 15:53 UTC  (12+ messages)
` [PATCH 05/12] bcache: debug: avoid to access .bi_io_vec directly
` [PATCH 06/12] dm: crypt: use bio_add_page()
` [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 1/1] block_dev: Fixed direct I/O bio sector calculation
 2016-11-22 15:11 UTC  (3+ messages)

[PATCH] Apply blk_partition_remap to REQ_OP_ZONE_RESET
 2016-11-21 22:07 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] block: clear all of bi_opf in bio_set_op_attrs
 2016-11-21 16:35 UTC  (2+ messages)

[RFC, PATCH] pktcdvd: don't scribble over the bvec array
 2016-11-21 16:32 UTC  (5+ messages)

[BUG 4.4.26] bio->bi_bdev == NULL in raid6 return_io()
 2016-11-21 15:32 UTC  (6+ messages)

[PATCH] mmc: block: delete packed command support
 2016-11-21 15:27 UTC 

[PATCH] mm: don't cap request size based on read-ahead setting
 2016-11-21 13:12 UTC  (3+ messages)

[PATCH 00/20] lightnvm: simplify media manager
 2016-11-21 11:29 UTC  (24+ messages)
` [PATCH 01/20] lightnvm: enable to send hint to erase command
` [PATCH 02/20] lightnvm: do not protect block 0
` [PATCH 03/20] lightnvm: export set bad block table
` [PATCH 04/20] lightnvm: add ECC error codes
` [PATCH 05/20] lightnvm: rrpc: split bios of size > 256kb
` [PATCH 06/20] lightnvm: remove sysfs configuration interface
` [PATCH 07/20] lightnvm: cleanup unused target operations
` [PATCH 08/20] lightnvm: make address conversion functions global
` [PATCH 09/20] lightnvm: remove unnecessary variables in rrpc
` [PATCH 10/20] lightnvm: use constant name instead of value
` [PATCH 11/20] lightnvm: remove gen_lun abstraction
` [PATCH 12/20] lightnvm: manage lun partitions internally in mm
` [PATCH 13/20] lightnvm: move block provisioning to targets
` [PATCH 14/20] lightnvm: remove get_lun operation on gennvm
` [PATCH 15/20] lightnvm: remove debug lun statistics from gennvm
` [PATCH 16/20] lightnvm: eliminate nvm_block abstraction on mm
` [PATCH 17/20] lightnvm: eliminate nvm_lun abstraction in mm
` [PATCH 18/20] lightnvm: introduce helpers for generic ops in rrpc
` [PATCH 19/20] lightnvm: introduce max_phys_sects helper function
` [PATCH 20/20] lightnvm: use target nvm on target-specific ops

[PATCH] block: call trace_block_split() from bio_split()
 2016-11-21  3:33 UTC  (3+ messages)
  ` [PATCH - v2] "

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

[PATCH] lightnvm: physical block device (pblk) target
 2016-11-18 16:16 UTC 

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

[PATCH v2] block: Change extern inline to static inline
 2016-11-18 14:44 UTC  (2+ messages)

[PATCH] block: bio-integrity fixed a Oracle Copyright year
 2016-11-18 11:54 UTC 

[PATCH 0/2] nvme: lightnvm: fix and wire up
 2016-11-18 11:38 UTC  (3+ messages)
` [PATCH 1/2] nvme: lightnvm: frees wrong cmd structure
` [PATCH 2/2] nvme: lightnvm: attach lightnvm sysfs to nvme block device

[PATCH 3/5] nvme.h: add Write Zeroes definitions
 2016-11-18  9:33 UTC  (3+ messages)

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

[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  (26+ messages)

[PATCH v1 0/7] SED OPAL Library
 2016-11-17 19:33 UTC  (13+ messages)
` [PATCH v1 1/7] Include: Add definitions for sed
` [PATCH v1 2/7] lib: Add Sed-opal library
` [PATCH v1 6/7] nvme: Implement SED Unlock from suspend

[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


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