linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-22 02:25:34 to 2018-02-27 10:07:49 UTC [more...]

[PATCH V3 0/8] blk-mq & scsi: fix reply queue selection and improve host wide tagset
 2018-02-27 10:07 UTC  (8+ messages)
` [PATCH V3 1/8] scsi: hpsa: fix selection of reply queue
` [PATCH V3 2/8] scsi: megaraid_sas: "
` [PATCH V3 3/8] blk-mq: introduce 'start_tag' field to 'struct blk_mq_tags'
` [PATCH V3 4/8] blk-mq: introduce BLK_MQ_F_HOST_TAGS
` [PATCH V3 5/8] scsi: Add template flag 'host_tagset'
` [PATCH V3 6/8] block: null_blk: introduce module parameter of 'g_host_tags'
` [PATCH V3 7/8] scsi: hpsa: improve scsi_mq performance via .host_tagset

[PATCH V15 00/22] mmc: Add Command Queue support
 2018-02-27  9:28 UTC  (8+ messages)
` [PATCH V15 06/22] mmc: block: Add blk-mq support

[PATCH][RESEND] lightnvm: Avoid validation of default op value
 2018-02-27  7:44 UTC  (3+ messages)

[PATCH] bcache: fix kernel crashes when run fio in a RAID backend bcache device
 2018-02-27  4:58 UTC  (3+ messages)

[PATCH 0/4] fix a few problems in block layer
 2018-02-27  4:51 UTC  (13+ messages)
` [PATCH 1/4] block: fix the count of PGPGOUT for WRITE_SAME
` [PATCH 2/4] block: bio_check_eod() needs to consider partition
` [PATCH 3/4] block: display the correct diskname for bio
` [PATCH 4/4] block: fix a typo

[PATCH] bcache: check all uuid elements when start flash only volumes
 2018-02-27  3:54 UTC  (3+ messages)

[PATCH v2] blk-throttle: fix race between blkcg_bio_issue_check and cgroup_rmdir
 2018-02-27  3:18 UTC  (12+ messages)

[PATCH 0/6 v2] block: Fix races in bdev - gendisk handling
 2018-02-27  0:09 UTC  (11+ messages)
` [PATCH 1/6] genhd: Fix leaked module reference for NVME devices
` [PATCH 2/6] genhd: Rename get_disk() to get_disk_and_module()
` [PATCH 3/6] genhd: Add helper put_disk_and_module()
` [PATCH 4/6] genhd: Fix use after free in __blkdev_get()
` [PATCH 5/6] genhd: Fix BUG in blkdev_open()
` [PATCH 6/6] blockdev: Avoid two active bdev inodes for one device

[PATCH 0/2] blk-mq: kyber: fix domain token leak during requeue
 2018-02-26 23:41 UTC  (8+ messages)
` [PATCH 1/2] blk-mq: don't call io sched's .requeue_request when requeueing rq to ->dispatch
` [PATCH 2/2] block: kyber: fix domain token leak during requeue

[PATCH] nbd: fix return value in error handling path
 2018-02-26 23:01 UTC  (2+ messages)

[PATCH RFC] sbitmap: Use lock/unlock atomic bitops
 2018-02-26 22:14 UTC  (2+ messages)

[PATCH] lightnvm: Avoid validation of default op value Avoid validation of default op value, if default value is given. In preparation of using the rsvd field of the extended config for additional paramters while using default op
 2018-02-26 19:58 UTC  (2+ messages)

[PATCH] blktrace_api.h: fix comment for struct blk_user_trace_setup
 2018-02-26 19:26 UTC  (3+ messages)

[PATCH V3 00/19] lightnvm: pblk: implement 2.0 support
 2018-02-26 19:04 UTC  (26+ messages)
` [PATCH 01/19] lightnvm: simplify geometry structure
` [PATCH 02/19] lightnvm: add controller capabilities to 2.0
` [PATCH 03/19] lightnvm: add minor version to generic geometry
` [PATCH 04/19] lightnvm: add shorten OCSSD version in geo
` [PATCH 05/19] lightnvm: complete geo structure with maxoc*
` [PATCH 06/19] lightnvm: pblk: check for supported version
` [PATCH 07/19] lightnvm: complete 2.0 values in sysfs
` [PATCH 08/19] lightnvm: rename number of channels and luns
` [PATCH 09/19] lightnvm: rename sect_* to sec_*
` [PATCH 10/19] lightnvm: add support for 2.0 address format
` [PATCH 11/19] lightnvm: pblk: rename ppaf* to addrf*
` [PATCH 12/19] lightnvn: pblk: use generic address format
` [PATCH 13/19] lightnvm: make address conversions depend on generic device
` [PATCH 14/19] nvme: make nvme_get_log_ext available
` [PATCH 15/19] lightnvm: implement get log report chunk helpers
` [PATCH 16/19] lightnvm: define chunk states
` [PATCH 17/19] lightnvm: pblk: implement get log report chunk
` [PATCH 18/19] lightnvm: pblk: refactor init/exit sequences
` [PATCH 19/19] lightnvm: pblk: implement 2.0 support

[PATCH] lightnvm: pblk: remove unused variable
 2018-02-26 18:21 UTC  (3+ messages)

[PATCH][RESEND] block: copy ioprio in __bio_clone_fast()
 2018-02-26 16:06 UTC  (2+ messages)

Hangs in balance_dirty_pages with arm-32 LPAE + highmem
 2018-02-26 14:28 UTC  (2+ messages)

[PATCH] lightnvm: centralize permission check for lightnvm ioctl
 2018-02-26 12:59 UTC  (2+ messages)

v4.16-rc2: virtio-block + ext4 lockdep splats / sleeping from invalid context
 2018-02-26 12:44 UTC  (4+ messages)

[PATCH] block: copy ioprio in __bio_clone_fast()
 2018-02-26 11:40 UTC  (2+ messages)

[PATCH BUGFIX V3] block, bfq: add requeue-request hook
 2018-02-24 16:15 UTC  (7+ messages)

[PATCH v4 0/6] Fix races between blkcg code and request queue initialization and cleanup
 2018-02-24 12:44 UTC  (19+ messages)
` [PATCH v4 1/6] block/loop: Delete gendisk before cleaning up the request queue
` [PATCH v4 2/6] md: "
` [PATCH v4 3/6] zram: "
` [PATCH v4 4/6] block: Add a third argument to blk_alloc_queue_node()
` [PATCH v4 5/6] block: Fix a race between the cgroup code and request queue initialization
` [PATCH v4 6/6] block: Fix a race between request queue removal and the block cgroup controller

[PATCH] lightnvm: fix bad block initialization
 2018-02-24  9:15 UTC  (4+ messages)

[PATCH] fix double ;;s in code
 2018-02-24  8:56 UTC  (4+ messages)

[PATCH 1/1] extend BLKRRPART to update the readable size of media
 2018-02-24  3:02 UTC 

[PATCH V2] block: pass inclusive 'lend' parameter to truncate_inode_pages_range
 2018-02-23 22:20 UTC  (4+ messages)

[PATCH 1/1] extend BLKRRPART to update the readable size of media
 2018-02-23 18:00 UTC 

v4.16-rc2: I/O hang with dm-rq + Kyber
 2018-02-23 17:13 UTC  (5+ messages)

disk-io lockup in 4.14.13 kernel
 2018-02-23 16:03 UTC  (4+ messages)

[PATCH v2] block/loop: add documentation for sysfs interface
 2018-02-23 15:20 UTC  (2+ messages)

[RESEND PATCH v2] Documentation/ABI: clean up sysfs-class-pktcdvd
 2018-02-23 15:13 UTC  (2+ messages)

[PATCH] blk-throttle: avoid multiple counting for same bio
 2018-02-23 14:16 UTC  (6+ messages)

[PATCH 1/1] extend BLKRRPART to update the readable size of optical media
 2018-02-23 10:45 UTC 

[PATCH] lightnvm: fix memory leak in pblk_luns_init
 2018-02-23  8:56 UTC  (3+ messages)

[PATCH v3 0/3] Fix races between blkcg code and request queue initialization and cleanup
 2018-02-22 16:59 UTC  (5+ messages)
` [PATCH v3 3/3] block: Fix a race between request queue removal and the block cgroup controller

[PATCH V2 00/20] lightnvm: pblk: implement 2.0 support
 2018-02-22 14:13 UTC  (37+ messages)
` [PATCH 01/20] lightnvm: simplify geometry structure
` [PATCH 02/20] lightnvm: add controller capabilities to 2.0
` [PATCH 03/20] lightnvm: fix capabilities for 2.0 sysfs
` [PATCH 04/20] lightnvm: add minor version to generic geometry
` [PATCH 07/20] lightnvm: rename sect_* to sec_*
` [PATCH 08/20] lightnvm: complete geo structure with maxoc*
` [PATCH 09/20] lightnvm: use generic identify structure
` [PATCH 10/20] lightnvm: pblk: rename ppaf* to addrf*
` [PATCH 11/20] lightnvm: pblk: check for supported version
` [PATCH 13/20] lightnvm: add support for 2.0 address format

how can one drain MQ request queue ?
 2018-02-22 13:39 UTC  (5+ messages)

[PATCH v2] block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>
 2018-02-22  8:14 UTC  (3+ messages)

[PATCH] lightnvm: fix bad block initialization
 2018-02-22  8:10 UTC 


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