linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-09 15:33:47 to 2017-02-14 19:34:57 UTC [more...]

[PATCH v4] mmc: sdio: check the buffer address for sdio API
 2017-02-14 19:34 UTC  (3+ messages)

sense handling improvements
 2017-02-14 19:16 UTC  (7+ 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

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] genhd: Do not hold event lock when scheduling workqueue elements
 2017-02-14 16:34 UTC  (19+ messages)
            ` Boot regression (was "Re: [PATCH] genhd: Do not hold event lock when scheduling workqueue elements")

[PATCH v1 0/5] md: use bio_clone_fast()
 2017-02-14 16:01 UTC  (14+ 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()

[PATCH v2 0/5] md: use bio_clone_fast()
 2017-02-14 16:01 UTC  (8+ 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 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

[PATCH 4/7] nonblocking aio: return on congested block device
 2017-02-14  3:55 UTC  (2+ messages)

[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  (42+ 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 04/37] mm, rmap: account file thp pages
` [PATCHv6 05/37] thp: try to free page's buffers before attempt split
` [PATCHv6 06/37] thp: handle write-protection faults for file THP
` [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 09/37] filemap: allocate huge page in pagecache_get_page(), if allowed
` [PATCHv6 10/37] filemap: handle huge pages in filemap_fdatawait_range()
` [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  (25+ 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  (20+ messages)
` [PATCH 01/16] mmc: core: move some code in mmc_start_areq()
` [PATCH 02/16] mmc: core: refactor asynchronous request finalization
` [PATCH 03/16] mmc: core: refactor mmc_request_done()
` [PATCH 04/16] mmc: core: move the asynchronous post-processing
` [PATCH 05/16] mmc: core: add a kthread for completing requests
` [PATCH 06/16] mmc: core: replace waitqueue with worker
` [PATCH 07/16] mmc: core: do away with is_done_rcv
` [PATCH 08/16] mmc: core: do away with is_new_req
` [PATCH 09/16] mmc: core: kill off the context info
` [PATCH 10/16] mmc: queue: simplify queue logic
` [PATCH 11/16] mmc: block: shuffle retry and error handling
` [PATCH 12/16] mmc: queue: stop flushing the pipeline with NULL
` [PATCH 13/16] mmc: queue: issue struct mmc_queue_req items
` [PATCH 14/16] mmc: queue: get/put struct mmc_queue_req
` [PATCH 15/16] mmc: queue: issue requests in massive parallel
` [PATCH 16/16] RFC: mmc: switch MMC/SD to use blk-mq multiqueueing v3

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

[PATCH] blk-mq-sched: don't hold queue_lock when calling exit_icq
 2017-02-10 18:35 UTC  (2+ 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  (13+ messages)
` [PATCH V3 1/2] uapi: sed-opal fix IOW for activate lsp to use correct struct
` [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

[PATCHv5 0/2] loop: enable different logical blocksizes
 2017-02-10  8:43 UTC  (3+ messages)
` [PATCHv5 1/2] loop: Remove unused 'bdev' argument from loop_set_capacity
` [PATCHv5 2/2] loop: support 4k physical blocksize

[PATCH 1/1] dm-zoned: Zoned block device target
 2017-02-10  1:24 UTC  (6+ messages)

automatic IRQ affinity for virtio V3
 2017-02-09 16:01 UTC  (3+ messages)

[PATCH 0/24 RFC] fs: Convert all embedded bdis into separate ones
 2017-02-09 15:52 UTC  (4+ messages)
` [PATCH 05/24] fs: Get proper reference for s_bdi


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