messages from 2017-02-18 03:09:13 to 2017-02-27 00:27:05 UTC [more...]
[LSF/MM TOPIC] do we really need PG_error at all?
2017-02-27 0:27 UTC (6+ messages)
[PATCH 1/2] lightnvm: add generic ocssd detection
2017-02-26 6:47 UTC (5+ messages)
` [PATCH 2/2] lightnvm: fix assert fixes and enable checks
[WIP BRANCH] cgroups support in bfq-mq WIP branch
2017-02-25 18:52 UTC (2+ messages)
[PATCH v1 00/14] md: cleanup on direct access to bvec table
2017-02-25 18:23 UTC (17+ messages)
` [PATCH v1 01/14] block: introduce bio_segments_all()
` [PATCH v1 02/14] block: introduce bio_remove_last_page()
` [PATCH v1 03/14] md: raid1/raid10: use bio_remove_last_page()
` [PATCH v1 04/14] md: move two macros into md.h
` [PATCH v1 05/14] md: prepare for managing resync I/O pages in clean way
` [PATCH v1 06/14] md: raid1: simplify r1buf_pool_free()
` [PATCH v1 07/14] md: raid1: don't use bio's vec table to manage resync pages
` [PATCH v1 08/14] md: raid1: retrieve page from pre-allocated resync page array
` [PATCH v1 09/14] md: raid1: use bio helper in process_checks()
` [PATCH v1 10/14] md: raid1: use bio_segments_all()
` [PATCH v1 11/14] md: raid10: refactor code of read reshape's .bi_end_io
` [PATCH v1 12/14] md: raid10: don't use bio's vec table to manage resync pages
` [PATCH v1 13/14] md: raid10: retrieve page from preallocated resync page array
` [PATCH v1 14/14] md: raid10: avoid direct access to bvec table in handle_reshape_read_error
[GIT PULL] Block pull request for- 4.11-rc1
2017-02-25 18:22 UTC (37+ messages)
[WIP PATCHSET 0/4] WIP branch for bfq-mq
2017-02-25 17:45 UTC (11+ messages)
[RFC PATCH v2] lightnvm: pblk
2017-02-25 16:53 UTC
[PATCH V2 1/3] blk-mq: allocate blk_mq_tags and requests in correct node
2017-02-25 2:54 UTC (8+ messages)
` [PATCH V2 2/3] PCI: add an API to get node from vector
[PATCH 1/3] lightnvm: submit erases using the I/O path
2017-02-24 17:08 UTC (6+ messages)
` [PATCH 2/3] lightnvm: rename scrambler controller hint
` [PATCH 3/3] lightnvm: free reverse device map
[PATCHv2 1/2] blk-mq: Export blk_mq_freeze_queue_wait
2017-02-24 6:50 UTC (4+ messages)
` [PATCHv2 2/2] nvme: Complete all stuck requests
blk_integrity_revalidate() clears BDI_CAP_STABLE_WRITES
2017-02-23 23:49 UTC (4+ messages)
Final opal patches for rc1
2017-02-23 18:57 UTC (5+ messages)
` [PATCH 1/3] block/sed-opal: Introduce free_opal_dev to free the structure and clean up state
` [PATCH 2/3] nvme/pci: re-check security protocol support after reset
` [PATCH 3/3] block/sed-opal: Propagate original error message to userland
[PATCH v3 1/2] blk-mq: use sbq wait queues instead of restart for driver tags
2017-02-23 18:56 UTC (3+ messages)
` [PATCH v3 2/2] blk-mq-sched: separate mark hctx and queue restart operations
[PATCH 1/4] f2fs: avoid very large discard command
2017-02-23 18:41 UTC (2+ messages)
sense handling improvements
2017-02-23 14:31 UTC (8+ messages)
[PATCH] block/sed: Embed function data into the function sequence
2017-02-23 9:54 UTC (3+ messages)
[PATCH] blk-mq-sched: don't hold queue_lock when calling exit_icq
2017-02-22 21:21 UTC (7+ messages)
[PATCH 0/13 v2] block: Fix block device shutdown related races
2017-02-22 17:42 UTC (23+ messages)
` [PATCH 01/13] block: Move bdev_unhash_inode() after invalidate_partition()
` [PATCH 02/13] block: Unhash also block device inode for the whole device
` [PATCH 03/13] block: Revalidate i_bdev reference in bd_aquire()
` [PATCH 04/13] block: Move bdi_unregister() to del_gendisk()
` [PATCH 05/13] bdi: Mark congested->bdi as internal
` [PATCH 06/13] bdi: Make wb->bdi a proper reference
` [PATCH 07/13] bdi: Move removal from bdi->wb_list into wb_shutdown()
` [PATCH 08/13] bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()
` [PATCH 09/13] bdi: Do not wait for cgwbs release in bdi_unregister()
` [PATCH 10/13] bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister()
` [PATCH 11/13] block: Fix oops in locked_inode_to_wb_and_lock_list()
` [PATCH 12/13] kobject: Export kobject_get_unless_zero()
` [PATCH 13/13] block: Fix oops scsi_disk_get()
[PATCHv4 0/4] OPAL patches, cont'd
2017-02-22 17:22 UTC (11+ messages)
` [PATCHv4 4/4] block/sed: Embed function data into the function sequence
[PATCH 00/16] multiqueue for MMC/SD third try
2017-02-22 13:29 UTC (3+ messages)
` [PATCH 06/16] mmc: core: replace waitqueue with worker
Manual driver binding and unbinding broken for SCSI
2017-02-22 10:21 UTC (5+ messages)
[PATCH 0/4] blk-mq: cleanup on all kinds of kobjects
2017-02-22 10:14 UTC (5+ messages)
` [PATCH 1/4] blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()
` [PATCH 2/4] blk-mq: make lifetime consitent between q/ctx and its kobject
` [PATCH 3/4] blk-mq: make lifetime consistent between hctx "
` [PATCH 4/4] blk-mq: free hctx->cpumask in release handler of hctx's kobject
[PATCH v2 1/2] blk-mq: use sbq wait queues instead of restart for driver tags
2017-02-21 21:29 UTC (2+ messages)
` [PATCH v2 2/2] blk-mq-sched: separate mark hctx and queue restart operations
[PATCH] scsi_transport_sas: fix BSG ioctl memory corruption
2017-02-21 21:19 UTC (3+ messages)
[PATCHv3 0/4] OPAL patches cont'd
2017-02-21 18:44 UTC (5+ messages)
` [PATCHv3 1/4] block/sed: Use ssize_t on atom parsers to return errors
` [PATCHv3 2/4] block/sed: Add helper to qualify response tokens
` [PATCHv3 3/4] block/sed: Check received header lengths
` [PATCHv3 4/4] block/sed: Embed function data into the function sequence
[PATCH v2] scsi: zero per-cmd driver data before each I/O
2017-02-21 16:19 UTC (3+ messages)
[PATCH] scsi: zero per-cmd driver data before each I/O
2017-02-21 6:48 UTC (3+ messages)
[PATCH 0/5] block subsystem refcounter conversions
2017-02-20 17:24 UTC (11+ messages)
` [PATCH 1/5] block: convert bio.__bi_cnt from atomic_t to refcount_t
` [PATCH 2/5] block: convert blk_queue_tag.refcnt "
` [PATCH 3/5] block: convert blkcg_gq.refcnt "
` [PATCH 4/5] block: convert io_context.active_ref "
` [PATCH 5/5] block: convert bsg_device.ref_count "
[PATCH 0/10] block: Fix block device shutdown related races
2017-02-20 16:58 UTC (7+ messages)
` [PATCH 01/10] block: Move bdev_unhash_inode() after invalidate_partition()
` [PATCH 08/10] block: Fix oops in locked_inode_to_wb_and_lock_list()
Some throughput tests with MQ and BFQ on MMC/SD
2017-02-20 15:32 UTC (11+ messages)
[PATCH] lightnvm: Fix error handling
2017-02-20 11:13 UTC (2+ messages)
[PATCHv3 4/4] MAINTAINERS: Remove powerpc's opal match
2017-02-19 11:33 UTC (2+ messages)
` [PATCHv3,4/4] "
[PATCHv2] scsi: use 'scsi_device_from_queue()' for scsi_dh
2017-02-19 5:59 UTC
[PATCHv2 0/5] OPAL patche'd cont'd
2017-02-18 16:22 UTC (8+ messages)
` [PATCHv2 4/5] block/sed: Embed function data into the function sequence
` [PATCHv2 5/5] block/sed: Eliminate state variable
[PATCH] block/sed-opal: Introduce free_opal_dev to free the structure and clean up state
2017-02-18 16:14 UTC (2+ messages)
[PATCH 1/2] blk-mq: use sbq wait queues instead of restart for driver tags
2017-02-18 3:08 UTC (2+ messages)
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).