summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2023-07-27block/partition: fix signedness issue for Amiga partitionsMichael Schmitz
2023-07-27block: add overflow checks for Amiga partition supportMichael Schmitz
2023-07-27block: fix signed int overflow in Amiga partition supportMichael Schmitz
2023-06-14block/blk-iocost (gcc13): keep large values in a new enumJiri Slaby (SUSE)
2023-06-14blk-iocost: avoid 64-bit division in ioc_timer_fnArnd Bergmann
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2023-03-11blk-iocost: fix divide by 0 error in calc_lcoefs()Li Nan
2023-03-11block: bio-integrity: Copy flags when bio_integrity_payload is clonedMartin K. Petersen
2023-03-11blk-mq: correct stale comment of .get_budgetKemeng Shi
2023-03-11blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_waitKemeng Shi
2023-03-11blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctxKemeng Shi
2023-03-11block: Limit number of items taken from the I/O scheduler in one goSalman Qazi
2023-02-06blk-cgroup: fix missing pd_online_fn() while activating policyYu Kuai
2023-02-06block: fix and cleanup bio_check_roChristoph Hellwig
2023-01-18blk-mq: fix possible memleak when register 'hctx' failedYe Bin
2022-12-19block: unhash blkdev part inode when the part is deletedMing Lei
2022-12-08block, bfq: fix null pointer dereference in bfq_bio_bfqg()Yu Kuai
2022-11-25block: sed-opal: kmalloc the cmd/resp buffersSerge Semin
2022-11-10block, bfq: protect 'bfqd->queued' by 'bfqd->lock'Yu Kuai
2022-08-25blk-mq: don't create hctx debugfs dir until q->debugfs_dir is createdMing Lei
2022-06-14block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara
2022-06-14bfq: Make sure bfqg for which we are queueing requests is onlineJan Kara
2022-06-14bfq: Get rid of __bio_blkcg() usageJan Kara
2022-06-14bfq: Remove pointless bfq_init_rq() callsJan Kara
2022-06-14bfq: Drop pointless unlock-lock pairJan Kara
2022-06-14bfq: Avoid merging queues with different parentsJan Kara
2022-06-14blk-iolatency: Fix inflight count imbalances and IO hangs on offlineTejun Heo
2022-06-14bfq: Track whether bfq_group is still onlineJan Kara
2022-06-14bfq: Update cgroup information before merging bioJan Kara
2022-06-14bfq: Split shared queues on move between cgroupsJan Kara
2022-05-25block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei
2022-05-12block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kernHaimin Zhang
2022-04-27block/compat_ioctl: fix range check in BLKGETSIZEKhazhismel Kumykov
2022-04-15Revert "Revert "block, bfq: honor already-setup queue merges""Paolo Valente
2022-04-15bfq: fix use-after-free in bfq_dispatch_requestZhang Wensheng
2022-04-15block, bfq: don't move oom_bfqqYu Kuai
2022-04-15block: don't delete queue kobject before its childrenEric Biggers
2022-04-15block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo
2022-03-08block: Fix fsync always failed if once failedYe Bin
2022-02-23block/wbt: fix negative inflight counter when remove scsi deviceLaibin Qiu
2022-02-08block: bio-integrity: Advance seed correctly for larger interval sizesMartin K. Petersen
2022-02-01block: Fix wrong offset in bio_truncate()OGAWA Hirofumi
2021-12-14block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso
2021-11-17block: remove inaccurate requeue checkJens Axboe
2021-10-06Revert "block, bfq: honor already-setup queue merges"Jens Axboe
2021-09-30blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pdLi Jinlin
2021-09-26blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()Li Jinlin
2021-09-22block, bfq: honor already-setup queue mergesPaolo Valente
2021-09-22scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMANDChristoph Hellwig
2021-09-22block: bfq: fix bfq_set_next_ioprio_data()Damien Le Moal