linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-21 02:07:51 to 2019-04-25 07:03:29 UTC [more...]

simplify bio_for_each_segment_all
 2019-04-25  7:02 UTC 

[PATCH] block: use static bio_set for bio_split() calls
 2019-04-25  6:06 UTC  (9+ messages)

[PATCH 00/18] bcache patches for Linux v5.2
 2019-04-25  6:01 UTC  (21+ messages)
` [PATCH 01/18] bcache: fix crashes stopping bcache device before read miss done
` [PATCH 02/18] bcache: fix inaccurate result of unused buckets
` [PATCH 03/18] bcache: avoid clang -Wunintialized warning
` [PATCH 04/18] bcache: use kmemdup_nul for CACHED_LABEL buffer
` [PATCH 05/18] bcache: Clean up bch_get_congested()
` [PATCH 06/18] bcache: fix a race between cache register and cacheset unregister
` [PATCH 07/18] bcache: move definition of 'int ret' out of macro read_bucket()
` [PATCH 08/18] bcache: never set KEY_PTRS of jouranl key to 0 in journal_reclaim()
` [PATCH 09/18] bcache: add failure check to run_cache_set() for journal replay
` [PATCH 10/18] bcache: add comments for kobj release callback routine
` [PATCH 11/18] bcache: return error immediately in bch_journal_replay()
` [PATCH 12/18] bcache: add error check for calling register_bdev()
` [PATCH 13/18] bcache: Add comments for blkdev_put() in registration code path
` [PATCH 14/18] bcache: add comments for closure_fn to be called in closure_queue()
` [PATCH 15/18] bcache: improve bcache_reboot()
` [PATCH 16/18] bcache: fix failure in journal relplay
` [PATCH 17/18] bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch of btree_gc_coalesce
` [PATCH 18/18] bcache: avoid potential memleak of list of journal_replay(s) in the CACHE_SYNC branch of run_cache_set

[PATCH] lightnvm: pblk: Introduce hot-cold data separation
 2019-04-25  5:49 UTC  (2+ messages)

[PATCH V7 0/9] blk-mq: fix races related with freeing queue
 2019-04-25  5:32 UTC  (21+ messages)
` [PATCH V7 1/9] blk-mq: grab .q_usage_counter when queuing request from plug code path
` [PATCH V7 2/9] blk-mq: move cancel of requeue_work into blk_mq_release
` [PATCH V7 3/9] blk-mq: free hw queue's resource in hctx's release handler
` [PATCH V7 4/9] blk-mq: move all hctx alloction & initialization into __blk_mq_alloc_and_init_hctx
` [PATCH V7 5/9] blk-mq: split blk_mq_alloc_and_init_hctx into two parts
` [PATCH V7 6/9] blk-mq: always free hctx after request queue is freed
` [PATCH V7 7/9] blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_release
` [PATCH V7 8/9] block: don't drain in-progress dispatch in blk_cleanup_queue()
` [PATCH V7 9/9] nvme: hold request queue's refcount in ns's whole lifetime

bio_iov_iter_get_pages() + page_alloc.shuffle=1 migrating failures
 2019-04-25  5:06 UTC 

[PATCH 0/2] scis: core: avoid big pre-allocation for sg list
 2019-04-25  0:45 UTC  (17+ messages)
` [PATCH 1/2] scsi: core: avoid to pre-allocate big chunk for protection meta data
` [PATCH 2/2] scsi: core: avoid to pre-allocate big chunk for sg list

io_uring memory ordering (and broken queue-is-full checks)
 2019-04-24 21:54 UTC  (11+ messages)
    ` [PATCH barrier cleanup v1 1/7] io_uring: fix notes on barriers
      ` [PATCH barrier cleanup v1 2/7] io_uring: remove unnecessary barrier before wq_has_sleeper
      ` [PATCH barrier cleanup v1 3/7] io_uring: remove unnecessary barrier before reading cq head
      ` [PATCH barrier cleanup v1 4/7] io_uring: remove unnecessary barrier after updating SQ head
      ` [PATCH barrier cleanup v1 5/7] io_uring: remove unnecessary barrier before reading SQ tail
      ` [PATCH barrier cleanup v1 6/7] io_uring: remove unnecessary barrier after incrementing dropped counter
      ` [PATCH barrier cleanup v1 7/7] io_uring: remove unnecessary barrier after unsetting IORING_SQ_NEED_WAKEUP

[PATCH bpf-next v4 2/5] nbd: trace sending nbd requests
 2019-04-24 19:07 UTC  (2+ messages)
` [PATCH bpf-next v4 3/5] nbd: add tracepoints for send/receive timing

[PATCH 3.18 054/104] block: do not leak memory in bio_copy_user_iov()
 2019-04-24 17:09 UTC 

[PATCH] bcache: add alloc_thread_running to struct cache
 2019-04-24 17:25 UTC 

[PATCH 4.4 090/168] block: do not leak memory in bio_copy_user_iov()
 2019-04-24 17:08 UTC 

io_uring: not good enough for release
 2019-04-24 16:09 UTC  (4+ messages)

[RFC PATCH v2 00/16] bcache: fix journal no-space deadlock
 2019-04-24 16:06 UTC  (46+ messages)
` [RFC PATCH v2 01/16] bcache: move definition of 'int ret' out of macro read_bucket()
` [RFC PATCH v2 02/16] bcache: never set 0 to KEY_PTRS of jouranl key in journal_reclaim()
` [RFC PATCH v2 03/16] bcache: reload jouranl key information during journal replay
` [RFC PATCH v2 04/16] bcache: fix journal deadlock during jouranl replay
` [RFC PATCH v2 05/16] bcache: reserve space for journal_meta() in run time
` [RFC PATCH v2 06/16] bcache: add failure check to run_cache_set() for journal replay
` [RFC PATCH v2 07/16] bcache: add comments for kobj release callback routine
` [RFC PATCH v2 08/16] bcache: return error immediately in bch_journal_replay()
` [RFC PATCH v2 09/16] bcache: add error check for calling register_bdev()
` [RFC PATCH v2 10/16] bcache: Add comments for blkdev_put() in registration code path
` [RFC PATCH v2 11/16] bcache: add comments for closure_fn to be called in closure_queue()
` [RFC PATCH v2 12/16] bcache: add pendings_cleanup to stop pending bcache device
` [RFC PATCH v2 13/16] bcache: fix fifo index swapping condition in btree_flush_write()
` [RFC PATCH v2 14/16] bcache: try to flush btree nodes as many as possible
` [RFC PATCH v2 15/16] bcache: improve bcache_reboot()
` [RFC PATCH v2 16/16] bcache: introduce spinlock_t flush_write_lock in struct journal

[PATCH AUTOSEL 3.18 08/10] xsysace: Fix error handling in ace_setup
 2019-04-24 14:52 UTC 

[PATCH AUTOSEL 4.4 13/15] xsysace: Fix error handling in ace_setup
 2019-04-24 14:51 UTC 

[PATCH AUTOSEL 4.9 26/28] xsysace: Fix error handling in ace_setup
 2019-04-24 14:50 UTC 

[PATCH AUTOSEL 4.14 33/35] xsysace: Fix error handling in ace_setup
 2019-04-24 14:47 UTC 

[PATCH AUTOSEL 4.19 28/52] block: use blk_free_flush_queue() to free hctx->fq in blk_mq_init_hctx
 2019-04-24 14:39 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 48/52] xsysace: Fix error handling in ace_setup

[PATCH AUTOSEL 5.0 36/66] block: use blk_free_flush_queue() to free hctx->fq in blk_mq_init_hctx
 2019-04-24 14:33 UTC  (4+ messages)
` [PATCH AUTOSEL 5.0 44/66] blk-mq: do not reset plug->rq_count before the list is sorted
` [PATCH AUTOSEL 5.0 57/66] null_blk: prevent crash from bad home_node value
` [PATCH AUTOSEL 5.0 58/66] xsysace: Fix error handling in ace_setup

[PATCH V2 0/2] scis: core: avoid big pre-allocation for sg list
 2019-04-24 14:37 UTC  (5+ messages)
` [PATCH V2 1/2] scsi: core: avoid to pre-allocate big chunk for protection meta data
` [PATCH V2 2/2] scsi: core: avoid to pre-allocate big chunk for sg list

[PATCH] block: don't run get_page() on pages from non-bvec iov iter
 2019-04-24 14:33 UTC  (4+ messages)

[PATCH 0/2] block: enable multi-page bvec for bio integrity
 2019-04-24 13:18 UTC  (7+ messages)
` [PATCH 1/2] block: integrity: "
` [PATCH 2/2] block: integrity: simplify bio_integrity_prep

[PATCH V6 0/9] blk-mq: fix races related with freeing queue
 2019-04-24  5:55 UTC  (11+ messages)
` [PATCH V6 6/9] blk-mq: always free hctx after request queue is freed

[PATCH v3 0/3] Add documentation of some blk-mq functions
 2019-04-24  1:10 UTC  (2+ messages)

general protection fault in debugfs_remove
 2019-04-23 16:28 UTC 

WARNING in percpu_ref_kill_and_confirm
 2019-04-23 14:41 UTC  (10+ messages)

[PATCH V3] block: clarify that bio_add_page() and related helpers can add multi pages
 2019-04-23 13:57 UTC  (3+ messages)

[PATCH v4 0/7] lightnvm: next set of improvements for 5.2
 2019-04-23 13:51 UTC  (8+ messages)
` [PATCH v4 2/7] lightnvm: pblk: simplify partial read path
` [PATCH v4 6/7] lightnvm: track inflight target creations
` [PATCH v4 7/7] lightnvm: do not remove instance under global lock

[PATCH 0/5] blk-mq: fixes for Ming Leis V6 patchset
 2019-04-23 12:29 UTC  (6+ messages)
` [PATCH 1/5] blk-mq: rename 'dead_hctx_XX' to 'unused_hctx_XX'
` [PATCH 2/5] blk-mq: drop 'hctx_idx' argument from blk_mq_alloc_hctx()
` [PATCH 3/5] blk-mq: remove 'nr_queue' argument in blk_mq_exit_hw_queues()
` [PATCH 4/5] blk-mq: Set hctx pointer to NULL "
` [PATCH 5/5] blk-mq: free q->queue_hw_ctx in blk_mq_exit_queue()

[PATCH V2] block: clarify that bio_add_page() and related helpers can add multi pages
 2019-04-23  6:20 UTC  (3+ messages)

[PATCH AUTOSEL 5.0 59/98] sbitmap: order READ/WRITE freed instance and setting clear bit
 2019-04-22 19:41 UTC 

[PATCH v2] block: don't show io_timeout if driver has no timeout handler
 2019-04-22 14:37 UTC  (4+ messages)

[PATCH] block: avoid scatterlist offsets > PAGE_SIZE
 2019-04-22 14:22 UTC  (3+ messages)

[PATCH] brd: re-enable __GFP_HIGHMEM in brd_insert_page()
 2019-04-22 14:20 UTC  (2+ messages)

breakage after "io_uring: offload write to async worker in case of -EAGAIN"
 2019-04-22 14:07 UTC  (3+ messages)

[PATCH v4 0/7] Extend write-hint/stream infrastructure
 2019-04-22 13:43 UTC  (10+ messages)
  ` [PATCH v4 4/7] block: introduce write-hint to stream-id conversion
  ` [PATCH v4 5/7] nvme: register stream info with block layer

[PATCH v2 07/79] docs: cdrom: convert docs to ReST and rename to *.rst
 2019-04-22 13:28 UTC  (3+ messages)
` [PATCH v2 76/79] docs: blockdev: convert to ReST
` [PATCH v2 79/79] docs: block: "

[RFC PATCH 0/2] Introduce size_to_sectors helper in blkdev.h
 2019-04-21 17:42 UTC  (5+ messages)
` [RFC PATCH 1/2] blkdev.h: Introduce size_to_sectors hlper function
` [RFC PATCH 2/2] null_blk: Make use of size_to_sectors helper

[PATCH 0/1] io_uring: fix bad free in io_sqe_files_register
 2019-04-21  2:02 UTC  (4+ messages)
` [PATCH 1/1] "


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