summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2024-03-27block: add a new set_read_only methodChristoph Hellwig1-0/+5
2024-03-27md: switch to ->check_events for media change notificationsChristoph Hellwig1-7/+1
2024-03-27block: sed-opal: handle empty atoms when parsing responseGreg Joyce2-1/+6
2024-02-23blk-mq: fix IO hang from sbitmap wakeup raceMing Lei1-0/+16
2024-02-23block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)1-3/+2
2023-12-20blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"Ming Lei1-0/+2
2023-08-30block: fix signed int overflow in Amiga partition supportMichael Schmitz1-4/+5
2023-03-11block: bio-integrity: Copy flags when bio_integrity_payload is clonedMartin K. Petersen1-0/+1
2023-03-11blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctxKemeng Shi1-2/+1
2023-02-06block: fix and cleanup bio_check_roChristoph Hellwig1-4/+1
2023-01-18blk-mq: fix possible memleak when register 'hctx' failedYe Bin1-2/+9
2023-01-18block: unhash blkdev part inode when the part is deletedMing Lei1-0/+7
2022-11-25block: sed-opal: kmalloc the cmd/resp buffersSerge Semin1-4/+28
2022-11-10block, bfq: protect 'bfqd->queued' by 'bfqd->lock'Yu Kuai1-1/+3
2022-06-14blk-iolatency: Fix inflight count imbalances and IO hangs on offlineTejun Heo1-58/+64
2022-06-06block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kernHaimin Zhang1-1/+1
2022-04-27block/compat_ioctl: fix range check in BLKGETSIZEKhazhismel Kumykov1-1/+1
2022-04-15Revert "Revert "block, bfq: honor already-setup queue merges""Paolo Valente1-3/+13
2022-04-15bfq: fix use-after-free in bfq_dispatch_requestZhang Wensheng1-7/+8
2022-04-15block: don't delete queue kobject before its childrenEric Biggers1-3/+5
2022-04-15block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo1-0/+12
2022-03-08block: Fix fsync always failed if once failedYe Bin1-1/+3
2022-02-23block/wbt: fix negative inflight counter when remove scsi deviceLaibin Qiu2-2/+2
2022-02-08block: bio-integrity: Advance seed correctly for larger interval sizesMartin K. Petersen1-1/+1
2021-12-29block, bfq: fix use after free in bfq_bfqq_expirePaolo Valente3-11/+23
2021-12-29block, bfq: fix queue removal from weights treePaolo Valente2-7/+16
2021-12-29block, bfq: fix decrement of num_active_groupsPaolo Valente3-25/+107
2021-12-29block, bfq: fix asymmetric scenarios detectionFederico Motta1-12/+6
2021-12-29block, bfq: improve asymmetric scenarios detectionFederico Motta3-131/+155
2021-12-14block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso1-0/+3
2021-10-06Revert "block, bfq: honor already-setup queue merges"Jens Axboe1-13/+3
2021-09-26blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()Li Jinlin1-0/+1
2021-09-22block, bfq: honor already-setup queue mergesPaolo Valente1-3/+13
2021-09-22block: bfq: fix bfq_set_next_ioprio_data()Damien Le Moal1-1/+1
2021-09-22blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMINNiklas Cassel1-3/+0
2021-09-22blk-zoned: allow zone management send operations without CAP_SYS_ADMINNiklas Cassel1-3/+0
2021-08-12blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai1-1/+5
2021-08-08bdi: use bdi_dev_name() to get device nameYufen Yu2-3/+5
2021-07-20blk-wbt: make sure throttle is enabled properlyZhang Yi1-1/+5
2021-07-20blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...Zhang Yi2-2/+4
2021-05-22blk-mq: Swap two calls in blk_mq_exit_queue()Bart Van Assche1-2/+4
2021-04-16block: only update parent bi_status when bio failYufen Yu1-1/+1
2021-03-30block: Suppress uevent for hidden device when removedDaniel Wagner1-3/+1
2021-03-11block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-5/+14
2021-03-04blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka1-0/+12
2021-03-04bfq: Avoid false bfq queue mergingJan Kara1-0/+1
2021-03-04block: don't release queue's sysfs lock during switching elevatorMing Lei2-31/+3
2021-03-04block: fix race between switching elevator and removing queuesMing Lei1-3/+5
2021-03-04block: split .sysfs_lock into two locksMing Lei5-33/+85
2021-03-04block: add helper for checking if queue is registeredMing Lei3-4/+4