linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-10 10:57:02 to 2017-02-15 21:45:57 UTC [more...]

[PATCHv4 0/4] OPAL patches
 2017-02-15 21:45 UTC  (5+ 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

[PATCHv3 0/4] OPAL patches
 2017-02-15 21:19 UTC  (8+ 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

[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 v2 0/5] md: use bio_clone_fast()
 2017-02-15 19:20 UTC  (10+ messages)
` [PATCH v2 1/5] block: introduce bio_clone_bioset_partial()
` [PATCH v2 2/5] md: fail if mddev->bio_set can't be created
` [PATCH v2 3/5] md/raid1: use bio_clone_bioset_partial() in case of write behind
` [PATCH v2 4/5] md: remove unnecessary check on mddev
` [PATCH v2 5/5] md: fast clone bio in bio_clone_mddev()

[PATCH] blk-mq-sched: don't hold queue_lock when calling exit_icq
 2017-02-15 18:04 UTC  (5+ messages)

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

sense handling improvements
 2017-02-15 15:30 UTC  (12+ 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 4/6] scsi: simplify scsi_execute_req_flags
` [PATCH 5/6] scsi: merge __scsi_execute into scsi_execute
` [PATCH 6/6] scsi: remove scsi_execute_req_flags

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

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

[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  (15+ messages)
` [PATCH v1 1/5] block: introduce bio_clone_bioset_partial()
` [PATCH v1 2/5] md/raid1: use bio_clone_bioset_partial() in case of write behind
` [PATCH v1 3/5] md: fail if mddev->bio_set can't be created
` [PATCH v1 4/5] md: remove unnecessary check on mddev
` [PATCH v1 5/5] md: fast clone bio in bio_clone_mddev()

v4.9, 4.4-final: 28 bioset threads on small notebook, 36 threads on cellphone
 2017-02-14 17:33 UTC  (4+ messages)
                    ` [dm-devel] "

[PATCH BUGFIX] attempt to fix wrong scheduler selection
 2017-02-14 15:48 UTC  (13+ messages)
` [PATCH BUGFIX] block: make elevator_get robust against cross blk/blk-mq choice

[PATCH v3] sd: Check for unaligned partial completion
 2017-02-14 12:47 UTC  (2+ messages)

[PATCH v2] sd: Check for unaligned partial completion
 2017-02-14  9:08 UTC  (2+ messages)

[PATCH] sd: Check for unaligned partial completion
 2017-02-14  8:23 UTC  (2+ messages)

SED Opal Fixups
 2017-02-14  8:18 UTC  (14+ messages)
` [PATCH V5 1/4] block: sed-opal: change ioctl to take user pointer instead of unsinged long
` [PATCH V5 2/4] uapi: sed-opal fix IOW for activate lsp to use correct struct
` [PATCH V5 3/4] Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASAN
` [PATCH V5 4/4] Maintainers: Modify SED list from nvme to block

[WIP PATCHSET 0/4] WIP branch for bfq-mq
 2017-02-13 22:38 UTC  (16+ messages)
` [WIP PATCHSET 1/4] blk-mq: pass bio to blk_mq_sched_get_rq_priv

[PATCH] nbd: use bdget_disk to get bdev
 2017-02-13 17:31 UTC 

[PATCH] block/loop: fix race between I/O and set_status
 2017-02-13 16:37 UTC  (2+ messages)

[PATCHv6 00/37] ext4: support of huge pages
 2017-02-13 16:28 UTC  (34+ messages)
` [PATCHv6 01/37] mm, shmem: swich huge tmpfs to multi-order radix-tree entries
` [PATCHv6 03/37] page-flags: relax page flag policy for few flags
` [PATCHv6 05/37] thp: try to free page's buffers before attempt split
` [PATCHv6 07/37] filemap: allocate huge page in page_cache_read(), if allowed
` [PATCHv6 08/37] filemap: handle huge pages in do_generic_file_read()
` [PATCHv6 11/37] HACK: readahead: alloc huge pages, if allowed
` [PATCHv6 12/37] brd: make it handle huge pages
` [PATCHv6 13/37] mm: make write_cache_pages() work on "
` [PATCHv6 15/37] thp: do not threat slab pages as huge in hpage_{nr_pages,size,mask}
` [PATCHv6 16/37] thp: make thp_get_unmapped_area() respect S_HUGE_MODE
` [PATCHv6 17/37] fs: make block_read_full_page() be able to read huge page

[PATCH] blk-mq: Call bio_io_error if request returned is NULL
 2017-02-13 16:07 UTC  (2+ messages)

[PATCH] nbd: set the logical and physical blocksize properly
 2017-02-13 15:39 UTC  (6+ messages)
` [Nbd] "
` [PATCH V2] "

[BUG] Potential deadlock in the block layer
 2017-02-13 15:02 UTC  (2+ messages)

[PATCH 0/10] block: Fix block device shutdown related races
 2017-02-13 14:27 UTC  (22+ messages)
` [PATCH 01/10] block: Move bdev_unhash_inode() after invalidate_partition()
` [PATCH 02/10] block: Unhash also block device inode for the whole device
` [PATCH 03/10] block: Revalidate i_bdev reference in bd_aquire()
` [PATCH 04/10] block: Move bdi_unregister() to del_gendisk()
` [PATCH 05/10] writeback: Generalize and standardize I_SYNC waiting function
` [PATCH 07/10] writeback: Implement reliable switching to default writeback structure
` [PATCH 08/10] block: Fix oops in locked_inode_to_wb_and_lock_list()
` [PATCH 09/10] kobject: Export kobject_get_unless_zero()
` [PATCH 10/10] block: Fix oops scsi_disk_get()

Sed-opal Fixes
 2017-02-13  7:54 UTC  (5+ messages)
` [PATCH V4 1/2] uapi: sed-opal fix IOW for activate lsp to use correct struct
` [PATCH V4 2/2] Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASAN

[PATCH 00/16] multiqueue for MMC/SD third try
 2017-02-12 16:16 UTC  (3+ messages)

[lkp-robot] [scsi, block] 0dba1314d4: WARNING:at_fs/sysfs/dir.c:#sysfs_warn_dup
 2017-02-11 16:07 UTC  (3+ messages)

[PATCH] block: set make_request_fn manually in blk_mq_update_nr_hw_queues
 2017-02-10 18:15 UTC  (2+ messages)

[PATCH] bfq-mq: cause deadlock by executing exit_icq body immediately
 2017-02-10 16:09 UTC  (8+ messages)

Sed-opal fixups
 2017-02-10 15:57 UTC  (7+ messages)
` [PATCH V3 2/2] Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASAN

spread MSI(-X) vectors to all possible CPUs
 2017-02-10 11:13 UTC  (3+ messages)
` [PATCH 3/6] genirq/affinity: update CPU affinity for CPU hotplug events


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