linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-02 23:12:54 to 2018-03-12 09:54:57 UTC [more...]

[PATCH 1/2] direct-io: Remove unused DIO_ASYNC_EXTEND flag
 2018-03-12  9:54 UTC 

[PATCH V4 0/4] SCSI: fix selection of reply(hw) queue
 2018-03-12  9:19 UTC  (20+ messages)
` [PATCH V4 1/4] scsi: hpsa: fix selection of reply queue
` [PATCH V4 2/4] scsi: megaraid_sas: "
` [PATCH V4 3/4] scsi: introduce force_blk_mq
` [PATCH V4 4/4] scsi: virtio_scsi: fix IO hang caused by irq vector automatic affinity

[PATCH V2] nvme-pci: assign separate irq vectors for adminq and ioq0
 2018-03-12  9:09 UTC 

VLA removal, device_handler and COMMAND_SIZE
 2018-03-12  6:25 UTC  (11+ messages)
` [PATCH] device_handler: remove VLAs
` [PATCH] scsi: resolve COMMAND_SIZE at compile time

disk-io lockup in 4.14.13 kernel
 2018-03-11  5:00 UTC  (5+ messages)

[GIT PULL] Block IO bits for 4.16-rc5
 2018-03-10  5:21 UTC 

Newly initialized DVD+RW treated as zero length by the block layer
 2018-03-09 21:13 UTC 

[PATCH] block: Suppress kernel-doc warnings triggered by blk-zoned.c
 2018-03-09 15:24 UTC  (2+ messages)

[PATCH] blk-mq-debugfs: Show more request state information
 2018-03-09 15:24 UTC  (2+ messages)

[PATCH V3 0/4] genirq/affinity: irq vector spread among online CPUs as far as possible
 2018-03-09 15:08 UTC  (15+ messages)
` [PATCH V3 1/4] genirq/affinity: rename *node_to_possible_cpumask as *node_to_cpumask
` [PATCH V3 2/4] genirq/affinity: move actual irq vector spread into one helper
` [PATCH V3 3/4] genirq/affinity: support to do irq vectors spread starting from any vector
` [PATCH V3 4/4] genirq/affinity: irq vector spread among online CPUs as far as possible

[PATCH V3 0/8] blk-mq & scsi: fix reply queue selection and improve host wide tagset
 2018-03-09  8:13 UTC  (45+ messages)
` [PATCH V3 1/8] scsi: hpsa: fix selection of reply queue
` [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 7/8] scsi: hpsa: improve scsi_mq performance via .host_tagset
` [PATCH V3 8/8] scsi: megaraid: "

[PATCH v2 00/10] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-03-09  5:08 UTC  (35+ messages)
` [PATCH v2 04/10] PCI/P2PDMA: Clear ACS P2P flags for all devices behind switches
` [PATCH v2 07/10] nvme-pci: Use PCI p2pmem subsystem to manage the CMB
` [PATCH v2 08/10] nvme-pci: Add support for P2P memory in requests

[PATCH v4] blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()
 2018-03-09  1:33 UTC  (2+ messages)

[PATCH v2 00/11] Make all concurrent queue flag manipulations safe
 2018-03-08 21:15 UTC  (15+ messages)
` [PATCH v2 01/11] block: Reorder the queue flag manipulation function definitions
` [PATCH v2 02/11] block: Use the queue_flag_*() functions instead of open-coding these
` [PATCH v2 03/11] block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()
` [PATCH v2 04/11] block: Protect queue flag changes with the queue lock
` [PATCH v2 05/11] mtip32xx: Use the blk_queue_flag_*() functions
` [PATCH v2 06/11] bcache: Use the blk_queue_flag_{set,clear}() functions
` [PATCH v2 07/11] iscsi: Use blk_queue_flag_set()
` [PATCH v2 08/11] target/tcm_loop: "
` [PATCH v2 09/11] block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
` [PATCH v2 10/11] block: Complain if queue_flag_(set|clear)_unlocked() is abused
` [PATCH v2 11/11] block: Move the queue_flag_*() functions from a public into a private header file

[PATCH] block: bio_check_eod() needs to consider partition
 2018-03-08 21:09 UTC  (4+ messages)

[PATCH v7 1/2] xfs: remove assert to check bytes returned
 2018-03-08 17:29 UTC  (5+ messages)
` [PATCH v7 2/2] Return bytes transferred for partial direct I/O

[PATCH V2 0/5] genirq/affinity: irq vector spread among online CPUs as far as possible
 2018-03-08 10:05 UTC  (9+ messages)
` [PATCH V2 1/5] genirq/affinity: rename *node_to_possible_cpumask as *node_to_cpumask
` [PATCH V2 2/5] genirq/affinity: mark 'node_to_cpumask' as const for get_nodes_in_cpumask()
` [PATCH V2 3/5] genirq/affinity: move actual irq vector spread into one helper
` [PATCH V2 4/5] genirq/affinity: support to do irq vectors spread starting from any vector
` [PATCH V2 5/5] genirq/affinity: irq vector spread among online CPUs as far as possible

[PATCH V2 0/4] fix a few problems in block layer
 2018-03-08  7:44 UTC  (5+ messages)
` [PATCH 2/4] block: bio_check_eod() needs to consider partition

[PATCH 00/11] Make all concurrent queue flag manipulations safe
 2018-03-08  1:02 UTC  (16+ messages)
` [PATCH 01/11] block: Reorder the queue flag manipulaton function definitions
` [PATCH 06/11] bcache: Use the blk_queue_flag_{set,clear}() functions
` [PATCH 07/11] iscsi: Use blk_queue_flag_set()
` [PATCH 08/11] target/tcm_loop: "
` [PATCH 09/11] block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
` [PATCH 10/11] block: Complain if queue_flag_(set|clear)_unlocked() is abused
` [PATCH 11/11] block: Move the queue_flag_*() functions from a public into a private header file

[PATCH][RESEND] block: sed-opal: fix u64 short atom length
 2018-03-07 23:58 UTC  (5+ messages)
` [PATCH v2] "

[PATCH][RESEND] block: sed-opal: fix response string extraction
 2018-03-07 22:45 UTC  (3+ messages)

[PATCH v2] bcache: move closure debug file into debug direcotry
 2018-03-07 17:14 UTC  (2+ messages)

[PATCH v2] bcache: move closure debug file into debug direcotry
 2018-03-07  3:24 UTC  (4+ messages)

[PATCH] [v2] bcache: fix using of loop variable in memory shrink
 2018-03-07  1:59 UTC  (2+ messages)

[PATCH V2] block: null_blk: fix 'Invalid parameters' when loading module
 2018-03-06 17:35 UTC  (2+ messages)

Hangs in balance_dirty_pages with arm-32 LPAE + highmem
 2018-03-06 11:28 UTC  (4+ messages)

Re: [PATCH] bcache: fix error count in memory shrink
 2018-03-06  8:02 UTC 

[PATCH] bcache: fix error count in memory shrink
 2018-03-06  6:11 UTC 

[PATCH] block: null_blk: fix 'Invalid parameters' failure when loading module
 2018-03-06  3:33 UTC  (3+ messages)

[PATCH V15 00/22] mmc: Add Command Queue support
 2018-03-06  0:48 UTC  (10+ messages)
` [PATCH V15 06/22] mmc: block: Add blk-mq support
            ` EXT4 Oops (Re: [PATCH V15 06/22] mmc: block: Add blk-mq support)

Some bcache patches need reveiw
 2018-03-05 22:04 UTC  (2+ messages)

[PATCH] bcache: fix error count in memory shrink
 2018-03-05 22:02 UTC  (2+ messages)

[PATCH] bcache: fix error return value in memory shrink
 2018-03-05 21:55 UTC  (2+ messages)

[PATCH] bcache: fix incorrect sysfs output value of strip size
 2018-03-05 21:49 UTC  (2+ messages)

[PATCH] bcache: don't attach backing with duplicate UUID
 2018-03-05 21:46 UTC  (2+ messages)

[PATCH 0/2] Duplicate UUID fixes for 4.16
 2018-03-05 21:46 UTC  (4+ messages)
` [PATCH 1/2] bcache: fix crashes in duplicate cache device register
` [PATCH 2/2] bcache: don't attach backing with duplicate UUID

[PATCH V2] lightnvm: pblk: refactor init/exit sequences
 2018-03-05 18:27 UTC  (9+ messages)
` [PATCH] "

vgdisplay hang on iSCSI session
 2018-03-05 16:10 UTC  (6+ messages)

[PATCH v3] blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()
 2018-03-05 15:03 UTC 

[PATCH V5 00/12] lightnvm: pblk: implement 2.0 support
 2018-03-05 13:30 UTC  (4+ messages)
` [PATCH 01/12] lightnvm: simplify geometry structure

[PATCH] block, bfq: keep peak_rate estimation within range 1..2^32-1
 2018-03-05 12:48 UTC 

loop: properly declare rotational flag of underlying device
 2018-03-05 12:34 UTC 

[PATCH v2] bcache: move closure debug file into debug direcotry
 2018-03-05  8:34 UTC 

[PATCH] bcache: remove closure debug file when unloading module
 2018-03-05  4:26 UTC  (2+ messages)

[PATCH v2] blk-throttle: fix race between blkcg_bio_issue_check and cgroup_rmdir
 2018-03-05  1:17 UTC  (12+ messages)


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