summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-27md/md-linear: enable io accountingYu Kuai1-0/+1
2023-07-27md/md-multipath: enable io accountingYu Kuai1-0/+1
2023-07-27md/raid10: switch to use md_account_bio() for io accountingYu Kuai2-12/+9
2023-07-27md/raid1: switch to use md_account_bio() for io accountingYu Kuai2-9/+6
2023-07-27raid5: fix missing io accounting in raid5_align_endio()Yu Kuai1-21/+8
2023-07-27md: also clone new io if io accounting is disabledYu Kuai3-43/+42
2023-07-27md: move initialization and destruction of 'io_acct_set' to md.cYu Kuai4-63/+23
2023-07-27md: deprecate bitmap file supportChristoph Hellwig2-1/+3
2023-07-27md: make bitmap file support optionalChristoph Hellwig3-0/+32
2023-07-27md-bitmap: don't use ->index for pages backing the bitmap fileChristoph Hellwig2-27/+39
2023-07-27md-bitmap: account for mddev->bitmap_info.offset in read_sb_pageChristoph Hellwig1-9/+8
2023-07-27md-bitmap: cleanup read_sb_pageChristoph Hellwig1-12/+11
2023-07-27md-bitmap: refactor md_bitmap_init_from_diskChristoph Hellwig1-71/+70
2023-07-27md-bitmap: rename read_page to read_file_pageChristoph Hellwig1-6/+4
2023-07-27md-bitmap: split file writes into a separate helperChristoph Hellwig1-24/+24
2023-07-27md-bitmap: use %pD to print the file name in md_bitmap_file_kickChristoph Hellwig1-10/+2
2023-07-27md-bitmap: initialize variables at declaration time in md_bitmap_file_unmapChristoph Hellwig1-8/+4
2023-07-27md-bitmap: set BITMAP_WRITE_ERROR in write_sb_pageChristoph Hellwig1-13/+8
2023-07-27md: enhance checking in md_check_recovery()Yu Kuai1-7/+15
2023-07-27md: wake up 'resync_wait' at last in md_reap_sync_thread()Yu Kuai1-1/+1
2023-07-27md: refactor idle/frozen_sync_thread() to fix deadlockYu Kuai2-4/+21
2023-07-27md: add a mutex to synchronize idle and frozen in action_store()Yu Kuai2-0/+8
2023-07-27md: refactor action_store() for 'idle' and 'frozen'Yu Kuai1-16/+45
2023-07-27Revert "md: unlock mddev before reap sync_thread in action_store"Yu Kuai2-18/+2
2023-07-26block: cleanup bio_integrity_prepJinyoung Choi1-5/+1
2023-07-25block: Improve performance for BLK_MQ_F_BLOCKING driversBart Van Assche2-7/+12
2023-07-25scsi: Remove a blk_mq_run_hw_queues() callBart Van Assche1-1/+1
2023-07-25scsi: Inline scsi_kick_queue()Bart Van Assche1-7/+2
2023-07-25block: don't pass a bio to bio_try_merge_hw_segChristoph Hellwig1-9/+7
2023-07-25block: move the bi_size update out of __bio_try_merge_pageChristoph Hellwig1-37/+20
2023-07-25block: downgrade a bio_full call in bio_add_pageChristoph Hellwig1-1/+1
2023-07-25block: move the bi_size overflow check in __bio_try_merge_pageChristoph Hellwig1-4/+5
2023-07-25block: move the bi_vcnt check out of __bio_try_merge_pageChristoph Hellwig1-23/+22
2023-07-25block: move the BIO_CLONED checks out of __bio_try_merge_pageChristoph Hellwig1-3/+6
2023-07-25block: use SECTOR_SHIFT bio_add_hw_pageChristoph Hellwig1-1/+1
2023-07-25block: tidy up the bio full checks in bio_add_hw_pageChristoph Hellwig1-6/+4
2023-07-21block: refactor to use helperNitesh Shetty1-3/+1
2023-07-17blk-flush: reuse rq queuelist in flush state machineChengming Zhou2-8/+10
2023-07-17blk-flush: count inflight flush_data requestsChengming Zhou2-7/+7
2023-07-17blk-flush: fix rq->flush.seq for post-flush requestsChengming Zhou1-1/+1
2023-07-17blk-mq: use percpu csd to remote complete instead of per-rq csdChengming Zhou2-10/+7
2023-07-17block: don't allow enabling a cache on devices that don't support itChristoph Hellwig3-6/+13
2023-07-17block: cleanup queue_wc_storeChristoph Hellwig1-11/+3
2023-07-17nbd: automatically load module on genl accessThomas Weißschuh1-0/+1
2023-07-17blk-wbt: Replace strlcpy with strscpyAzeem Shaikh1-4/+4
2023-07-17kyber: Replace strlcpy with strscpyAzeem Shaikh1-4/+4
2023-07-17Linux 6.5-rc2Linus Torvalds1-1/+1
2023-07-17Merge tag 'xtensa-20230716' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3-22/+18
2023-07-16Merge tag 'perf_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+7
2023-07-16Merge tag 'objtool_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-2/+2