summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm: correct block comments format.Heinz Mauelshagen2023-02-1426-177/+315
* dm: address indent/space issuesHeinz Mauelshagen2023-02-1412-25/+24
* dm: address space issues relative to switch/while/for/...Heinz Mauelshagen2023-02-147-12/+12
* dm: avoid initializing static variablesHeinz Mauelshagen2023-02-144-5/+5
* dm: enclose complex macros into parentheses where possibleHeinz Mauelshagen2023-02-142-4/+5
* dm: avoid assignment in if conditionsHeinz Mauelshagen2023-02-144-9/+17
* dm: change "unsigned" to "unsigned int"Heinz Mauelshagen2023-02-1482-1016/+1016
* dm: use fsleep() instead of msleep() for deterministic sleep durationHeinz Mauelshagen2023-02-144-10/+10
* dm: prefer kmap_local_page() instead of deprecated kmap_atomic()Heinz Mauelshagen2023-02-142-18/+18
* dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen2023-02-14100-14/+101
* dm: send just one event on resize, not twoMikulas Patocka2023-02-143-18/+24
* dm table: check that a dm device doesn't reference itselfBenjamin Marzinski2023-02-121-0/+2
* dm raid: fix some spelling mistakes in commentsYu Zhe2023-02-121-3/+3
* dm verity: stop using WQ_UNBOUND for verify_wqNathan Huckleberry2023-02-021-5/+1
* dm integrity: Remove bi_sector that's only used by commented debug codeJiapeng Chong2023-02-021-7/+0
* dm crypt: Slightly simplify crypt_set_keyring_key()Christophe JAILLET2023-02-021-1/+1
* dm ioctl: drop always-false conditionSergey Shtylyov2023-02-021-2/+1
* dm flakey: fix logic when corrupting a bioMikulas Patocka2023-02-021-10/+13
* dm flakey: fix a bug with 32-bit highmem systemsMikulas Patocka2023-02-011-1/+2
* dm flakey: don't corrupt the zero pageMikulas Patocka2023-02-011-2/+5
* dm cache: Add some documentation to dm-cache-background-tracker.hJoe Thornber2023-01-301-3/+37
* dm cache: free background tracker's queued work in btracker_destroyJoe Thornber2023-01-301-0/+8
* dm: improve shrinker debug namesMike Snitzer2023-01-302-2/+2
* block: Default to use cgroup support for BFQUlf Hansson2023-01-301-0/+1
* block, bfq: remove unused bfq_wr_max_time in struct bfq_dataKemeng Shi2023-01-302-6/+0
* block, bfq: remove unnecessary goto tag in bfq_dispatch_rq_from_bfqqKemeng Shi2023-01-301-6/+3
* block, bfq: remove redundant check in bfq_put_cooperatorKemeng Shi2023-01-301-2/+0
* block, bfq: remove unnecessary dereference to get async_bfqqKemeng Shi2023-01-301-1/+1
* block, bfq: use helper macro RQ_BFQQ to get bfqq of requestKemeng Shi2023-01-301-3/+3
* block, bfq: initialize bfqq->decrease_time_jif correctlyKemeng Shi2023-01-301-0/+2
* block, bfq: remove unsed parameter reason in bfq_bfqq_is_slowKemeng Shi2023-01-301-3/+2
* block, bfq: correctly raise inject limit in bfq_choose_bfqq_for_injectionKemeng Shi2023-01-301-6/+4
* sbitmap: correct wake_batch recalculation to avoid potential IO hungKemeng Shi2023-01-301-4/+1
* sbitmap: add sbitmap_find_bit to remove repeat code in __sbitmap_get/__sbitma...Kemeng Shi2023-01-301-37/+33
* sbitmap: rewrite sbitmap_find_bit_in_index to reduce repeat codeKemeng Shi2023-01-301-15/+15
* sbitmap: remove redundant check in __sbitmap_queue_get_batchKemeng Shi2023-01-301-5/+3
* sbitmap: remove unnecessary calculation of alloc_hint in __sbitmap_get_shallowKemeng Shi2023-01-301-7/+4
* blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deacti...Yu Kuai2023-01-292-6/+30
* blk-cgroup: support to track if policy is onlineYu Kuai2023-01-292-7/+18
* blk-cgroup: dropping parent refcount after pd_free_fn() is doneYu Kuai2023-01-291-2/+2
* blk-mq: cleanup unused methods: blk_mq_hw_sysfs_storeZhong Jinghua2023-01-291-24/+0
* s390/dcssblk:: don't call bio_split_to_limitsChristoph Hellwig2023-01-291-4/+0
* ps3vram: remove bio splittingChristoph Hellwig2023-01-291-7/+0
* block: treat poll queue enter similarly to timeoutsJens Axboe2023-01-291-1/+10
* blk-iocost: change div64_u64 to DIV64_U64_ROUND_UP in ioc_refresh_params()Li Nan2023-01-291-2/+2
* blk-iocost: fix divide by 0 error in calc_lcoefs()Li Nan2023-01-291-3/+8
* blk-iocost: read params inside lock in sysfs apisYu Kuai2023-01-291-0/+4
* blk-iocost: don't allow to configure bio based deviceYu Kuai2023-01-291-0/+10
* blk-iocost: check return value of match_u64()Yu Kuai2023-01-291-1/+2
* blk-iocost: avoid 64-bit division in ioc_timer_fnArnd Bergmann2023-01-291-3/+5