summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2024-09-08block: remove the blk_flush_integrity call in blk_integrity_unregisterChristoph Hellwig1-2/+0
2024-08-29block: Fix lockdep warning in blk_mq_mark_tag_waitLi Lingfeng1-2/+3
2024-08-03block: fix deadlock between sd_remove & sd_releaseYang Yang1-1/+1
2024-08-03block/mq-deadline: Fix the tag reservation codeBart Van Assche1-3/+17
2024-08-03block: Call .limit_depth() after .hctx has been setBart Van Assche1-6/+6
2024-08-03block: initialize integrity buffer to zero before writing it to mediaChristoph Hellwig1-1/+10
2024-06-27block/ioctl: prefer different overflow checkJustin Stitt1-1/+1
2024-06-21block: fix request.queuelist usage in flushChengming Zhou1-1/+2
2024-06-21block: sed-opal: avoid possible wrong address reference in read_sed_opal_key()Su Hui1-1/+1
2024-06-12blk-cgroup: Properly propagate the iostat update up the hierarchyWaiman Long1-1/+18
2024-06-12blk-cgroup: fix list corruption from reorder of WRITE ->lqueuedMing Lei1-0/+10
2024-06-12blk-cgroup: fix list corruption from resetting io statMing Lei1-23/+35
2024-06-12block: support to account io_ticks preciselyYu Kuai5-5/+13
2024-06-12block: fix and simplify blkdevparts= cmdline parsingINAGAKI Hiroshi1-37/+12
2024-06-12block: refine the EOF check in blkdev_iomap_beginChristoph Hellwig1-1/+1
2024-05-25block: add a partscan sysfs attribute for disksChristoph Hellwig1-0/+8
2024-05-25block: add a disk_has_partscan helperChristoph Hellwig2-9/+3
2024-05-17blk-iocost: do not WARN if iocg was already offlinedLi Nan1-2/+5
2024-05-17blk-iocost: avoid out of bounds shiftRik van Riel1-3/+4
2024-05-17block: fix overflow in blk_ioctl_discard()Li Nan1-2/+3
2024-04-17block: fix q->blkg_list corruption during disk rebindMing Lei3-3/+10
2024-04-13block: prevent division by zero in blk_rq_stat_sum()Roman Smirnov1-1/+1
2024-04-03block: Do not force full zone append completion in req_bio_endio()Damien Le Moal1-7/+2
2024-04-03Revert "block/mq-deadline: use correct way to throttling write requests"Bart Van Assche1-2/+1
2024-04-03block: Fix page refcounts for unaligned buffers in __bio_release_pages()Tony Battersby1-3/+4
2024-04-03block: Clear zone limits for a non-zoned stacked queueDamien Le Moal1-0/+4
2024-03-26block: Provide bdev_open_* functionsJan Kara1-0/+48
2024-03-26block: sed-opal: handle empty atoms when parsing responseGreg Joyce2-1/+6
2024-03-01block: Fix WARNING in _copy_from_iterChristian A. Ehrhardt1-3/+10
2024-02-23block: fix partial zone append completion handling in req_bio_endio()Damien Le Moal1-2/+7
2024-02-23blk-wbt: Fix detection of dirty-throttled tasksJan Kara1-2/+2
2024-02-16blk-iocost: Fix an UBSAN shift-out-of-bounds warningTejun Heo1-0/+7
2024-02-05blk-mq: fix IO hang from sbitmap wakeup raceMing Lei1-0/+16
2024-02-05block: prevent an integer overflow in bvec_try_merge_hw_pageChristoph Hellwig1-1/+1
2024-01-31block: Move checking GENHD_FL_NO_PART to bdev_add_partition()Li Lingfeng2-2/+5
2024-01-25block: ensure we hold a queue reference when using queue limitsJens Axboe1-6/+10
2024-01-25block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)1-22/+24
2024-01-25block: add check that partition length needs to be aligned with block sizeMin Li1-4/+7
2024-01-25blk-cgroup: fix rcu lockdep warning in blkg_lookup()Ming Lei1-1/+2
2024-01-25block: add check of 'minors' and 'first_minor' in device_add_disk()Li Nan1-1/+3
2024-01-25block: Set memalloc_noio to false on device_add_disk() error pathLi Nan1-0/+1
2024-01-20blk-mq: don't count completed flush data request as inflight in case of quiesceMing Lei1-1/+13
2024-01-20block: warn once for each partition in bio_check_ro()Yu Kuai1-3/+11
2023-12-20blk-cgroup: bypass blkcg_deactivate_policy after destroyingMing Lei1-0/+13
2023-12-20blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"Ming Lei1-0/+2
2023-12-03block: update the stable_writes flag in bdev_addChristoph Hellwig1-0/+2
2023-12-03blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup()Ming Lei1-2/+0
2023-11-28blk-mq: make sure active queue usage is held for bio_integrity_prep()Christoph Hellwig1-37/+38
2023-11-20blk-core: use pr_warn_ratelimited() in bio_check_ro()Yu Kuai1-2/+2
2023-10-20blk-throttle: check for overflow in calculate_bytes_allowedKhazhismel Kumykov1-0/+6