linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-06 12:25:47 to 2018-09-12 15:59:02 UTC [more...]

[PATCH v2 00/24] ban the use of _PAGE_XXX flags outside platform specific code
 2018-09-12 15:59 UTC  (25+ messages)
` [PATCH v2 01/24] powerpc/32: Add ioremap_wt() and ioremap_coherent()
` [PATCH v2 02/24] drivers/video/fbdev: use ioremap_wc/wt() instead of __ioremap()
` [PATCH v2 03/24] drivers/block/z2ram: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)
` [PATCH v2 04/24] soc/fsl/qbman: use ioremap_cache() instead of ioremap_prot(0)
` [PATCH v2 05/24] powerpc: don't use ioremap_prot() nor __ioremap() unless really needed
` [PATCH v2 06/24] powerpc/mm: properly set PAGE_KERNEL flags in ioremap()
` [PATCH v2 07/24] powerpc: handover page flags with a pgprot_t parameter
` [PATCH v2 08/24] powerpc/mm: don't use _PAGE_EXEC in book3s/32
` [PATCH v2 09/24] powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.h
` [PATCH v2 10/24] powerpc/mm: add pte helpers to query and change pte flags
` [PATCH v2 11/24] powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()
` [PATCH v2 12/24] powerpc/mm: use pte helpers in generic code
` [PATCH v2 13/24] powerpc/mm: Split dump_pagelinuxtables flag_array table
` [PATCH v2 14/24] powerpc/mm: drop unused page flags
` [PATCH v2 15/24] powerpc/mm: move __P and __S tables in the common pgtable.h
` [PATCH v2 16/24] powerpc/book3s/32: do not include pte-common.h
` [PATCH v2 17/24] powerpc/mm: Move pte_user() into nohash/pgtable.h
` [PATCH v2 18/24] powerpc/mm: Distribute platform specific PAGE and PMD flags and definitions
` [PATCH v2 19/24] powerpc/nohash/64: do not include pte-common.h
` [PATCH v2 20/24] powerpc/mm: Allow platforms to redefine some helpers
` [PATCH v2 21/24] powerpc/mm: Define platform default caches related flags
` [PATCH v2 22/24] powerpc/mm: Get rid of pte-common.h
` [PATCH v2 23/24] powerpc/8xx: change name of a few page flags to avoid confusion
` [PATCH v2 24/24] powerpc/book3s64: Avoid multiple endian conversion in pte helpers

[REGRESSION] bfq probe failed on 4.19-rc3
 2018-09-12 14:31 UTC  (13+ messages)

[PATCH] drivers/block/xen-blkback/common.h: use DIV_ROUND_UP instead of reimplementing its function
 2018-09-12 10:29 UTC  (6+ messages)
` [Xen-devel] "

[PATCH] percpu-refcount: relax limit on percpu_ref_reinit()
 2018-09-12  1:52 UTC  (23+ messages)

[PATCH v3 00/12] block: always associate blkg and refcount cleanup
 2018-09-11 23:51 UTC  (15+ messages)
` [PATCH 01/12] blkcg: fix ref count issue with bio_blkcg using task_css
` [PATCH 02/12] blkcg: update blkg_lookup_create to do locking
` [PATCH 03/12] blkcg: convert blkg_lookup_create to find closest blkg
` [PATCH 04/12] blkcg: always associate a bio with a blkg
` [PATCH 05/12] blkcg: consolidate bio_issue_init to be a part of core
` [PATCH 06/12] blkcg: associate a blkg for pages being evicted by swap
` [PATCH 07/12] blkcg: associate writeback bios with a blkg
` [PATCH 08/12] blkcg: remove bio->bi_css and instead use bio->bi_blkg
` [PATCH 09/12] blkcg: remove additional reference to the css
` [PATCH 10/12] blkcg: cleanup and make blk_get_rl use blkg_lookup_create
` [PATCH 11/12] blkcg: change blkg reference counting to use percpu_ref
` [PATCH 12/12] blkcg: rename blkg_try_get to blkg_tryget

[PATCH] rsxx: Remove unnecessary parentheses
 2018-09-11 22:57 UTC  (3+ messages)

[PATCH] bcache: fix failure in journal relplay
 2018-09-11 13:14 UTC 

[PATCH] lightnvm: pblk: add SPDX license tag
 2018-09-11 12:08 UTC 

[V2 PATCH 0/2] pblk: retrieve chunk metadata on erase
 2018-09-11 11:35 UTC  (3+ messages)
` [PATCH 1/2] lightnvm: pblk: add helper for printing chunk state
` [PATCH 2/2] lightnvm: pblk: retrieve chunk metadata on erase

[PATCH 0/3] lightnvm: pblk: support variable OOB size
 2018-09-11 11:30 UTC  (13+ messages)
` [PATCH 1/3] lightnvm: use internal allocation for chunk log page
` [PATCH 2/3] lightnvm: do no update csecs and sos on 1.2
` [PATCH 3/3] lightnvm: pblk: support variable OOB size

[V2 PATCH] lightnvm: pblk: recover open lines on 2.0 devices
 2018-09-11 11:29 UTC  (2+ messages)
` [PATCH] "

Affinity managed interrupts vs non-managed interrupts
 2018-09-11  9:38 UTC  (18+ messages)

[V5 PATCH 0/3] lightnvm: pblk: take write semaphore on metadata
 2018-09-11 11:24 UTC  (4+ messages)
` [PATCH 1/3] lightnvm: encapsule rqd dma allocations
` [PATCH 2/3] lightnvm: pblk: refactor metadata paths
` [PATCH 3/3] lightnvm: pblk: take write semaphore on metadata

[RFC PATCH 0/4] blk-mq: introduce bio retrieve mechanism
 2018-09-11  9:48 UTC  (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] blk-mq: retrieve bios before update nr_hw_queues
` [PATCH 3/4] nvme-pci: unquiesce queues after "
` [PATCH 4/4] nvme-pci: discard the cq_vector checking in nvme_queue_rq

[PATCH v5 07/13] block: Add PCI P2P flag for request queue and check support for requests
 2018-09-11  7:10 UTC  (13+ messages)

[PATCH 00/12] block: always associate blkg and refcount cleanup
 2018-09-11  5:11 UTC  (22+ messages)
` [PATCH 01/12] blkcg: fix ref count issue with bio_blkcg using task_css
` [PATCH 02/12] blkcg: update blkg_lookup_create to do locking
` [PATCH 03/12] blkcg: convert blkg_lookup_create to find closest blkg
` [PATCH 04/12] blkcg: always associate a bio with a blkg
` [PATCH 05/12] blkcg: consolidate bio_issue_init to be a part of core
` [PATCH 06/12] blkcg: associate a blkg for pages being evicted by swap
` [PATCH 07/12] blkcg: associate writeback bios with a blkg
` [PATCH 08/12] blkcg: remove bio->bi_css and instead use bio->bi_blkg
` [PATCH 09/12] blkcg: remove additional reference to the css
` [PATCH 10/12] blkcg: cleanup and make blk_get_rl use blkg_lookup_create
  ` [LKP] [blkcg] 1d0e59f90b: BUG:unable_to_handle_kernel
` [PATCH 11/12] blkcg: change blkg reference counting to use percpu_ref
` [PATCH 12/12] blkcg: rename blkg_try_get to blkg_tryget

[PATCH 12/15] blkcg: cleanup and make blk_get_rl use blkg_lookup_create
 2018-09-11  2:37 UTC  (2+ messages)
` [LKP] [blkcg] 22f657e287: general_protection_fault:#[##]

[PATCH 0/6] blk-iolatency: Fixes and tweak the miss algo for ssds
 2018-09-10 20:49 UTC  (7+ messages)
` [PATCH 1/6] blk-iolatency: use q->nr_requests directly
` [PATCH 2/6] blk-iolatency: delete changed variable
` [PATCH 3/6] blk-iolatency: deal with nr_requests == 1
` [PATCH 4/6] blk-iolatency: deal with small samples
` [PATCH 5/6] blk-iolatency: use a percentile approache for ssd's
` [PATCH 6/6] blk-iolatency: keep track of previous windows stats

[PATCH] xen-blkback: Switch to closed state after releasing the backing device
 2018-09-10 16:18 UTC  (24+ messages)
    ` [DRBD-user] "

[GIT PULL] nvme fix for 4.19
 2018-09-10 14:17 UTC  (2+ messages)

[PATCH 0/3] Introduce a light-weight queue close feature
 2018-09-10  1:49 UTC  (13+ messages)
` [PATCH 3/3] nvme-pci: use queue close instead of queue freeze

Subsystem responsible for /proc/diskstats timings?
 2018-09-09  8:03 UTC 

[PATCH 3.18 11/29] tracing/blktrace: Fix to allow setting same value
 2018-09-07 21:10 UTC 

[PATCH 4.4 22/47] tracing/blktrace: Fix to allow setting same value
 2018-09-07 21:10 UTC 

[PATCH 4.9 30/63] tracing/blktrace: Fix to allow setting same value
 2018-09-07 21:10 UTC 

[PATCH 4.14 46/89] tracing/blktrace: Fix to allow setting same value
 2018-09-07 21:09 UTC 

[PATCH 4.18 076/145] tracing/blktrace: Fix to allow setting same value
 2018-09-07 21:09 UTC 

[PATCH] block: umem: replace spin_lock_bh with spin_lock in tasklet callback
 2018-09-07 17:34 UTC  (2+ messages)

[PATCH] bcache: fix ioctl in flash device
 2018-09-07 12:01 UTC 

[PATCH v2] lightnvm: pblk-recovery: lightnvm: pblk: Fix two sleep-in-atomic-context bugs
 2018-09-07 10:00 UTC  (5+ messages)

[PATCH 00/15] blkcg ref count refactor/cleanup + blkcg avg_lat
 2018-09-07  3:08 UTC  (18+ messages)
` [PATCH 04/15] blkcg: fix ref count issue with bio_blkcg using task_css
` [PATCH 06/15] blkcg: always associate a bio with a blkg
  ` [LKP] [blkcg] c02c58dab2: WARNING:at_block/blk-throttle.c:#blk_throtl_bio
` [PATCH 07/15] blkcg: consolidate bio_issue_init and blkg association
` [PATCH 11/15] blkcg: remove additional reference to the css
` [PATCH 13/15] blkcg: change blkg reference counting to use percpu_ref
  ` [LKP] [blkcg] 6ef69a3a0b: WARNING:suspicious_RCU_usage

[GIT PULL] Block fixes for 4..19-rc3
 2018-09-06 20:54 UTC 

[PATCH] block: bfq: swap puts in bfqg_and_blkg_put
 2018-09-06 17:33 UTC  (3+ 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).