linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-08 15:47:31 to 2018-06-15 02:44:38 UTC [more...]

[PATCH 1/2] block: export __blk_complete_request
 2018-06-15  2:44 UTC  (5+ messages)
` [PATCH 2/2] scsi_transport_fc: use __blk_complete_request in fc_bsg_job_timeout

[PATCH] block: fix bsg_unregister and bsg_open race
 2018-06-14 23:47 UTC  (3+ messages)
  ` [PATCHv2] "

why does __split_and_process_bio use bio_clone_bioset?
 2018-06-14 23:34 UTC  (4+ messages)
    ` [dm-devel] "

[PATCH] brd: Allow ramdisk to be allocated on selected NUMA node
 2018-06-14 20:53 UTC  (10+ messages)

[PATCH] dm-zoned-tools: add zoned disk udev rules for scheduler / dmsetup
 2018-06-14 17:58 UTC  (11+ messages)
`  "

[PATCH v3 05/27] docs: Fix some broken references
 2018-06-14 16:08 UTC 

remove nvme_reinit_tagset and blk_mq_tagset_iter
 2018-06-14 14:54 UTC  (6+ messages)
` [PATCH 1/2] nvme: remove nvme_reinit_tagset
` [PATCH 2/2] blk-mq: remove blk_mq_tagset_iter

[PATCH] blk-mq: don't time out requests again that are in the timeout handler
 2018-06-14 14:42 UTC  (2+ messages)

Fwd: Re: kernel BUG at drivers/scsi/scsi_error.c:197! - git 4.17.0-x64-08428-g7d3bf613e99a
 2018-06-14 11:31 UTC  (5+ messages)

general protection fault in wb_workfn (2)
 2018-06-14 10:11 UTC  (25+ messages)
              ` [PATCH] bdi: Fix another oops in wb_workfn()

kernel BUG at drivers/scsi/scsi_error.c:197! - git 4.17.0-x64-08428-g7d3bf613e99a
 2018-06-14  8:32 UTC  (10+ messages)

[PATCH V6 00/30] block: support multipage bvec
 2018-06-14  7:28 UTC  (53+ messages)
` [PATCH V6 01/30] block: simplify bio_check_pages_dirty
` [PATCH V6 02/30] block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vec
` [PATCH V6 03/30] block: use bio_add_page in bio_iov_iter_get_pages
` [PATCH V6 04/30] block: introduce multipage page bvec helpers
` [PATCH V6 05/30] block: introduce bio_for_each_chunk()
` [PATCH V6 06/30] block: use bio_for_each_chunk() to compute multipage bvec count
` [PATCH V6 07/30] block: use bio_for_each_chunk() to map sg
` [PATCH V6 08/30] block: introduce chunk_last_segment()
` [PATCH V6 09/30] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V6 10/30] btrfs: use chunk_last_segment to get bio's last page
` [PATCH V6 11/30] block: implement bio_pages_all() via bio_for_each_segment_all()
` [PATCH V6 12/30] block: introduce bio_chunks()
` [PATCH V6 13/30] block: introduce rq_for_each_chunk()
` [PATCH V6 14/30] block: loop: pass multipage chunks to iov_iter
` [PATCH V6 15/30] block: introduce bio_clone_chunk_bioset()
` [PATCH V6 16/30] dm: clone bio via bio_clone_chunk_bioset
` [PATCH V6 17/30] block: introduce bio_for_each_chunk_all and bio_for_each_chunk_segment_all
` [PATCH V6 18/30] block: convert to bio_for_each_chunk_segment_all()
` [PATCH V6 19/30] md/dm/bcache: conver to bio_for_each_chunk_segment_all and bio_for_each_chunk_all
` [PATCH V6 20/30] fs: conver to bio_for_each_chunk_segment_all()
` [PATCH V6 21/30] btrfs: conver to bio_for_each_chunk_segment_all
` [PATCH V6 22/30] ext4: "
` [PATCH V6 23/30] f2fs: "
` [PATCH V6 24/30] xfs: "
` [PATCH V6 25/30] exofs: "
` [PATCH V6 26/30] gfs2: "
` [PATCH V6 27/30] block: kill bio_for_each_segment_all()
` [PATCH V6 28/30] block: enable multipage bvecs
` [PATCH V6 29/30] block: always define BIO_MAX_PAGES as 256
` [PATCH V6 30/30] block: document usage of bio iterator helpers

[RFC] cleanup bcache bio handling
 2018-06-14  7:20 UTC  (19+ messages)
` [PATCH 1/6] block: add a bio_reuse helper
` [PATCH 2/6] bcache: use bio_reuse instead of bio_reinit where applicable
` [PATCH 3/6] bcache: clean up bio reuse for struct moving_io
` [PATCH 4/6] bcache: clean up bio reuse for struct dirty_io
` [PATCH 5/6] bcache: don't clone bio in bch_data_verify
` [PATCH 6/6] bcache: use bio_add_page instead of open coded bio manipulation

blktests block/019 lead system hang
 2018-06-13 18:24 UTC  (6+ messages)

[PATCH] lightnvm: pblk: add asynchronous partial read
 2018-06-13 17:49 UTC  (4+ messages)

[PATCH 1/2] lightnvm: move NVM_DEBUG to pblk
 2018-06-13 16:56 UTC  (6+ messages)
` [PATCH 2/2] lightnvm: pblk: enable line minor version detection

[Backport request] blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
 2018-06-13 16:44 UTC  (2+ messages)

[PATCH] blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
 2018-06-13 15:25 UTC  (4+ messages)

[RFC] cleanup bcache bio handling v2
 2018-06-13 13:51 UTC  (7+ messages)
` [PATCH 1/6] block: add a bio_reuse helper
` [PATCH 2/6] bcache: use bio_reuse instead of bio_reinit where applicable
` [PATCH 3/6] bcache: clean up bio reuse for struct moving_io
` [PATCH 4/6] bcache: clean up bio reuse for struct dirty_io
` [PATCH 5/6] bcache: don't clone bio in bch_data_verify
` [PATCH 6/6] bcache: use bio_add_page instead of open coded bio manipulation

Hard lockup in blk_mq_free_request() / wbt_done() / wake_up_all()
 2018-06-12 16:22 UTC  (4+ messages)

[PATCH] lightnvm: pblk: limit get chk meta request size
 2018-06-12 14:36 UTC  (2+ messages)

Regarding the recent new blk-mq timeout handling
 2018-06-12 13:23 UTC  (4+ messages)

[PATCH blktests] check: add command line switch to test device drivers only
 2018-06-12  9:57 UTC 

[PATCH] nbd: set discard_alignment to the granularity
 2018-06-12  9:22 UTC  (2+ messages)

[PATCH] block/021: test setting 'nr_requests'
 2018-06-11 20:40 UTC  (2+ messages)

[PATCH 1/1] blk-mq: reinit q->tag_set_list entry only after grace period
 2018-06-11 14:14 UTC  (5+ messages)

mainline boot is broken: KASAN: use-after-free in blk_flush_complete_seq
 2018-06-11  8:23 UTC  (4+ messages)

[GIT PULL] Block flush handling fix
 2018-06-10 16:32 UTC 

[GIT PULL] Block fixes for 4.18-rc
 2018-06-08 20:17 UTC 

[GIT PULL] nvme fixes for 4.18
 2018-06-08 18:51 UTC  (3+ messages)

REMOVE DELETION ERROR
 2018-06-08 15:47 UTC 


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