linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-05 17:21:06 to 2017-04-07 09:21:49 UTC [more...]

[PATCH 0/4] more robust PF_MEMALLOC handling
 2017-04-07  9:21 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 00/16] Introduce the BFQ I/O scheduler
 2017-04-07  7:47 UTC  (9+ messages)
` [PATCH V2 04/16] block, bfq: modify the peak-rate estimator
` [PATCH V2 11/16] block, bfq: reduce idling only in symmetric scenarios

kill req->errors
 2017-04-07  7:11 UTC  (34+ messages)
` [PATCH 01/25] remove the mg_disk driver
` [PATCH 02/25] block: remove the blk_execute_rq return value
` [PATCH 03/25] nvme-fc: fix status code handling in nvme_fc_fcpio_done
` [PATCH 04/25] nvme: split nvme status from block req->errors
` [PATCH 05/25] nvme: make nvme_error_status private
` [PATCH 06/25] virtio: fix spelling of virtblk_scsi_request_done
` [PATCH 07/25] virtio_blk: don't use req->errors
` [PATCH 08/25] scsi: fix fast-fail for non-passthrough requests
` [PATCH 09/25] scsi: introduce a new result field in struct scsi_request
` [PATCH 10/25] loop: zero-fill bio on the submitting cpu
` [PATCH 11/25] null_blk: don't pass always-0 req->errors to blk_mq_complete_request
` [PATCH 12/25] dm rq: don't pass irrelevant error code "
` [PATCH 13/25] dm mpath: don't check for req->errors
` [PATCH 14/25] nbd: don't use req->errors
` [PATCH 15/25] mtip32xx: add a status field to struct mtip_cmd
` [PATCH 16/25] xen-blkfront: don't use req->errors
` [PATCH 17/25] blk-mq: remove the error argument to blk_mq_complete_request
` [PATCH 18/25] blk-mq: simplify __blk_mq_complete_request
` [PATCH 19/25] block: add a error_count field to struct request
` [PATCH 20/25] floppy: switch from req->errors to req->error_count
` [PATCH 21/25] ataflop: "
` [PATCH 22/25] swim3: remove (commented out) printing of req->errors
` [PATCH 23/25] pd: remove bogus check for req->errors
` [PATCH 24/25] blktrace: remove the unused block_rq_abort tracepoint
` [PATCH 25/25] block: remove the errors field from struct request

[PATCHv6 0/2] loop: enable different logical blocksizes
 2017-04-07  6:58 UTC  (3+ messages)
` [PATCHv6 1/2] loop: Remove unused 'bdev' argument from loop_set_capacity
` [PATCHv6 2/2] loop: support 4k physical blocksize

[RFC PATCH 0/2] block,scsi: support host-wide tagset
 2017-04-07  6:21 UTC  (5+ messages)
` [PATCH 1/2] block: Implement global tagset

[PATCH v3 0/8] blk-mq: various fixes and cleanups
 2017-04-07  3:23 UTC  (14+ 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 0/2] Trace completion of all bios
 2017-04-07  1:10 UTC  (3+ messages)
` [PATCH 1/2] block: simple improvements for bio->flags
` [PATCH 2/2] block: trace completion of all bios

[PATCH] loop: Add PF_LESS_THROTTLE to block/loop device thread
 2017-04-06 23:47 UTC  (7+ messages)
` [PATCH v2] "
          ` [PATCH v3] "

[PATCH 0/8 v4] No wait AIO
 2017-04-06 22:54 UTC  (4+ messages)
` [PATCH 7/8] nowait aio: xfs

[PATCH 00/12] nbd: Netlink interface and path failure enhancements
 2017-04-06 21:05 UTC  (14+ messages)
` [PATCH 01/12] nbd: put socket in error cases
` [PATCH 02/12] nbd: handle single path failures gracefully
` [PATCH 03/12] nbd: separate out the config information
` [PATCH 04/12] nbd: stop using the bdev everywhere
` [PATCH 05/12] nbd: add a basic netlink interface
` [PATCH 06/12] nbd: add a reconfigure netlink command
` [PATCH 07/12] nbd: multicast dead link notifications
` [PATCH 08/12] nbd: only clear the queue on device teardown
` [PATCH 09/12] nbd: handle dead connections
` [PATCH 10/12] nbd: add a status netlink command
` [PATCH 11/12] nbd: add device refcounting
` [PATCH 12/12] nbd: add a flag to destroy an nbd device on disconnect

[PATCH v3 0/5] Avoid that scsi-mq queue processing stalls
 2017-04-06 19:21 UTC  (8+ messages)
` [PATCH v3 1/5] blk-mq: Make it safe to use RCU to iterate over blk_mq_tag_set.tag_list
` [PATCH v3 2/5] blk-mq: Restart a single queue if tag sets are shared
` [PATCH v3 3/5] blk-mq: Clarify comments in blk_mq_dispatch_rq_list()
` [PATCH v3 4/5] blk-mq: Introduce blk_mq_delay_run_hw_queue()
` [PATCH v3 5/5] scsi: Avoid that SCSI queues get stuck

[PATCH 0/6] RFC add blkdev tests v2
 2017-04-06 18:22 UTC  (16+ messages)
` [PATCH 1/6] add lio-target helpers
` [PATCH 2/6] add: blockdev/001 check page-cache coherency after BLKDISCARD
` [PATCH 3/6] new: blockdev/002 check information leak for lio-fileio
` [PATCH 4/6] new: blockdev/003 basic blockdev T10-DIF-TYPE1 integrity checks
` [PATCH 5/6] new: blockdev/004 Check that live fs survives blkdev page truncation
` [PATCH 6/6] new: blockdev/005 Check that busy "

[RFC PATCH] loop: set queue logical block size
 2017-04-06 15:48 UTC  (7+ messages)

[PATCH v2 0/6] Automatic affinity settings for nvme over rdma
 2017-04-06 14:30 UTC  (10+ 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 11:58 UTC  (3+ messages)

[PATCH 0/9] block: T10/DIF Fixes and cleanups v3
 2017-04-06 11:49 UTC  (15+ messages)
` [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

[PATCH] remove the mg_disk driver
 2017-04-06 11:28 UTC 

[PATCH rfc 0/6] Automatic affinity settings for nvme over rdma
 2017-04-06  9:23 UTC  (12+ 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

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

->retries fixups
 2017-04-06  8:38 UTC  (5+ messages)
` [PATCH 4/5] nvme: move the retries count to struct nvme_request
    `  "

always use REQ_OP_WRITE_ZEROES for zeroing offload V2
 2017-04-06  6:18 UTC  (23+ messages)
` [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


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