linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-28 10:29:25 to 2020-09-01 18:56:39 UTC [more...]

[PATCHSET for-5.10/block] blk-iocost: iocost: improve donation, debt and excess handling
 2020-09-01 18:52 UTC  (24+ messages)
` [PATCH 04/27] blk-iocost: rename propagate_active_weights() to propagate_weights()
` [PATCH 06/27] blk-iocost: move iocg_kick_delay() above iocg_kick_waitq()
` [PATCH 07/27] blk-iocost: make iocg_kick_waitq() call iocg_kick_delay() after paying debt
` [PATCH 08/27] blk-iocost: s/HWEIGHT_WHOLE/WEIGHT_ONE/g
` [PATCH 09/27] blk-iocost: use WEIGHT_ONE based fixed point number for weights
` [PATCH 10/27] blk-iocost: make ioc_now->now and ioc->period_at 64bit
` [PATCH 11/27] blk-iocost: streamline vtime margin and timer slack handling
` [PATCH 12/27] blk-iocost: grab ioc->lock for debt handling
` [PATCH 13/27] blk-iocost: add absolute usage stat
` [PATCH 14/27] blk-iocost: calculate iocg->usages[] from iocg->local_stat.usage_us
` [PATCH 15/27] blk-iocost: replace iocg->has_surplus with ->surplus_list
` [PATCH 16/27] blk-iocost: decouple vrate adjustment from surplus transfers
` [PATCH 17/27] blk-iocost: restructure surplus donation logic
` [PATCH 18/27] blk-iocost: implement Andy's method for donation weight updates
` [PATCH 19/27] blk-iocost: revamp donation amount determination
` [PATCH 20/27] blk-iocost: revamp in-period donation snapbacks
` [PATCH 21/27] blk-iocost: revamp debt handling
` [PATCH 22/27] blk-iocost: implement delay adjustment hysteresis
` [PATCH 23/27] blk-iocost: halve debts if device stays idle
` [PATCH 24/27] blk-iocost: implement vtime loss compensation
` [PATCH 25/27] blk-iocost: restore inuse update tracepoints
` [PATCH 26/27] blk-iocost: add three debug stat - cost.wait, indebt and indelay
` [PATCH 27/27] blk-iocost: update iocost_monitor.py

[PATCH] block: Fix inflight statistic for MQ submission with !elevator
 2020-09-01 18:37 UTC  (7+ messages)

remove revalidate_disk()
 2020-09-01 17:45 UTC  (11+ messages)
` [PATCH 1/9] Documentation/filesystems/locking.rst: remove an incorrect sentence
` [PATCH 2/9] block: don't clear bd_invalidated in check_disk_size_change
` [PATCH 3/9] block: rename bd_invalidated
` [PATCH 4/9] block: add a new revalidate_disk_size helper
` [PATCH 5/9] block: use revalidate_disk_size in set_capacity_revalidate_and_notify
` [PATCH 6/9] nvme: opencode revalidate_disk in nvme_validate_ns
` [PATCH 7/9] sd: open code revalidate_disk
` [PATCH 8/9] nvdimm: simplify revalidate_disk handling
` [PATCH 9/9] block: remove revalidate_disk()

[RFC PATCH 0/4] block/bpf: add eBPF based block layer IO filtering
 2020-09-01 16:53 UTC  (13+ messages)
` [RFC PATCH 1/4] bpf: add new prog_type BPF_PROG_TYPE_IO_FILTER
` [RFC PATCH 2/4] bpf: add protect_gpt sample program
` [RFC PATCH 3/4] bpf: add eBPF IO filter documentation
` [RFC PATCH 4/4] bpf: add BPF_PROG_TYPE_LSM to bpftool name array

[PATCH 0/1] block io layer filters api
 2020-09-01 16:35 UTC  (6+ messages)

[PATCH] block: Fix potential page reference leak in __bio_iov_iter_get_pages()
 2020-09-01 16:09 UTC  (2+ messages)

[PATCH] block: Fix potential NULL pointer dereference in __bio_crypt_clone()
 2020-09-01 16:07 UTC  (2+ messages)

misc cleanups
 2020-09-01 15:12 UTC  (9+ messages)
` [PATCH 1/7] block: remove the alignment_offset field from struct hd_struct
` [PATCH 2/7] block: remove the discard_alignment "
` [PATCH 3/7] block: remove an outdated comment on the bd_dev field
` [PATCH 4/7] block: move the devcgroup_inode_permission call to blkdev_get
` [PATCH 5/7] block: cleanup __alloc_disk_node
` [PATCH 6/7] block: remove the disk argument to delete_partition
` [PATCH 7/7] block: remove the unused q argument to part_in_flight and part_in_flight_rw

[PATCH] [v3] blk-mq: use BLK_MQ_NO_TAG for no tag
 2020-09-01 15:00 UTC  (3+ messages)

[PATCH] io_uring: Fix NULL pointer dereference in io_sq_wq_submit_work()
 2020-09-01 14:52 UTC  (2+ messages)

[PATCH 00/11] iomap/fs/block patches for 5.11
 2020-09-01 14:50 UTC  (7+ messages)
` [PATCH 04/11] block: Add bio_for_each_thp_segment_all

[PATCH v3 0/4] Some clean-ups for bio merge
 2020-09-01 14:41 UTC  (3+ messages)

[PATCH] block: fix locking in bdev_del_partition
 2020-09-01 14:35 UTC  (2+ messages)

[PATCH V2] block: release disk reference in hd_struct_free_work
 2020-09-01 14:34 UTC  (3+ messages)

[PATCH] block: fix -EAGAIN IOPOLL task/vm accounting
 2020-09-01 14:01 UTC  (10+ messages)

[PATCH] block: ensure bdi->io_pages is always initialized
 2020-09-01 14:00 UTC  (6+ messages)

[PATCH] block: release disk reference in hd_struct_free_work
 2020-09-01  9:10 UTC  (2+ messages)

[PATCH] zram: add restriction on dynamic zram device creation
 2020-09-01  6:42 UTC 

[PATCH V4] scsi: core: only re-run queue in scsi_end_request() if device queue is busy
 2020-09-01  6:54 UTC  (5+ messages)

[RFC PATCH 0/2] Documentation/admin-guide: remove use of "rdev"
 2020-09-01  5:40 UTC  (4+ messages)
` [RFC PATCH 1/2] Documentation/admin-guide: README & svga: "
` [RFC PATCH 2/2] Documentation/admin-guide: blockdev/ramdisk: "

Return BLK_STS_NOTSUPP and blk_status_t from blk_cloned_rq_check_limits()
 2020-08-31 23:02 UTC  (11+ messages)
` [PATCH 1/2] block: Return blk_status_t instead of errno codes

[PATCH v3 0/3] block: improve iostat for md/bcache partitions
 2020-08-31 22:27 UTC  (4+ messages)
` [PATCH v3 1/3] block: introduce part_[begin|end]_io_acct
` [PATCH v3 2/3] md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct
` [PATCH v3 3/3] bcache: "

[PATCH v2 0/3] block: improve iostat for md/bcache partitions
 2020-08-31 21:58 UTC  (9+ messages)
` [PATCH v2 1/3] block: introduce part_[begin|end]_io_acct
` [PATCH v2 2/3] md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct
` [PATCH v2 3/3] bcache: "

KASAN: use-after-free Read in bdev_del_partition
 2020-08-31 20:29 UTC  (2+ messages)

[PATCH v3 0/3] bio: Direct IO: convert to pin_user_pages_fast()
 2020-08-31 19:09 UTC  (6+ messages)
` [PATCH v3 1/3] mm/gup: introduce pin_page()
` [PATCH v3 2/3] iov_iter: introduce iov_iter_pin_pages*() routines
` [PATCH v3 3/3] bio: convert get_user_pages_fast() --> pin_user_pages_fast()

[PATCH AUTOSEL 5.8 31/42] nbd: restore default timeout when setting it to zero
 2020-08-31 15:29 UTC 

[PATCH v8 0/3] Charge loop device i/o to issuing cgroup
 2020-08-31 15:37 UTC  (4+ messages)
` [PATCH 1/3] loop: Use worker per cgroup instead of kworker
` [PATCH 2/3] mm: Charge active memcg when no mm is set
` [PATCH 3/3] loop: Charge i/o to mem and blk cg

[PATCH AUTOSEL 5.4 16/23] nbd: restore default timeout when setting it to zero
 2020-08-31 15:30 UTC 

KMSAN: kernel-infoleak in scsi_cmd_ioctl
 2020-08-31 10:28 UTC 

[PATCH RFC 0/2] Block and buffer invalidation under a filesystem
 2020-08-31  7:48 UTC  (6+ messages)
` [PATCH RFC 2/2] block: Do not discard buffers under a mounted filesystem

[PATCH] block: bio: Trim bio to sensible size in bio_trim()
 2020-08-31  6:26 UTC 

[PATCH blktests 00/11] NVMe Target Passthru Block Tests
 2020-08-31  2:47 UTC  (3+ messages)
` [PATCH blktests 01/11] common/fio: Remove state file in common helper

[PATCH v2 0/3] bio: Direct IO: convert to pin_user_pages_fast()
 2020-08-30 20:44 UTC  (12+ messages)
` [PATCH v2 1/3] mm/gup: introduce pin_user_page()
` [PATCH v2 2/3] iov_iter: introduce iov_iter_pin_user_pages*() routines
` [PATCH v2 3/3] bio: convert get_user_pages_fast() --> pin_user_pages_fast()

[GIT PULL] nvme fixes for 5.9 next rc
 2020-08-30 10:23 UTC  (3+ messages)

Sleeping while atomic regression around hd_struct_free() in 5.9-rc
 2020-08-30  8:46 UTC  (3+ messages)

simplify gendisk lookup and remove struct block_device aliases v2
 2020-08-30  7:35 UTC  (22+ messages)
` [PATCH 01/19] char_dev: replace cdev_map with an xarray
` [PATCH 02/19] block: merge drivers/base/map.c into block/genhd.c
` [PATCH 03/19] block: cleanup del_gendisk a bit
` [PATCH 04/19] block: split block_class_lock
` [PATCH 05/19] block: rework requesting modules for unclaimed devices
` [PATCH 06/19] block: add an optional probe callback to major_names
` [PATCH 07/19] ide: remove ide_{,un}register_region
` [PATCH 08/19] swim: don't call blk_register_region
` [PATCH 09/19] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 10/19] brd: use __register_blkdev to allocate devices on demand
` [PATCH 11/19] loop: "
` [PATCH 12/19] md: "
` [PATCH 13/19] ide: switch to __register_blkdev for command set probing
` [PATCH 14/19] floppy: use a separate gendisk for each media format
` [PATCH 15/19] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 16/19] ataflop: use a separate gendisk for each media format
` [PATCH 17/19] z2ram: reindent
` [PATCH 18/19] z2ram: use separate gendisk for the different modes
` [PATCH 19/19] block: switch gendisk lookup to a simple xarray

[PATCH] block: Fix bug in runtime-resume handling
 2020-08-30  1:06 UTC  (12+ messages)

[PATCH v2] block: grant IOPRIO_CLASS_RT to CAP_SYS_NICE
 2020-08-30  1:00 UTC  (2+ messages)

simlify the blk_rq_map* implementation and reclaim two bio flags
 2020-08-29 16:49 UTC  (2+ messages)

fix block device size update serialization v2
 2020-08-29 16:47 UTC  (3+ messages)

[PATCH] block: bio: Trim bio to sensible size in bio_trim()
 2020-08-29 14:32 UTC  (2+ messages)

[PATCH] blk-wbt: Remove obsolete multiqueue I/O scheduling comment
 2020-08-29 14:31 UTC  (2+ messages)

[PATCH] block: Fix a race in the runtime power management code
 2020-08-29  2:57 UTC  (12+ messages)

[GIT PULL] Block fixes for 5.9-rc3
 2020-08-28 23:40 UTC  (2+ messages)

[PATCH RFC] block: defer task/vm accounting until successful
 2020-08-28 14:24 UTC  (3+ messages)

[PATCH v3] null_blk: add support for max open/active zone limit for zoned devices
 2020-08-28 10:54 UTC 

[PATCH v2] null_blk: add support for max open/active zone limit for zoned devices
 2020-08-28 10:29 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).