messages from 2016-09-23 00:59:59 to 2016-09-30 16:02:17 UTC [more...]
[PATCH 0/3] Enabling ATA Command Priorities
2016-09-30 16:02 UTC (10+ messages)
` [PATCH 1/3] block: Add iocontext priority to request
` [PATCH 2/3] ata: Enabling ATA Command Priorities
` [PATCH 3/3] ata: ATA Command Priority Disabled By Default
[PATCH v2 0/7] Introduce blk_quiesce_queue() and blk_resume_queue()
2016-09-30 15:55 UTC (12+ messages)
` [PATCH v2 1/7] blk-mq: Introduce blk_mq_queue_stopped()
` [PATCH v2 4/7] blk-mq: Introduce blk_quiesce_queue() and blk_resume_queue()
` [PATCH v2 5/7] dm: Fix a race condition related to stopping and starting queues
` [PATCH v2 6/7] SRP transport: Port srp_wait_for_queuecommand() to scsi-mq
` [PATCH v2 7/7] [RFC] nvme: Fix a race condition
` [PATCH v2 2/7] dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
` [PATCH v2 3/7] [RFC] nvme: "
[PATCH v2 0/8] blk-mq: Minor cleanups
2016-09-30 13:23 UTC (9+ messages)
` [PATCH v2 1/8] block: Get rid of unused request_queue::nr_queues member
` [PATCH v2 2/8] blk-mq: Remove a redundant assignment
` [PATCH v2 3/8] blk-mq: Fix hardware context data node selection
` [PATCH v2 4/8] blk-mq: Cleanup a loop exit condition
` [PATCH v2 5/8] blk-mq: Cleanup blk_mq_hw_ctx::cpumask (de-)allocation
` [PATCH v2 6/8] blk-mq: Rework blk_mq_realloc_hw_ctxs()
` [PATCH v2 7/8] blk-mq: Pair blk_mq_hctx_kobj_init() with blk_mq_hctx_kobj_put()
` [PATCH v2 8/8] blk-mq: Cleanup (de-)allocation of blk_mq_hw_ctx::ctxs
[PATCH v2] blkcg: Unlock blkcg_pol_mutex once if cpd == NULL
2016-09-30 8:35 UTC (2+ messages)
[PATCH v5 0/7] ZBC / Zoned block device support
2016-09-30 7:21 UTC (10+ messages)
` [PATCH v5 1/7] block: Add 'zoned' queue limit
` [PATCH v5 2/7] blk-sysfs: Add 'chunk_sectors' to sysfs attributes
` [PATCH v5 3/7] block: update chunk_sectors in blk_stack_limits()
` [PATCH v5 4/7] block: Define zoned block device operations
` [PATCH v5 5/7] block: Implement support for zoned block devices
` [PATCH v5 6/7] sd: Implement support for ZBC devices
` [PATCH v5 7/7] blk-zoned: implement ioctls
[RFD] I/O scheduling in blk-mq
2016-09-30 6:18 UTC (4+ messages)
[PATCH v4 0/7] ZBC / Zoned block device support
2016-09-30 2:37 UTC (19+ messages)
` [PATCH v4 1/7] block: Add 'zoned' queue limit
` [PATCH v4 2/7] blk-sysfs: Add 'chunk_sectors' to sysfs attributes
` [PATCH v4 3/7] block: update chunk_sectors in blk_stack_limits()
` [PATCH v4 4/7] block: Define zoned block device operations
` [PATCH v4 5/7] block: Implement support for zoned block devices
` [PATCH v4 6/7] sd: Implement support for ZBC devices
` [PATCH v4 7/7] blk-zoned: implement ioctls
[PATCH v11 0/3] fallocate for block devices
2016-09-29 21:16 UTC (4+ messages)
` [PATCH 1/3] block: invalidate the page cache when issuing BLKZEROOUT
` [PATCH 2/3] block: require write_same and discard requests align to logical block size
` [PATCH 3/3] block: implement (some of) fallocate for block devices
[PATCH v10 0/3] fallocate for block devices
2016-09-29 20:35 UTC (13+ messages)
` [PATCH 1/3] block: invalidate the page cache when issuing BLKZEROOUT
` [PATCH 2/3] block: require write_same and discard requests align to logical block size
` [PATCH 3/3] block: implement (some of) fallocate for block devices
` [PATCH v2 "
replace pci_enable_msi_{exact_range} with pci_alloc_irq_vectors
2016-09-29 19:27 UTC (16+ messages)
` [PATCH 2/6] ipr: use pci_irq_allocate_vectors
` [PATCH 3/6] skd: use pci_alloc_irq_vectors
` [PATCH 4/6] vfio_pci: use pci_irq_allocate_vectors
` [PATCH 5/6] genwqe: "
[PATCH][V3] nbd: add multi-connection support
2016-09-29 16:59 UTC (5+ messages)
` [Nbd] "
[PATCH] blkcg: Unlock blkcg_pol_mutex once if cpd == NULL
2016-09-29 15:32 UTC (3+ messages)
[BUG] block: bdi_register_owner() failure cause NULL pointer dereference
2016-09-29 13:03 UTC
[PATCH 0/2]: Add option for async ->queue_rq
2016-09-28 16:43 UTC (15+ messages)
` [PATCH 1/2] blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()
` [PATCH 2/2] blk-mq: add flag for drivers wanting blocking ->queue_rq()
[PATCH 0/9] Introduce blk_quiesce_queue() and blk_resume_queue()
2016-09-28 14:23 UTC (30+ messages)
` [PATCH 1/9] blk-mq: Introduce blk_mq_queue_stopped()
` [PATCH 2/9] dm: Fix a race condition related to stopping and starting queues
` [PATCH 3/9] [RFC] nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
` [PATCH 4/9] block: Move blk_freeze_queue() and blk_unfreeze_queue() code
` [PATCH 5/9] block: Extend blk_freeze_queue_start() to the non-blk-mq path
` [PATCH 6/9] block: Rename mq_freeze_wq and mq_freeze_depth
` [PATCH 7/9] blk-mq: Introduce blk_quiesce_queue() and blk_resume_queue()
` [PATCH 8/9] SRP transport: Port srp_wait_for_queuecommand() to scsi-mq
` [PATCH 9/9] [RFC] nvme: Fix a race condition
[PATCH v3 0/7] ZBC / Zoned block device support
2016-09-28 5:05 UTC (18+ messages)
` [PATCH v3 1/7] block: Add 'zoned' queue limit
` [PATCH v3 2/7] blk-sysfs: Add 'chunk_sectors' to sysfs attributes
` [PATCH v3 3/7] block: update chunk_sectors in blk_stack_limits()
` [PATCH v3 4/7] block: Define zoned block device operations
` [PATCH v3 5/7] block: Implement support for zoned block devices
` [PATCH v3 6/7] sd: Implement support for ZBC devices
` [PATCH v3 7/7] blk-zoned: implement ioctls
[PATCH] blk-mq: Always schedule hctx->next_cpu
2016-09-28 3:24 UTC
[PATCH v3 7/7] blk-zoned: implement ioctls
2016-09-27 21:23 UTC (2+ messages)
[PATCH v2 0/7] ZBC / Zoned block device support
2016-09-27 21:12 UTC (18+ messages)
` [PATCH v2 1/7] block: Add 'zoned' queue limit
` [PATCH v2 2/7] blk-sysfs: Add 'chunk_sectors' to sysfs attributes
` [PATCH v2 3/7] block: update chunk_sectors in blk_stack_limits()
` [PATCH v2 4/7] block: Define zoned block device operations
` [PATCH v2 5/7] block: Implement support for zoned block devices
` [PATCH v3 "
` [PATCH v2 6/7] sd: Implement support for ZBC devices
` [PATCH v2 7/7] blk-zoned: implement ioctls
[PATCH] blk-mq: Return invalid cookie if bio was split
2016-09-27 18:24 UTC (3+ messages)
[PATCH] blk-throttle: fix infinite throttling caused by non-cascading timer wheel
2016-09-27 14:10 UTC (6+ messages)
[PATCH][RESEND] badblocks: fix overlapping check for clearing
2016-09-27 13:43 UTC
[PATCH] elevator: remove second argument in elevator_init()
2016-09-27 0:13 UTC (5+ messages)
blk-mq: allow passing in an external queue mapping V3
2016-09-26 15:09 UTC (4+ messages)
` [PATCH 11/13] nvme: switch to use pci_alloc_irq_vectors
[PATCH] genhd: Handle part_tbl and part pointers correctly
2016-09-26 2:56 UTC
[PATCH] bsg: Add sparse annotations to bsg_request_fn()
2016-09-26 2:54 UTC
[rfc] weirdness in bio_map_user_iov()
2016-09-23 21:47 UTC (2+ messages)
[GIT PULL] Final block fixes for 4.8
2016-09-23 20:43 UTC
[PATCH] blkcg: Annotate blkg_hint correctly
2016-09-23 17:31 UTC (3+ messages)
[PATCH] blk-mq: skip unmapped queues in blk_mq_alloc_request_hctx
2016-09-23 16:26 UTC
[PATCH] cfq: fix starvation of asynchronous writes
2016-09-23 16:11 UTC (6+ messages)
[PATCH] block: Change BIO_RESET_BITS to current proper value
2016-09-23 5:03 UTC
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).