linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-11 21:10:22 to 2019-04-17 21:53:31 UTC [more...]

Adding QCOW2 reading/writing support
 2019-04-17 21:53 UTC  (7+ messages)

[PATCH blktests v2] block/020: dynamically change iodepth if test aio-nr lager than aio-max-nr
 2019-04-17 21:41 UTC  (2+ messages)

[PATCH] nvme/012 & 013: avoid extremely slow xfs IO
 2019-04-17 21:40 UTC  (8+ messages)

[PATCH] fio: Add advise THP option to mmap engine
 2019-04-17 21:28 UTC 

[PATCH v1 00/15] Keep track of GUPed pages in fs and block
 2019-04-17 21:19 UTC  (31+ messages)
` [PATCH v1 01/15] fs/direct-io: fix trailing whitespace issues
` [PATCH v1 02/15] iov_iter: add helper to test if an iter would use GUP
` [PATCH v1 04/15] block: introduce BIO_VEC_INIT() macro to initialize bio_vec structure
` [PATCH v1 05/15] block: replace all bio_vec->bv_page by bvec_page()/bvec_set_page()
` [PATCH v1 07/15] block: add bvec_put_page_dirty*() to replace put_page(bvec_page())
` [PATCH v1 10/15] block: add gup flag to bio_add_page()/bio_add_pc_page()/__bio_add_page()
` [PATCH v1 12/15] fs/direct-io: keep track of wether a page is coming from GUP or not
` [PATCH v1 15/15] ceph: use put_user_pages() instead of ceph_put_page_vector()

[PATCH v4 0/7] Extend write-hint/stream infrastructure
 2019-04-17 17:57 UTC  (9+ messages)
    ` [PATCH v4 1/7] fs: introduce write-hint start point for in-kernel hints
    ` [PATCH v4 2/7] block: increase stream count for in-kernel use
    ` [PATCH v4 3/7] block: introduce API to register stream information with block-layer
    ` [PATCH v4 4/7] block: introduce write-hint to stream-id conversion
    ` [PATCH v4 5/7] nvme: register stream info with block layer
    ` [PATCH v4 6/7] fs: introduce APIs to enable passing write-hint with buffer-head
    ` [PATCH v4 7/7] fs/ext4,jbd2: add support for sending write-hint with journal

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

[PATCH v4 0/7] lightnvm: next set of improvements for 5.2
 2019-04-17 17:11 UTC  (9+ messages)
` [PATCH v4 1/7] lightnvm: pblk: IO path reorganization
` [PATCH v4 2/7] lightnvm: pblk: simplify partial read path
` [PATCH v4 3/7] lightnvm: pblk: recover only written metadata
` [PATCH v4 4/7] lightnvm: pblk: store multiple copies of smeta
` [PATCH v4 5/7] lightnvm: pblk: use nvm_rq_to_ppa_list()
` [PATCH v4 6/7] lightnvm: track inflight target creations
` [PATCH v4 7/7] lightnvm: do not remove instance under global lock

io_uring memory ordering (and broken queue-is-full checks)
 2019-04-17 15:02 UTC  (2+ messages)

avoid calling nth_page in the block I/O path
 2019-04-17 13:42 UTC  (12+ messages)
` [PATCH 1/5] block: rewrite blk_bvec_map_sg to avoid a nth_page call

[PATCH] block: make sure that bvec length can't be overflowed
 2019-04-17 11:52 UTC  (5+ messages)

[PATCH v2] block: bio_map_user_iov should not be limited to BIO_MAX_PAGES
 2019-04-17 11:52 UTC 

[PATCH] block: bio_map_user_iov should not be limited to BIO_MAX_PAGES
 2019-04-17 11:50 UTC 

scsi: bsg-lib: drop device reference on error path
 2019-04-17  9:18 UTC  (2+ messages)

[LSF/MM TOPIC] guarantee natural alignment for kmalloc()?
 2019-04-17  8:07 UTC  (5+ messages)

[PATCH] block: Revert v5.0 blk_mq_request_issue_directly() changes
 2019-04-17  8:02 UTC  (4+ messages)

[RESEND PATCH] blk-mq: fix hang caused by freeze/unfreeze sequence
 2019-04-17  4:06 UTC  (7+ messages)

[PATCH v3 0/3] Add documentation of some blk-mq functions
 2019-04-17  2:10 UTC  (4+ messages)
` [PATCH v3 1/3] blk-mq.c: Add documention of function blk_mq_init_queue
` [PATCH v3 2/3] blk-mq.c: Rework documention of blk_mq_init_sq_queue function
` [PATCH v3 3/3] Documentation: kernel-api.rst: Add block/blk-mq.c

[PATCH V2] block: make sure that bvec length can't be overflow
 2019-04-17  1:11 UTC 

[PATCH v2 1/3] blk-mq.c: Add documention of function blk_mq_init_queue
 2019-04-16 15:00 UTC  (7+ messages)
` [PATCH v2 2/3] blk-mq.c: Rework documention of blk_mq_init_sq_queue function
` [PATCH v2 3/3] Documentation: kernel-api.rst: Add block/blk-mq.c

[PATCHv2] scsi: core: set result when the command cannot be dispatched
 2019-04-16  2:36 UTC  (2+ messages)

[PATCH 1/3] blk-mq.c: Add documention of function blk_mq_init_queue
 2019-04-16  2:23 UTC  (5+ messages)
` [PATCH 2/3] blk-mq.c: Rework documention of blk_mq_init_sq_queue function

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

[PATCH v3] block: fix use-after-free on gendisk
 2019-04-15 21:36 UTC  (8+ messages)

[PATCH] loop: drop caches if offset or block_size are changed
 2019-04-15 21:13 UTC  (2+ messages)

[PATCH 4.14 49/69] block: do not leak memory in bio_copy_user_iov()
 2019-04-15 18:59 UTC 

[PATCH 4.19 071/101] block: do not leak memory in bio_copy_user_iov()
 2019-04-15 18:59 UTC 

[PATCH 5.0 079/117] block: do not leak memory in bio_copy_user_iov()
 2019-04-15 19:00 UTC 

[PATCH 4.9 68/76] block: do not leak memory in bio_copy_user_iov()
 2019-04-15 18:44 UTC 

INFO: task hung in __io_uring_register
 2019-04-15 18:07 UTC  (4+ messages)

[PATCH] block: convert kmalloc_node to kzalloc_node
 2019-04-15 11:50 UTC  (2+ messages)

[PATCH 0/2] block: set per bio io-priority in blk-lib
 2019-04-15  5:57 UTC  (3+ messages)
` [PATCH 1/2] block: adjust code for get_task_ioprio()
` [PATCH 2/2] block: add task priority to init bio iopriority

io_uring is zero copy or not?
 2019-04-15  5:11 UTC  (3+ messages)

KASAN: use-after-free Read in blkcg_print_stat
 2019-04-14 16:48 UTC 

INFO: task hung in __x64_sys_io_uring_enter
 2019-04-14 16:42 UTC 

WARNING in io_uring_setup
 2019-04-14 15:45 UTC  (3+ messages)

INFO: task hung in __ia32_sys_io_uring_enter
 2019-04-14 11:28 UTC 

[GIT PULL] Block fixes for 5.1-rc5
 2019-04-13 22:23 UTC  (3+ messages)

bfq: update internal depth state when queue depth changes
 2019-04-13 15:34 UTC  (5+ messages)

WARNING in __kthread_bind_mask
 2019-04-13 15:13 UTC  (2+ messages)

[PATCH] block, Kconfig.iosched: set default value of IOSCHED_BFQ to yes
 2019-04-13 13:05 UTC  (2+ messages)

[PATCH v3 0/5] block: skip media change event handling if unsupported
 2019-04-12 19:35 UTC  (2+ messages)

avoid calling nth_page in the block I/O path v2
 2019-04-12 15:15 UTC  (4+ messages)
` [PATCH 3/5] block: don't allow multiple bio_iov_iter_get_pages calls per bio

[PATCH v2] block: fix the return errno for direct IO
 2019-04-12  3:37 UTC  (4+ 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).