messages from 2016-09-17 08:28:41 to 2016-09-28 01:22:37 UTC [more...]
[PATCH v3 0/7] ZBC / Zoned block device support
2016-09-28 1:22 UTC (8+ 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 0/2]: Add option for async ->queue_rq
2016-09-28 0:25 UTC (18+ 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 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 0/3] Enabling ATA Command Priorities
2016-09-27 18:14 UTC (4+ 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] blk-mq: Return invalid cookie if bio was split
2016-09-27 18:24 UTC (3+ messages)
[PATCH 0/9] Introduce blk_quiesce_queue() and blk_resume_queue()
2016-09-27 17:09 UTC (29+ 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] 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)
[PATCH] blkcg: Unlock blkcg_pol_mutex once if cpd == NULL
2016-09-26 22:36 UTC
blk-mq: allow passing in an external queue mapping V3
2016-09-26 15:09 UTC (18+ messages)
` [PATCH 01/13] genirq/msi: Add cpumask allocation to alloc_msi_entry
` [PATCH 02/13] genirq/affinity: Provide smarter irq spreading infrastructure
` [PATCH 03/13] genirq/msi: Switch to new "
` [PATCH 10/13] blk-mq: provide a default queue mapping for PCI device
` [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
[patch V2 0/2] block/mq: Convert to new hotplug state machine
2016-09-22 14:05 UTC (6+ messages)
` [patch V2 2/2] blk/mq: Convert to "
` [patch V2 1/2] blk/mq/cpu-notif: "
[PATCH] block: export bio_free_pages to other modules
2016-09-22 13:51 UTC (3+ messages)
[Query] increased latency observed in cpu hotplug path
2016-09-22 10:06 UTC
[GIT PULL 0/7] LightNVM pull request for 4.9
2016-09-21 14:14 UTC (2+ messages)
[PATCH 00/14] blk-mq: Minor fixes and cleanups
2016-09-20 17:26 UTC (27+ messages)
` [PATCH 01/14] blk-mq: Fix memory leaks on queue cleanup
` [PATCH 02/14] blk-mq: Fix a potential NULL pointer assignment to hctx tags
` [PATCH 03/14] block: Get rid of unused request_queue::nr_queues member
` [PATCH 04/14] blk-mq: Do not limit number of queues to 'nr_cpu_ids' in allocations
` [PATCH 05/14] blk-mq: Remove a redundant assignment
` [PATCH 06/14] blk-mq: Fix hardware context data node selection
` [PATCH 07/14] blk-mq: Cleanup a loop exit condition
` [PATCH 08/14] blk-mq: Get rid of unnecessary blk_mq_free_hw_queues()
` [PATCH 09/14] blk-mq: Move duplicating code to blk_mq_exit_hctx()
` [PATCH 10/14] blk-mq: Uninit hardware context in order reverse to init
` [PATCH 11/14] blk-mq: Move hardware context init code into single location
` [PATCH 12/14] blk-mq: Rework blk_mq_init_hctx() function
` [PATCH 13/14] blk-mq: Pair blk_mq_hctx_kobj_init() with blk_mq_hctx_kobj_put()
` [PATCH 14/14] blk-mq: Set flush_start_tag to BLK_MQ_MAX_DEPTH
[PATCH RFC 00/21] blk-mq: Introduce combined hardware queues
2016-09-20 15:00 UTC (3+ messages)
[4.4-stable] lightnvm: put bio before return
2016-09-20 12:13 UTC (2+ messages)
[PATCH 0/9] ZBC / Zoned block device support
2016-09-20 6:33 UTC (18+ messages)
` [PATCH 1/9] block: Add 'zoned' queue limit
` [PATCH 2/9] blk-sysfs: Add 'chunk_sectors' to sysfs attributes
` [PATCH 3/9] block: update chunk_sectors in blk_stack_limits()
` [PATCH 4/9] block: Define zoned block device operations
` [PATCH 5/9] block: Implement support for zoned block devices
` [PATCH 6/9] block: Add 'BLKPREP_DONE' return value
` [PATCH 7/9] block: Add 'BLK_MQ_RQ_QUEUE_DONE' "
` [PATCH 8/9] sd: Implement support for ZBC devices
` [PATCH 9/9] blk-zoned: Add ioctl interface for zone operations
[patch 0/3] block/mq: Convert to the new hotplug state machine
2016-09-19 23:37 UTC (6+ messages)
` [patch 1/3] blk/mq: Reserve hotplug states for block multiqueue
` [patch 2/3] blk/mq/cpu-notif: Convert to hotplug state machine
` [patch 3/3] blk/mq: "
replace pci_enable_msi_{exact_range} with pci_alloc_irq_vectors
2016-09-19 20:45 UTC (5+ messages)
` [PATCH 1/6] arcmsr: use pci_alloc_irq_vectors
` [PATCH 2/6] ipr: use pci_irq_allocate_vectors
[PATCH] sbitmap: avoid maybe-uninitialized warning
2016-09-19 15:41 UTC (5+ messages)
[PATCH] sbitmap: initialize weight to zero
2016-09-19 14:20 UTC (2+ messages)
[PATCH v4 0/6] blk-mq: generalization and bug fixes for tag allocation
2016-09-17 19:39 UTC (8+ messages)
` [PATCH v4 3/6] sbitmap: push per-cpu last_tag into sbitmap_queue
` [PATCH v4 4/6] sbitmap: push alloc policy "
` [PATCH v4 5/6] sbitmap: randomize initial alloc_hint values
` [PATCH v4 6/6] sbitmap: re-initialize allocation hints after resize
` [PATCH] sbitmap: don't update the allocation hint on clear "
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).