linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-10 10:19:17 to 2017-11-21 13:44:07 UTC [more...]

[PATCH V14 00/24] mmc: Add Command Queue support
 2017-11-21 13:42 UTC  (12+ messages)
` [PATCH V14 01/24] mmc: block: Fix missing blk_put_request()
` [PATCH V14 02/24] mmc: block: Check return value of blk_get_request()
` [PATCH V14 03/24] mmc: core: Do not leave the block driver in a suspended state
` [PATCH V14 04/24] mmc: block: Ensure that debugfs files are removed
` [PATCH V14 05/24] mmc: block: No need to export mmc_cleanup_queue()
` [PATCH V14 06/24] mmc: block: Simplify cleaning up the queue
` [PATCH V14 07/24] mmc: block: Use data timeout in card_busy_detect()
` [PATCH V14 08/24] mmc: block: Check for transfer state "
` [PATCH V14 09/24] mmc: block: Make card_busy_detect() accumulate all response error bits
` [PATCH V14 10/24] mmc: core: Make mmc_pre_req() and mmc_post_req() available
` [PATCH V14 11/24] mmc: block: Add error-handling comments

[PATCH 00/13] block: assorted cleanup for bio splitting and cloning
 2017-11-21 12:43 UTC  (8+ messages)
      ` [dm-devel] "

Re: [PATCH] bcache: add a separate open bucket list for flash devices
 2017-11-21 11:12 UTC 

[PATCH] bcache: add a separate open bucket list for flash devices
 2017-11-21 10:57 UTC  (2+ messages)

4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk
 2017-11-21 10:14 UTC  (9+ messages)
              ` 4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk (also 4.12 stable)

[RFC PATCH] blk-throttle: add burst allowance
 2017-11-21  4:36 UTC  (6+ messages)

Ideas to reuse filesystem's checksum to enhance dm-raid1/10/5/6?
 2017-11-21  2:53 UTC  (3+ messages)
              ` [dm-devel] "

[PATCH V8 0/7] blk-mq support for ZBC disks
 2017-11-21  2:36 UTC  (3+ messages)
` [PATCH V8 6/7] sd_zbc: Initialize device request queue zoned data

[PATCH v3 2/2] blk-throttle: fix wrong initialization in case of dm device
 2017-11-21  1:42 UTC 

[PATCH v3 RESEND 1/2] blk-throttle: track read and write request individually
 2017-11-21  1:38 UTC 

[PATCH v2 2/2] blk-throttle: fix wrong initialization in case of dm device
 2017-11-21  1:08 UTC  (7+ messages)

4.14: can bcc not trace blk-mq?
 2017-11-20 21:34 UTC  (2+ messages)

[PATCH] block: early return from blk_queue_split() if q->bio_split is NULL
 2017-11-20 16:54 UTC 

[PATCH 0/11 v4] block: Fix block device shutdown related races
 2017-11-20 16:43 UTC  (4+ messages)
` [PATCH 02/11] block: Fix race of bdev open with gendisk shutdown

[RFC PATCH 0/2] apply write hints to select the type of segments
 2017-11-20  2:12 UTC  (2+ messages)

[PATCH v2 RESEND 1/2] blk-throttle: track read and write request individually
 2017-11-20  1:59 UTC 

[RFC] bcache: fix a circular dead locking with dc->writeback_lock and bch_register_lock
 2017-11-19 19:59 UTC  (4+ messages)

[PATCH -next] blktrace.c: Use blk_trace_bio_get_cgid inside blk_add_trace_bio
 2017-11-19 19:59 UTC  (3+ messages)
` [PATCHv2 "

Buffered IO performance hit
 2017-11-19 19:30 UTC  (2+ messages)

[PATCH] blktrace: fix trace mutex deadlock
 2017-11-19 18:52 UTC 

possible deadlock in blk_trace_remove
 2017-11-19 18:50 UTC  (2+ messages)

[PATCH] block: genhd.c: fix message typo
 2017-11-19 18:02 UTC  (2+ messages)

[PATCH] bcache: recover data from backing device when read request hit clean
 2017-11-18 17:00 UTC  (12+ messages)

[GIT PULL] Followup merge window block fixes/changes
 2017-11-17 21:26 UTC  (6+ messages)

[PATCH] bio: ensure __bio_clone_fast copies bi_partno
 2017-11-17 20:25 UTC  (9+ messages)

[RFC PATCH 0/2] apply write hints to select the type of segments
 2017-11-17 18:36 UTC  (2+ messages)

Regression in 4.14: wrong data being read from bcache device
 2017-11-17 17:04 UTC  (6+ messages)

[PATCH v2 0/3] add error handle for bdi debugfs register
 2017-11-17 16:34 UTC  (5+ messages)
` [PATCH v2 2/3] bdi: add error handle for bdi_debug_register

[PATCH 0/3] lockdep/crossrelease: Apply crossrelease to page locks
 2017-11-16 13:07 UTC  (7+ messages)
` [PATCH 1/3] lockdep: Apply crossrelease to PG_locked locks
` [PATCH 2/3] lockdep: Apply lock_acquire(release) on __Set(__Clear)PageLocked
` [PATCH 3/3] lockdep: Move data of CONFIG_LOCKDEP_PAGELOCK from page to page_ext

[PATCH V13 00/10] mmc: Add Command Queue support
 2017-11-16  9:46 UTC  (12+ messages)
` [PATCH V13 03/10] mmc: block: Add blk-mq support

[PATCH 0/2] block: enforce ioctl(BLKROSET) and set_disk_ro()
 2017-11-16  9:02 UTC  (2+ messages)

[PATCH v3 0/5] Revise crossrelease.txt
 2017-11-16  7:36 UTC  (11+ messages)
` [PATCH v3 1/5] locking/Documentation: Remove meaningless examples and a note
` [PATCH v3 2/5] locking/Documentation: Fix typos and clear grammar errors
` [PATCH v3 3/5] locking/Documentation: Fix weird expressions
` [PATCH v3 4/5] locking/Documentation: Add an example to help crossrelease.txt more readable
` [PATCH v3 5/5] locking/Documentation: Align crossrelease.txt with the width
` [PATCH] locking/Documentation: Revise Documentation/locking/crossrelease.txt

[PATCH] block: wake up all tasks blocked in get_request()
 2017-11-16  4:50 UTC  (2+ messages)

[PATCH] blk-throttle: allow configure 0 for some settings --resend
 2017-11-15 23:30 UTC  (2+ messages)

[PATCH] Support for secure erase functionality
 2017-11-15 21:12 UTC  (3+ messages)

[PATCH 00/12 v5] Multiqueue for MMC/SD
 2017-11-15 13:50 UTC  (9+ messages)

[PATCH V4] scsi_debugfs: fix crash in scsi_show_rq()
 2017-11-15 12:04 UTC  (8+ messages)

GPT (more than 256 partitions)
 2017-11-15  0:36 UTC 

kernel 4.14 how to install Mellanox connectx-3 infiniband driver?
 2017-11-14 23:56 UTC  (3+ messages)

[PATCH] blkcg: correctly update stat
 2017-11-14 21:03 UTC  (2+ messages)

RFC: remove REQ_OP_WRITE_SAME
 2017-11-14 18:05 UTC  (4+ messages)
` [PATCH 2/8] target: remove iblock WRITE_SAME passthrough support

[PATCH/RFC] blk-mq: improve heavily contended tag case
 2017-11-14 17:24 UTC 

GPT
 2017-11-14 17:14 UTC 

[PATCH V2] block-throttle: avoid double charge
 2017-11-13 20:38 UTC  (2+ messages)

[PATCH] block-throttle: avoid double charge
 2017-11-13 20:37 UTC  (3+ messages)

[PATCH IMPROVEMENT/BUGFIX 0/4] block, bfq: increase sustainable IOPS and fix a bug
 2017-11-13 17:53 UTC  (6+ messages)
` [PATCH BUGFIX/IMPROVEMENT 1/4] doc, block, bfq: update max IOPS sustainable with BFQ
` [PATCH BUGFIX/IMPROVEMENT 2/4] block, bfq: add missing invocations of bfqg_stats_update_io_add/remove
` [PATCH BUGFIX/IMPROVEMENT 3/4] block, bfq: update blkio stats outside the scheduler lock
` [PATCH BUGFIX/IMPROVEMENT 4/4] block, bfq: move debug blkio stats behind CONFIG_DEBUG_BLK_CGROUP

[GIT PULL] Core block changes for 4.15-rc1
 2017-11-13  3:05 UTC 

[GIT PULL] nvme updates for Linux 4.15
 2017-11-11 22:37 UTC  (10+ messages)

for-4.15/block rebased
 2017-11-11 22:37 UTC  (3+ messages)

[PATCH] blk-mq: respect queue dead via blk_mq_quiesce_queue
 2017-11-11  2:19 UTC  (4+ messages)

[PATCH] blk-mq: only run the hardware queue if IO is pending
 2017-11-10 22:31 UTC  (7+ messages)

[PATCH] blk-mq: improve tag waiting setup for non-shared tags
 2017-11-10 22:04 UTC  (2+ messages)

[PATCH v3 0/8] Introduce sgl_alloc() and sgl_free()
 2017-11-10 20:19 UTC  (4+ messages)
` [PATCH v3 2/8] crypto: scompress - use "

[PATCH] brd: remove unused brd_mutex
 2017-11-10 18:18 UTC  (2+ messages)

[PATCH] ide: ide-atapi: fix compile error with defining macro DEBUG
 2017-11-10 15:30 UTC  (2+ messages)

[PATCH] block: avoid null pointer dereference on null disk
 2017-11-10 15:26 UTC  (2+ 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).