linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-04 08:10:36 to 2016-07-20 01:11:24 UTC [more...]

[PATCH 0/6] Support for zoned block devices
 2016-07-20  1:11 UTC  (13+ messages)
` [PATCH 1/6] blk-sysfs: Add 'chunk_sectors' to sysfs attributes
` [PATCH 2/6] block: update chunk_sectors in blk_stack_limits()
` [PATCH 3/6] block: Implement support for zoned block devices
` [PATCH 4/6] block: Add 'zoned' sysfs queue attribute
` [PATCH 5/6] block: Introduce BLKPREP_DONE
` [PATCH 6/6] block: Add 'BLK_MQ_RQ_QUEUE_DONE' return value

[BUG] Slab corruption during XFS writeback under memory pressure
 2016-07-19 22:58 UTC  (6+ messages)

[PATCH 0/3] dm-zoned target for ZBC devices
 2016-07-19 14:02 UTC  (4+ messages)
` [PATCH 1/3] block: add flag for single-threaded submission
` [PATCH 2/3] sd: enable single-threaded I/O submission for zoned devices
` [PATCH 3/3] dm-zoned: New device mapper target for zoned block devices

[RFC] scsi: ufs: add support for BLKSECDISCARD
 2016-07-19 11:12 UTC 

resend: passthrough request improvements V3
 2016-07-19  9:31 UTC  (8+ messages)
` [PATCH 1/7] memstick: don't allow REQ_TYPE_BLOCK_PC requests
` [PATCH 2/7] virtio_blk: use blk_rq_map_kern
` [PATCH 3/7] block: ensure bios return from blk_get_request are properly initialized
` [PATCH 4/7] block: simplify and export blk_rq_append_bio
` [PATCH 5/7] target: stop using blk_make_request
` [PATCH 6/7] scsi/osd: open code blk_make_request
` [PATCH 7/7] block: unexport various bio mapping helpers

resend: a few more fixups for the ops vs flags split
 2016-07-19  9:28 UTC  (4+ messages)
` [PATCH 1/3] block: get rid of bio_rw and READA
` [PATCH 2/3] block: simplify and cleanup bvec pool handling
` [PATCH 3/3] block: shrink bio size again

resend: zeroout fixes
 2016-07-19  9:23 UTC  (3+ messages)
` [PATCH 1/2] block: introduce BLKDEV_DISCARD_ZERO to fix zeroout
` [PATCH 2/2] block: don't ignore -EOPNOTSUPP blkdev_issue_write_same

[PATCH 0/1] block: fix blk_queue_split() resource exhaustion
 2016-07-19  9:00 UTC  (9+ messages)
` [PATCH 1/1] "
  ` [PATCH v2 "
    ` [dm-devel] "

[PATCH 13/45] btrfs: update __btrfs_map_block for REQ_OP transition
 2016-07-18 21:28 UTC  (5+ messages)
` [PATCH next] Btrfs: fix comparison in __btrfs_map_block()
    ` [dm-devel] "

Cgroup: iops throttle problem
 2016-07-18 13:35 UTC 

Recover filenames from failed RAID0
 2016-07-18  9:37 UTC  (4+ messages)

PR API fixes for multipathing
 2016-07-17  1:28 UTC  (11+ messages)
` [PATCH 1/2] sd: don't use the ALL_TG_PT bit for reservations
` [PATCH 2/2] dm: call PR reserve/unreserve on each underlying device

[GIT PULL] NVMe fix for 4.7
 2016-07-16 17:42 UTC 

Fluctuating "acceptance" on requested data length in SATA/AHCI
 2016-07-14 21:09 UTC  (2+ messages)

[RFC 1/3] ata: bump ATA_MAX_SECTORS_LBA48 to 65536
 2016-07-14 18:26 UTC  (8+ messages)
` [RFC 2/3] ata: make lba_{28,48}_ok() use ATA_MAX_SECTORS{,_LBA48}
` [RFC 3/3] libata-scsi: add optimal transfer length to block limits VPD

[PATCH] block: Fix front merge check
 2016-07-14  1:23 UTC  (4+ messages)

[PATCH] block: atari: Return early for unsupported sector size
 2016-07-13 16:32 UTC  (3+ messages)

NVMe over Fabrics target implementation V2
 2016-07-13  9:38 UTC  (3+ messages)

[PATCH v5 2/5] mmc: move 'parent' tracking to mmc_blk_data
 2016-07-12 13:51 UTC  (2+ messages)

automatic interrupt affinity for MSI/MSI-X capable devices V3
 2016-07-12 12:46 UTC  (25+ messages)
` [PATCH 01/13] irq/msi: Remove unused MSI_FLAG_IDENTITY_MAP
` [PATCH 02/13] irq: Introduce IRQD_AFFINITY_MANAGED flag
` [PATCH 03/13] irq: Add affinity hint to irq allocation
` [PATCH 04/13] irq: Use affinity hint in irqdesc allocation
` [PATCH 05/13] irq/msi: Make use of affinity aware allocations
` [PATCH 06/13] irq: add a helper spread an affinity mask for MSI/MSI-X vectors
` [PATCH 07/13] pci: Provide sensible irq vector alloc/free routines
` [PATCH 08/13] pci: spread interrupt vectors in pci_alloc_irq_vectors
` [PATCH 09/13] blk-mq: don't redistribute hardware queues on a CPU hotplug event
` [PATCH 10/13] blk-mq: only allocate a single mq_map per tag_set
` [PATCH 11/13] blk-mq: allow the driver to pass in an affinity mask
` [PATCH 12/13] nvme: switch to use pci_alloc_irq_vectors
` [PATCH 13/13] nvme: remove the post_scan callout

automatic interrupt affinity for MSI/MSI-X capable devices V2
 2016-07-12  6:42 UTC  (7+ messages)
` [PATCH 11/13] blk-mq: allow the driver to pass in an affinity mask

blk-mq: allow passing in an external queue mapping
 2016-07-10 11:59 UTC  (4+ messages)
` [PATCH 1/3] blk-mq: don't redistribute hardware queues on a CPU hotplug event
` [PATCH 2/3] blk-mq: only allocate a single mq_map per tag_set
` [PATCH 3/3] blk-mq: allow the driver to pass in an affinity mask

cgroup: Fix split bio been throttled more than once
 2016-07-10  8:58 UTC  (13+ messages)
    `  "
      `  "
      `  "

NVMe over Fabrics RDMA transport drivers V2
 2016-07-08 14:40 UTC  (13+ messages)
` [PATCH 1/5] blk-mq: Introduce blk_mq_reinit_tagset
` [PATCH 2/5] nvme: add new reconnecting controller state
` [PATCH 3/5] nvme-rdma.h: Add includes for nvme rdma_cm negotiation
` [PATCH 4/5] nvmet-rdma: add a NVMe over Fabrics RDMA target driver
` [PATCH 5/5] nvme-rdma: add a NVMe over Fabrics RDMA host driver

[RFC] block: fix blk_queue_split() resource exhaustion
 2016-07-08 13:59 UTC  (23+ messages)
` [dm-devel] "
      `  "

passthrough request improvements V3
 2016-07-08  9:36 UTC  (2+ messages)

zeroout fixes
 2016-07-08  9:36 UTC  (2+ messages)

[PATCH v2] block: do not merge requests without consulting with io scheduler
 2016-07-07 18:48 UTC 

[GIT PULL] IO fixes for 4.7-rc
 2016-07-07 18:26 UTC 

[GIT PULL 00/17] LightNVM pull request for 4.8
 2016-07-07 14:52 UTC  (19+ messages)
` [PATCH 01/17] lightnvm: break the loop when rqd is not null
` [PATCH 02/17] lightnvm: add media manager mark_blk helper
` [PATCH 03/17] lightnvm: initialize ppa_addr in dev_to_generic_addr()
` [PATCH 04/17] nvme: lightnvm: make MLC num_pairs little endian
` [PATCH 05/17] lightnvm: Make functions not used by ouside static
` [PATCH 06/17] lightnvm: remove checkpatch warning for unsigned ints
` [PATCH 07/17] lightnvm: fix checkpatch terse errors
` [PATCH 08/17] lightnvm: remove open/close statistics for gennvm
` [PATCH 09/17] lightnvm: rename gennvm and update description
` [PATCH 10/17] lightnvm: move target mgmt into media mgr
` [PATCH 11/17] lightnvm: remove nested lock conflict with mm
` [PATCH 12/17] lightnvm: remove unused lists from struct rrpc_block
` [PATCH 13/17] lightnvm: remove _unlocked variant of [get/put]_blk
` [PATCH 14/17] lightnvm: make rrpc_map_page call nvm_get_blk outside locks
` [PATCH 15/17] lightnvm: fix lun offset calculation for mark blk
` [PATCH 16/17] lightnvm: make ppa_list const in nvm_set_rqd_list
` [PATCH 17/17] lightnvm: make __nvm_submit_ppa static

parisc late boot crash in 4.4-rc, scsi-related
 2016-07-06 13:30 UTC  (6+ messages)

[PATCH] block: fix a type conversion error in __get_request()
 2016-07-06  2:05 UTC  (3+ messages)

[PATCH 0/3] offload bios to a thread
 2016-07-04 22:45 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).