summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: add a new set_read_only methodChristoph Hellwig2024-03-261-0/+5
* md: switch to ->check_events for media change notificationsChristoph Hellwig2024-03-261-7/+1
* block: sed-opal: handle empty atoms when parsing responseGreg Joyce2024-03-262-1/+6
* blk-mq: fix IO hang from sbitmap wakeup raceMing Lei2024-02-231-0/+16
* block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)2024-02-231-3/+2
* blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"Ming Lei2023-12-201-0/+2
* block: fix signed int overflow in Amiga partition supportMichael Schmitz2023-08-301-4/+5
* block: bio-integrity: Copy flags when bio_integrity_payload is clonedMartin K. Petersen2023-03-111-0/+1
* blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctxKemeng Shi2023-03-111-2/+1
* block: fix and cleanup bio_check_roChristoph Hellwig2023-02-061-4/+1
* blk-mq: fix possible memleak when register 'hctx' failedYe Bin2023-01-181-2/+9
* block: unhash blkdev part inode when the part is deletedMing Lei2023-01-181-0/+7
* block: sed-opal: kmalloc the cmd/resp buffersSerge Semin2022-11-251-4/+28
* block, bfq: protect 'bfqd->queued' by 'bfqd->lock'Yu Kuai2022-11-101-1/+3
* blk-iolatency: Fix inflight count imbalances and IO hangs on offlineTejun Heo2022-06-141-58/+64
* block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kernHaimin Zhang2022-06-061-1/+1
* block/compat_ioctl: fix range check in BLKGETSIZEKhazhismel Kumykov2022-04-271-1/+1
* Revert "Revert "block, bfq: honor already-setup queue merges""Paolo Valente2022-04-151-3/+13
* bfq: fix use-after-free in bfq_dispatch_requestZhang Wensheng2022-04-151-7/+8
* block: don't delete queue kobject before its childrenEric Biggers2022-04-151-3/+5
* block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo2022-04-151-0/+12
* block: Fix fsync always failed if once failedYe Bin2022-03-081-1/+3
* block/wbt: fix negative inflight counter when remove scsi deviceLaibin Qiu2022-02-232-2/+2
* block: bio-integrity: Advance seed correctly for larger interval sizesMartin K. Petersen2022-02-081-1/+1
* block, bfq: fix use after free in bfq_bfqq_expirePaolo Valente2021-12-293-11/+23
* block, bfq: fix queue removal from weights treePaolo Valente2021-12-292-7/+16
* block, bfq: fix decrement of num_active_groupsPaolo Valente2021-12-293-25/+107
* block, bfq: fix asymmetric scenarios detectionFederico Motta2021-12-291-12/+6
* block, bfq: improve asymmetric scenarios detectionFederico Motta2021-12-293-131/+155
* block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso2021-12-141-0/+3
* Revert "block, bfq: honor already-setup queue merges"Jens Axboe2021-10-061-13/+3
* blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()Li Jinlin2021-09-261-0/+1
* block, bfq: honor already-setup queue mergesPaolo Valente2021-09-221-3/+13
* block: bfq: fix bfq_set_next_ioprio_data()Damien Le Moal2021-09-221-1/+1
* blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMINNiklas Cassel2021-09-221-3/+0
* blk-zoned: allow zone management send operations without CAP_SYS_ADMINNiklas Cassel2021-09-221-3/+0
* blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai2021-08-121-1/+5
* bdi: use bdi_dev_name() to get device nameYufen Yu2021-08-082-3/+5
* blk-wbt: make sure throttle is enabled properlyZhang Yi2021-07-201-1/+5
* blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...Zhang Yi2021-07-202-2/+4
* blk-mq: Swap two calls in blk_mq_exit_queue()Bart Van Assche2021-05-221-2/+4
* block: only update parent bi_status when bio failYufen Yu2021-04-161-1/+1
* block: Suppress uevent for hidden device when removedDaniel Wagner2021-03-301-3/+1
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2021-03-111-5/+14
* blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka2021-03-041-0/+12
* bfq: Avoid false bfq queue mergingJan Kara2021-03-041-0/+1
* block: don't release queue's sysfs lock during switching elevatorMing Lei2021-03-042-31/+3
* block: fix race between switching elevator and removing queuesMing Lei2021-03-041-3/+5
* block: split .sysfs_lock into two locksMing Lei2021-03-045-33/+85
* block: add helper for checking if queue is registeredMing Lei2021-03-043-4/+4