linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-09 13:59:42 to 2018-05-14 17:37:48 UTC [more...]

[PATCH BUGFIX] block, bfq: postpone rq preparation to insert or merge
 2018-05-14 17:37 UTC  (5+ messages)

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

stop using buffer heads in xfs and iomap
 2018-05-14 16:00 UTC  (30+ messages)
` [PATCH 01/33] block: add a lower-level bio_add_page interface
` [PATCH 02/33] fs: factor out a __generic_write_end helper
` [PATCH 06/33] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 07/33] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 10/33] iomap: add an iomap-based bmap implementation
` [PATCH 11/33] iomap: add an iomap-based readpage and readpages implementation
` [PATCH 31/33] iomap: add support for sub-pagesize buffered I/O without buffer heads

fix confusion around GFP_* flags and blk_get_request
 2018-05-14 15:35 UTC  (15+ messages)
` [PATCH 1/6] scsi/osd: remove the gfp argument to osd_start_request
` [PATCH 2/6] block: fix __get_request documentation
` [PATCH 3/6] block: sanitize blk_get_request calling conventions
` [PATCH 4/6] block: pass an explicit gfp_t to get_request
` [PATCH 5/6] block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIM
` [PATCH 6/6] block: consistently use GFP_NOIO instead of __GFP_NORECLAIM

[PATCH V5 0/9] nvme: pci: fix & improve timeout handling
 2018-05-14 15:18 UTC  (17+ messages)
` [PATCH V5 1/9] block: introduce blk_quiesce_timeout() and blk_unquiesce_timeout()
` [PATCH V5 2/9] nvme: pci: cover timeout for admin commands running in EH
` [PATCH V5 3/9] nvme: pci: only wait freezing if queue is frozen
` [PATCH V5 4/9] nvme: pci: freeze queue in nvme_dev_disable() in case of error recovery
` [PATCH V5 5/9] nvme: pci: prepare for supporting error recovery from resetting context
` [PATCH V5 6/9] nvme: pci: move error handling out of nvme_reset_dev()
` [PATCH V5 7/9] nvme: pci: don't unfreeze queue until controller state updating succeeds
` [PATCH V5 8/9] nvme: core: introduce nvme_force_change_ctrl_state()
` [PATCH V5 9/9] nvme: pci: support nested EH

[PATCH v2 09/11] docs: Fix some broken references
 2018-05-14 13:31 UTC  (9+ messages)

[PATCH blktests] Documentation: document prerequisite scriptlets
 2018-05-14 11:40 UTC 

[PATCH] loop: add recursion validation to LOOP_CHANGE_FD
 2018-05-14  7:41 UTC  (7+ messages)

[PATCH] blk-mq: Rework blk-mq timeout handling again
 2018-05-14  5:15 UTC  (9+ messages)

Performance drop due to "blk-mq-sched: improve sequential I/O performance"
 2018-05-12 23:38 UTC  (6+ messages)

[GIT PULL] Block fixes for 4.18-rc5
 2018-05-12 15:57 UTC 

[PATCH v4 00/14] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-05-11 22:55 UTC  (57+ messages)
` [PATCH v4 04/14] PCI/P2PDMA: Clear ACS P2P flags for all devices behind switches

[PATCH v8] blk-mq: Rework blk-mq timeout handling again
 2018-05-11 21:55 UTC  (3+ messages)

[PATCH 00/10] Misc block layer patches for bcachefs
 2018-05-11 21:13 UTC  (4+ messages)
` [PATCH 01/10] mempool: Add mempool_init()/mempool_exit()

make a few block drivers highmem safe
 2018-05-11 21:08 UTC  (12+ messages)
` [PATCH 1/7] mtip32xx: don't use block layer bounce buffers
` [PATCH 2/7] DAC960: "
` [PATCH 3/7] memstick: don't call blk_queue_bounce_limit
` [PATCH 4/7] mtd_blkdevs: handle highmem pages
` [PATCH 5/7] aoe: "
` [PATCH 6/7] jsflash: "
` [PATCH 7/7] ps3disk: "

[PATCH 0/2] nvme: pci: fix & improve timeout handling
 2018-05-11  2:10 UTC  (17+ messages)
` [PATCH 1/2] nvme: pci: simplify "

[PATCH V4 0/7] nvme: pci: fix & improve timeout handling
 2018-05-10 22:10 UTC  (13+ messages)
` [PATCH V4 1/7] block: introduce blk_quiesce_timeout() and blk_unquiesce_timeout()
` [PATCH V4 6/7] nvme: pci: prepare for supporting error recovery from resetting context

[PATCHSET v3 0/9] blk-mq-sched and sbitmap shallow depth
 2018-05-10 17:09 UTC  (20+ messages)
` [PATCH 1/9] blk-mq: don't call into depth limiting for reserved tags
` [PATCH 2/9] bfq-iosched: don't worry about reserved tags in limit_depth
` [PATCH 3/9] bfq: calculate shallow depths at init time
` [PATCH 4/9] bfq-iosched: remove unused variable
` [PATCH 5/9] sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()
` [PATCH 6/9] sbitmap: warn if using smaller shallow depth than was setup
` [PATCH 7/9] bfq-iosched: update shallow depth to smallest one used
` [PATCH 8/9] kyber-iosched: update shallow depth when setting up hardware queue
` [PATCH 9/9] sbitmap: fix race in wait batch accounting

[PATCHSET v2 0/7] blk-mq-sched and sbitmap shallow depth
 2018-05-10 16:20 UTC  (10+ messages)
` [PATCH 1/7] blk-mq: don't call into depth limiting for reserved tags
` [PATCH 2/7] bfq-iosched: don't worry about reserved tags in limit_depth
` [PATCH 3/7] bfq: calculate shallow depths at init time
` [PATCH 4/7] sbitmap: add helper to inform the core about shallow depth limiting
` [PATCH 5/7] bfq-iosched: update shallow depth to smallest one used
` [PATCH 6/7] bfq-iosched: remove unused variable
` [PATCH 7/7] kyber-iosched: update shallow depth when setting up hardware queue

v4.16-rc1 + dm-mpath + BFQ
 2018-05-10 16:13 UTC  (17+ messages)

[PATCH 00/18] Convert default pr_fmt from empty to KBUILD_MODNAME
 2018-05-10 15:45 UTC  (3+ messages)
` [PATCH 07/18] blk-mq: Remove pr_fmt duplicate logging prefixes
` [PATCH 16/18] aoe: "

[PATCH] mtip32xx: Fix an error handling path in 'mtip_pci_probe()'
 2018-05-10 14:21 UTC  (2+ messages)

inconsistent lock state in fs_reclaim_acquire (2)
 2018-05-10  6:37 UTC  (2+ messages)

bug in tag handling in blk-mq?
 2018-05-10  4:38 UTC  (17+ messages)

[PATCH v5] block: add verifier for cmdline partition
 2018-05-10  3:06 UTC 

[PATCH 1/1] block: fix race between opening blkext device and freeing it
 2018-05-10  0:51 UTC  (2+ messages)

[PATCHSET 0/3] blk-mq-sched and sbitmap shallow depth
 2018-05-09 15:36 UTC  (4+ messages)
` [PATCH 1/3] sbitmap: add helper to inform the core about shallow depth limiting
` [PATCH 2/3] blk-mq-sched: return shallow depth limit from ->limit_depth
` [PATCH 3/3] blk-mq-sched: inform sbitmap of shallow depth changes

[PATCH v3 0/3] AIO add per-command iopriority
 2018-05-09 15:29 UTC  (6+ messages)
` [PATCH v3 2/3] fs: Convert kiocb rw_hint from enum to u16

write call hangs in kernel space after virtio hot-remove
 2018-05-09 14:45 UTC  (5+ messages)

[PATCH] brd: Mark as non-rotational
 2018-05-09 14:44 UTC  (2+ messages)

[PATCH] bdi: Fix oops in wb_workfn()
 2018-05-09 14:42 UTC  (3+ messages)

[PATCH v3 0/7] block: consolidate struct request timestamp fields
 2018-05-09 14:35 UTC  (2+ 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).