linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-14 23:50:09 to 2016-11-22 00:26:19 UTC [more...]

[PATCH 00/12] block: cleanup direct access to bvec table
 2016-11-22  0:26 UTC  (12+ messages)
` [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] 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 0/8] lightnvm: simplify media manager V2
 2016-11-21 12:10 UTC  (9+ 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 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/RFC] add "failfast" support for raid1/raid10
 2016-11-18 15:41 UTC  (9+ 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 4/6] md/raid1: add failfast handling for writes
` [md PATCH 6/6] md/raid10: "
` [md PATCH 3/6] md/raid1: add failfast handling for reads
` [md PATCH 5/6] md/raid10: "

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

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

[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

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

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

[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 V4 13/15] blk-throttle: add a mechanism to estimate IO latency
 2016-11-15  3:57 UTC  (2+ messages)

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


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