linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-19 11:01:40 to 2020-03-24 18:27:29 UTC [more...]

[RFC 0/3] blkcg: add blk-iotrack
 2020-03-24 18:27 UTC  (5+ 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] block, nvme: Increase max segments parameter setting value
 2020-03-24 17:17 UTC  (7+ messages)

[PATCH v2 00/11] Introduce Zone Append for writing to zoned block devices
 2020-03-24 16:07 UTC  (14+ messages)
` [PATCH v2 01/11] block: factor out requeue handling from dispatch code
` [PATCH v2 02/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH v2 03/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v2 04/11] block: introduce blk_req_zone_write_trylock
` [PATCH v2 05/11] block: Introduce zone write pointer offset caching
` [PATCH v2 06/11] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v2 07/11] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v2 08/11] null_blk: Cleanup zoned device initialization
` [PATCH v2 09/11] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH v2 10/11] iomap: Add support for zone append writes
` [PATCH v2 11/11] zonefs: use zone-append for sequential zones

[PATCH v3 0/3] block/diskstats: more accurate io_ticks and optimization
 2020-03-24 16:06 UTC  (6+ messages)
` [PATCH v3 1/3] block/diskstats: more accurate approximation of io_ticks for slow disks
` [PATCH v3 2/3] block/diskstats: accumulate all per-cpu counters in one pass
` [PATCH v3 3/3] block/diskstats: replace time_in_queue with sum of request times

cleanup the partitioning code v2
 2020-03-24 13:58 UTC  (23+ messages)
` [PATCH 01/21] block: remove the blk_lookup_devt export
` [PATCH 02/21] block: remove __bdevname
` [PATCH 03/21] block: move disk_name and related helpers out of partition-generic.c
` [PATCH 04/21] block: move sysfs methods shared by disks and partitions to genhd.c
` [PATCH 05/21] block: remove alloc_part_info and free_part_info
` [PATCH 06/21] scsi: simplify scsi_bios_ptable
` [PATCH 07/21] scsi: move scsicam_bios_param to the end of scsicam.c
` [PATCH 08/21] scsi: simplify scsi_partsize
` [PATCH 09/21] block: unexport read_dev_sector and put_dev_sector
` [PATCH 10/21] block: cleanup how md_autodetect_dev is called
` [PATCH 11/21] block: remove warn_no_part
` [PATCH 12/21] block: declare all partition detection routines in check.h
` [PATCH 13/21] block: remove block/partitions/karma.h
` [PATCH 14/21] block: remove block/partitions/osf.h
` [PATCH 15/21] block: remove block/partitions/sgi.h
` [PATCH 16/21] block: remove block/partitions/sun.h
` [PATCH 17/21] block: move struct partition out of genhd.h
` [PATCH 18/21] block: move the *_PARTITION enum "
` [PATCH 19/21] partitions/msdos: remove LINUX_SWAP_PARTITION
` [PATCH 20/21] block: move the various x86 Unix label formats out of genhd.h
` [PATCH 21/21] block: merge partition-generic.c and check.c

[RFC PATCH v2 0/3] dm zoned: extend the way of exposing zoned block device
 2020-03-24 13:12 UTC  (6+ messages)
` [RFC PATCH v2 1/3] dm zoned: rename dev name to zoned_dev
` [RFC PATCH v2 2/3] dm zoned: introduce regular device to dm-zoned-target
` [RFC PATCH v2 3/3] dm zoned: add regular device info to metadata

[PATCH V3] block: rename 'q->debugfs_dir' and 'q->blk_trace->dir' in blk_unregister_queue()
 2020-03-24 13:23 UTC 

[PATCH resend] dm zoned: remove duplicated nr_rnd_zones increasement
 2020-03-24 13:22 UTC 

[PATCH blktests v3 0/4] Add a test that triggers the blk_mq_realloc_hw_ctxs() error path
 2020-03-24 10:41 UTC  (12+ 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

[RESEND RFC PATCH 0/8] Add MMC packed request support
 2020-03-24  8:29 UTC  (13+ messages)
` [RESEND RFC PATCH 2/8] block: Allow sending a batch of requests from the scheduler to hardware

[regression] very inaccurate %util of iostat
 2020-03-24  3:53 UTC  (2+ messages)
`  "

[PATCH v3 00/10] Introduce NVIDIA Tegra Partition Table
 2020-03-23 23:22 UTC  (18+ messages)
` [PATCH v3 01/10] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v3 02/10] mmc: block: Add mmc_bdev_to_card() helper
` [PATCH v3 03/10] partitions: Introduce NVIDIA Tegra Partition Table
` [PATCH v3 04/10] block: Introduce GENHD_FL_PART_SCAN_ONCE
` [PATCH v3 05/10] mmc: block: Add mmc_bdev_to_part_type() helper
` [PATCH v3 06/10] mmc: block: Add mmc_bdev_to_area_type() helper
` [PATCH v3 07/10] mmc: block: Add MMC_QUIRK_RESCAN_MAIN_BLKDEV
` [PATCH v3 08/10] mmc: block: Support partition-table scanning on boot partitions
` [PATCH v3 09/10] mmc: sdhci-tegra: Enable boot partitions scanning on Tegra20 and Tegra30
` [PATCH v3 10/10] partitions/tegra: Implement eMMC boot partitions scanning

cleanup the partitioning code
 2020-03-23 19:32 UTC  (6+ messages)

[PATCH v1] zcomp: Use ARRAY_SIZE() for backends list
 2020-03-23 17:50 UTC 

INFO: task hung in blk_trace_remove
 2020-03-23 17:12 UTC  (3+ messages)

[PATCH v3 0/4] bdi: fix use-after-free for bdi device
 2020-03-23 16:54 UTC  (9+ messages)
` [PATCH v3 1/4] bdi: use bdi_dev_name() to get device name
` [PATCH v3 2/4] bdi: add new bdi_get_dev_name()
` [PATCH v3 3/4] bdi: replace bdi_dev_name() with bdi_get_dev_name()
` [PATCH v3 4/4] bdi: protect bdi->dev with spinlock

[PATCH] nbd: make starting request more reasonable
 2020-03-23 14:08 UTC  (4+ messages)

[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

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

[PATCH blktests v2 0/4] Add a test that triggers the blk_mq_realloc_hw_ctxs() error path
 2020-03-20 21:42 UTC  (7+ messages)
` [PATCH blktests v2 1/4] Make _exit_null_blk remove all null_blk device instances
` [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  (6+ messages)

[PATCH v8 00/11] Inline Encryption Support
 2020-03-19 11:04 UTC  (5+ messages)
` [PATCH v8 02/11] block: Inline encryption support for blk-mq
` [PATCH v8 03/11] block: Make blk-integrity preclude hardware inline encryption


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