linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-23 19:17:58 to 2020-03-26 14:37:38 UTC [more...]

[PATCH v7 0/6] block: Introduce REQ_ALLOCATE flag for REQ_OP_WRITE_ZEROES
 2020-03-26 14:34 UTC  (11+ messages)

[PATCH 0/2] psi: enhance psi with the help of ebpf
 2020-03-26 14:31 UTC  (4+ messages)
` [PATCH 1/2] psi: introduce various types of memstall
` [PATCH 2/2] psi, tracepoint: introduce tracepoints for psi_memstall_{enter, leave}

[PATCH 0/2] loop: Better discard support for block devices
 2020-03-26 11:48 UTC  (2+ messages)

[PATCH] block: all zones zone management operations
 2020-03-26  9:30 UTC  (4+ messages)

[PATCH v3 0/3] block/diskstats: more accurate io_ticks and optimization
 2020-03-26  7:53 UTC  (12+ 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

[PATCH v9 00/11] Inline Encryption Support
 2020-03-26  6:22 UTC  (18+ messages)
` [PATCH v9 01/11] block: Keyslot Manager for Inline Encryption
` [PATCH v9 02/11] block: Inline encryption support for blk-mq
` [PATCH v9 03/11] block: Make blk-integrity preclude hardware inline encryption
` [PATCH v9 04/11] block: blk-crypto-fallback for Inline Encryption
` [PATCH v9 05/11] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v9 06/11] scsi: ufs: UFS crypto API
` [PATCH v9 07/11] scsi: ufs: Add inline encryption support to UFS
` [PATCH v9 08/11] fs: introduce SB_INLINECRYPT
` [PATCH v9 09/11] fscrypt: add inline encryption support
` [PATCH v9 10/11] f2fs: "
` [PATCH v9 11/11] ext4: "

[PATCH V4 0/3] null_blk: add tracepoints for zoned mode
 2020-03-26  1:26 UTC  (5+ messages)
` [PATCH V4 1/3] block: add a zone condition debug helper
` [PATCH V4 2/3] null_blk: add tracepoint helpers for zoned mode
` [PATCH V4 3/3] null_blk: add trace in null_blk_zoned.c

decruft genhd.h v2
 2020-03-26  0:17 UTC  (12+ messages)
` [PATCH 1/9] block: mark block_depr static
` [PATCH 2/9] block: mark part_in_flight and part_in_flight_rw static
` [PATCH 3/9] block: unexport disk_get_part
` [PATCH 4/9] block: unexport disk_map_sector_rcu
` [PATCH 5/9] block: unexport get_gendisk
` [PATCH 6/9] block: move guard_bio_eod to bio.c
` [PATCH 7/9] block: move block layer internals out of include/linux/genhd.h
` [PATCH 8/9] block: move the part_stat* helpers from genhd.h to a new header
` [PATCH 9/9] block: make the init_part_stats return value more logical

[RFC 0/3] blkcg: add blk-iotrack
 2020-03-25 16:45 UTC  (5+ messages)

[PATCH v2 00/11] Introduce Zone Append for writing to zoned block devices
 2020-03-25 16:24 UTC  (28+ 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] null_blk: add 'memory_backed' module parameter
 2020-03-25 15:40 UTC 

4.19 LTS high /proc/diskstats io_ticks
 2020-03-25 15:24 UTC  (4+ messages)

decruft genhd.h
 2020-03-25 15:11 UTC  (10+ messages)
` [PATCH 1/8] block: mark block_depr static
` [PATCH 2/8] block: mark part_in_flight and part_in_flight_rw static
` [PATCH 3/8] block: unexport disk_get_part
` [PATCH 4/8] block: unexport disk_map_sector_rcu
` [PATCH 5/8] block: unexport get_gendisk
` [PATCH 6/8] block: move guard_bio_eod to bio.c
` [PATCH 7/8] block: move block layer internals out of include/linux/genhd.h
` [PATCH 8/8] block: move the part_stat* helpers from genhd.h to a new header

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

[PATCH v4 0/6] bdi: fix use-after-free for bdi device
 2020-03-25 12:38 UTC  (7+ messages)
` [PATCH v4 1/6] bdi: use bdi_dev_name() to get device name
` [PATCH v4 2/6] bdi: protect bdi->dev with spinlock
` [PATCH v4 3/6] bfq: fix potential kernel crash when print error info
` [PATCH v4 4/6] memcg: fix crash in wb_workfn when bdi unregister
` [PATCH v4 5/6] blk-wbt: replace bdi_dev_name() with bdi_get_dev_name()
` [PATCH v4 6/6] blkcg: fix use-after-free for bdi->dev

[RFC PATCH v2 0/3] dm zoned: extend the way of exposing zoned block device
 2020-03-25 10:02 UTC  (18+ 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 blktests v3 0/4] Add a test that triggers the blk_mq_realloc_hw_ctxs() error path
 2020-03-25  8:18 UTC  (10+ messages)
` [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 V3 0/3] null_blk: add tracepoints for zoned mode
 2020-03-25  5:20 UTC  (8+ messages)
` [PATCH V3 1/3] block: add a zone condition debug helper
` [PATCH V3 2/3] null_blk: add tracepoint helpers for zoned mode
` [PATCH V3 3/3] null_blk: add trace in null_blk_zoned.c

[PATCH 0/1] bcache: 2nd wave patch for Linux v5.7-rc1
 2020-03-25  2:42 UTC  (5+ messages)
` [PATCH 1/1] bcache: remove dupplicated declaration from btree.h

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

[PATCH v3 00/10] Introduce NVIDIA Tegra Partition Table
 2020-03-25  0:27 UTC  (10+ messages)
` [PATCH v3 03/10] partitions: "

Data corruption in kernel 5.1+ with iSER attached ramdisk
 2020-03-25  0:15 UTC  (13+ messages)

[PATCH] block, nvme: Increase max segments parameter setting value
 2020-03-24 17:17 UTC  (7+ messages)

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

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

[RESEND RFC PATCH 2/8] block: Allow sending a batch of requests from the scheduler to hardware
 2020-03-24  8:29 UTC  (12+ messages)

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

cleanup the partitioning code
 2020-03-23 19:32 UTC  (4+ 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).