linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-04 13:13:23 to 2018-06-09 12:30:08 UTC [more...]

[PATCH V6 00/30] block: support multipage bvec
 2018-06-09 12:30 UTC  (17+ messages)
` [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 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 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 21/30] btrfs: conver to bio_for_each_chunk_segment_all
` [PATCH V6 23/30] f2fs: "
` [PATCH V6 24/30] xfs: "

mainline boot is broken: KASAN: use-after-free in blk_flush_complete_seq
 2018-06-09  9:34 UTC 

general protection fault in wb_workfn (2)
 2018-06-09  5:30 UTC  (15+ messages)

[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  (14+ 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  (17+ 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)

blktests block/019 lead system hang
 2018-06-06 14:28 UTC  (5+ messages)

[dm-devel] [PATCH] md: dm-crypt: Add Inline Encryption support for dmcrypt
 2018-06-06 13:15 UTC  (3+ messages)
      `  "

[PATCH blktests 9/9] blktests: add a regression test for raid6 recovery
 2018-06-06  8:12 UTC 

[PATCH blktests 8/9] blktests: add a regression test for raid5 recovery
 2018-06-06  8:11 UTC 

[PATCH blktests 7/9] blktests: add a regression test for raid10 recovery
 2018-06-06  8:11 UTC 

[PATCH blktests 6/9] blktests: add a regression test for raid1 recovery
 2018-06-06  8:10 UTC 

[PATCH blktests 5/9] blktests: add a regression test for raid6 creation resync
 2018-06-06  8:10 UTC 

[PATCH blktests 4/9] blktests: add a regression test for raid5 creation resync
 2018-06-06  8:09 UTC 

[PATCH blktests 3/9] blktests: add a regression test for raid10 creation resync
 2018-06-06  8:08 UTC 

[PATCH blktests 2/9] blktests: add a regression test for raid1 creation resync
 2018-06-06  8:07 UTC 

[PATCHSET v2] block: Separating discards from writes in Linux IO statistics
 2018-06-05 18:07 UTC  (8+ messages)
` [PATCH 1/6] block: make bdev_ops->rw_page() take a REQ_OP instead of bool
` [PATCH 2/6] block: Add part_stat_read_accum to read across field entries
` [PATCH 3/6] block: Define and use STAT_READ and STAT_WRITE
` [PATCH 4/6] block: Add and use op_stat_group() for indexing disk_stat fields
` [PATCH 5/6] block: Track DISCARD statistics and output them in stat and diskstat
` [PATCH 6/6] blkcg: Track DISCARD statistics and output them in cgroup io.stat

[PATCH] nbd: set discard_alignment to the granularity
 2018-06-05 15:51 UTC  (2+ messages)

[PATCH] nbd: Consistently use request pointer in debug messages
 2018-06-05 15:45 UTC  (7+ messages)

[PATCH v5] block: add verifier for cmdline partition
 2018-06-05 15:21 UTC  (4+ messages)

[PATCH][next] lightnvm: pblk: fix resource leak of invalid_bitmap
 2018-06-05 15:20 UTC  (2+ messages)

[PATCH -next] lightnvm: pblk: make symbol write_buffer_size static
 2018-06-05 15:19 UTC  (2+ messages)

[PATCH] loop: add recursion validation to LOOP_CHANGE_FD
 2018-06-05 15:07 UTC  (5+ messages)
` [PATCH -v2] "

[GIT PULL] Block fixes for 4.18-rc
 2018-06-05 15:06 UTC 

[PATCH] Revert "block: Add warning for bi_next not NULL in bio_endio()"
 2018-06-05 14:38 UTC  (7+ messages)

nvme/nvmet AEN and log page fixups
 2018-06-05 14:37 UTC  (5+ messages)
` [PATCH 13/14] nvme: use the changed namespaces list log to clear ns data changed AENs

a few cleanups to prepare for multipage bio_vecs
 2018-06-05  3:42 UTC  (8+ messages)
` [PATCH 1/3] block: simplify bio_check_pages_dirty
` [PATCH 2/3] block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vec
` [PATCH 3/3] block: use bio_add_page in bio_iov_iter_get_pages

[blktests PATCHv2] Fix block/011 to not use sysfs for device disabling
 2018-06-05  0:11 UTC  (3+ messages)

[PATCH blktests] Fix block/011 to not use sysfs for device disabling
 2018-06-04 19:38 UTC  (5+ messages)

[PATCH v3] block/loop: Serialize ioctl operations
 2018-06-04 18:13 UTC  (3+ messages)

[PATCH 1/2] fs: aio ioprio add explicit block layer dependence
 2018-06-04 17:59 UTC  (2+ messages)
` [PATCH 2/2] fs: aio ioprio use ioprio_check_cap ret val

[GIT PULL 18/20] lightnvm: pblk: handle case when mw_cunits equals to 0
 2018-06-04 17:17 UTC  (5+ messages)

[PATCH] blk-mq: return when BLK_MQ_S_STOPPED in blk_mq_run_work_fn
 2018-06-04 16:21 UTC  (2+ messages)

drop abort sequence, kill BLK_EH_HANDLED v2
 2018-06-04 14:13 UTC  (5+ messages)
` [PATCH 03/14] blk-mq: Remove generation seqeunce


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