messages from 2018-11-14 16:03:09 to 2018-11-16 10:17:55 UTC [more...]
multipath-tools: add ANA support for NVMe device
2018-11-16 10:17 UTC (13+ messages)
` [PATCH] nvme: allow ANA support to be independent of native multipathing
[PATCHv3 0/3] scsi timeout handling updates
2018-11-16 9:53 UTC (6+ messages)
` [PATCHv3 1/3] blk-mq: Return true if request was completed
` [PATCHv3 2/3] scsi: Do not rely on blk-mq for double completions
` [PATCHv3 3/3] blk-mq: Simplify request completion state
[PATCH V10 00/19] block: support multi-page bvec
2018-11-16 9:41 UTC (43+ messages)
` [PATCH V10 01/19] block: introduce multi-page page bvec helpers
` [PATCH V10 02/19] block: introduce bio_for_each_bvec()
` [PATCH V10 03/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V10 04/19] block: use bio_for_each_bvec() to map sg
` [PATCH V10 05/19] block: introduce bvec_last_segment()
` [PATCH V10 06/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V10 07/19] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V10 08/19] btrfs: move bio_pages_all() to btrfs
` [PATCH V10 09/19] block: introduce bio_bvecs()
` [PATCH V10 10/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V10 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V10 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V10 13/19] iomap & xfs: only account for new added page
` [PATCH V10 14/19] block: enable multipage bvecs
` [PATCH V10 15/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V10 16/19] block: document usage of bio iterator helpers
` [PATCH V10 17/19] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V10 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V10 19/19] block: kill BLK_MQ_F_SG_MERGE
[PATCH 3/3] block: use a driver-specific handler for the "inflight" value
2018-11-16 9:11 UTC (2+ messages)
` [dm-devel] "
[PATCH] block: fix 32 bit overflow in __blkdev_issue_discard()
2018-11-16 8:53 UTC (12+ messages)
queue_lock fixups
2018-11-16 8:51 UTC (15+ messages)
` [PATCH 1/6] block: remove the rq_alloc_data request_queue field
` [PATCH 2/6] floppy: remove queue_lock around floppy_end_request
` [PATCH 3/6] pktcdvd: remove queue_lock around blk_queue_max_hw_sectors
` [PATCH 4/6] ide: don't acquire queue lock in ide_pm_execute_rq
` [PATCH 5/6] ide: don't acquire queue_lock in ide_complete_pm_rq
` [PATCH 6/6] mmc: stop abusing the request queue_lock pointer
[PATCHSET v2 0/11] Various block optimizations
2018-11-16 8:49 UTC (21+ messages)
` [PATCH 01/11] nvme: provide optimized poll function for separate poll queues
` [PATCH 02/11] block: add queue_is_mq() helper
` [PATCH 03/11] blk-rq-qos: inline check for q->rq_qos functions
` [PATCH 04/11] block: avoid ordered task state change for polled IO
` [PATCH 05/11] block: add polled wakeup task helper
` [PATCH 06/11] block: have ->poll_fn() return number of entries polled
` [PATCH 07/11] blk-mq: when polling for IO, look for any completion
` [PATCH 08/11] block: make blk_poll() take a parameter on whether to spin or not
` [PATCH 09/11] blk-mq: ensure mq_ops ->poll() is entered at least once
` [PATCH 10/11] block: for async O_DIRECT, mark us as polling if asked to
` [PATCH 11/11] block: don't plug for aio/O_DIRECT HIPRI IO
[PATCH] block: remove the rq_alloc_data request_queue field
2018-11-16 7:58 UTC
[PATCH 0/2] blk-mq: fix kobject lifetime issue
2018-11-16 7:52 UTC (7+ messages)
` [PATCH 1/2] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
` [PATCH 2/2] blk-mq: alloc q->queue_ctx as normal array
[PATCH 0/3] device mapper percpu counter patches
2018-11-16 0:04 UTC
[PATCH 1/3] dm: move dm_stats_account_io before generic_end_io_acct
2018-11-16 0:04 UTC
[PATCH 2/3] dm: use percpu counters
2018-11-16 0:04 UTC
[patch 0/5] device mapper percpu patches
2018-11-16 0:00 UTC
[GIT PULL] Block fixes for 4.20-rc3
2018-11-15 20:14 UTC
remove more legacy request leftover
2018-11-15 19:20 UTC (40+ messages)
` [PATCH 01/16] block: remove QUEUE_FLAG_BYPASS and ->bypass
` [PATCH 02/16] block: remove deadline __deadline manipulation helpers
` [PATCH 03/16] block: don't hold the queue_lock over blk_abort_request
` [PATCH 04/16] block: use atomic bitops for ->queue_flags
` [PATCH 05/16] block: remove queue_lockdep_assert_held
` [PATCH 06/16] block-iolatency: remove the unused lock argument to rq_qos_throttle
` [PATCH 07/16] block: update a few comments for the legacy request removal
` [PATCH 08/16] block: remove a few unused exports
` [PATCH 09/16] blk-cgroup: consolidate error handling in blkcg_init_queue
` [PATCH 10/16] blk-cgroup: move locking into blkg_destroy_all
` [PATCH 11/16] drbd: don't override the queue_lock
` [PATCH 12/16] umem: "
` [PATCH 13/16] mmc: simplify queue initialization
` [PATCH 14/16] mmc: stop abusing the request queue_lock pointer
` [PATCH 15/16] block: remove the lock argument to blk_alloc_queue_node
` [PATCH 16/16] block: remove the queue_lock indirection
[PATCH 1/3] blk-mq: Return true if request was completed
2018-11-15 17:57 UTC (4+ messages)
` [PATCH 2/3] scsi: Do not rely on blk-mq for double completions
` [PATCH 3/3] blk-mq: Simplify request completion state
[PATCH 00/11] TCP transport binding for NVMe over Fabrics
2018-11-15 17:16 UTC (15+ messages)
` [PATCH 01/11] ath6kl: add ath6kl_ prefix to crypto_type
` [PATCH 02/11] iov_iter: introduce hash_and_copy iter helpers
` [PATCH 03/11] datagram: introduce skb_copy_and_hash_datagram_iter helper
` [PATCH 04/11] nvme-core: add work elements to struct nvme_ctrl
` [PATCH 05/11] nvmet: Add install_queue callout
` [PATCH 06/11] nvmet: allow configfs tcp trtype configuration
` [PATCH 07/11] nvme-fabrics: allow user passing header digest
` [PATCH 08/11] nvme-fabrics: allow user passing data digest
` [PATCH 09/11] nvme-tcp: Add protocol header
` [PATCH 10/11] nvmet-tcp: add NVMe over TCP target driver
` [PATCH 11/11] nvme-tcp: add NVMe over TCP host driver
` [PATCH nvme-cli 12/11] nvme: Add TCP transport
` [PATCH nvme-cli 13/11] fabrics: add tcp port tsas decoding
` [PATCH nvme-cli 14/11] fabrics: add transport header and data digest
[PATCH 00/12] unify the interface of the proportional-share policy in blkio/io
2018-11-15 16:30 UTC (7+ messages)
[PATCH V9 00/19] block: support multi-page bvec
2018-11-15 9:35 UTC (4+ messages)
[PATCH] block/025: test discard sector alignement and sector size overflow
2018-11-15 4:00 UTC
[PATCH V8 0/3] blk-mq: refactor code of issue request directly
2018-11-15 3:12 UTC (4+ messages)
` [PATCH V8 1/3] blk-mq: refactor the "
` [PATCH V8 2/3] blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests
` [PATCH V8 3/3] blk-mq: replace and kill blk_mq_request_issue_directly
[PATCH] block: make blk_try_req_merge() static
2018-11-15 1:50 UTC (2+ messages)
[PATCH V7 0/4] blk-mq: refactor and fix on issue request directly
2018-11-15 1:37 UTC (12+ messages)
` [PATCH V7 1/4] blk-mq: refactor the code of "
` [PATCH V7 2/4] blk-mq: fix issue directly case when q is stopped or quiesced
[PATCH V2] SCSI: fix queue cleanup race before queue initialization is done
2018-11-15 1:02 UTC (5+ messages)
kobject lifetime issues in blk-mq
2018-11-15 0:56 UTC (11+ messages)
"kyber: add tracepoints" causes write beyond size of object
2018-11-15 0:23 UTC (4+ messages)
[patch 5/5] block: use a driver-specific handler for the "inflight" value
2018-11-14 22:49 UTC (3+ messages)
[PATCH AUTOSEL 4.18 32/59] block: Clear kernel memory before copying to user
2018-11-14 22:23 UTC
[PATCH][next] block: clean up dead code that is now redundant
2018-11-14 22:20 UTC (2+ messages)
[PATCH blktests] makefile: Add install rule
2018-11-14 19:46 UTC (5+ messages)
` [PATCH v2] "
[PATCH 1/3] blk-mq: Return true if request was completed
2018-11-14 18:10 UTC (6+ messages)
` [PATCH 2/3] scsi: Do not rely on blk-mq for double completions
` [PATCH 3/3] blk-mq: Simplify request completion state
[PATCH] fix infinite loop in __blkdev_issue_discard
2018-11-14 17:52 UTC
[PATCHSET 0/6] Various block optimizations
2018-11-14 17:16 UTC (6+ messages)
` [PATCH 5/6] blk-rq-qos: inline check for q->rq_qos functions
remove exofs, the T10 OSD code and block/scsi bidi support V3
2018-11-14 16:44 UTC (5+ messages)
` [PATCH 6/8] bsg-lib: handle bidi requests without block layer help
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).