linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-08 14:20:52 to 2019-04-12 03:31:04 UTC [more...]

[PATCH V5 0/9] blk-mq: fix races related with freeing queue
 2019-04-12  3:30 UTC  (5+ 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 v2] block: fix the return errno for direct IO
 2019-04-12  3:22 UTC  (3+ messages)

[PATCH v1 00/15] Keep track of GUPed pages in fs and block
 2019-04-12  0:08 UTC  (18+ 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 03/15] block: introduce bvec_page()/bvec_set_page() to get/set bio_vec.bv_page
` [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 06/15] block: convert bio_vec.bv_page to bv_pfn to store pfn and not page
` [PATCH v1 07/15] block: add bvec_put_page_dirty*() to replace put_page(bvec_page())
` [PATCH v1 08/15] block: use bvec_put_page() instead of put_page(bvec_page())
` [PATCH v1 09/15] block: bvec_put_page_dirty* instead of set_page_dirty* and bvec_put_page
` [PATCH v1 10/15] block: add gup flag to bio_add_page()/bio_add_pc_page()/__bio_add_page()
` [PATCH v1 11/15] block: make sure bio_add_page*() knows page that are coming from GUP
` [PATCH v1 12/15] fs/direct-io: keep track of wether a page is coming from GUP or not
` [PATCH v1 13/15] fs/splice: use put_user_page() when appropriate
` [PATCH v1 14/15] fs: use bvec_set_gup_page() where appropriate
` [PATCH v1 15/15] ceph: use put_user_pages() instead of ceph_put_page_vector()

Some new bio merging behaviors in __bio_try_merge_page
 2019-04-11 16:25 UTC  (7+ messages)

[PATCHSET 0/3] io_uring: add sync_file_range and drains
 2019-04-11 16:19 UTC  (7+ messages)
` [PATCH 1/3] io_uring: add support for marking commands as draining
` [PATCH 2/3] fs: add sync_file_range() helper
` [PATCH 3/3] io_uring: add support for IORING_OP_SYNC_FILE_RANGE

[GIT PULL] nvme fixes for 5.1
 2019-04-11 15:37 UTC  (2+ messages)

[PATCH V3] block: don't use for-inside-for in bio_for_each_segment_all
 2019-04-11 15:07 UTC  (4+ messages)

[LSF/MM TOPIC] guarantee natural alignment for kmalloc()?
 2019-04-11 13:28 UTC  (2+ messages)

[PATCH] io_uring: add support for barrier fsync
 2019-04-11 11:05 UTC  (7+ messages)

avoid calling nth_page in the block I/O path v2
 2019-04-11  7:36 UTC  (9+ messages)
` [PATCH 1/5] block: rewrite blk_bvec_map_sg to avoid a nth_page call
` [PATCH 2/5] block: refactor __bio_iov_bvec_add_pages
` [PATCH 3/5] block: don't allow multiple bio_iov_iter_get_pages calls per bio
` [PATCH 4/5] block: change how we get page references in bio_iov_iter_get_pages
` [PATCH 5/5] block: only allow contiguous page structs in a bio_vec

[PATCH] block: fix the return errno for direct IO
 2019-04-11  7:21 UTC  (3+ messages)

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

[PATCH RFC 1/2] errno.h: Export EFSCORRUPTED error number
 2019-04-11  1:47 UTC  (10+ messages)
` [PATCH 2/2] block: Add new BLK_STS_FSCORRUPTED status

[PATCH] block: do not leak memory in bio_copy_user_iov()
 2019-04-10 22:14 UTC  (3+ messages)

[GIT PULL] lightnvm: pblk: fix crash in pblk_end_partial_read due to multipage bvecs
 2019-04-10 18:17 UTC  (2+ messages)

[PATCH 1/1] blk-mq: do not splice ctx->rq_lists[type] to hctx->dispatch if ctx is not mapped to hctx
 2019-04-10 17:38 UTC  (2+ messages)

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

[PATCH V4 0/2] blk-mq/nvme: cancel request synchronously
 2019-04-10 15:57 UTC  (7+ messages)
` [PATCH V4 1/2] blk-mq: introduce blk_mq_complete_request_sync()
` [PATCH V4 2/2] nvme: cancel request synchronously

Bug: VHCI + USB 3.0
 2019-04-10 14:52 UTC  (9+ messages)

[PATCH 0/2] Limit number of hw queues by nr_cpu_ids for virtio-blk and virtio-scsi
 2019-04-10 14:18 UTC  (6+ messages)
` [PATCH 1/2] virtio-blk: limit number of hw queues by nr_cpu_ids
` [PATCH 2/2] scsi: virtio_scsi: "

[PATCH BUGFIX V2] block, bfq: fix use after free in bfq_bfqq_expire
 2019-04-10 13:55 UTC  (2+ messages)

[PATCH] lightnvm: pblk: fix crash in pblk_end_partial_read due to multipage bvecs
 2019-04-10 12:52 UTC  (3+ messages)

[PATCH 0/1] bfq: remove prefixes from cgroup filenames
 2019-04-10 11:42 UTC  (17+ messages)
` [PATCH 1/1] block, bfq: delete "bfq" prefix "

Thinkpad X60: regression with 5.1-rc1 and 5.1-rc4
 2019-04-10  9:33 UTC  (6+ messages)

[PATCH] block, bfq: fix use after free in bfq_bfqq_expire
 2019-04-10  8:34 UTC  (2+ messages)

[PATCH] block: make blk_queue_zone_sectors() return sector_t type
 2019-04-10  8:14 UTC  (9+ messages)
  ` [PATCH v2] dm zoned: Silence a static checker warning
        ` [dm-devel] "
      ` [PATCH v3] "

[PATCH] io_uring: fix ifnullfree.cocci warnings
 2019-04-10  6:25 UTC  (2+ messages)

[PATCH] block: Fix blk_mq_try_issue_directly()
 2019-04-10  0:51 UTC  (6+ messages)

[PATCH] scsi: core: set result when the command cannot be dispatched
 2019-04-10  0:02 UTC  (6+ messages)

[PATCH v2] fs/block_dev.c: remove unused include
 2019-04-09 23:17 UTC  (3+ messages)

[bug report][scsi blk_mq] data corruption due to a bug in SCSI LLD error handling
 2019-04-09 21:36 UTC  (3+ messages)

avoid calling nth_page in the block I/O path
 2019-04-09 16:15 UTC  (10+ messages)
` [PATCH 1/5] block: rewrite blk_bvec_map_sg to avoid a nth_page call
` [PATCH 2/5] block: refactor __bio_iov_bvec_add_pages
` [PATCH 3/5] block: don't allow multiple bio_iov_iter_get_pages calls per bio

Bisected GFP in bfq_bfqq_expire on v5.1-rc1
 2019-04-09 16:14 UTC  (10+ messages)

[PATCH] block: don't use for-inside-for in bio_for_each_segment_all
 2019-04-09 15:36 UTC  (8+ messages)

[PATCH 1/1] brd: Add an option to disable 512e sector size
 2019-04-09 15:08 UTC 

[PATCH] block: null: Add documentation for "zone_nr_conv" param
 2019-04-09 14:18 UTC  (3+ messages)

[PATCH v3] block: fix use-after-free on gendisk
 2019-04-09 14:07 UTC  (3+ messages)

[PATCH] block: Revert v5.0 blk_mq_request_issue_directly() changes
 2019-04-09 13:51 UTC  (4+ messages)

[PATCH v2 1/1] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
 2019-04-09 13:02 UTC  (4+ messages)

[RESEND PATCH] blk-mq: fix hang caused by freeze/unfreeze sequence
 2019-04-09 11:27 UTC  (3+ messages)

[PATCH V2] io_uring: introduce inline reqs for IORING_SETUP_IOPOLL
 2019-04-09  9:46 UTC  (4+ messages)

[RFC 0/2] guarantee natural alignment for kmalloc()
 2019-04-09  9:20 UTC  (10+ messages)

[PATCH] block: convert kmalloc_node to kzalloc_node
 2019-04-09  4:39 UTC  (3+ messages)
  `  "

[PATCH bpf-next v2 2/5] nbd: trace sending nbd requests
 2019-04-08 21:30 UTC  (3+ messages)

[PATCH V2] block: fix build warning in merging bvecs
 2019-04-08 16:57 UTC  (2+ messages)

[PATCH V3 0/2] blk-mq/nvme: cancel request synchronously
 2019-04-08 16:16 UTC  (4+ messages)
` [PATCH V3 1/2] blk-mq: introduce blk_mq_complete_request_sync()

[PATCH] block, bfq: fix some typos in comments
 2019-04-08 16:06 UTC  (2+ messages)

[PATCH] fs/block_dev.c: remove unused header file badblocks.h
 2019-04-08 16:02 UTC  (2+ messages)

[PATCH] blk-mq: Wait for for hctx requests on CPU unplug
 2019-04-08 15:36 UTC  (11+ messages)

[PATCH] block, bfq: fix some typos in comments
 2019-04-08 14:20 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).