linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-29 16:28:13 to 2018-09-04 17:55:11 UTC [more...]

divide error in nbd_ioctl
 2018-09-04 17:55 UTC  (4+ messages)

[PATCH V2] lightnvm: pblk: add tracing for chunk resets
 2018-09-04 10:57 UTC  (6+ messages)
` [PATCH V3] lightnvm: pblk: fix mapping issue on failed writes
` [PATCH V2] lightnvm: pblk: stop recreating global caches

[PATCH 0/4] Introduce trace events for pblk
 2018-09-04 10:39 UTC  (8+ messages)
` [PATCH 1/4] lightnvm: pblk: add trace events for chunk states
` [PATCH 2/4] lightnvm: pblk: add trace events for line state changes
` [PATCH 3/4] lightnvm: pblk: add trace events for pblk "
` [PATCH 4/4] lightnvm: pblk: add tracing for chunk resets

Affinity managed interrupts vs non-managed interrupts
 2018-09-04 10:29 UTC  (14+ messages)

[PATCH] lightnvm: pblk: Fix two sleep-in-atomic-context bugs in pblk_line_submit_smeta_io()
 2018-09-04 10:11 UTC  (2+ messages)

[PATCH 0/4] lightnvm: pblk: add support for chunk metadata on erase
 2018-09-04 10:09 UTC  (9+ messages)
` [PATCH 1/4] lightnvm: use right address format on 1.2 path
` [PATCH 2/4] lightnvm: assign block address before slba
` [PATCH 3/4] lightnvm: pblk: add helper for printing chunk state
` [PATCH 4/4] lightnvm: pblk: retrieve chunk metadata on erase

[PATCH] lightnvm: pblk: remove debug from pblk_[down/up]_page
 2018-09-04  9:49 UTC  (5+ messages)

[PATCH] Performance Improvement in CRC16 Calculations
 2018-09-04 13:30 UTC  (8+ messages)
    ` [PATCH 1/4] crypto: Introduce notifier for new crypto algorithms
    ` [PATCH v2 1/3] "
      ` [PATCH v2 2/3] crc-t10dif: Pick better transform if one becomes available
      ` [PATCH v2 3/3] crc-t10dif: Allow current transform to be inspected in sysfs

Recent removal of bsg read/write support
 2018-09-04  6:59 UTC  (8+ messages)

[PATCH v7] drbd: Convert from ahash to shash
 2018-09-04  6:04 UTC  (2+ messages)

[PATCH v5 00/13] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-09-03 22:26 UTC  (36+ messages)
` [PATCH v5 01/13] PCI/P2PDMA: Support peer-to-peer memory
` [PATCH v5 02/13] PCI/P2PDMA: Add sysfs group to display p2pmem stats
` [PATCH v5 03/13] PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offset
` [PATCH v5 04/13] PCI/P2PDMA: Introduce configfs/sysfs enable attribute helpers
` [PATCH v5 05/13] docs-rst: Add a new directory for PCI documentation
` [PATCH v5 06/13] PCI/P2PDMA: Add P2P DMA driver writer's documentation
` [PATCH v5 07/13] block: Add PCI P2P flag for request queue and check support for requests
` [PATCH v5 08/13] IB/core: Ensure we map P2P memory correctly in rdma_rw_ctx_[init|destroy]()
` [PATCH v5 09/13] nvme-pci: Use PCI p2pmem subsystem to manage the CMB
` [PATCH v5 10/13] nvme-pci: Add support for P2P memory in requests
` [PATCH v5 11/13] nvme-pci: Add a quirk for a pseudo CMB
` [PATCH v5 12/13] nvmet: Introduce helper functions to allocate and free request SGLs
` [PATCH v5 13/13] nvmet: Optionally use PCI P2P memory

[PATCH] block: don't warn when calling fsync on read-only block devices
 2018-09-03 22:05 UTC  (3+ messages)

[RFC] [PATCH 0/1] Introduce emergency raid0 stop for mounted arrays
 2018-09-03 12:16 UTC  (6+ messages)

[PATCH V2] lightnvm: pblk: fix mapping issue on failed writes
 2018-09-03  7:56 UTC  (5+ messages)
` [PATCH] lightnvm: pblk: stop recreating global caches

[PATCH] bcache: correct dirty data statistics
 2018-09-01  9:34 UTC 

[PATCH] block/elevator: Avoid a NULL pointer dereference in kobject_uevent()
 2018-09-01  9:06 UTC 

[PATCH 00/15] blkcg ref count refactor/cleanup + blkcg avg_lat
 2018-09-01  0:35 UTC  (47+ messages)
` [PATCH 01/15] Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()"
` [PATCH 02/15] blkcg: delay blkg destruction until after writeback has finished
` [PATCH 03/15] blkcg: use tryget logic when associating a blkg with a bio
` [PATCH 04/15] blkcg: fix ref count issue with bio_blkcg using task_css
` [PATCH 05/15] blkcg: update blkg_lookup_create to do locking
` [PATCH 06/15] blkcg: always associate a bio with a blkg
` [PATCH 07/15] blkcg: consolidate bio_issue_init and blkg association
` [PATCH 08/15] blkcg: associate a blkg for pages being evicted by swap
` [PATCH 09/15] blkcg: associate writeback bios with a blkg
` [PATCH 10/15] blkcg: remove bio->bi_css and instead use bio->bi_blkg
` [PATCH 11/15] blkcg: remove additional reference to the css
` [PATCH 12/15] blkcg: cleanup and make blk_get_rl use blkg_lookup_create
` [PATCH 13/15] blkcg: change blkg reference counting to use percpu_ref
` [PATCH 14/15] blkcg: rename blkg_try_get to blkg_tryget
` [PATCH 15/15] blkcg: add average latency tracking to blk-cgroup

[PATCH 0/3] fix blkcg offlining and destruction
 2018-08-31 20:49 UTC  (5+ messages)
` [PATCH 1/3] Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()"
` [PATCH 2/3] blkcg: delay blkg destruction until after writeback has finished
` [PATCH 3/3] blkcg: use tryget logic when associating a blkg with a bio

[PATCH] blkcg: fix call_kern.cocci warnings
 2018-08-31 19:01 UTC 

[PATCH] lightnvm: move ppa transformations to core
 2018-08-31 14:19 UTC  (4+ messages)

[PATCH] lightnvm: move bad block and chunk state logic to core
 2018-08-31 11:50 UTC  (2+ messages)

[PATCH 0/7] pblk fixes
 2018-08-31 10:02 UTC  (9+ messages)
` [PATCH 2/7] lightnvm: pblk: fix mapping issue on failed writes
` [PATCH 4/7] lightnvm: pblk: move global caches to module init/exit

MQ-BFQ crashing on battery mode
 2018-08-31  6:49 UTC  (5+ messages)
      ` blk-mq "

Maintainer / Kernel Summit 2018 planning kick-off
 2018-08-30 21:35 UTC 

[GIT PULL] Block fixes for 4.19-rc2
 2018-08-30 20:16 UTC 

[GIT PULL] Block fixes for 4.19-rc2
 2018-08-30 20:15 UTC 

[PATCH] block: elevator: remove unneeded null check in elv_register()
 2018-08-30 20:02 UTC  (3+ messages)

writeback throttling deadlock
 2018-08-30 15:06 UTC  (2+ messages)

[GIT PULL] MMC fixes for v4.19-rc2
 2018-08-30 12:20 UTC 

[PATCH] Revert "blk-mq: issue directly if hw queue isn't busy in case of 'none'"
 2018-08-30 12:05 UTC  (12+ messages)

bvec_iter rewind API
 2018-08-30 11:24 UTC  (2+ messages)

[PATCH] block: Add a check for fdisk
 2018-08-30  9:11 UTC 

[PATCH] block: Add a check for fdisk
 2018-08-30  7:07 UTC 

[PATCH 0/3] lightnvm: pblk: support variable OOB size
 2018-08-29 19:57 UTC  (3+ messages)

[PATCH 0/4] lightnvm: pblk: collection of small fixes
 2018-08-29 19:13 UTC  (5+ messages)

[PATCH] lightnvm: pblk: improve line helpers
 2018-08-29 14:17 UTC  (2+ messages)

[V2 PATCH] lightnvm: pblk: add helpers for chunk addresses
 2018-08-29 14:16 UTC  (2+ messages)

[PATCH] lightnvm: pblk: add helpers for chunk addresses
 2018-08-29 13:10 UTC  (3+ messages)

[GIT PULL] nvme fixes for 4.19
 2018-08-29 17:05 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).