linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-26 11:31:08 to 2018-11-28 03:52:47 UTC [more...]

[RFC PATCH v1 0/7] Block/XFS: Support alternative mirror device retry
 2018-11-28  3:49 UTC  (3+ messages)
` [PATCH v1 1/7] block: add nr_mirrors to request_queue
` [PATCH v1 7/7] xfs: Add tracepoints and logging to alternate device retry

DIF/DIX issue related to config CONFIG_SCSI_MQ_DEFAULT
 2018-11-28  3:37 UTC  (5+ messages)

[PATCHSET 0/8] block plugging improvements
 2018-11-28  3:05 UTC  (27+ messages)
` [PATCH 1/8] block: sum requests in the plug structure
` [PATCH 2/8] block: improve logic around when to sort a plug list
` [PATCH 3/8] blk-mq: add mq_ops->commit_rqs()
` [PATCH 4/8] nvme: implement mq_ops->commit_rqs() hook
` [PATCH 5/8] virtio_blk: "
` [PATCH 6/8] ataflop: "
` [PATCH 7/8] blk-mq: use bd->last == true for list inserts
` [PATCH 8/8] blk-mq: add plug case for devices that implement ->commits_rqs()

[PATCHv4 0/3] scsi timeout handling updates
 2018-11-28  2:20 UTC  (9+ messages)
` [PATCHv4 1/3] blk-mq: Return true if request was completed
` [PATCHv4 2/3] scsi: Do not rely on blk-mq for double completions
` [PATCHv4 3/3] blk-mq: Simplify request completion state

provide slaves/holders links for multipath devices
 2018-11-28  1:59 UTC  (5+ messages)
` [PATCH 1/2] block: move holder tracking from struct block_device to hd_struct
` [PATCH 2/2] nvme: create slaves/holder entries for multipath devices

[PATCH 0/2] loop: Better discard for block devices
 2018-11-28  1:28 UTC  (9+ messages)
` [PATCH 1/2] loop: Report EOPNOTSUPP properly
` [PATCH 2/2] loop: Better discard support for block devices

[PATCH] block: update documentation
 2018-11-28  1:25 UTC 

[PATCH v5 1/2] arm64/neon: add workaround for ambiguous C99 stdint.h types
 2018-11-28  1:09 UTC  (2+ messages)
` [PATCH v5 2/2] arm64: crypto: add NEON accelerated XOR implementation

lightnvm: remove dma alloc/free helpers
 2018-11-28  0:47 UTC  (5+ messages)
` [PATCH] "

[PATCH 0/3] per-cpu in_flight counters for bio-based drivers
 2018-11-28  0:42 UTC 

[PATCH 1/3] block: delete part_round_stats and switch to less precise counting
 2018-11-28  0:42 UTC 

[PATCH 2/3] block: switch to per-cpu in-flight counters
 2018-11-28  0:42 UTC 

[PATCH 3/3] block: return just one value from part_in_flight
 2018-11-28  0:42 UTC 

[PATCH 3/3] block: use a driver-specific handler for the "inflight" value
 2018-11-28  0:41 UTC  (5+ messages)
` [dm-devel] "

[PATCH v4 00/13] TCP transport binding for NVMe over Fabrics
 2018-11-27 23:16 UTC  (14+ messages)
` [PATCH v4 01/13] ath6kl: add ath6kl_ prefix to crypto_type
` [PATCH v4 02/13] datagram: open-code copy_page_to_iter
` [PATCH v4 03/13] iov_iter: pass void csum pointer to csum_and_copy_to_iter
` [PATCH v4 04/13] datagram: consolidate datagram copy to iter helpers
` [PATCH v4 05/13] iov_iter: introduce hash_and_copy_to_iter helper
` [PATCH v4 06/13] datagram: introduce skb_copy_and_hash_datagram_iter helper
` [PATCH v4 07/13] nvmet: Add install_queue callout
` [PATCH v4 08/13] nvme-fabrics: allow user passing header digest
` [PATCH v4 09/13] nvme-fabrics: allow user passing data digest
` [PATCH v4 10/13] nvme-tcp: Add protocol header
` [PATCH v4 11/13] nvmet-tcp: add NVMe over TCP target driver
` [PATCH v4 12/13] nvmet: allow configfs tcp trtype configuration
` [PATCH v4 13/13] nvme-tcp: add NVMe over TCP host driver

[PATCH 00/13 v4] block: always associate blkg and refcount cleanup
 2018-11-27 22:15 UTC  (20+ messages)
` [PATCH 01/13] blkcg: fix ref count issue with bio_blkcg() using task_css
` [PATCH 02/13] blkcg: update blkg_lookup_create() to do locking
` [PATCH 03/13] blkcg: convert blkg_lookup_create() to find closest blkg
` [PATCH 04/13] blkcg: introduce common blkg association logic
` [PATCH 05/13] blkcg: associate blkg when associating a device
` [PATCH 06/13] blkcg: consolidate bio_issue_init() to be a part of core
` [PATCH 07/13] blkcg: associate a blkg for pages being evicted by swap
` [PATCH 08/13] blkcg: associate writeback bios with a blkg
` [PATCH 09/13] blkcg: remove bio->bi_css and instead use bio->bi_blkg
` [PATCH 10/13] blkcg: remove additional reference to the css
` [PATCH 11/13] blkcg: remove bio_disassociate_task()
` [PATCH 12/13] blkcg: change blkg reference counting to use percpu_ref
` [PATCH 13/13] blkcg: rename blkg_try_get() to blkg_tryget()

[PATCH v3 1/2] arm64/neon: add workaround for ambiguous C99 stdint.h types
 2018-11-27 18:03 UTC  (8+ messages)
` [PATCH v3 2/2] arm64: crypto: add NEON accelerated XOR implementation

[PATCHSET v3 0/18] Support for polled aio
 2018-11-27 15:24 UTC  (27+ messages)
` [PATCH 01/20] aio: fix failure to put the file pointer
` [PATCH 02/20] aio: clear IOCB_HIPRI
` [PATCH 03/20] fs: add an iopoll method to struct file_operations
` [PATCH 04/20] block: wire up block device iopoll method
` [PATCH 05/20] block: ensure that async polled IO is marked REQ_NOWAIT
` [PATCH 06/20] iomap: wire up the iopoll method
` [PATCH 07/20] iomap: ensure that async polled IO is marked REQ_NOWAIT
` [PATCH 08/20] aio: use assigned completion handler
` [PATCH 09/20] aio: separate out ring reservation from req allocation
` [PATCH 10/20] aio: don't zero entire aio_kiocb aio_get_req()
` [PATCH 11/20] aio: only use blk plugs for > 2 depth submissions
` [PATCH 12/20] aio: use iocb_put() instead of open coding it
` [PATCH 13/20] aio: split out iocb copy from io_submit_one()
` [PATCH 14/20] aio: abstract out io_event filler helper
` [PATCH 15/20] aio: add io_setup2() system call
` [PATCH 16/20] aio: add support for having user mapped iocbs
` [PATCH 17/20] aio: support for IO polling
` [PATCH 18/20] aio: add submission side request cache
` [PATCH 19/20] fs: add fget_many() and fput_many()
` [PATCH 20/20] aio: use fget/fput_many() for file references

[PATCHSET v4] Various block optimizations
 2018-11-27 15:20 UTC  (6+ messages)
` [PATCH 2/7] block: have ->poll_fn() return number of entries polled

[PATCH] lightnvm: pblk: adjust the position of the lock
 2018-11-27 14:26 UTC  (5+ messages)

[PATCH V2] mm: Replace all open encodings for NUMA_NO_NODE
 2018-11-27 13:58 UTC  (7+ messages)
` [Intel-wired-lan] "

[PATCH v4 1/1] arm64/neon: add workaround for ambiguous C99 stdint.h types
 2018-11-27 12:44 UTC  (2+ messages)

[PATCH v3 00/13] TCP transport binding for NVMe over Fabrics
 2018-11-27 10:20 UTC  (10+ messages)
` [PATCH v3 13/13] nvme-tcp: add NVMe over TCP host driver
` [PATCH nvme-cli v3 15/13] nvme: Add TCP transport

[PATCH v2 1/2] arm64: add workaround for ambiguous C99 stdint.h types
 2018-11-27 10:01 UTC  (4+ messages)
` [PATCH v2 2/2] arm64: crypto: add NEON accelerated XOR implementation

[PATCH] nvme: Fix PCIe surprise removal scenario
 2018-11-27  7:35 UTC  (3+ messages)

[PATCH V12 00/20] block: support multi-page bvec
 2018-11-27  2:25 UTC  (39+ messages)
` [PATCH V12 01/20] btrfs: remove various bio_offset arguments
` [PATCH V12 02/20] btrfs: look at bi_size for repair decisions
` [PATCH V12 03/20] block: remove the "cluster" flag
` [PATCH V12 04/20] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V12 05/20] block: remove bvec_iter_rewind()
` [PATCH V12 06/20] block: rename bvec helpers
` [PATCH V12 07/20] block: introduce multi-page "
` [PATCH V12 08/20] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V12 09/20] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V12 10/20] block: use bio_for_each_bvec() to map sg
` [PATCH V12 13/20] block: loop: pass multi-page bvec to iov_iter
` [PATCH V12 14/20] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V12 15/20] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V12 16/20] block: enable multipage bvecs
` [PATCH V12 17/20] block: always define BIO_MAX_PAGES as 256
` [PATCH V12 18/20] block: document usage of bio iterator helpers

[PATCH] block/025: test discard sector alignement and sector size overflow
 2018-11-27  1:46 UTC  (3+ messages)

block and nvme polling improvements
 2018-11-27  0:38 UTC  (2+ messages)

[PATCH blktests] Add use of logger so that syslog files show when each test starts
 2018-11-26 19:37 UTC  (7+ messages)

remove exofs, the T10 OSD code and block/scsi bidi support V3
 2018-11-26 17:11 UTC  (2+ messages)

sbitmap: don't use READ_ONCE() if we don't have to
 2018-11-26 16:27 UTC 

[PATCHv3 0/3] scsi timeout handling updates
 2018-11-26 15:32 UTC  (7+ messages)
` [PATCHv3 2/3] scsi: Do not rely on blk-mq for double completions

[PATCHSET v4 0/6] Various block optimizations
 2018-11-26 15:28 UTC  (7+ messages)
` [PATCH 1/6] blk-mq: when polling for IO, look for any completion
` [PATCH 4/6] block: make blk_poll() take a parameter on whether to spin or not

[PATCH v3 0/5] lightnvm: Flexible metadata
 2018-11-26 13:41 UTC  (5+ messages)
` [PATCH v3 3/5] lightnvm: Flexible DMA pool entry size
` [PATCH v3 5/5] lightnvm: pblk: Support for packed metadata

[PATCH] arm64: crypto: add NEON accelerated XOR implementation
 2018-11-26 12:56 UTC  (3+ 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).