linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-14 19:16:14 to 2017-02-20 15:41:01 UTC [more...]

[PATCH 0/5] block subsystem refcounter conversions
 2017-02-20 15:41 UTC  (8+ 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 "

Some throughput tests with MQ and BFQ on MMC/SD
 2017-02-20 15:32 UTC  (11+ messages)

[PATCH 0/10] block: Fix block device shutdown related races
 2017-02-20 14:53 UTC  (4+ messages)
` [PATCH 01/10] block: Move bdev_unhash_inode() after invalidate_partition()

[PATCH] lightnvm: Fix error handling
 2017-02-20 11:13 UTC  (2+ messages)

[GIT PULL] Block pull request for- 4.11-rc1
 2017-02-20  7:35 UTC  (7+ messages)

Manual driver binding and unbinding broken for SCSI
 2017-02-20  2:19 UTC  (3+ messages)

[PATCHv3 0/4] OPAL patches
 2017-02-19 11:33 UTC  (14+ 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] MAINTAINERS: Remove powerpc's opal match
    ` [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  (11+ messages)
` [PATCHv2 1/5] block/sed: Use ssize_t on atom parsers to return errors
` [PATCHv2 2/5] block/sed: Add helper to qualify response tokens
` [PATCHv2 3/5] block/sed: Check received header lengths
` [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  (3+ messages)
` [PATCH 2/2] blk-mq-sched: separate mark hctx and queue restart operations

[PATCH 0/5] OPAL patches cont'd
 2017-02-17 22:56 UTC  (6+ messages)
` [PATCH 1/5] block/sed: Use ssize_t on atom parsers to return errors
` [PATCH 2/5] block/sed: Add helper to qualify response tokens
` [PATCH 3/5] block/sed: Check received header lengths
` [PATCH 4/5] block/sed: embedded function data into the function sequence
` [PATCH 5/5] block/sed: Eliminate state variable

[GIT PULL] Single block fix for 4.10
 2017-02-17 19:50 UTC 

OPAL fixups
 2017-02-17 19:42 UTC  (12+ messages)
` [PATCH 1/4] block/sed-opal: tone down not supported warnings
` [PATCH 2/4] block/sed-opal: allocate struct opal_dev dynamically
` [PATCH 3/4] nvme: Check for Security send/recv support before issuing commands
` [PATCH 4/4] nvme: re-check security protocol support after reset

[PATCH] blk-mq-sched: don't hold queue_lock when calling exit_icq
 2017-02-17 10:30 UTC  (6+ messages)

[PATCH 1/2] block/sed-opal: tone down not supported warnings
 2017-02-17  9:14 UTC  (7+ messages)
` [PATCH 2/2] block/sed-opal: allocate struct opal_dev dynamically

[PATCH 00/17] md: cleanup on direct access to bvec table
 2017-02-17  8:33 UTC  (31+ messages)
` [PATCH 01/17] block: introduce bio_segments_all()
` [PATCH 02/17] block: introduce bio_remove_last_page()
` [PATCH 03/17] md: raid1/raid10: use bio_remove_last_page()
` [PATCH 04/17] md: introduce helpers for dealing with fetch/store preallocated pages in bio
` [PATCH 05/17] md: raid1/raid10: use the introduced helpers
` [PATCH 06/17] md: raid1/raid10: borrow .bi_error as pre-allocated page index
` [PATCH 07/17] md: raid1/raid10: don't use .bi_vcnt to check if all pages are added
` [PATCH 08/17] md: raid1: simplify r1buf_pool_free()
` [PATCH 09/17] md: raid1/raid10: use bio helper in *_pool_free
` [PATCH 10/17] md: raid1: remove direct access to bvec table in fix_sync_read_error
` [PATCH 11/17] md: raid1: use bio helper in process_checks()
` [PATCH 12/17] md: raid1: avoid direct access to bvec table "
` [PATCH 13/17] md: raid1: use bio_segments_all()
` [PATCH 14/17] md: raid10: avoid direct access to bvec table in sync_request_write()
` [PATCH 15/17] md: raid10: avoid direct access to bvec table in fix_recovery_read_error
` [PATCH 16/17] md: raid10: avoid direct access to bvec table in reshape_request
` [PATCH 17/17] md: raid10: avoid direct access to bvec table in handle_reshape_read_error

[PATCH] opal: Use empty structure when not defined
 2017-02-16 20:52 UTC  (10+ messages)

[PATCHSET v4] blk-mq-scheduling framework
 2017-02-16 15:35 UTC  (4+ messages)
` [PATCH 7/8] mq-deadline: add blk-mq adaptation of the deadline IO scheduler

[PATCH] nbd: ref count the socks array
 2017-02-16 15:06 UTC  (3+ messages)
` [PATCH V2] "

[BUG] Potential deadlock in the block layer
 2017-02-16 14:56 UTC  (4+ messages)

[PATCHv4 0/4] OPAL patches
 2017-02-16 14:40 UTC  (9+ messages)
` [PATCHv4 1/4] block/sed: Use ssize_t on atom parsers to return errors
` [PATCHv4 2/4] block/sed: Add helper to qualify response tokens
` [PATCHv4 3/4] block/sed: Check received header lengths
` [PATCHv4 4/4] MAINTAINERS: Remove powerpc's opal match

sense handling improvements
 2017-02-16 14:33 UTC  (13+ messages)
` [PATCH 1/6] scsi: always zero sshdr in scsi_normalize_sense
` [PATCH 2/6] sd: improve TUR handling in sd_check_events
` [PATCH 3/6] scsi: make the sense header argument to scsi_test_unit_ready mandatory
` [PATCH 5/6] scsi: merge __scsi_execute into scsi_execute
` [PATCH 6/6] scsi: remove scsi_execute_req_flags

[PATCH v2 0/5] md: use bio_clone_fast()
 2017-02-15 23:19 UTC  (6+ messages)
` [PATCH v2 5/5] md: fast clone bio in bio_clone_mddev()

[PATCH] nbd: cleanup workqueue on error properly
 2017-02-15 21:49 UTC 

[PATCHv2 0/4] OPAL patches
 2017-02-15 21:05 UTC  (5+ messages)
` [PATCHv2 1/4] block/sed: Use ssize_t on atom parsers to return errors
` [PATCHv2 2/4] block/sed: Add helper to qualify response tokens
` [PATCHv2 3/4] block/sed: Check received header lengths
` [PATCHv2 4/4] MAINTAINERS: Remove powerpc's opal match

[PATCH 1/4] block/sed: Use ssize_t on atom parsers to return errors
 2017-02-15 19:38 UTC  (5+ messages)
` [PATCH 2/4] block/sed: Add helper to qualify response tokens
` [PATCH 3/4] block/sed: Check received header lengths

[PATCH v3] blk-mq-sched: separate mark hctx and queue restart operations
 2017-02-15 16:54 UTC  (2+ messages)

[PATCH] block: do not allow updates through sysfs until registration completes
 2017-02-15 15:41 UTC  (2+ messages)

[PATCH 0/2] Small fixes for LightNVM core
 2017-02-15 15:27 UTC 

Boot regression (was "Re: [PATCH] genhd: Do not hold event lock when scheduling workqueue elements")
 2017-02-15 13:51 UTC  (12+ messages)

[PATCH] mmc: core: make block layer non-optional
 2017-02-15 12:19 UTC  (5+ messages)

[PATCH 4/7] nonblocking aio: return on congested block device
 2017-02-15 11:13 UTC  (3+ messages)

[PATCH] sbitmap: boundary checks for resized bitmap
 2017-02-15 11:10 UTC 

support for multi-range discard requests V3
 2017-02-15 10:45 UTC  (4+ messages)
` [PATCH 4/4] nvme: support ranged discard requests

support for multi-range discard requests
 2017-02-15 10:42 UTC  (11+ messages)
` [PATCH 1/4] block: move req_set_nomerge to blk.h
` [PATCH 2/4] block: enumify ELEVATOR_*_MERGE
` [PATCH 3/4] block: optionally merge discontiguous discard bios into a single request
` [PATCH 4/4] nvme: support ranged discard requests

[PATCH v4] mmc: sdio: check the buffer address for sdio API
 2017-02-15  9:55 UTC  (5+ messages)

[PATCH V6 1/3] uapi: sed-opal fix IOW for activate lsp to use correct struct
 2017-02-15  2:47 UTC  (4+ messages)
` [PATCH V6 2/3] Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASAN
` [PATCH V6 3/3] Maintainers: Modify SED list from nvme to block

[PATCH v1 0/5] md: use bio_clone_fast()
 2017-02-15  2:26 UTC  (6+ messages)
` [PATCH v1 1/5] block: introduce bio_clone_bioset_partial()


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).