linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-06 14:28:11 to 2018-06-13 14:44:26 UTC [more...]

[PATCH V6 00/30] block: support multipage bvec
 2018-06-13 14:44 UTC  (38+ 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

general protection fault in wb_workfn (2)
 2018-06-13 14:33 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-13 14:35 UTC  (7+ messages)

[RFC] cleanup bcache bio handling
 2018-06-13 13:59 UTC  (15+ 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

[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

Fwd: Re: kernel BUG at drivers/scsi/scsi_error.c:197! - git 4.17.0-x64-08428-g7d3bf613e99a
 2018-06-13 13:05 UTC  (2+ messages)

blktests block/019 lead system hang
 2018-06-12 23:41 UTC  (3+ messages)

[PATCH 1/2] lightnvm: move NVM_DEBUG to pblk
 2018-06-12 17:11 UTC  (5+ messages)
` [PATCH 2/2] lightnvm: pblk: enable line minor version detection

[PATCH] lightnvm: pblk: add asynchronous partial read
 2018-06-12 17:09 UTC  (3+ messages)

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 

[PATCH blktests 1/9] blktests: add hepler functions for new md tests
 2018-06-08 14:50 UTC  (8+ messages)

[PATCH v2] lightnvm: pblk: handle case when mw_cunits equals to 0
 2018-06-08 13:18 UTC  (3+ messages)

[PATCH 0/2] Fix bio_set copy
 2018-06-08 13:13 UTC  (6+ messages)
` [PATCH 1/2] block: add bioset_init_from_src() helper
` [PATCH 2/2] dm: use bioset_init_from_src() to copy bio_set

[PATCH] Signed-off-by: Kitone Elvis Peter <elviskitone@gmail.com>
 2018-06-08 13:12 UTC  (2+ messages)

[PATCH] Signed-off-by: Kitone ELvis Peter <elviskitone@gmail.com>
 2018-06-08 13:11 UTC  (2+ messages)

[RESEND PATCH V5 00/33] block: support multipage bvec
 2018-06-08 12:50 UTC  (3+ messages)

Block IO issue in kernel-v4.17
 2018-06-08  6:12 UTC  (9+ messages)

[PATCH] blktrace: display failfast and driver-specific flags
 2018-06-08  5:53 UTC  (3+ messages)

Fwd: [powerpc/Baremetal]Kernel OOPS while executing memory hotplug on Power8 baremetal
 2018-06-07 15:40 UTC  (4+ messages)

INFO: task hung in blk_queue_enter
 2018-06-07 13:19 UTC  (6+ messages)

[PATCHv2] block: always set partition number to '0' in blk_partition_remap()
 2018-06-07 12:56 UTC  (5+ messages)

[PATCH] block: pass failfast and driver-specific flags to flush requests
 2018-06-07  8:48 UTC  (4+ messages)

[PATCH] block: Add block level changes for inline encryption
 2018-06-07  6:55 UTC  (5+ messages)

[GIT PULL] Block changes for 4.18-rc
 2018-06-07  1:45 UTC  (11+ messages)

[PATCH 6/7] psi: pressure stall information for CPU, memory, and IO
 2018-06-07  0:46 UTC 

[PATCH 2/5] buffer: record blockdev write errors in super_block that backs them
 2018-06-06 15:56 UTC 

[PATCH v3 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
 2018-06-06 15:25 UTC  (26+ messages)
` [PATCH v3 01/25] sysfs: export sysfs_remove_file_self()
` [PATCH v3 02/25] ibtrs: public interface header to establish RDMA connections
` [PATCH v3 03/25] ibtrs: private headers with IBTRS protocol structs and helpers
` [PATCH v3 04/25] ibtrs: core: lib functions shared between client and server modules
` [PATCH v3 05/25] ibtrs: client: private header with client structs and functions
` [PATCH v3 06/25] ibtrs: client: main functionality
` [PATCH v3 07/25] ibtrs: client: statistics functions
` [PATCH v3 08/25] ibtrs: client: sysfs interface functions
` [PATCH v3 09/25] ibtrs: server: private header with server structs and functions
` [PATCH v3 10/25] ibtrs: server: main functionality
` [PATCH v3 11/25] ibtrs: server: statistics functions
` [PATCH v3 12/25] ibtrs: server: sysfs interface functions
` [PATCH v3 13/25] ibtrs: include client and server modules into kernel compilation
` [PATCH v3 14/25] ibtrs: a bit of documentation
` [PATCH v3 15/25] ibnbd: private headers with IBNBD protocol structs and helpers
` [PATCH v3 16/25] ibnbd: client: private header with client structs and functions
` [PATCH v3 17/25] ibnbd: client: main functionality
` [PATCH v3 18/25] ibnbd: client: sysfs interface functions
` [PATCH v3 19/25] ibnbd: server: private header with server structs and functions
` [PATCH v3 20/25] ibnbd: server: main functionality
` [PATCH v3 21/25] ibnbd: server: functionality for IO submission to file or block dev
` [PATCH v3 22/25] ibnbd: server: sysfs interface functions
` [PATCH v3 23/25] ibnbd: include client and server modules into kernel compilation
` [PATCH v3 24/25] ibnbd: a bit of documentation
` [PATCH v3 25/25] MAINTAINERS: Add maintainer for IBNBD/IBTRS modules

[PATCH] block: always set partition number to '0' in blk_partition_remap()
 2018-06-06 14:42 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).