summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* md: make bitmap file support optionalChristoph Hellwig2023-07-273-0/+32
* md-bitmap: don't use ->index for pages backing the bitmap fileChristoph Hellwig2023-07-272-27/+39
* md-bitmap: account for mddev->bitmap_info.offset in read_sb_pageChristoph Hellwig2023-07-271-9/+8
* md-bitmap: cleanup read_sb_pageChristoph Hellwig2023-07-271-12/+11
* md-bitmap: refactor md_bitmap_init_from_diskChristoph Hellwig2023-07-271-71/+70
* md-bitmap: rename read_page to read_file_pageChristoph Hellwig2023-07-271-6/+4
* md-bitmap: split file writes into a separate helperChristoph Hellwig2023-07-271-24/+24
* md-bitmap: use %pD to print the file name in md_bitmap_file_kickChristoph Hellwig2023-07-271-10/+2
* md-bitmap: initialize variables at declaration time in md_bitmap_file_unmapChristoph Hellwig2023-07-271-8/+4
* md-bitmap: set BITMAP_WRITE_ERROR in write_sb_pageChristoph Hellwig2023-07-271-13/+8
* md: enhance checking in md_check_recovery()Yu Kuai2023-07-271-7/+15
* md: wake up 'resync_wait' at last in md_reap_sync_thread()Yu Kuai2023-07-271-1/+1
* md: refactor idle/frozen_sync_thread() to fix deadlockYu Kuai2023-07-272-4/+21
* md: add a mutex to synchronize idle and frozen in action_store()Yu Kuai2023-07-272-0/+8
* md: refactor action_store() for 'idle' and 'frozen'Yu Kuai2023-07-271-16/+45
* Revert "md: unlock mddev before reap sync_thread in action_store"Yu Kuai2023-07-272-18/+2
* block: cleanup bio_integrity_prepJinyoung Choi2023-07-251-5/+1
* block: Improve performance for BLK_MQ_F_BLOCKING driversBart Van Assche2023-07-242-7/+12
* scsi: Remove a blk_mq_run_hw_queues() callBart Van Assche2023-07-241-1/+1
* scsi: Inline scsi_kick_queue()Bart Van Assche2023-07-241-7/+2
* block: don't pass a bio to bio_try_merge_hw_segChristoph Hellwig2023-07-241-9/+7
* block: move the bi_size update out of __bio_try_merge_pageChristoph Hellwig2023-07-241-37/+20
* block: downgrade a bio_full call in bio_add_pageChristoph Hellwig2023-07-241-1/+1
* block: move the bi_size overflow check in __bio_try_merge_pageChristoph Hellwig2023-07-241-4/+5
* block: move the bi_vcnt check out of __bio_try_merge_pageChristoph Hellwig2023-07-241-23/+22
* block: move the BIO_CLONED checks out of __bio_try_merge_pageChristoph Hellwig2023-07-241-3/+6
* block: use SECTOR_SHIFT bio_add_hw_pageChristoph Hellwig2023-07-241-1/+1
* block: tidy up the bio full checks in bio_add_hw_pageChristoph Hellwig2023-07-241-6/+4
* block: refactor to use helperNitesh Shetty2023-07-201-3/+1
* blk-flush: reuse rq queuelist in flush state machineChengming Zhou2023-07-172-8/+10
* blk-flush: count inflight flush_data requestsChengming Zhou2023-07-172-7/+7
* blk-flush: fix rq->flush.seq for post-flush requestsChengming Zhou2023-07-171-1/+1
* blk-mq: use percpu csd to remote complete instead of per-rq csdChengming Zhou2023-07-172-10/+7
* block: don't allow enabling a cache on devices that don't support itChristoph Hellwig2023-07-173-6/+13
* block: cleanup queue_wc_storeChristoph Hellwig2023-07-171-11/+3
* nbd: automatically load module on genl accessThomas Weißschuh2023-07-171-0/+1
* blk-wbt: Replace strlcpy with strscpyAzeem Shaikh2023-07-171-4/+4
* kyber: Replace strlcpy with strscpyAzeem Shaikh2023-07-171-4/+4
* Linux 6.5-rc2v6.5-rc2Linus Torvalds2023-07-161-1/+1
* Merge tag 'xtensa-20230716' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2023-07-163-22/+18
|\
| * xtensa: fix unaligned and load/store configuration interactionMax Filippov2023-07-102-21/+16
| * xtensa: ISS: fix call to split_if_specMax Filippov2023-07-101-1/+1
| * xtensa: ISS: add comment about etherdev freeingMax Filippov2023-07-101-0/+1
* | Merge tag 'perf_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-07-161-0/+7
|\ \
| * | perf/x86: Fix lockdep warning in for_each_sibling_event() on SPRNamhyung Kim2023-07-101-0/+7
| |/
* | Merge tag 'objtool_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-07-162-2/+2
|\ \
| * | iov_iter: Mark copy_iovec_from_user() noclonePeter Zijlstra2023-07-101-1/+1
| * | objtool: initialize all of struct elfMichal Kubecek2023-07-101-1/+1
| |/
* | Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-07-165-12/+29
|\ \
| * | sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan2023-07-104-11/+28