linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-21 01:20:19 to 2018-07-26 06:49:45 UTC [more...]

[PATCH v5 0/2] add crc64 calculation as kernel library
 2018-07-26  5:33 UTC  (3+ messages)
` [PATCH v5 1/2] lib: add crc64 calculation routines
` [PATCH v5 2/2] bcache: use routines from lib/crc64.c for CRC64 calculation

[PATCH v5 0/3] Fix silent data corruption in blkdev_direct_IO()
 2018-07-26  6:38 UTC  (5+ messages)
` [PATCH v5 1/3] block: bio_iov_iter_get_pages: fix size of last iovec
` [PATCH v5 2/3] blkdev: __blkdev_direct_IO_simple: fix leak in error case
` [PATCH v5 3/3] block: bio_iov_iter_get_pages: pin more pages for multi-segment IOs

[PATCH v4 0/3] add crc64 calculation as kernel library
 2018-07-26  3:28 UTC  (3+ messages)
          ` [PATCH v4 1/3] lib: add crc64 calculation routines

[PATCH 0/9] bcache patches for Linux v4.19
 2018-07-26  4:17 UTC  (10+ messages)
` [PATCH 1/9] bcache: simplify the calculation of the total amount of flash dirty data
` [PATCH 2/9] bcache: finish incremental GC
` [PATCH 3/9] bcache: calculate the number of incremental GC nodes according to the total of btree nodes
` [PATCH 4/9] bcache: fix I/O significant decline while backend devices registering
` [PATCH 5/9] bcache: do not assign in if condition register_bcache()
` [PATCH 6/9] bcache: free heap cache_set->flush_btree in bch_journal_free
` [PATCH 7/9] bcache: do not assign in if condition in bcache_init()
` [PATCH 8/9] bcache: do not assign in if condition in bcache_device_init()
` [PATCH 9/9] bcache: stop using the deprecated get_seconds()

[PATCH v2 0/5] blk-mq: Enable runtime power management
 2018-07-26  2:45 UTC  (8+ messages)
` [PATCH v2 1/5] block: Fix a comment in a header file
` [PATCH v2 2/5] block: Move power management functions into new source files
` [PATCH v2 3/5] block: Serialize queue freezing and blk_pre_runtime_suspend()
` [PATCH v2 4/5] block, scsi: Rework runtime power management
` [PATCH v2 5/5] blk-mq: Enable support for "

[PATCH 0/2] partitions/aix: fix problems due to disk corruption
 2018-07-26  1:46 UTC  (3+ messages)
` [PATCH 1/2] partitions/aix: fix usage of uninitialized lv_info and lvname structures
` [PATCH 2/2] partitions/aix: append null character to print data from disk

[PATCH 0/2] virtio_scsi pi_bytes{out,in} miscalculated on 4 KiB devices
 2018-07-26  1:46 UTC  (5+ messages)
` [PATCH 1/2] block: move bio_integrity_{intervals,bytes} into blkdev.h
` [PATCH 2/2] scsi: virtio_scsi: fix pi_bytes{out,in} on 4 KiB block size devices

[PATCH v4 1/3] block: move ref_tag calculation func to the block layer
 2018-07-26  1:12 UTC  (7+ messages)
` [PATCH v4 2/3] block: move dif_prepare/dif_complete functions to "
` [PATCH v4 3/3] nvme: use blk API to remap ref tags for IOs with metadata

[PATCH] block/023: performance test on queue creation & cleanup
 2018-07-25 21:33 UTC  (2+ messages)

BUG? ondemand_readahead() exeeds bdi->io_pages
 2018-07-25 20:10 UTC 

[RFC PATCH] blkdev: __blkdev_direct_IO: collect async writes in error case
 2018-07-25 21:26 UTC 

[PATCH] blktests: Add '--outdir' to store results in a different directory
 2018-07-25 21:23 UTC  (2+ messages)

[Regression] Linux-Next Merge 25Jul2018 breaks mmc on Tegra
 2018-07-25 18:29 UTC  (3+ messages)

[PATCH] block: fix NPE when resuming SCSI devices using blk-mq
 2018-07-25 18:13 UTC  (2+ messages)

[GIT PULL] first round of nvme updates for 4.19
 2018-07-25 18:06 UTC  (2+ messages)

[PATCH] xen/blkfront: remove unused macros
 2018-07-25 18:06 UTC  (3+ messages)

[PATCH v6 00/18] crypto: Remove VLA usage
 2018-07-25 18:01 UTC  (27+ messages)
` [PATCH v6 01/18] crypto: xcbc: "
` [PATCH v6 02/18] crypto: cbc: "
` [PATCH v6 03/18] crypto: hash: "
` [PATCH v6 04/18] dm: Remove VLA usage from hashes
` [PATCH v6 05/18] crypto alg: Introduce generic max blocksize and alignmask
` [PATCH v6 06/18] crypto: qat: Remove VLA usage
` [PATCH v6 07/18] crypto: shash: Remove VLA usage in unaligned hashing
` [PATCH v6 08/18] crypto: skcipher: Remove VLA usage for SKCIPHER_REQUEST_ON_STACK
` [PATCH v6 09/18] ppp: mppe: Remove VLA usage
` [PATCH v6 10/18] x86/power/64: "
` [PATCH v6 11/18] dm crypt: Convert essiv from ahash to shash
` [PATCH v6 12/18] drbd: Convert "
` [PATCH v6 13/18] wireless/lib80211: "
` [PATCH v6 14/18] staging: rtl8192u: ieee80211: "
` [PATCH v6 15/18] staging: rtl8192e: "
` [PATCH v6 16/18] rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK buffer
` [PATCH v6 17/18] crypto: ccm: Remove VLA usage
` [PATCH v6 18/18] crypto: Remove AHASH_REQUEST_ON_STACK

[PATCHv2 1/2] blk-mq: export setting request completion state
 2018-07-25 16:48 UTC  (11+ messages)
` [PATCHv2 2/2] scsi: set timed out out mq requests to complete

[PATCH v3 1/3] block: move ref_tag calculation func to the block layer
 2018-07-25 14:53 UTC  (6+ messages)
` [PATCH v3 2/3] block: move dif_prepare/dif_complete functions to "
` [PATCH v3 3/3] nvme: use blk API to remap ref tags for IOs with metadata

[PATCH 0/5] genhd: implement device_add_disk_with_groups()
 2018-07-25  8:27 UTC  (9+ messages)
` [PATCH 1/5] genhd: drop 'bool' argument from __device_add_disk()
` [PATCH 2/5] block: genhd: add device_add_disk_with_groups
` [PATCH 3/5] nvme: register ns_id attributes as default sysfs groups
` [PATCH 4/5] aoe: use device_add_disk_with_groups()
` [PATCH 5/5] zram: "

[PATCH v2] bcache: set max writeback rate when I/O request is idle
 2018-07-25  6:16 UTC  (6+ messages)

[PATCH 1/3] block: move ref_tag calculation func to the block layer
 2018-07-24 22:32 UTC  (10+ messages)
` [PATCH 2/3] block: move dif_prepare/dif_complete functions to "
` [PATCH 3/3] nvme: use blk API to remap ref tags for IOs with metadata

[PATCH] blk-mq: Avoid that a request queue stalls when restarting a shared hctx
 2018-07-24 22:06 UTC  (3+ messages)

[PATCH for v4.18] blk-mq: Rename BLK_EH_DONE into BLK_EH_DONT_RESET_TIMER
 2018-07-24 21:32 UTC 

[PATCH] block: allow max_discard_segments to be stacked
 2018-07-24 20:47 UTC  (3+ messages)

kill bio_clone_kmalloc and bio_clone_bioset
 2018-07-24 20:43 UTC  (7+ messages)
` [PATCH 1/5] bcache: don't clone bio in bch_data_verify
` [PATCH 2/5] exofs: use bio_clone_fast in _write_mirror
` [PATCH 3/5] block: remove bio_clone_kmalloc
` [PATCH 4/5] md: remove a bogus comment
` [PATCH 5/5] block: unexport bio_clone_bioset

two small bio cleanups
 2018-07-24 20:41 UTC  (4+ messages)
` [PATCH 1/2] block: simplify bio_check_pages_dirty
` [PATCH 2/2] block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vec

data corruption with 'splt' workload to XFS on DM cache with its 3 underlying devices being on same NVMe device
 2018-07-24 17:42 UTC  (11+ messages)

[PATCH] block: Rename the null_blk_mod kernel module back into null_blk
 2018-07-24 15:54 UTC  (2+ messages)

[PATCH 1/2] block: move dif_prepare/dif_complete functions to block layer
 2018-07-24 12:01 UTC  (8+ messages)
` [PATCH 2/2] nvme: use blk API to remap ref tags for IOs with metadata

[PATCH v2] UBI: Add volume read and write statistics
 2018-07-24  8:19 UTC 

[PATCH] lightnvm: pblk: recover chunk state on 1.2 devices
 2018-07-24  7:54 UTC  (6+ messages)

[PATCH] block: ioprio: Replace GFP_ATOMIC with GFP_KERNEL in set_task_ioprio()
 2018-07-24  7:47 UTC  (6+ messages)
` [LKP] [block] 8448e82606: WARNING:suspicious_RCU_usage

[PATCH] block: zram: Replace GFP_ATOMIC with GFP_KERNEL
 2018-07-24  2:52 UTC  (2+ messages)

[stable-4.14 00/23] block/scsi multiqueue performance enhancement and
 2018-07-23 15:37 UTC  (5+ messages)

[PATCH 2/2] blktests: add test for ANA state transition
 2018-07-23 14:14 UTC  (3+ messages)

[PATCH] bcache: set max writeback rate when I/O request is idle
 2018-07-23 13:39 UTC  (6+ messages)

[PATCH 1/2] blk-mq: export setting request completion state
 2018-07-23 14:04 UTC  (14+ messages)
` [PATCH 2/2] scsi: set timed out out mq requests to complete

[PATCH] blk-mq: fail the request in case issue failure
 2018-07-22 23:32 UTC  (2+ messages)

[PATCH] blk-rq-qos: make depth comparisons unsigned
 2018-07-22 17:31 UTC  (2+ messages)

[Bug] block/for-next: IO hang in rq_qos_throttle
 2018-07-22 12:24 UTC  (4+ messages)

[GIT PULL] NVMe fixes for 4.18-rc6
 2018-07-22 12:44 UTC 

[PATCH] genhd: register_disk: inform about dev_set_name() failure
 2018-07-21 22:28 UTC 

[PATCH] Blk-throttle: reduce tail io latency when iops limit is enforced
 2018-07-21  0:29 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).