linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-04 21:52:13 to 2017-04-06 11:25:26 UTC [more...]

[PATCH 0/4] more robust PF_MEMALLOC handling
 2017-04-06 11:25 UTC  (17+ messages)
` [PATCH 1/4] mm: prevent potential recursive reclaim due to clearing PF_MEMALLOC
` [PATCH 2/4] mm: introduce memalloc_noreclaim_{save,restore}
` [PATCH 3/4] treewide: convert PF_MEMALLOC manipulations to new helpers
    ` [Nbd] "
` [PATCH 4/4] mtd: nand: nandsim: convert to memalloc_noreclaim_*()

[PATCH v2 0/6] Automatic affinity settings for nvme over rdma
 2017-04-06 10:36 UTC  (7+ messages)
` [PATCH v2 1/6] mlx5: convert to generic pci_alloc_irq_vectors
` [PATCH v2 2/6] mlx5: move affinity hints assignments to generic code
` [PATCH v2 3/6] RDMA/core: expose affinity mappings per completion vector
` [PATCH v2 4/6] mlx5: support ->get_vector_affinity
` [PATCH v2 5/6] block: Add rdma affinity based queue mapping helper
` [PATCH v2 6/6] nvme-rdma: use intelligent affinity based queue mappings

[PATCH] blk-mq-pci: Remove unneeded includes
 2017-04-06 10:33 UTC 

[PATCH rfc 0/6] Automatic affinity settings for nvme over rdma
 2017-04-06  9:23 UTC  (13+ messages)
` [PATCH rfc 2/6] mlx5: move affinity hints assignments to generic code
` [PATCH rfc 5/6] block: Add rdma affinity based queue mapping helper
` [PATCH rfc 6/6] nvme-rdma: use intelligent affinity based queue mappings

[RFC PATCH] loop: set queue logical block size
 2017-04-06  8:52 UTC  (3+ messages)

->retries fixups V2
 2017-04-06  8:55 UTC  (15+ messages)
` [PATCH 1/5] nvme: move ->retries setup to nvme_setup_cmd
` [PATCH 2/5] nvme: cleanup nvme_req_needs_retry
` [PATCH 3/5] nvme: mark nvme_max_retries static
` [PATCH 4/5] nvme: move the retries count to struct nvme_request
` [PATCH 5/5] block, scsi: move the retries field to struct scsi_request

[RFC PATCH 0/2] block,scsi: support host-wide tagset
 2017-04-06  8:49 UTC  (4+ messages)
` [PATCH 1/2] block: Implement global tagset

->retries fixups
 2017-04-06  8:38 UTC  (16+ messages)
` [PATCH 1/5] nvme: move ->retries setup to nvme_setup_cmd
` [PATCH 2/5] nvme: cleanup nvme_req_needs_retry
` [PATCH 3/5] nvme: mark nvme_max_retries static
` [PATCH 4/5] nvme: move the retries count to struct nvme_request
    `  "
` [PATCH 5/5] block, scsi: move the retries field to struct scsi_request

[PATCH v3 0/8] blk-mq: various fixes and cleanups
 2017-04-06  8:23 UTC  (12+ messages)
` [PATCH v3 1/8] blk-mq: use the right hctx when getting a driver tag fails
` [PATCH v3 2/8] blk-mq-sched: refactor scheduler initialization
` [PATCH v3 3/8] blk-mq-sched: set up scheduler tags when bringing up new queues
` [PATCH v3 4/8] blk-mq-sched: fix crash in switch error path
` [PATCH v3 5/8] blk-mq: remap queues when adding/removing hardware queues
` [PATCH v3 6/8] blk-mq-sched: provide hooks for initializing hardware queue data
` [PATCH v3 7/8] blk-mq: make driver tag failure path easier to follow
` [PATCH v3 8/8] blk-mq: use true instead of 1 for blk_mq_queue_data.last

[PATCH] loop: Add PF_LESS_THROTTLE to block/loop device thread
 2017-04-06  6:53 UTC  (12+ messages)
` [PATCH v2] "

always use REQ_OP_WRITE_ZEROES for zeroing offload V2
 2017-04-06  6:18 UTC  (30+ messages)
` [PATCH 01/27] sd: split sd_setup_discard_cmnd
` [PATCH 02/27] block: renumber REQ_OP_WRITE_ZEROES
` [PATCH 03/27] block: implement splitting of REQ_OP_WRITE_ZEROES bios
` [PATCH 04/27] sd: implement REQ_OP_WRITE_ZEROES
` [PATCH 05/27] md: support REQ_OP_WRITE_ZEROES
` [PATCH 06/27] dm io: discards don't take a payload
` [PATCH 07/27] dm: support REQ_OP_WRITE_ZEROES
` [PATCH 08/27] dm kcopyd: switch to use REQ_OP_WRITE_ZEROES
` [PATCH 09/27] block: stop using blkdev_issue_write_same for zeroing
` [PATCH 10/27] block: add a flags argument to (__)blkdev_issue_zeroout
` [PATCH 11/27] block: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROES
` [PATCH 12/27] block: add a new BLKDEV_ZERO_NOFALLBACK flag
` [PATCH 13/27] block_dev: use blkdev_issue_zerout for hole punches
` [PATCH 14/27] sd: implement unmapping Write Zeroes
` [PATCH 15/27] nvme: implement REQ_OP_WRITE_ZEROES
` [PATCH 16/27] zram: "
` [PATCH 17/27] loop: "
` [PATCH 18/27] brd: remove discard support
` [PATCH 19/27] rbd: remove the discard_zeroes_data flag
` [PATCH 20/27] rsxx: "
` [PATCH 21/27] mmc: "
` [PATCH 22/27] block: stop using discards for zeroing
` [PATCH 23/27] drbd: make intelligent use of blkdev_issue_zeroout
` [PATCH 24/27] drbd: implement REQ_OP_WRITE_ZEROES
` [PATCH 25/27] block: remove the discard_zeroes_data flag
` [PATCH 26/27] scsi: sd: Separate zeroout and discard command choices
` [PATCH 27/27] scsi: sd: Remove LBPRZ dependency for discards

[PATCH] block-mq: set both block queue and hardware queue restart bit for restart
 2017-04-06  5:38 UTC  (6+ messages)

[PATCH v2 0/5] Avoid that scsi-mq queue processing stalls
 2017-04-05 20:54 UTC  (10+ messages)
` [PATCH v2 3/5] blk-mq: Introduce blk_mq_ops.restart_hctx
` [PATCH v2 4/5] scsi: Add scsi_restart_hctx()

[PATCH v2 0/8] blk-mq: various fixes and cleanups
 2017-04-05 18:42 UTC  (13+ messages)
` [PATCH v2 1/8] blk-mq: use the right hctx when getting a driver tag fails
` [PATCH v2 2/8] blk-mq-sched: refactor scheduler initialization
` [PATCH v2 3/8] blk-mq-sched: set up scheduler tags when bringing up new queues
` [PATCH v2 4/8] blk-mq-sched: fix crash in switch error path
` [PATCH v2 5/8] blk-mq: remap queues when adding/removing hardware queues
` [PATCH v2 6/8] blk-mq-sched: provide hooks for initializing hardware queue data
` [PATCH v2 7/8] blk-mq: make driver tag failure path easier to follow
` [PATCH v2 8/8] blk-mq: clean up direct issue blk_mq_queue_data initialization

[PATCH v2 0/2] blk-stat: Add ability to not bucket IO; improve IO polling
 2017-04-05 18:14 UTC  (4+ messages)
` [PATCH v2 1/2] blk-stat: convert blk-stat bucket callback to signed
` [PATCH v2 2/2] blk-mq: Add a polling specific stats function

[PATCH] remove the obsolete hd driver
 2017-04-05 15:51 UTC  (3+ messages)

[PATCH, RESEND] blk-mq: Remove blk_mq_queue_data.list
 2017-04-05 15:40 UTC  (2+ messages)

[PATCH] blk-mq: Remove blk_mq_queue_data.list
 2017-04-05 15:27 UTC  (4+ messages)

always use REQ_OP_WRITE_ZEROES for zeroing offload V2
 2017-04-05 14:51 UTC  (19+ messages)
` [PATCH 01/27] sd: split sd_setup_discard_cmnd
` [PATCH 02/27] block: renumber REQ_OP_WRITE_ZEROES
` [PATCH 03/27] block: implement splitting of REQ_OP_WRITE_ZEROES bios
` [PATCH 04/27] sd: implement REQ_OP_WRITE_ZEROES
` [PATCH 05/27] md: support REQ_OP_WRITE_ZEROES
` [PATCH 06/27] dm io: discards don't take a payload
` [PATCH 07/27] dm: support REQ_OP_WRITE_ZEROES
` [PATCH 08/27] dm kcopyd: switch to use REQ_OP_WRITE_ZEROES
` [PATCH 09/27] block: stop using blkdev_issue_write_same for zeroing
` [PATCH 10/27] block: add a flags argument to (__)blkdev_issue_zeroout
` [PATCH 11/27] block: add a REQ_NOUNMAP flag for REQ_OP_WRITE_ZEROES
` [PATCH 12/27] block: add a new BLKDEV_ZERO_NOFALLBACK flag
` [PATCH 13/27] block_dev: use blkdev_issue_zerout for hole punches
` [PATCH 14/27] sd: implement unmapping Write Zeroes
` [PATCH 15/27] nvme: implement REQ_OP_WRITE_ZEROES
` [PATCH 16/27] zram: "
` [PATCH 17/27] loop: "

[PATCH] cfq: Disable writeback throttling by default
 2017-04-05 14:16 UTC  (2+ messages)

always use REQ_OP_WRITE_ZEROES for zeroing offload
 2017-04-05 12:08 UTC  (29+ messages)
` [PATCH 01/25] ѕd: split sd_setup_discard_cmnd
` [PATCH 02/25] block: renumber REQ_OP_WRITE_ZEROES
` [PATCH 03/25] block: implement splitting of REQ_OP_WRITE_ZEROES bios
` [PATCH 04/25] sd: implement REQ_OP_WRITE_ZEROES
` [PATCH 09/25] block: stop using blkdev_issue_write_same for zeroing
` [PATCH 10/25] block: add a flags argument to (__)blkdev_issue_zeroout
` [PATCH 11/25] block: add a REQ_UNMAP flag for REQ_OP_WRITE_ZEROES
` [PATCH 12/25] block: add a new BLKDEV_ZERO_NOFALLBACK flag
` [PATCH 13/25] block_dev: use blkdev_issue_zerout for hole punches
` [PATCH 14/25] sd: implement unmapping Write Zeroes
` [PATCH 15/25] nvme: implement REQ_OP_WRITE_ZEROES
` [PATCH 22/25] block: stop using discards for zeroing
` [PATCH 25/25] block: remove the discard_zeroes_data flag

[PATCH v2] blk-mq: remap queues when adding/removing hardware queues
 2017-04-05 12:01 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/10 v5] block: Fix block device shutdown related races
 2017-04-05  7:15 UTC  (3+ messages)

[PATCH 0/9] block: T10/DIF Fixes and cleanups v3
 2017-04-05  6:41 UTC  (19+ messages)
` [PATCH 1/9] bio-integrity: Do not allocate integrity context for bio w/o data
` [PATCH 2/9] bio-integrity: bio_trim should truncate integrity vector accordingly
` [PATCH 3/9] bio-integrity: bio_integrity_advance must update integrity seed
` [PATCH 4/9] bio-integrity: fix interface for bio_integrity_trim v2
` [PATCH 5/9] bio-integrity: fold bio_integrity_enabled to bio_integrity_prep
` [PATCH 6/9] T10: Move opencoded contants to common header
` [PATCH 7/9] Guard bvec iteration logic v3
` [PATCH 8/9] bio: add bvec_iter rewind API
` [PATCH 9/9] bio-integrity: Restore original iterator on verify stage

[RFC PATCH] blk: reset 'bi_next' when bio is done inside request
 2017-04-04 21:52 UTC  (6+ 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).