summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm crypt: support using trusted keysAhmad Fatoum2021-02-033-2/+24
* dm crypt: replaced #if defined with IS_ENABLEDAhmad Fatoum2021-02-031-5/+2
* dm writecache: fix unnecessary NULL check warningsTian Tao2021-02-031-4/+2
* dm writecache: fix performance degradation in ssd modeMikulas Patocka2021-02-031-1/+1
* dm integrity: introduce the "fix_hmac" argumentMikulas Patocka2021-02-032-13/+136
* dm persistent data: fix return type of shadow_root()Jinoh Kang2021-02-032-2/+2
* dm: cleanup of front padding calculationJeffle Xu2021-02-031-6/+10
* dm integrity: fix spelling mistake "flusing" -> "flushing"Colin Ian King2021-02-031-1/+1
* dm crypt: Spelling s/cihper/cipher/Geert Uytterhoeven2021-02-031-1/+1
* dm dust: remove h from printk format specifierTom Rix2021-02-031-1/+1
* block: fix memory leak of bvecMing Lei2021-02-021-1/+1
* md: use rdev_read_only in restart_arrayChristoph Hellwig2021-02-011-1/+1
* md: check for NULL ->meta_bdev before calling bdev_read_onlyChristoph Hellwig2021-02-011-5/+8
* block: drop removed argument from kernel-doc of blk_execute_rq()Lukas Bulwahn2021-01-291-1/+0
* block: remove typo in kernel-doc of set_disk_ro()Lukas Bulwahn2021-01-291-1/+1
* blk-cgroup: Remove obsolete macroBaolin Wang2021-01-281-2/+0
* nvme-core: check bdev value for NULLChaitanya Kulkarni2021-01-271-1/+2
* mm: only make map_swap_entry available for CONFIG_HIBERNATIONJens Axboe2021-01-271-1/+5
* mm: remove get_swap_bioChristoph Hellwig2021-01-273-43/+13
* nilfs2: remove cruft in nilfs_alloc_seg_bioChristoph Hellwig2021-01-271-4/+0
* nfs/blocklayout: remove cruft in bl_alloc_init_bioChristoph Hellwig2021-01-271-5/+0
* md/raid6: refactor raid5_read_one_chunkChristoph Hellwig2021-01-271-63/+45
* md: remove md_bio_alloc_syncChristoph Hellwig2021-01-271-9/+1
* md: simplify sync_page_ioChristoph Hellwig2021-01-271-13/+13
* md: remove bio_alloc_mddevChristoph Hellwig2021-01-274-15/+3
* drbd: remove drbd_req_make_private_bioChristoph Hellwig2021-01-273-14/+8
* drbd: remove bio_alloc_drbdChristoph Hellwig2021-01-274-17/+2
* f2fs: remove FAULT_ALLOC_BIOChristoph Hellwig2021-01-274-28/+4
* f2fs: use blkdev_issue_flush in __submit_flush_waitChristoph Hellwig2021-01-273-13/+3
* dm-clone: use blkdev_issue_flush in commit_metadataChristoph Hellwig2021-01-271-13/+1
* block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-2723-38/+33
* block: split bio_kmalloc from bio_alloc_biosetChristoph Hellwig2021-01-272-87/+86
* blk-crypto: use bio_kmalloc in blk_crypto_clone_bioChristoph Hellwig2021-01-271-1/+1
* btrfs: use bio_kmalloc in __alloc_deviceChristoph Hellwig2021-01-271-1/+1
* zonefs: use bio_alloc in zonefs_file_dio_appendChristoph Hellwig2021-01-271-1/+1
* bfq: Use only idle IO periods for think time calculationsJan Kara2021-01-271-1/+9
* bfq: Use 'ttime' local variableJan Kara2021-01-271-1/+1
* bfq: Avoid false bfq queue mergingJan Kara2021-01-271-0/+1
* blkcg: delete redundant get/put operations for queueChunguang Xu2021-01-261-5/+8
* block: unexport truncate_bdev_rangeChristoph Hellwig2021-01-262-8/+2
* blk: wbt: remove unused parameter from wbt_should_throttleLei Chen2021-01-261-2/+2
* bdev: Do not return EBUSY if bdev discard races with writeJan Kara2021-01-261-6/+4
* block: inherit BIO_REMAPPED when cloning biosChristoph Hellwig2021-01-263-0/+6
* bcache: use bio_set_dev to assign ->bi_bdevChristoph Hellwig2021-01-261-1/+1
* nvme: use bio_set_dev to assign ->bi_bdevChristoph Hellwig2021-01-263-4/+4
* bfq: bfq_check_waker() should be staticJens Axboe2021-01-261-1/+2
* block, bfq: make waker-queue detection more robustPaolo Valente2021-01-252-110/+108
* block, bfq: save also injection state on queue mergingPaolo Valente2021-01-252-0/+13
* block, bfq: save also weight-raised service on queue mergingPaolo Valente2021-01-252-0/+3
* block, bfq: fix switch back from soft-rt weitgh-raisingPaolo Valente2021-01-251-2/+20