linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-28 12:18:08 to 2019-01-29 16:46:42 UTC [more...]

[PATCHSET v7] io_uring IO interface
 2019-01-29 16:46 UTC  (42+ messages)
` [PATCH 01/18] fs: add an iopoll method to struct file_operations
` [PATCH 03/18] block: add bio_set_polled() helper
` [PATCH 05/18] Add io_uring IO interface
` [PATCH 07/18] io_uring: support for IO polling
` [PATCH 08/18] fs: add fget_many() and fput_many()
` [PATCH 09/13] io_uring: add submission polling
` [PATCH 11/18] block: implement bio helper to add iter bvec pages to bio

WARNING in __flush_work
 2019-01-29 16:43 UTC 

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

[PATCH] lightnvm: pblk: extend line wp balance check
 2019-01-29 15:49 UTC  (5+ messages)

[PATCH BUGFIX IMPROVEMENT 00/14] batch of patches for next linux release
 2019-01-29 11:06 UTC  (15+ messages)
` [PATCH BUGFIX IMPROVEMENT 01/14] block, bfq: do not consider interactive queues in srt filtering
` [PATCH BUGFIX IMPROVEMENT 02/14] block, bfq: avoid selecting a queue w/o budget
` [PATCH BUGFIX IMPROVEMENT 03/14] block, bfq: make sure queue budgets are not below service received
` [PATCH BUGFIX IMPROVEMENT 04/14] block, bfq: remove case of redirected bic from insert_request
` [PATCH BUGFIX IMPROVEMENT 05/14] block, bfq: consider also ioprio classes in symmetry detection
` [PATCH BUGFIX IMPROVEMENT 06/14] block, bfq: split function bfq_better_to_idle
` [PATCH BUGFIX IMPROVEMENT 07/14] block, bfq: do not plug I/O of in-service queue when harmful
` [PATCH BUGFIX IMPROVEMENT 08/14] block, bfq: unconditionally plug I/O in asymmetric scenarios
` [PATCH BUGFIX IMPROVEMENT 09/14] block, bfq: fix sequential rq detection in rate estimation
` [PATCH BUGFIX IMPROVEMENT 10/14] block, bfq: fix queue removal from weights tree
` [PATCH BUGFIX IMPROVEMENT 11/14] block, bfq: reduce threshold for detecting command queueing
` [PATCH BUGFIX IMPROVEMENT 12/14] block, bfq: port commit "cfq-iosched: improve hw_tag detection"
` [PATCH BUGFIX IMPROVEMENT 13/14] block, bfq: do not overcharge writes in asymmetric scenarios
` [PATCH BUGFIX IMPROVEMENT 14/14] block, bfq: fix in-service-queue check for queue merging

[PATCH] lightnvm: pblk: prevent stall due to wb threshold
 2019-01-29 10:58 UTC  (4+ messages)

[PATCH v2 0/4] Write-hint for FS journal
 2019-01-29 10:07 UTC  (5+ messages)

[PATCH] block: Mark expected switch fall-throughs
 2019-01-29  9:42 UTC  (2+ messages)
` [Drbd-dev] "

[dm-devel] [v2] block: Fix a WRITE SAME BUG_ON
 2019-01-29  8:52 UTC  (4+ messages)
  `  "

[PATCH 0/5 v4] Fix virtio-blk issue with SWIOTLB
 2019-01-29  8:43 UTC  (6+ messages)
` [PATCH 1/5] swiotlb: Introduce swiotlb_max_mapping_size()
` [PATCH 2/5] swiotlb: Add is_swiotlb_active() function
` [PATCH 3/5] dma: Introduce dma_max_mapping_size()
` [PATCH 4/5] virtio: Introduce virtio_max_dma_size()
` [PATCH 5/5] virtio-blk: Consider virtio_max_dma_size() for maximum segment size

[PATCH v2] floppy: check_events callback should not return a negative number
 2019-01-29  8:41 UTC  (2+ messages)

[LSF/MM TOPIC] Zoned Block Devices
 2019-01-29  8:25 UTC  (4+ messages)

[PATCH] lightnvm: pblk: fix race condition on GC
 2019-01-29  8:13 UTC  (2+ messages)

[PATCH 0/5 v3] Fix virtio-blk issue with SWIOTLB
 2019-01-29  7:38 UTC  (19+ messages)
` [PATCH 2/5] swiotlb: Add is_swiotlb_active() function
` [PATCH 5/5] virtio-blk: Consider virtio_max_dma_size() for maximum segment size

[PATCH] floppy: check_events callback should not return a negative number
 2019-01-29  3:27 UTC  (3+ messages)

[PATCH] nullb: Prevent use of legacy request queue mode
 2019-01-29  1:49 UTC  (2+ messages)

[PATCH] block: set rq->cmd_flags with bio->opf instead of data->cmd_flags when bio is not Null
 2019-01-29  0:47 UTC  (6+ messages)

[RFC PATCH 0/3] cgroup: fsio throttle controller
 2019-01-28 19:26 UTC  (8+ messages)

[PATCH AUTOSEL 4.20 093/304] sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAIN
 2019-01-28 15:43 UTC  (10+ messages)
` [PATCH AUTOSEL 4.20 164/304] lightnvm: pblk: fix resubmission of overwritten write err lbas
` [PATCH AUTOSEL 4.20 165/304] lightnvm: pblk: add lock protection to list operations
` [PATCH AUTOSEL 4.20 167/304] lightnvm: Fix uninitialized return value in nvm_get_chunk_meta()
` [PATCH AUTOSEL 4.20 237/304] drbd: narrow rcu_read_lock in drbd_sync_handshake
` [PATCH AUTOSEL 4.20 238/304] drbd: disconnect, if the wrong UUIDs are attached on a connected peer
` [PATCH AUTOSEL 4.20 239/304] drbd: skip spurious timeout (ping-timeo) when failing promote
` [PATCH AUTOSEL 4.20 282/304] zram: fix lockdep warning of free block handling
` [PATCH AUTOSEL 4.20 286/304] block/swim3: Fix -EBUSY error when re-opening device after unmount
` [PATCH AUTOSEL 4.20 291/304] block/swim3: Fix regression on PowerBook G3

[PATCH AUTOSEL 4.19 079/258] sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAIN
 2019-01-28 15:59 UTC  (8+ messages)
` [PATCH AUTOSEL 4.19 139/258] lightnvm: pblk: fix resubmission of overwritten write err lbas
` [PATCH AUTOSEL 4.19 140/258] lightnvm: pblk: add lock protection to list operations
` [PATCH AUTOSEL 4.19 199/258] drbd: narrow rcu_read_lock in drbd_sync_handshake
` [PATCH AUTOSEL 4.19 200/258] drbd: disconnect, if the wrong UUIDs are attached on a connected peer
` [PATCH AUTOSEL 4.19 201/258] drbd: skip spurious timeout (ping-timeo) when failing promote
` [PATCH AUTOSEL 4.19 239/258] zram: fix lockdep warning of free block handling
` [PATCH AUTOSEL 4.19 243/258] block/swim3: Fix -EBUSY error when re-opening device after unmount

[PATCH AUTOSEL 4.14 051/170] sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAIN
 2019-01-28 16:11 UTC  (5+ messages)
` [PATCH AUTOSEL 4.14 123/170] drbd: narrow rcu_read_lock in drbd_sync_handshake
` [PATCH AUTOSEL 4.14 124/170] drbd: disconnect, if the wrong UUIDs are attached on a connected peer
` [PATCH AUTOSEL 4.14 125/170] drbd: skip spurious timeout (ping-timeo) when failing promote
` [PATCH AUTOSEL 4.14 159/170] block/swim3: Fix -EBUSY error when re-opening device after unmount

[PATCH AUTOSEL 4.9 029/107] sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAIN
 2019-01-28 16:19 UTC  (5+ messages)
` [PATCH AUTOSEL 4.9 071/107] drbd: narrow rcu_read_lock in drbd_sync_handshake
` [PATCH AUTOSEL 4.9 072/107] drbd: disconnect, if the wrong UUIDs are attached on a connected peer
` [PATCH AUTOSEL 4.9 073/107] drbd: skip spurious timeout (ping-timeo) when failing promote
` [PATCH AUTOSEL 4.9 100/107] block/swim3: Fix -EBUSY error when re-opening device after unmount

[PATCH AUTOSEL 4.4 22/80] sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAIN
 2019-01-28 16:23 UTC  (5+ messages)
` [PATCH AUTOSEL 4.4 53/80] drbd: narrow rcu_read_lock in drbd_sync_handshake
` [PATCH AUTOSEL 4.4 54/80] drbd: disconnect, if the wrong UUIDs are attached on a connected peer
` [PATCH AUTOSEL 4.4 55/80] drbd: skip spurious timeout (ping-timeo) when failing promote
` [PATCH AUTOSEL 4.4 76/80] block/swim3: Fix -EBUSY error when re-opening device after unmount

[PATCH AUTOSEL 3.18 38/61] drbd: narrow rcu_read_lock in drbd_sync_handshake
 2019-01-28 16:26 UTC  (4+ messages)
` [PATCH AUTOSEL 3.18 39/61] drbd: disconnect, if the wrong UUIDs are attached on a connected peer
` [PATCH AUTOSEL 3.18 40/61] drbd: skip spurious timeout (ping-timeo) when failing promote
` [PATCH AUTOSEL 3.18 58/61] block/swim3: Fix -EBUSY error when re-opening device after unmount

[PATCH v3] lightnvm: pblk: ignore bad block wp for pblk_line_wp_is_unbalanced
 2019-01-28 13:57 UTC  (12+ messages)

[PATCH 0/4] block: skip media change event handling if unsupported
 2019-01-28 13:54 UTC  (4+ messages)
` [PATCH 1/4] block: disk_events: introduce event flags

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

[PATCH blktests v3 00/13] Implement zoned block device support
 2019-01-28 12:18 UTC  (4+ messages)
` [PATCH blktests v3 06/13] common: Introduce _dd() helper function


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