linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-13 14:19:49 to 2020-03-23 09:42:06 UTC [more...]

[PATCH 0/7] bcache patches for Linux v5.7-rc1
 2020-03-23  9:41 UTC  (19+ messages)
` [PATCH 1/7] bcache: move macro btree() and btree_root() into btree.h
` [PATCH 2/7] bcache: add bcache_ prefix to btree_root() and btree() macros
` [PATCH 3/7] bcache: make bch_btree_check() to be multithreaded
` [PATCH 4/7] bcache: make bch_sectors_dirty_init() "
` [PATCH 5/7] bcache: Use scnprintf() for avoiding potential buffer overflow
` [PATCH 6/7] bcache: optimize barrier usage for Rmw atomic bitops
` [PATCH 7/7] bcache: optimize barrier usage for atomic operations

[RESEND RFC PATCH 0/8] Add MMC packed request support
 2020-03-23  9:13 UTC  (18+ messages)
` [RESEND RFC PATCH 1/8] block: Change the dispatch_request() API to support batch requests
` [RESEND RFC PATCH 2/8] block: Allow sending a batch of requests from the scheduler to hardware
` [RESEND RFC PATCH 3/8] mmc: Add MMC packed request support for MMC software queue
` [RESEND RFC PATCH 4/8] mmc: host: sdhci: Introduce ADMA3 transfer mode
` [RESEND RFC PATCH 5/8] mmc: host: sdhci: Factor out the command configuration
` [RESEND RFC PATCH 6/8] mmc: host: sdhci: Remove redundant sg_count member of struct sdhci_host
` [RESEND RFC PATCH 7/8] mmc: host: sdhci: Add MMC packed request support
` [RESEND RFC PATCH 8/8] mmc: host: sdhci-sprd: "

[PATCH RESEND] drivers/block/zram/zram_drv.c: remove WARN_ON_ONCE() in free_block_bdev()
 2020-03-23  8:53 UTC 

[PATCH] dm zoned: remove duplicated nr_rnd_zones increasement
 2020-03-23  2:34 UTC  (2+ messages)

[PATCH BUGFIX 0/4] block, bfq: series of cgroups-related fix
 2020-03-21 20:31 UTC  (6+ messages)
` [PATCH BUGFIX 1/4] block, bfq: move forward the getting of an extra ref in bfq_bfqq_move
` [PATCH BUGFIX 2/4] block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroup
` [PATCH BUGFIX 3/4] block, bfq: make reparent_leaf_entity actually work only on leaf entities
` [PATCH BUGFIX 4/4] block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offline

[PATCH V3] block, bfq: fix use-after-free in bfq_idle_slice_timer_body
 2020-03-21 20:29 UTC  (3+ messages)

[GIT PULL] Block fixes for 5.6-rc
 2020-03-21 19:15 UTC  (2+ messages)

INFO: task hung in blk_trace_remove
 2020-03-21  7:15 UTC  (2+ messages)

[RFC 0/3] blkcg: add blk-iotrack
 2020-03-21  1:21 UTC  (4+ messages)
` [RFC 1/3] update the real issue size when bio_split
` [RFC 2/3] bio: track timestamp of submitting bio the disk driver
` [RFC 3/3] blkcg: add blk-iotrack

[PATCH blktests v3 0/4] Add a test that triggers the blk_mq_realloc_hw_ctxs() error path
 2020-03-20 22:24 UTC  (5+ messages)
` [PATCH blktests v3 1/4] Make _exit_null_blk remove all null_blk device instances
` [PATCH blktests v3 2/4] Use _{init,exit}_null_blk instead of open-coding these functions
` [PATCH blktests v3 3/4] Introduce the function _configure_null_blk()
` [PATCH blktests v3 4/4] Add a test that triggers the blk_mq_realloc_hw_ctxs() error path

[PATCH blktests v2 0/4] Add a test that triggers the blk_mq_realloc_hw_ctxs() error path
 2020-03-20 21:42 UTC  (13+ messages)
` [PATCH blktests v2 1/4] Make _exit_null_blk remove all null_blk device instances
` [PATCH blktests v2 2/4] Use _{init,exit}_null_blk instead of open-coding these functions
` [PATCH blktests v2 3/4] Introduce the function _configure_null_blk()
` [PATCH blktests v2 4/4] Add a test that triggers the blk_mq_realloc_hw_ctxs() error path

[PATCH v11 00/26] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-03-20 12:16 UTC  (27+ messages)
` [PATCH v11 01/26] sysfs: export sysfs_remove_file_self()
` [PATCH v11 02/26] RDMA/rtrs: public interface header to establish RDMA connections
` [PATCH v11 03/26] RDMA/rtrs: private headers with rtrs protocol structs and helpers
` [PATCH v11 04/26] RDMA/rtrs: core: lib functions shared between client and server modules
` [PATCH v11 05/26] RDMA/rtrs: client: private header with client structs and functions
` [PATCH v11 06/26] RDMA/rtrs: client: main functionality
` [PATCH v11 07/26] RDMA/rtrs: client: statistics functions
` [PATCH v11 08/26] RDMA/rtrs: client: sysfs interface functions
` [PATCH v11 09/26] RDMA/rtrs: server: private header with server structs and functions
` [PATCH v11 10/26] RDMA/rtrs: server: main functionality
` [PATCH v11 11/26] RDMA/rtrs: server: statistics functions
` [PATCH v11 12/26] RDMA/rtrs: server: sysfs interface functions
` [PATCH v11 13/26] RDMA/rtrs: include client and server modules into kernel compilation
` [PATCH v11 14/26] RDMA/rtrs: a bit of documentation
` [PATCH v11 15/26] block: reexport bio_map_kern
` [PATCH v11 16/26] block/rnbd: private headers with rnbd protocol structs and helpers
` [PATCH v11 17/26] block/rnbd: client: private header with client structs and functions
` [PATCH v11 18/26] block/rnbd: client: main functionality
` [PATCH v11 19/26] block/rnbd: client: sysfs interface functions
` [PATCH v11 20/26] block/rnbd: server: private header with server structs and functions
` [PATCH v11 21/26] block/rnbd: server: main functionality
` [PATCH v11 22/26] block/rnbd: server: functionality for IO submission to file or block dev
` [PATCH v11 23/26] block/rnbd: server: sysfs interface functions
` [PATCH v11 24/26] block/rnbd: include client and server modules into kernel compilation
` [PATCH v11 25/26] block/rnbd: a bit of documentation
` [PATCH v11 26/26] MAINTAINERS: Add maintainers for RNBD/RTRS modules

LKFT: arm x15: mmc1: cache flush error -110
 2020-03-20  9:49 UTC  (22+ messages)

[PATCH] rsxx: Replace zero-length array with flexible-array member
 2020-03-19 21:35 UTC  (4+ messages)

❌ FAIL: Test report for kernel 5.6.0-rc4-61a0925.cki (mainline.kernel.org)
 2020-03-19 15:08 UTC  (5+ messages)

[PATCH liburing 0/2] spec: RPM spec file changes for liburing-0.5
 2020-03-19 14:55 UTC  (4+ messages)
` [PATCH liburing 1/2] spec: use "or" instead of "/" in License line
` [PATCH liburing 2/2] spec: add ./configure --libdevdir= for development package files

[PATCH v7 0/6] block: Introduce REQ_ALLOCATE flag for REQ_OP_WRITE_ZEROES
 2020-03-19 13:03 UTC  (7+ messages)

[PATCH v8 00/11] Inline Encryption Support
 2020-03-19 11:04 UTC  (19+ messages)
` [PATCH v8 01/11] block: Keyslot Manager for Inline Encryption
` [PATCH v8 02/11] block: Inline encryption support for blk-mq
` [PATCH v8 03/11] block: Make blk-integrity preclude hardware inline encryption
` [PATCH v8 06/11] scsi: ufs: UFS crypto API
` [PATCH v8 07/11] scsi: ufs: Add inline encryption support to UFS
` [PATCH v8 08/11] fs: introduce SB_INLINECRYPT
` [PATCH v8 09/11] fscrypt: add inline encryption support
` [PATCH v8 10/11] f2fs: "

[RFC PATCH v3 0/4] Inline crypto support on DragonBoard 845c
 2020-03-19 10:33 UTC  (7+ messages)
` [RFC PATCH v3 4/4] scsi: ufs-qcom: add Inline Crypto Engine support

[PATCH] Inline contents of BLK_MQ_VIRTIO config
 2020-03-19 10:31 UTC  (4+ messages)

[PATCH V2 0/6] Some cleanups for blk-core.c and blk-flush.c
 2020-03-19 10:29 UTC  (3+ messages)
` [PATCH V2 2/6] block: use bio_{wouldblock,io}_error in direct_make_request

[PATCH v1 0/3] set ro attribute of block device according to write-protection status
 2020-03-19 10:25 UTC  (3+ messages)
` [PATCH v1 3/3] block: set partition read/write policy "

[Question] IO is split by block layer when size is larger than 4k
 2020-03-19  6:38 UTC  (11+ messages)

[PATCH] block, bfq: fix use-after-free in bfq_idle_slice_timer_body
 2020-03-19  1:42 UTC  (7+ messages)

[PATCH AUTOSEL 5.4 37/73] virtio-blk: fix hw_queue stopped on arbitrary error
 2020-03-18 20:53 UTC 

[PATCH AUTOSEL 4.19 23/37] virtio-blk: fix hw_queue stopped on arbitrary error
 2020-03-18 20:54 UTC 

[PATCH AUTOSEL 4.14 20/28] virtio-blk: fix hw_queue stopped on arbitrary error
 2020-03-18 20:55 UTC 

[PATCH AUTOSEL 4.9 10/15] virtio-blk: fix hw_queue stopped on arbitrary error
 2020-03-18 20:56 UTC 

[PATCH v10 00/26] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-03-18 15:04 UTC  (9+ messages)
` [PATCH v10 06/26] RDMA/rtrs: client: main functionality

[PATCH 0/7] blk-mq request and latency stats
 2020-03-18 14:49 UTC  (2+ messages)

[PATCH] block: fix a device invalidation regression
 2020-03-18 14:49 UTC  (2+ messages)

[PATCH V2] block: Prevent hung_check firing during long sync IO
 2020-03-18 14:48 UTC  (4+ messages)

disk revalidation updates and OOM
 2020-03-18  6:33 UTC  (16+ messages)

[PATCH V2] block, bfq: fix use-after-free in bfq_idle_slice_timer_body
 2020-03-18  2:50 UTC 

[PATCH V2] block, bfq: fix use-after-free in bfq_idle_slice_timer_body
 2020-03-18  2:46 UTC  (2+ messages)

[PATCH 0/2] loop: Better discard support for block devices
 2020-03-17 16:51 UTC  (4+ messages)
` [PATCH 1/2] loop: Report EOPNOTSUPP properly
  ` [PATCH RESEND "
` [PATCH 2/2] loop: Better discard support for block devices

[PATCH RFC v2 00/24] scsi: enable reserved commands for LLDDs
 2020-03-17  9:48 UTC  (5+ messages)
` [PATCH RFC v2 12/24] hpsa: use reserved commands

[bug report] nbd: requeue command if the soecket is changed
 2020-03-17  9:11 UTC 

[PATCH] nbd: make starting request more reasonable
 2020-03-17  2:41 UTC  (5+ messages)

[GIT PULL] Floppy cleanups for next
 2020-03-16 15:08 UTC  (2+ messages)

[PATCH AUTOSEL 5.5 39/41] block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()
 2020-03-16  2:33 UTC 

[PATCH AUTOSEL 5.4 34/35] block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()
 2020-03-16  2:34 UTC 

[PATCH AUTOSEL 4.19 19/20] block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()
 2020-03-16  2:34 UTC 

[PATCH AUTOSEL 4.14 14/15] block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()
 2020-03-16  2:35 UTC 

[PATCH blktests] Add a test that triggers the blk_mq_realloc_hw_ctxs() error path
 2020-03-15  6:08 UTC  (2+ messages)

[GIT PULL] Block fixes for 5.6-rc
 2020-03-13 20:25 UTC  (2+ messages)

[Bug Report] block: integer overflow in blk_ioctl_discard
 2020-03-13 19:57 UTC  (3+ messages)

[PATCH] block: fix integer overflow in blk_ioctl_discard()
 2020-03-13 19:43 UTC 

LSF/MM/BPF 2020: Postponement announcement
 2020-03-13 18:47 UTC 

[PATCH] sata_fsl: fixup compilation errors
 2020-03-13 16:33 UTC  (4+ messages)

cleanup the partitioning code
 2020-03-13 14:19 UTC  (3+ messages)
` [PATCH 02/21] block: remove __bdevname


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