linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-20 15:29:04 to 2019-08-23 17:48:45 UTC [more...]

[PATCH v3 1/2] md raid0/linear: Mark array as 'broken' and fail BIOs if a member is gone
 2019-08-23 17:48 UTC  (5+ messages)
` [PATCH v3 2/2] mdadm: Introduce new array state 'broken' for raid0/linear

[RFC] How to handle an ugly md raid0 sector map bug ?
 2019-08-23 17:47 UTC  (6+ messages)

[PATCH 0/3] block: sed-opal - Generic Read/Write Opal Tables
 2019-08-23 16:58 UTC  (5+ messages)
` [PATCH 1/3] block: sed-opal: Expose enum opal_uid and opaluid definitions to the users by moving it to "include/uapi/linux/sed-opal.h"
` [PATCH 2/3] block: sed-opal: Generalizing write data to any opal table
` [PATCH 3/3] block: sed-opal: Add support to read/write opal tables generically

[PATCH V2 0/6] block: don't acquire .sysfs_lock before removing mq & iosched kobjects
 2019-08-23 16:46 UTC  (17+ messages)
` [PATCH V2 1/6] block: Remove blk_mq_register_dev()
` [PATCH V2 2/6] block: don't hold q->sysfs_lock in elevator_init_mq
` [PATCH V2 3/6] blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueue
` [PATCH V2 4/6] blk-mq: don't hold q->sysfs_lock in blk_mq_realloc_hw_ctxs()
` [PATCH V2 5/6] block: add helper for checking if queue is registered
` [PATCH V2 6/6] block: split .sysfs_lock into two locks

[PATCH v4 0/5] introduce LED block device activity trigger
 2019-08-23 16:00 UTC  (8+ messages)
` [PATCH v4 4/5] block: "

[git pull] device mapper fixes for 5.3-rc6
 2019-08-23 15:41 UTC 

[PATCH V4 0/6] null_blk: simplify null_handle_cmd()
 2019-08-23 12:58 UTC  (8+ messages)
` [PATCH V4 1/6] null_blk: move duplicate code to callers
` [PATCH V4 2/6] null_blk: create a helper for throttling
` [PATCH V4 3/6] null_blk: create a helper for badblocks
` [PATCH V4 4/6] null_blk: create a helper for mem-backed ops
` [PATCH V4 5/6] null_blk: create a helper for zoned devices
` [PATCH V4 6/6] null_blk: create a helper for req completion

[PATCH 0/7] Elevator cleanups and improvements
 2019-08-23 11:41 UTC  (13+ messages)
` [PATCH 1/7] block: Cleanup elevator_init_mq() use
` [PATCH 2/7] block: Change elevator_init_mq() to always succeed
` [PATCH 3/7] block: Remove sysfs lock from elevator_init_rq()
` [PATCH 4/7] block: Introduce elevator features
` [PATCH 5/7] block: Introduce zoned block device elevator feature
` [PATCH 6/7] block: Improve default elevator selection
` [PATCH 7/7] block: Delay default elevator initialization

[PATCH] tools/io_uring: Fix memory ordering
 2019-08-23 10:28 UTC  (5+ messages)

[PATCH 6/9] dm crypt: support diskcipher
 2019-08-23  7:18 UTC 

[PATCH 6/9] dm crypt: support diskcipher
 2019-08-23  4:27 UTC  (2+ messages)

[PATCH 3/3] nvme: complete request in work queue on CPU with flooded interrupts
 2019-08-23  3:21 UTC 

[PATCH 5/9] block: support diskcipher
 2019-08-23  2:35 UTC  (3+ messages)

WARNING in loop_add
 2019-08-23  2:28 UTC 

Issues about the merge_bvec_fn callback in 3.10 series
 2019-08-23  1:31 UTC  (4+ messages)

[PATCH 3/3] xfs: alignment check bio buffers
 2019-08-23  1:19 UTC  (11+ messages)

[PATCH 1/9] crypt: Add diskcipher
 2019-08-23  0:50 UTC 

[PATCH v7 00/14] nvmet: add target passthru commands support
 2019-08-22 19:41 UTC  (10+ messages)
` [PATCH v7 08/14] nvmet-core: allow one host per passthru-ctrl

[PATCH V2 0/5] blk-mq: improvement on handling IO during CPU hotplug
 2019-08-22 17:39 UTC  (2+ messages)

[PATCH v2 1/2] md raid0/linear: Introduce new array state 'broken'
 2019-08-22 16:16 UTC  (14+ messages)

[PATCH v2] md raid0/linear: Fail BIOs if their underlying block device is gone
 2019-08-22 16:18 UTC  (2+ messages)

Copia di: Top 5 CA Casual Dating Sites 2019
 2019-08-22 15:29 UTC 

[PATCH 0/4] block, bfq: series of improvements and small fixes of the injection mechanism
 2019-08-22 15:20 UTC  (5+ messages)
` [PATCH 1/4] block, bfq: update inject limit only after injection occurred
` [PATCH 2/4] block, bfq: reduce upper bound for inject limit to max_rq_in_driver+1
` [PATCH 3/4] block, bfq: increase update frequency of inject limit
` [PATCH 4/4] block, bfq: push up injection only after setting service time

bio_add_pc_page cleanups
 2019-08-22 13:15 UTC  (3+ messages)

[PATCH v9 0/5] treewide: improve R-Car SDHI performance
 2019-08-22  9:35 UTC  (5+ messages)
` [PATCH v9 3/5] block: sort headers on blk-setting.c

[PATCHSET block/for-next] IO cost model based work-conserving porportional controller
 2019-08-22  8:58 UTC  (6+ messages)

[PATCH 1/9] crypt: Add diskcipher
 2019-08-22  8:37 UTC  (2+ messages)

[PATCH 0/2 v3] nbd: fix possible page fault for nbd disk
 2019-08-22  7:59 UTC  (3+ messages)
` [PATCH 1/2 v3] nbd: rename the runtime flags as NBD_RT_ prefixed
` [PATCH 2/2 v3] nbd: fix possible page fault for nbd disk

[PATCH V3 0/6] null_blk: simplify null_handle_cmd()
 2019-08-22  2:23 UTC  (16+ messages)
` [PATCH V3 1/6] null_blk: move duplicate code to callers
` [PATCH V3 2/6] null_blk: create a helper for throttling
` [PATCH V3 3/6] null_blk: create a helper for badblocks
` [PATCH V3 4/6] null_blk: create a helper for mem-backed ops
` [PATCH V3 5/6] null_blk: create a helper for zoned devices
` [PATCH V3 6/6] null_blk: create a helper for req completion

soft lockup with io_uring
 2019-08-22  1:33 UTC  (3+ messages)

[PATCH] block: don't acquire .sysfs_lock before removing mq & iosched kobjects
 2019-08-22  1:16 UTC  (9+ messages)

[PATCH v2] nbd: fix possible page fault for nbd disk
 2019-08-22  0:58 UTC  (3+ messages)

[PATCH 5/9] block: support diskcipher
 2019-08-22  0:54 UTC 

[PATCHSET v2] writeback, memcg: Implement foreign inode flushing
 2019-08-21 21:02 UTC  (8+ messages)
` [PATCH 4/5] writeback, memcg: Implement cgroup_writeback_by_id()
  ` [PATCH v3 "
` [PATCH 5/5] writeback, memcg: Implement foreign dirty flushing
  ` [PATCH v3 "

[PATCH v2 0/3] Implement BFQ per-device weight interface
 2019-08-21 15:44 UTC  (3+ messages)
` [PATCH v2 3/3] bfq: Add per-device weight

[PATCH V5 0/9] block: use right accessor to read nr_sects
 2019-08-21 15:20 UTC  (12+ messages)
` [PATCH V5 1/9] block: add a helper function to read nr_setcs
` [PATCH V5 2/9] blk-zoned: update blkdev_nr_zones() with helper
` [PATCH V5 3/9] blk-zoned: update blkdev_report_zone() "
` [PATCH V5 4/9] blk-zoned: update blkdev_reset_zones() "
` [PATCH V5 5/9] bcache: update cached_dev_init() "
` [PATCH V5 6/9] f2fs: use helper in init_blkz_info()
` [PATCH V5 7/9] blktrace: use helper in blk_trace_setup_lba()
` [COMPILE TESTED PATCH V5 8/9] target/pscsi: use helper in pscsi_get_blocks()
` [COMPILE TESTED PATCH V5 9/9] xen/blkback: use helper in vbd_sz()

[PATCH 6/9] dm crypt: support diskcipher
 2019-08-21  8:17 UTC  (2+ messages)

[PATCH v4 0/8] Inline Encryption Support
 2019-08-21  7:57 UTC  (9+ messages)
` [PATCH v4 1/8] block: Keyslot Manager for Inline Encryption
` [PATCH v4 2/8] block: Add encryption context to struct bio
` [PATCH v4 3/8] block: blk-crypto for Inline Encryption
` [PATCH v4 4/8] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v4 5/8] scsi: ufs: UFS crypto API
` [PATCH v4 6/8] scsi: ufs: Add inline encryption support to UFS
` [PATCH v4 7/8] fscrypt: wire up fscrypt to use blk-crypto
` [PATCH v4 8/8] f2fs: Wire up f2fs to use inline encryption via fscrypt

[PATCH] nbd: fix possible page fault for nbd disk
 2019-08-21  7:57 UTC  (2+ messages)

[PATCH 6/9] dm crypt: support diskcipher
 2019-08-21  7:54 UTC 

[PATCH 4/9] mmc: dw_mmc-exynos: support FMP
 2019-08-21  6:42 UTC 

[PATCH 3/9] mmc: dw_mmc: support crypto operation
 2019-08-21  6:42 UTC 

[PATCH 8/9] fs: ext4: support diskcipher
 2019-08-21  6:42 UTC 

[PATCH 9/9] fs: f2fs: support diskcipher
 2019-08-21  6:42 UTC 

[PATCH 7/9] fscrypt: support diskcipher
 2019-08-21  6:42 UTC 

[PATCH 6/9] dm crypt: support diskcipher
 2019-08-21  6:42 UTC 

[PATCH 2/9] crypto: fmp: add Flash Memory Protector driver
 2019-08-21  6:42 UTC 

[PATCH 0/9] Flash Memory Protector Support
 2019-08-21  6:42 UTC 

[PATCH V2 0/3] block: set ioprio value
 2019-08-21  6:11 UTC  (4+ messages)
` [PATCH V2 1/3] block: set ioprio for zone-reset bio
` [PATCH V2 2/3] block: set ioprio for flush bio
` [PATCH V2 3/3] block: set ioprio for discard, write-zeroes etc

5.3-rc1 regression with XFS log recovery
 2019-08-21  2:19 UTC  (9+ messages)

[PATCH] ps3disk: use the default segment boundary
 2019-08-20 21:24 UTC 

[PATCH 1/1] nbd: fix max number of supported devs
 2019-08-20 18:44 UTC  (2+ messages)

[PATCH 0/4] nbd: cmd timeout fixes V2
 2019-08-20 18:44 UTC  (2+ messages)

reeze while write on external usb 3.0 hard disk [Bug 204095]
 2019-08-20 16:37 UTC  (3+ messages)

[PATCH v3 0/3] block: sed-opal: Code Cleanup Patches
 2019-08-20 15:35 UTC  (4+ messages)
` [PATCH v3 2/3] block: sed-opal: Remove always false conditional statement
` [PATCH v3 3/3] block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definition


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