linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-22 17:52:21 to 2018-05-24 15:39:50 UTC [more...]

[PATCH V6 00/11] nvme: pci: fix & improve timeout handling
 2018-05-24 15:39 UTC  (3+ messages)
` [PATCH V6 02/11] nvme: pci: cover timeout for admin commands running in EH

[PATCH 0/6] block: Consolidate scsi sense buffer usage
 2018-05-24 14:11 UTC  (37+ messages)
` [PATCH 1/6] ide-cd: Drop unused sense buffers
` [PATCH 2/6] scsi: cxlflash: "
` [PATCH 3/6] block: Create scsi_sense.h for SCSI and ATAPI
` [PATCH 4/6] block: Consolidate scsi sense buffer usage
` [PATCH 5/6] libata-scsi: Move sense buffers onto stack
` [PATCH 6/6] scsi: Check sense buffer size at build time

[PATCH] block drivers/block: Use octal not symbolic permissions
 2018-05-24 13:01 UTC  (6+ messages)

[GIT PULL] Two block related fixes for 4.17-rc
 2018-05-24 12:59 UTC 

[PATCH V5 00/33] block: support multipage bvec
 2018-05-24  9:01 UTC  (34+ messages)
` [PATCH V5 01/33] block: rename bio_for_each_segment* with bio_for_each_page*
` [PATCH V5 02/33] block: rename rq_for_each_segment as rq_for_each_page
` [PATCH V5 03/33] block: rename bio_segments() with bio_pages()
` [PATCH V5 04/33] block: introduce multipage page bvec helpers
` [PATCH V5 05/33] block: introduce bio_for_each_segment()
` [PATCH V5 06/33] block: use bio_for_each_segment() to compute segments count
` [PATCH V5 07/33] block: use bio_for_each_segment() to map sg
` [PATCH V5 08/33] block: introduce segment_last_page()
` [PATCH V5 09/33] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V5 10/33] btrfs: use segment_last_page to get bio's last page
` [PATCH V5 11/33] block: implement bio_pages_all() via bio_for_each_page_all()
` [PATCH V5 12/33] block: introduce bio_segments()
` [PATCH V5 13/33] block: introduce rq_for_each_segment()
` [PATCH V5 14/33] block: loop: pass segments to iov_iter
` [PATCH V5 15/33] block: introduce bio_clone_seg_bioset()
` [PATCH V5 16/33] dm: clone bio via bio_clone_seg_bioset
` [PATCH V5 17/33] block: bio: introduce bio_for_each_page_all2 and bio_for_each_segment_all
` [PATCH V5 18/33] block: deal with dirtying pages for multipage bvec
` [PATCH V5 19/33] block: convert to bio_for_each_page_all2()
` [PATCH V5 20/33] md/dm/bcache: conver to bio_for_each_page_all2 and bio_for_each_segment
` [PATCH V5 21/33] fs: conver to bio_for_each_page_all2
` [PATCH V5 22/33] btrfs: "
` [PATCH V5 23/33] ext4: "
` [PATCH V5 24/33] f2fs: "
` [PATCH V5 25/33] xfs: "
` [PATCH V5 26/33] exofs: "
` [PATCH V5 27/33] gfs2: "
` [PATCH V5 28/33] block: kill bio_for_each_page_all()
` [PATCH V5 29/33] block: rename bio_for_each_page_all2 as bio_for_each_page_all
` [PATCH V5 30/33] block: enable multipage bvecs
` [PATCH V5 31/33] block: bio: pass segments to bio if bio_add_page() is bypassed
` [PATCH V5 32/33] block: always define BIO_MAX_PAGES as 256
` [PATCH V5 33/33] block: document usage of bio iterator helpers

[PATCH 0/2] lightnvm: pblk: write buffer improvements
 2018-05-24  8:18 UTC  (3+ messages)
` [PATCH 2/2] lightnvm: pblk: handle case when device expose mw_cunits equal to 0

[PATCH 0/3] lightnvm: Error paths handling
 2018-05-24  8:18 UTC  (6+ messages)
` [PATCH 1/3] lightnvm: Proper error handling for pblk_bio_add_pages
` [PATCH 2/3] lightnvm: Handling when whole line is bad
` [PATCH 3/3] lightnvm: Fix partial read error path

[PATCH V4] blk-mq: avoid to starve tag allocation after allocation process migrates
 2018-05-24  7:49 UTC 

[PATCH V3] blk-mq: avoid to starve tag allocation after allocation process migrates
 2018-05-24  5:56 UTC  (2+ messages)

BLK_EH_HANDLED
 2018-05-24  4:45 UTC  (35+ messages)
` [PATCH 01/14] libata: remove ata_scsi_timed_out
` [PATCH 02/14] block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE
` [PATCH 03/14] nvme: return BLK_EH_DONE from ->timeout
` [PATCH 04/14] nbd: complete requests "
` [PATCH 05/14] mtip32xx: "
` [PATCH 06/14] null_blk: "
` [PATCH 07/14] scsi_transport_fc: "
` [PATCH 08/14] mmc: "
` [PATCH 09/14] libiscsi: don't try to bypass SCSI EH
` [PATCH 10/14] block: remove BLK_EH_HANDLED
` [PATCH 11/14] block: document the blk_eh_timer_return values
` [PATCH 12/14] blk-mq: Fix timeout and state order
` [PATCH 13/14] blk-mq: Remove generation seqeunce
` [PATCH 14/14] blk-mq: simplify blk_mq_rq_timed_out

[PATCH V2] blk-mq: avoid to starve tag allocation after allocation process migrates
 2018-05-24  2:20 UTC  (13+ messages)

[RFC PATCH 0/3] blk-mq: Timeout rework
 2018-05-24  1:52 UTC  (7+ messages)
` [RFC PATCH 3/3] blk-mq: Remove generation seqeunce

[PATCH] nbd: set discard granularity properly
 2018-05-23 21:27 UTC  (2+ messages)

[PATCH] blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
 2018-05-23 14:57 UTC  (3+ messages)

sub-page blocksize support in iomap non-buffer head path v3
 2018-05-23 14:46 UTC  (3+ messages)
` [PATCH 1/2] iomap: add support for sub-pagesize buffered I/O without buffer heads
` [PATCH 2/2] xfs: add support for sub-pagesize writeback without buffer_heads

[PATCH v13] blk-mq: Rework blk-mq timeout handling again
 2018-05-23 14:08 UTC  (22+ messages)

[PATCH 6/7] psi: pressure stall information for CPU, memory, and IO
 2018-05-23 13:17 UTC  (2+ messages)

[PATCH blktests] Documentation: document prerequisite scriptlets
 2018-05-23  7:23 UTC  (5+ messages)

[PATCH V2 0/2] block: kyber: make kyber more friendly with merging
 2018-05-23  6:33 UTC  (3+ messages)
` [PATCH V2 1/2] blk-mq: abstract out blk-mq-sched rq list iteration bio merge helper
` [PATCH V2 2/2] block: kyber: make kyber more friendly with merging

buffered I/O without buffer heads in xfs and iomap v2
 2018-05-23  6:03 UTC  (9+ messages)
` [PATCH 16/34] iomap: add initial support for writes without buffer heads

[PATCH] bcache: do not check return value of debugfs_create_dir()
 2018-05-23  4:21 UTC  (3+ messages)

[PATCH] Revert "block: Add warning for bi_next not NULL in bio_endio()"
 2018-05-23  2:16 UTC  (4+ messages)

[PATCH] block: kyber: make kyber more friendly with merging
 2018-05-23  1:59 UTC  (8+ messages)

[PATCH blktests] block/020: test IO req allocation
 2018-05-23  0:37 UTC  (3+ messages)

[PATCH blktests] blktests: use consistent helper returns
 2018-05-22 23:55 UTC  (2+ messages)

[PATCH v14] blk-mq: Rework blk-mq timeout handling again
 2018-05-22 23:06 UTC 

[PATCH v7 0/5] AIO add per-command iopriority
 2018-05-22 22:31 UTC  (6+ messages)
` [PATCH v7 5/5] fs: iomap dio set bio prio from kiocb prio

[PATCH 00/10] Misc block layer patches for bcachefs
 2018-05-22 22:01 UTC  (6+ messages)

[PATCH v4 00/14] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-05-22 21:28 UTC  (4+ messages)
` [PATCH v4 06/14] PCI/P2PDMA: Add P2P DMA driver writer's documentation

[PATCH 00/13] convert block layer to bioset_init()/mempool_init()
 2018-05-22 19:09 UTC  (11+ 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).