Linux Block Development
[Prev Page][Next Page]
- Re: [PATCH] virtio_blk: use UINT_MAX instead of -1U, (continued)
- [PATCH] blkdev: make struct block_device_operations.devnode() take a const *,
Greg Kroah-Hartman
- [PATCH linux-next] block: use strscpy() is more robust and safer, yang.yang29
- [PATCH 0/3] Miscellaneous DRBD updates for 6.2,
Christoph Böhmwalder
- [PATCH] block, bfq: do the all counting of pending-request if CONFIG_BFQ_GROUP_IOSCHED is enabled,
Yuwei Guan
- [PATCH 1/2] blk-mq: remove blk_mq_alloc_tag_set_tags,
Christoph Hellwig
- [PATCH v6 0/2] virtio-blk: support zoned block devices,
Dmitry Fomichev
- [PATCH 0/3] block/scsi/nvme: Add error codes for PR ops,
Mike Christie
- [PATCH v4 3/5] partitions/efi: add support for uImage.FIT sub-partitions,
Daniel Golle
- [PATCH v4 5/5] mtd: ubi: block: add option to enable scanning for partitions,
Daniel Golle
- [PATCH v4 4/5] mtd_blkdevs: add option to enable scanning for partitions,
Daniel Golle
- [PATCH v4 2/5] block: add partition parser for U-Boot uImage.FIT,
Daniel Golle
- [PATCH v4 1/5] block: add new flag to add partitions read-only, Daniel Golle
- [PATCH v4 0/5] partition parser for U-Boot's uImage.FIT, Daniel Golle
- [PATCH] block, bfq: fix null pointer dereference in bfq_bio_bfqg(),
Yu Kuai
- [PATCH v6 0/7] Improve libata support for FUA,
Damien Le Moal
- [PATCH 00/10] A few bugfix and cleancode patch for bfq,
Kemeng Shi
- [PATCH 01/10] block, bfq: correctly raise inject limit in bfq_choose_bfqq_for_injection, Kemeng Shi
- [PATCH 02/10] block, bfq: remove unsed parameter reason in bfq_bfqq_is_slow, Kemeng Shi
- [PATCH 03/10] block, bfq: initialize bfqq->decrease_time_jif correctly, Kemeng Shi
- [PATCH 05/10] block, bfq: remove unnecessary pointer reference to get async_bfqq, Kemeng Shi
- [PATCH 07/10] block, bfq: remove redundant check in bfq_put_cooperator, Kemeng Shi
- [PATCH 06/10] block, bfq: remove redundant bfqd->rq_in_driver > 0 check in bfq_add_request, Kemeng Shi
- [PATCH 04/10] block, bfq: use helper macro RQ_BFQQ to get bfqq of request, Kemeng Shi
- [PATCH 09/10] block, bfq: remove unused bfq_wr_max_time in struct bfq_data, Kemeng Shi
- [PATCH 10/10] block, bfq: remove check of bfq_wr_max_softrt_rate which is always greater than 0, Kemeng Shi
- [PATCH 08/10] block, bfq: remove unnecessary goto tag in bfq_dispatch_rq_from_bfqq, Kemeng Shi
- [PATCH v5 0/2] virtio-blk: support zoned block devices,
Dmitry Fomichev
- [PATCH 0/1] Possible bug in zram on ppc64le on vfat,
Petr Vorel
- Re: [PATCH 0/1] Possible bug in zram on ppc64le on vfat, Minchan Kim
pass a struct block_device to the blk-crypto interfaces v2,
Christoph Hellwig
[PATCH] virtio-blk: set req->state to MQ_RQ_COMPLETE after polling I/O is finished, Suwan Kim
[PATCH] blk-mq: remove blk_mq_alloc_tag_set_tags,
Christoph Hellwig
[GIT PULL] treewide: timers: Use timer_shutdown*() before freeing timers,
Steven Rostedt
[PATCH] block: fix crash in 'blk_mq_elv_switch_none',
Ye Bin
[PATCH v5 0/7] Improve libata support for FUA,
Damien Le Moal
[PATCH v6a 0/5] timers: Use timer_shutdown*() before freeing timers, Steven Rostedt
[syzbot] general protection fault in blk_mq_update_nr_hw_queues, syzbot
[PATCH] sbitmap: Use single per-bitmap counting to wake up queued tags,
Gabriel Krisman Bertazi
[GIT PULL] Block fixes for 6.1-rc4,
Jens Axboe
[PATCH 1/3] blk-crypto: pass a gendisk to blk_crypto_sysfs_register,
Christoph Hellwig
[PATCH v4a 00/38] timers: Use timer_shutdown*() before freeing timers,
Steven Rostedt
[PATCH v10 0/3] blk-cgroup: Optimize blkcg_rstat_flush(),
Waiman Long
[PATCH v9 0/3] blk-cgroup: Optimize blkcg_rstat_flush(),
Waiman Long
[QUESTION] {start,stop}_this_handle() and lockdep annotations,
Byungchul Park
[PATCH -next] block: Fix some kernel-doc comments,
Yang Li
[RFC][PATCH v3 00/33] timers: Use timer_shutdown*() before freeing timers,
Steven Rostedt
Re: [RFC][PATCH v3 00/33] timers: Use timer_shutdown*() before freeing timers, Linus Torvalds
Re: [RFC][PATCH v3 00/33] timers: Use timer_shutdown*() before freeing timers, Guenter Roeck
Re: [RFC][PATCH v3 00/33] timers: Use timer_shutdown*() before freeing timers, Guenter Roeck
pass a struct block_device to the blk-crypto interfaces,
Christoph Hellwig
[PATCH v2 0/5] blk-iocost: random patches to improve configuration,
Yu Kuai
[PATCH V6 0/8] block, bfq: extend bfq to support multi-actuator drives,
Paolo Valente
- [PATCH V6 1/8] block, bfq: split sync bfq_queues on a per-actuator basis, Paolo Valente
- [PATCH V6 2/8] block, bfq: forbid stable merging of queues associated with different actuators, Paolo Valente
- [PATCH V6 3/8] block, bfq: move io_cq-persistent bfqq data into a dedicated struct, Paolo Valente
- [PATCH V6 5/8] block, bfq: split also async bfq_queues on a per-actuator basis, Paolo Valente
- [PATCH V6 4/8] block, bfq: turn bfqq_data into an array in bfq_io_cq, Paolo Valente
- [PATCH V6 6/8] block, bfq: retrieve independent access ranges from request queue, Paolo Valente
- [PATCH V6 7/8] block, bfq: inject I/O to underutilized actuators, Paolo Valente
- [PATCH V6 8/8] block, bfq: balance I/O injection among underutilized actuators, Paolo Valente
[PATCH 0/3] fix direct io errors on dm-crypt,
Keith Busch
[RFC PATCH 0/4] io_uring/splice: extend splice for supporting ublk zero copy,
Ming Lei
[PATCH 0/2] block: bugfix for bd_link_disk_holder(),
Yu Kuai
[RFC PATCH] bfq: fix waker_bfqq inconsistency crash,
Khazhismel Kumykov
[PATCH v1 00/17] blksnap - creating non-persistent snapshots for backup,
Sergei Shtepa
- [PATCH v1 06/17] block, blksnap: attaching and detaching the filter and handling a bios, Sergei Shtepa
- [PATCH v1 01/17] block, bdev_filter: enable block device filters, Sergei Shtepa
- [PATCH v1 17/17] block, blksnap: adds a blksnap to the kernel tree, Sergei Shtepa
- [PATCH v1 14/17] block, blksnap: snapshot image block device, Sergei Shtepa
- [PATCH v1 15/17] block, blksnap: snapshot, Sergei Shtepa
- [PATCH v1 03/17] block, blksnap: module management interface functions, Sergei Shtepa
- [PATCH v1 04/17] block, blksnap: init() and exit() functions, Sergei Shtepa
- [PATCH v1 09/17] lock, blksnap: buffer in memory for the minimum data storage unit, Sergei Shtepa
- [PATCH v1 11/17] block, blksnap: storage for storing difference blocks, Sergei Shtepa
- [PATCH v1 13/17] block, blksnap: owner of information about overwritten blocks of the original block device, Sergei Shtepa
- [PATCH v1 16/17] block, blksnap: Kconfig and Makefile, Sergei Shtepa
- [PATCH v1 10/17] block, blksnap: functions and structures for performing block I/O operations, Sergei Shtepa
- [PATCH v1 07/17] block, blksnap: map of change block tracking, Sergei Shtepa
- [PATCH v1 08/17] block, blksnap: minimum data storage unit of the original block device, Sergei Shtepa
- [PATCH v1 05/17] block, blksnap: interaction with sysfs, Sergei Shtepa
- [PATCH v1 02/17] block, blksnap: header file of the module interface, Sergei Shtepa
- [PATCH v1 12/17] lock, blksnap: event queue from the difference storage, Sergei Shtepa
[PATCH for-next v4 0/6] implement pcpu bio caching for IRQ I/O,
Pavel Begunkov
[PATCH 0/5] A few patches for block bfq_log_bfqq(),
Yuwei Guan
- [PATCH 1/5] block, bfq: remove unnecessary value print, Yuwei Guan
- [PATCH 2/5] block, bfq: do bfq_set_next_ioprio_data() after setting sync mode and pid, Yuwei Guan
- [PATCH 3/5] block, bfq: don't convert pid type in bfq_log_bfqq(), Yuwei Guan
- [PATCH 5/5] block, bfq: print bfqq addr for each bfq_log_bfqq log, Yuwei Guan
- [PATCH 4/5] block, bfq: change "secs" to "sects" for bfq log in bfq_bfqq_served(), Yuwei Guan
[PATCH 0/5] Some cleanup patches for block bfq,
Yuwei Guan
- [PATCH 1/5] block, bfq: remove unnecessary meta_pending count, Yuwei Guan
- [PATCH 2/5] block, bfq: remove unused bfq_log_bfqg, Yuwei Guan
- [PATCH 3/5] block, bfq: remove redundant max_t() in bfq_bfqq_charge_time(), Yuwei Guan
- [PATCH 4/5] block, bfq: change type for "prio_changed", Yuwei Guan
- [PATCH 5/5] block, bfq: change type for "bfq_large_burst_thresh", Yuwei Guan
[PATCH 8/7] block: don't claim devices that are not live in bd_link_disk_holder,
Christoph Hellwig
Regression: wrong DIO alignment check with dm-crypt,
Eric Biggers
[PATCH v3 0/2] some random cleanups for blk-mq.c,
Jinlong Chen
[PATCH V2 blktests 0/3] fix and improvement for xfs log size change from new xfsprogs version,
Yi Zhang
[PATCH v2 0/2] some random cleanups for blk-mq.c,
Jinlong Chen
[PATCH -next v4 0/5] multiple cleanup patches for bfqd,
Yu Kuai
- [PATCH -next v4 1/5] block, bfq: remove set but not used variable in __bfq_entity_update_weight_prio, Yu Kuai
- [PATCH -next v4 4/5] block, bfq: remove dead code for updating 'rq_in_driver', Yu Kuai
- [PATCH -next v4 3/5] block, bfq: cleanup bfq_activate_requeue_entity(), Yu Kuai
- [PATCH -next v4 2/5] block, bfq: factor out code to update 'active_entities', Yu Kuai
- [PATCH -next v4 5/5] block, bfq: don't declare 'bfqd' as type 'void *' in bfq_group, Yu Kuai
- Re: [PATCH -next v4 0/5] multiple cleanup patches for bfqd, Jens Axboe
[PATCH 0/4] some random cleanups for blk-mq.c,
Jinlong Chen
per-tagset SRCU struct and quiesce v3,
Christoph Hellwig
- [PATCH 07/14] nvme: split nvme_kill_queues, Christoph Hellwig
- [PATCH 03/14] nvme: don't remove namespaces in nvme_passthru_end, Christoph Hellwig
- [PATCH 13/14] blk-mq: add tagset quiesce interface, Christoph Hellwig
- [PATCH 09/14] nvme-apple: don't unquiesce the I/O queues in apple_nvme_reset_work, Christoph Hellwig
- [PATCH 05/14] nvme: remove the NVME_NS_DEAD check in nvme_validate_ns, Christoph Hellwig
- [PATCH 02/14] nvme-pci: refactor the tagset handling in nvme_reset_work, Christoph Hellwig
- [PATCH 06/14] nvme: don't unquiesce the admin queue in nvme_kill_queues, Christoph Hellwig
- [PATCH 10/14] blk-mq: skip non-mq queues in blk_mq_quiesce_queue, Christoph Hellwig
- [PATCH 12/14] blk-mq: pass a tagset to blk_mq_wait_quiesce_done, Christoph Hellwig
- [PATCH 04/14] nvme: remove the NVME_NS_DEAD check in nvme_remove_invalid_namespaces, Christoph Hellwig
- [PATCH 11/14] blk-mq: move the srcu_struct used for quiescing to the tagset, Christoph Hellwig
- [PATCH 14/14] nvme: use blk_mq_[un]quiesce_tagset, Christoph Hellwig
- [PATCH 01/14] block: set the disk capacity to 0 in blk_mark_disk_dead, Christoph Hellwig
- [PATCH 08/14] nvme-pci: don't unquiesce the I/O queues in nvme_remove_dead_ctrl, Christoph Hellwig
- Re: per-tagset SRCU struct and quiesce v3, Keith Busch
- Re: per-tagset SRCU struct and quiesce v3, Chao Leng
- Re: per-tagset SRCU struct and quiesce v3, Christoph Hellwig
[syzbot] linux-next boot error: BUG: unable to handle kernel paging request in corrupted,
syzbot
[PATCH AUTOSEL 6.0 34/34] bio: safeguard REQ_ALLOC_CACHE bio put, Sasha Levin
[PATCH 00/20] A few bugfix and cleanup patches for bfq-iosched,
Kemeng Shi
- [PATCH 01/20] block, bfq: fix typo in comment, Kemeng Shi
- [PATCH 02/20] block, bfq: Update bfqd->max_budget with bfqd->lock held, Kemeng Shi
- [PATCH 03/20] block, bfq: correct bfq_max_budget and bfq_min_budget, Kemeng Shi
- [PATCH 04/20] block, bfq: simpfy computation of bfqd->budgets_assigned, Kemeng Shi
- [PATCH 05/20] block, bfq: recover the "service hole" if enough budget is left, Kemeng Shi
- [PATCH 06/20] block, bfq: correct interactive weight-raise check in bfq_set_budget_timeout, Kemeng Shi
- [PATCH 07/20] block, bfq: simpfy check for interactive bfqq in bfq_update_wr_data, Kemeng Shi
- [PATCH 08/20] block, bfq: do srt filtering for interactive queues in bfq_completed_request, Kemeng Shi
- [PATCH 09/20] block, bfq: remove redundant check if (bfqq->dispatched > 0), Kemeng Shi
- [PATCH 11/20] block, bfq: remove unnecessary "wr" part of wr_or_deserves_wr, Kemeng Shi
- [PATCH 14/20] block, bfq: remove redundant oom_bfqq check for bfqq from bfq_find_close_cooperator, Kemeng Shi
- [PATCH 12/20] block, bfq: start/restart service_from_wr accumulating correctly, Kemeng Shi
- [PATCH 13/20] block,bfq: remove redundant nonrot_with_queueing check in bfq_setup_cooperator, Kemeng Shi
- [PATCH 10/20] block, bfq: define and use soft_rt, in_burst and wr_or_deserves_wr only low_latency is enable, Kemeng Shi
- [PATCH 15/20] block, bfq: some cleanups for function bfq_pos_tree_add_move, Kemeng Shi
- [PATCH 16/20] block, bfq: remove unnecessary goto tag in __bfq_weights_tree_remove, Kemeng Shi
- [PATCH 18/20] block, bfq: remove unnecessary bfqq->next_rq = NULL in bfq_remove_request, Kemeng Shi
- [PATCH 19/20] block, bfq: remove unnecessary local variable __bfqq in bfq_setup_merge, Kemeng Shi
- [PATCH 20/20] block, bfq: remove unncessary process_ref check for merged queue in bfq_setup_merge, Kemeng Shi
- [PATCH 17/20] block, bfq: remove unnecessary traverse in bfq_add_to_burst, Kemeng Shi
Why don't we always grab bfqd->lock for bio_bfqq?,
Khazhy Kumykov
UAF in blk_add_rq_to_plug()?,
Al Viro
[bisected] RAID1 direct IO redirecting sector loop since 6.0,
Dmitrii Tcvetkov
Re: Re: [RESEND PATCH v2 3/3] block: hide back blk_freeze_queue_start and export its blk-mq alias, Jinlong Chen
[PATCH] block/floppy: Fix memory leak in do_floppy_init(),
Yuan Can
[PATCH] block/blk-iocost (gcc13): cast enum members to int in prints,
Jiri Slaby (SUSE)
[PATCH] blk-mq: Fix kmemleak in blk_mq_init_allocated_queue,
Chen Jun
[PATCH v4 0/7] Improve libata support for FUA,
Damien Le Moal
[PATCH v4 0/7],
Damien Le Moal
fix delayed holder tracking v2,
Christoph Hellwig
INFO: rcu detected stall in blk_mq_requeue_work,
Wei Chen
misc elevator code cleanups,
Christoph Hellwig
[PATCH V5 0/8] block, bfq: extend bfq to support multi-actuator drives,
Paolo Valente
- [PATCH V5 5/8] block, bfq: split also async bfq_queues on a per-actuator basis, Paolo Valente
- [PATCH V5 7/8] block, bfq: inject I/O to underutilized actuators, Paolo Valente
- [PATCH V5 3/8] block, bfq: move io_cq-persistent bfqq data into a dedicated struct, Paolo Valente
- [PATCH V5 1/8] block, bfq: split sync bfq_queues on a per-actuator basis, Paolo Valente
- [PATCH V5 2/8] block, bfq: forbid stable merging of queues associated with different actuators, Paolo Valente
- [PATCH V5 4/8] block, bfq: turn bfqq_data into an array in bfq_io_cq, Paolo Valente
- [PATCH V5 6/8] block, bfq: retrieve independent access ranges from request queue, Paolo Valente
- [PATCH V5 8/8] block, bfq: balance I/O injection among underutilized actuators, Paolo Valente
[PATCH] blk-mq: move queue_is_mq out of blk_mq_cancel_work_sync,
Jinlong Chen
BUG: unable to handle kernel NULL pointer dereference in bio_associate_blkg_from_css,
Wei Chen
[PATCH] blk-mq: remove redundant call to blk_freeze_queue_start in blk_mq_destroy_queue,
Jinlong Chen
[RESEND PATCH v2 0/3] queue freezing improvement and cleanups,
Jinlong Chen
[PATCH v3] block: simplify blksize_bits() implementation,
Dawei Li
[PATCH v4 0/2] virtio-blk: support zoned block devices,
Dmitry Fomichev
[PATCH v2 0/3] queue freezing improvement and cleanups,
Jinlong Chen
[Index of Archives]
[Linux RAID]
[Linux SCSI]
[Linux ATA RAID]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Git]
[Security]
[Linux Netdev]
[Netfilter]
[Bugtraq]