messages from 2017-10-16 22:49:33 to 2017-10-19 23:24:00 UTC [more...]
Fix false positive by LOCKDEP_CROSSRELEASE
2017-10-19 23:24 UTC (10+ messages)
` [RESEND PATCH 1/3] completion: Add support for initializing completion with lockdep_map
` [RESEND PATCH 2/3] lockdep: Remove unnecessary acquisitions wrt workqueue flush
` [RESEND PATCH 3/3] lockdep: Assign a lock_class per gendisk used for wait_for_completion()
[PATCH v3 00/49] block: support multipage bvec
2017-10-19 22:57 UTC (10+ messages)
` [PATCH v3 07/49] bcache: comment on direct access to bvec table
` [PATCH v3 09/49] block: comment on bio_iov_iter_get_pages()
` [PATCH v3 11/49] btrfs: avoid access to .bi_vcnt directly
[PATCH 1/2] nbd: wait uninterruptible for the dead timeout
2017-10-19 20:21 UTC (2+ messages)
` [PATCH 2/2] nbd: don't start req until after the dead connection logic
[PATCH 1/1] [RFC] blk-mq: fix queue stalling on shared hctx restart
2017-10-19 17:47 UTC (2+ messages)
[PATCH] block: Fix a race between blk_cleanup_queue() and timeout handling
2017-10-19 17:00 UTC
[RFC] bsg-lib interface cleanup
2017-10-19 15:59 UTC (4+ messages)
` [PATCH 9/9] bsg: split handling of SCSI CDBs vs transport requeues
nvme multipath support V4
2017-10-19 15:24 UTC (59+ messages)
` [PATCH 01/17] block: move REQ_NOWAIT
` [PATCH 02/17] block: add REQ_DRV bit
` [PATCH 03/17] block: provide a direct_make_request helper
` [PATCH 04/17] block: add a blk_steal_bios helper
` [PATCH 05/17] block: don't look at the struct device dev_t in disk_devt
` [PATCH 06/17] block: introduce GENHD_FL_HIDDEN
` [PATCH 07/17] nvme: use ida_simple_{get,remove} for the controller instance
` [PATCH 08/17] nvme: use kref_get_unless_zero in nvme_find_get_ns
` [PATCH 09/17] nvme: simplify nvme_open
` [PATCH 10/17] nvme: switch controller refcounting to use struct device
` [PATCH 11/17] nvme: get rid of nvme_ctrl_list
` [PATCH 12/17] nvme: check for a live controller in nvme_dev_open
` [PATCH 13/17] nvme: track subsystems
` [PATCH 14/17] nvme: introduce a nvme_ns_ids structure
` [PATCH 15/17] nvme: track shared namespaces
` [PATCH 16/17] nvme: implement multipath access to nvme subsystems
` [PATCH 17/17] nvme: also expose the namespace identification sysfs files for mpath nodes
[PATCH V8 00/14] mmc: Add Command Queue support
2017-10-19 11:44 UTC (12+ messages)
[PATCH v2 0/4] Fix false positives by cross-release feature
2017-10-19 7:03 UTC (5+ messages)
` [PATCH v2 1/4] completion: Add support for initializing completion with lockdep_map
` [PATCH v2 2/4] lockdep: Remove unnecessary acquisitions wrt workqueue flush
` [PATCH v2 3/4] genhd.h: Remove trailing white space
` [PATCH v2 4/4] lockdep: Assign a lock_class per gendisk used for wait_for_completion()
[bug report] A race between blk_cleanup_queue and blk_timeout_work
2017-10-19 7:01 UTC (4+ messages)
high overhead of functions blkg_*stats_* in bfq
2017-10-19 6:50 UTC (11+ messages)
[PATCH V3 0/3] block/loop: handle discard/zeroout error
2017-10-19 5:13 UTC (2+ messages)
[PATCH] block: move CAP_SYS_ADMIN check in blkdev_roset()
2017-10-19 0:14 UTC (2+ messages)
[PATCH v3 0/2] block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()
2017-10-18 22:48 UTC (7+ messages)
` [PATCH v3 1/2] block: factor out __blkdev_issue_zero_pages()
` [PATCH v3 2/2] block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()
[PATCH v2 0/8] Introduce sgl_alloc() and sgl_free()
2017-10-18 20:57 UTC (21+ messages)
` [PATCH v2 1/8] lib/scatterlist: "
` [PATCH v2 2/8] crypto: scompress - use "
` [PATCH v2 3/8] nvmet/fc: Use "
` [PATCH v2 4/8] nvmet/rdma: "
` [PATCH v2 5/8] target: Use sgl_alloc_order() "
` [PATCH v2 6/8] scsi/ipr: Use sgl_alloc_order() and sgl_free_order()
` [PATCH v2 7/8] scsi/pmcraid: Remove an unused structure member
` [PATCH v2 8/8] scsi/pmcraid: Use sgl_alloc_order() and sgl_free_order()
[GIT PULL] Block fixes for 4.14-rc
2017-10-18 18:22 UTC
[PATCH v10 00/10] block, scsi, md: Improve suspend and resume
2017-10-18 15:27 UTC (16+ messages)
` [PATCH v10 01/10] md: Rename md_notifier into md_reboot_notifier
` [PATCH v10 02/10] md: Introduce md_stop_all_writes()
` [PATCH v10 03/10] md: Neither resync nor reshape while the system is frozen
` [PATCH v10 04/10] block: Make q_usage_counter also track legacy requests
` [PATCH v10 05/10] block: Introduce blk_get_request_flags()
` [PATCH v10 06/10] block: Introduce BLK_MQ_REQ_PREEMPT
` [PATCH v10 07/10] ide, scsi: Tell the block layer at request allocation time about preempt requests
` [PATCH v10 08/10] block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag
` [PATCH v10 09/10] block, scsi: Make SCSI quiesce and resume work reliably
` [PATCH v10 10/10] block, nvme: Introduce blk_mq_req_flags_t
nvme multipath support V3
2017-10-18 11:16 UTC (8+ messages)
` [PATCH 5/9] nvme: track subsystems
` [PATCH 7/9] nvme: track shared namespaces
[PATCH] lightnvm: pblk: fix error codes in pblk_submit_read_gc()
2017-10-18 7:49 UTC (2+ messages)
[PATCH v9 00/10] block, scsi, md: Improve suspend and resume
2017-10-18 5:58 UTC (28+ messages)
` [PATCH v9 01/10] md: Rename md_notifier into md_reboot_notifier
` [PATCH v9 02/10] md: Introduce md_stop_all_writes()
` [PATCH v9 03/10] md: Neither resync nor reshape while the system is frozen
` [PATCH v9 04/10] block: Make q_usage_counter also track legacy requests
` [PATCH v9 05/10] block: Introduce blk_get_request_flags()
` [PATCH v9 06/10] block: Introduce BLK_MQ_REQ_PREEMPT
` [PATCH v9 07/10] ide, scsi: Tell the block layer at request allocation time about preempt requests
` [PATCH v9 08/10] block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag
` [PATCH v9 09/10] block, scsi: Make SCSI quiesce and resume work reliably
` [PATCH v9 10/10] block, nvme: Introduce blk_mq_req_flags_t
[PATCH 0/2] block/SCSI MQ: two RESTART related patches
2017-10-18 1:30 UTC (6+ messages)
` [PATCH 1/2] SCSI: run idle hctx after delay in scsi_mq_get_budget()
` [PATCH 2/2] blk-mq: don't handle TAG_SHARED in restart
[PATCH] kyber: fix hang on domain token wait queue
2017-10-17 22:18 UTC (2+ messages)
[PATCH V7 4/6] blk-mq: introduce .get_budget and .put_budget in blk_mq_ops
2017-10-17 18:09 UTC (14+ messages)
[PATCH v2] block/aoe: Convert timers to use timer_setup()
2017-10-17 16:21 UTC (5+ messages)
[PATCH v4] blkcg: add sanity check for blkcg policy operations
2017-10-17 15:56 UTC
[PATCH v2] blk-mq: Make blk_mq_get_request() error path less confusing
2017-10-17 9:21 UTC (5+ messages)
[PATCH v2 0/3] Move tagset reinit to its only current consumer, nvme-core
2017-10-17 6:50 UTC (4+ messages)
[PATCH v7 9/9] block, scsi: Make SCSI quiesce and resume work reliably
2017-10-17 4:19 UTC (2+ messages)
` [block, scsi] f246f66ae5: WARNING:at_block/blk-core.c:#blk_queue_enter
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).