linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-17 02:18:50 to 2019-01-21 15:24:32 UTC [more...]

dd hangs when reading large partitions
 2019-01-21 15:22 UTC  (17+ messages)

[PATCH v3] fs: ratelimit __find_get_block_slow() failure message
 2019-01-21 13:49 UTC 

I/O stall since 4.19.1
 2019-01-21 13:28 UTC 

[PATCH 4.20 110/111] loop: drop caches if offset or block_size are changed
 2019-01-21 13:43 UTC 

[PATCH 4.19 97/99] loop: drop caches if offset or block_size are changed
 2019-01-21 13:49 UTC 

[PATCH 4.14 58/59] loop: drop caches if offset or block_size are changed
 2019-01-21 13:44 UTC 

[PATCH v2] loop: Add test for changing capacity when filesystem is mounted
 2019-01-21 12:02 UTC 

[PATCH V14 00/18] block: support multi-page bvec
 2019-01-21  9:43 UTC  (24+ messages)
` [PATCH V14 01/18] btrfs: look at bi_size for repair decisions
` [PATCH V14 02/18] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V14 03/18] block: remove bvec_iter_rewind()
` [PATCH V14 04/18] block: introduce multi-page bvec helpers
` [PATCH V14 05/18] block: introduce bio_for_each_mp_bvec() and rq_for_each_mp_bvec()
` [PATCH V14 06/18] block: use bio_for_each_mp_bvec() to compute multi-page bvec count
` [PATCH V14 07/18] block: use bio_for_each_mp_bvec() to map sg
` [PATCH V14 08/18] block: introduce mp_bvec_last_segment()
` [PATCH V14 09/18] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V14 10/18] btrfs: use mp_bvec_last_segment to get bio's last page
` [PATCH V14 11/18] block: loop: pass multi-page bvec to iov_iter
` [PATCH V14 12/18] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V14 13/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V14 14/18] block: enable multipage bvecs
` [PATCH V14 15/18] block: always define BIO_MAX_PAGES as 256
` [PATCH V14 16/18] block: document usage of bio iterator helpers
` [PATCH V14 17/18] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V14 18/18] block: kill BLK_MQ_F_SG_MERGE

[PATCHSET v6] io_uring IO interface
 2019-01-21  9:13 UTC  (19+ messages)
` [PATCH 01/17] fs: add an iopoll method to struct file_operations
` [PATCH 02/17] block: wire up block device iopoll method
` [PATCH 03/17] block: add bio_set_polled() helper
` [PATCH 04/17] iomap: wire up the iopoll method
` [PATCH 05/17] Add io_uring IO interface
` [PATCH 06/17] io_uring: add fsync support
` [PATCH 07/17] io_uring: support for IO polling
` [PATCH 08/17] fs: add fget_many() and fput_many()
` [PATCH 09/17] io_uring: use fget/fput_many() for file references
` [PATCH 10/17] io_uring: batch io_kiocb allocation
` [PATCH 11/17] block: implement bio helper to add iter bvec pages to bio
` [PATCH 12/17] io_uring: add support for pre-mapped user IO buffers
` [PATCH 13/17] io_uring: add file set registration
` [PATCH 14/17] io_uring: add submission polling
` [PATCH 15/17] io_uring: add io_kiocb ref count
` [PATCH 16/17] io_uring: add support for IORING_OP_POLL
` [PATCH 17/17] io_uring: add io_uring_event cache hit information

[PATCH v1] : Switch to use new generic UUID API
 2019-01-21  8:47 UTC  (2+ messages)

[PATCH 0/4] dm: fix various issues with bio splitting code
 2019-01-21  4:39 UTC  (9+ messages)
` [PATCH 1/4] dm: fix clone_bio() to trigger blk_recount_segments()
` [PATCH 2/4] dm: fix redundant IO accounting for bios that need splitting
` [PATCH 3/4] dm: fix missing bio_split() pattern code in __split_and_process_bio()
  ` [dm-devel] "
` [PATCH 4/4] dm: fix dm_wq_work() to only use __split_and_process_bio() if appropriate

[PATCH v2 00/16] block: sed-opal: support shadow MBR done flag and write
 2019-01-20 20:28 UTC  (22+ messages)
` [PATCH v2 01/16] block: sed-opal: fix typos and formatting
` [PATCH v2 02/16] block: sed-opal: use correct macro for method length
` [PATCH v2 03/16] block: sed-opal: unify space check in add_token_*
` [PATCH v2 04/16] block: sed-opal: close parameter list in cmd_finalize
` [PATCH v2 05/16] block: sed-opal: unify cmd start
` [PATCH v2 06/16] block: sed-opal: unify error handling of responses
` [PATCH v2 07/16] block: sed-opal: reuse response_get_token to decrease code duplication
` [PATCH v2 08/16] block: sed-opal: print failed function address
` [PATCH v2 09/16] block: sed-opal: split generation of bytestring header and content
` [PATCH v2 10/16] block: sed-opal: add ioctl for done-mark of shadow mbr
` [PATCH v2 11/16] block: sed-opal: ioctl for writing to "
` [PATCH v2 12/16] block: sed-opal: unify retrieval of table columns
` [PATCH v2 13/16] block: sed-opal: check size of shadow mbr
` [PATCH v2 14/16] block: sed-opal: pass steps via argument rather than via opal_dev
` [PATCH v2 15/16] block: sed-opal: don't repeat opal_discovery0 in each steps array
` [PATCH v2 16/16] block: sed-opal: rename next to execute_steps

[GIT PULL] Block fixes for 5.0-rc3
 2019-01-19 22:00 UTC  (2+ messages)

[PATCH v2 09/16] block: sed-opal: split generation of bytestring header and content
 2019-01-19 16:59 UTC 

bfq: update internal depth state when queue depth changes
 2019-01-19 14:36 UTC  (3+ messages)

[PATCH] bcache: never writeback a discard operation
 2019-01-19 11:03 UTC  (2+ messages)

[RFC PATCH 0/3] cgroup: fsio throttle controller
 2019-01-19 10:08 UTC  (14+ messages)
` [RFC PATCH 1/3] fsio-throttle: documentation
` [RFC PATCH 2/3] fsio-throttle: controller infrastructure
` [RFC PATCH 3/3] fsio-throttle: instrumentation

[PATCH] blk-iolatency: fix IO hang due to negative inflight counter
 2019-01-19  1:51 UTC  (8+ messages)

[PATCH v2 2/4] Revert "ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd"
 2019-01-18 22:28 UTC 

[PATCH 0/4] block: skip media change event handling if unsupported
 2019-01-18 21:32 UTC  (5+ messages)
` [PATCH 1/4] block: disk_events: introduce event flags
` [PATCH 2/4] Revert "ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd"
` [PATCH 3/4] Revert "block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe drivers"
` [PATCH 4/4] block: check_events: don't bother with events if unsupported

[PATCH blktests 1/2] nvme: enable buffered_io for file-backed namespaces
 2019-01-18 19:10 UTC  (6+ messages)
` [PATCH blktests 2/2] nvme: test resize of a namespace with file-backed ns

[PATCH BUGFIX RFC 0/2] reverting two commits causing freezes
 2019-01-18 17:36 UTC  (7+ messages)
` [PATCH BUGFIX RFC 1/2] Revert "bfq-iosched: remove unused variable"
` [PATCH BUGFIX RFC 2/2] Revert "bfq: calculate shallow depths at init time"

LSF/MM 2019: Call for Proposals
 2019-01-18 16:32 UTC 

[PATCH blktests v3 00/13] Implement zoned block device support
 2019-01-18  9:44 UTC  (14+ messages)
` [PATCH blktests v3 01/13] config: Introduce RUN_ZONED_TESTS variable and CAN_BE_ZONED flag
` [PATCH blktests v3 02/13] common: Introduce _have_fio_zbd_zonemode() helper function
` [PATCH blktests v3 03/13] block/004: Adjust fio conditions for zoned block devices
` [PATCH blktests v3 04/13] block: Whitelist tests supporting "
` [PATCH blktests v3 05/13] check: Introduce fallback_device() and cleanup_fallback_device()
` [PATCH blktests v3 06/13] common: Introduce _dd() helper function
` [PATCH blktests v3 07/13] src: Introduce zbdioctl program
` [PATCH blktests v3 08/13] tests: Introduce zbd test group
` [PATCH blktests v3 09/13] zbd/001: sysfs and ioctl consistency test
` [PATCH blktests v3 10/13] zbd/002: report zone test
` [PATCH blktests v3 11/13] zbd/003: Test sequential zones reset
` [PATCH blktests v3 12/13] zbd/004: Check write split accross sequential zones
` [PATCH blktests v3 13/13] zbd/005: Test write ordering

[PATCHSET v5] io_uring IO interface
 2019-01-18  8:23 UTC  (19+ messages)
` [PATCH 05/15] Add "

[patch 1/9] block: Cleanup license notice
 2019-01-18  4:21 UTC  (3+ messages)

[PATCH 00/16] block: sed-opal: support shadow MBR done flag and write
 2019-01-17 21:13 UTC 

[BUG bisect] kernel BUG at block/bio.c:1833 and fail to mount disk
 2019-01-17 15:41 UTC  (4+ messages)

[PATCH v6 1/2] xen/blkback: add stack variable 'blkif' in connect_ring()
 2019-01-17 15:29 UTC  (4+ messages)
` [PATCH v6 2/2] xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-order' set by malicious blkfront
  ` [Xen-devel] "

[PATCH 00/16] block: sed-opal: support shadow MBR done flag and write
 2019-01-17 15:22 UTC  (4+ messages)

[PATCH 0/3] io.latency test for blktests
 2019-01-17 14:59 UTC  (7+ messages)
` [PATCH 1/3] blktests: add cgroup2 infrastructure

[PATCH 1/1] xen-blkback: do not wake up shutdown_wq after xen_blkif_schedule() is stopped
 2019-01-17 10:23 UTC  (5+ messages)
  ` [Xen-devel] "

[PATCH] nbd: use kmalloc instead of kzalloc when allocating recv_thread_args
 2019-01-17  9:55 UTC 

[PATCH blktests v2 00/16] Implement zoned block device support
 2019-01-17  6:21 UTC  (10+ messages)
` [PATCH blktests v2 03/16] common: Move set_scheduler() function definition
` [PATCH blktests v2 04/16] common: Introduce _have_fio_zbd_zonemode() helper function

[PATCH] block: 028: block integrity funtion test
 2019-01-17  3:44 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).