summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-27md: factor out a helper from mddev_put()Yu Kuai1-12/+17
2023-09-26badblocks: switch to the improved badblock handling codeColy Li1-305/+3
2023-09-26badblocks: improve badblocks_check() for multiple ranges handlingColy Li1-0/+97
2023-09-26badblocks: improve badblocks_clear() for multiple ranges handlingColy Li1-0/+325
2023-09-26badblocks: improve badblocks_set() for multiple ranges handlingColy Li1-20/+544
2023-09-26badblocks: add helper routines for badblock ranges handlingColy Li1-0/+386
2023-09-26badblocks: add more helper structure and routines in badblocks.hColy Li1-0/+30
2023-09-26md: replace deprecated strncpy with memcpyJustin Stitt1-3/+3
2023-09-22md/md-linear: Annotate struct linear_conf with __counted_byKees Cook2-14/+14
2023-09-22md: don't check 'mddev->pers' and 'pers->quiesce' from suspend_lo_store()Yu Kuai1-7/+2
2023-09-22md: don't check 'mddev->pers' from suspend_hi_store()Yu Kuai1-6/+1
2023-09-22md-bitmap: suspend array earlier in location_store()Yu Kuai1-23/+20
2023-09-22md-bitmap: remove the checking of 'pers->quiesce' from location_store()Yu Kuai1-4/+0
2023-09-22md: don't rely on 'mddev->pers' to be set in mddev_suspend()Yu Kuai1-1/+1
2023-09-22md: initialize 'writes_pending' while allocating mddevYu Kuai5-26/+13
2023-09-22md: initialize 'active_io' while allocating mddevYu Kuai3-22/+41
2023-09-22md: delay remove_and_add_spares() for read only array to md_start_sync()Yu Kuai1-10/+51
2023-09-22md: factor out a helper rdev_addable() from remove_and_add_spares()Yu Kuai1-12/+27
2023-09-22md: factor out a helper rdev_is_spare() from remove_and_add_spares()Yu Kuai1-5/+10
2023-09-22md: factor out a helper rdev_removeable() from remove_and_add_spares()Yu Kuai1-6/+38
2023-09-22md: delay choosing sync action to md_start_sync()Yu Kuai1-34/+39
2023-09-22md: factor out a helper to choose sync action from md_check_recovery()Yu Kuai1-25/+45
2023-09-22md: use separate work_struct for md_start_sync()Yu Kuai2-5/+10
2023-09-22block/null_blk: add queue_rqs() supportChengming Zhou1-0/+20
2023-09-22blk-mq: update driver tags request table when start requestChengming Zhou4-6/+1
2023-09-22blk-mq: support batched queue_rqs() on shared tags queueChengming Zhou1-6/+1
2023-09-22blk-mq: remove RQF_MQ_INFLIGHTChengming Zhou4-16/+2
2023-09-22blk-mq: account active requests when get driver tagChengming Zhou2-36/+53
2023-09-21io_uring: add IORING_OP_WAITID supportJens Axboe8-1/+410
2023-09-21exit: add internal include file with helpersJens Axboe2-25/+37
2023-09-21exit: add kernel_waitid_prepare() helperJens Axboe1-13/+25
2023-09-21exit: move core of do_wait() into helperJens Axboe1-20/+31
2023-09-21exit: abstract out should_wake helper for child_wait_callback()Jens Axboe1-6/+14
2023-09-21io_uring/rw: add support for IORING_OP_READ_MULTISHOTJens Axboe4-1/+82
2023-09-21io_uring/rw: mark readv/writev as vectored in the opcode definitionJens Axboe3-4/+10
2023-09-21io_uring/rw: split io_read() into a helperJens Axboe1-2/+13
2023-09-18Linux 6.6-rc2Linus Torvalds1-1/+1
2023-09-17Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-24/+61
2023-09-17Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+34
2023-09-17Merge tag 'objtool-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2023-09-17Merge tag 'core-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2023-09-17stat: remove no-longer-used helper macrosLinus Torvalds1-6/+0
2023-09-17Merge tag '6.6-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-17/+24
2023-09-17Merge tag '6.6-rc1-ksmbd' of git://git.samba.org/ksmbdLinus Torvalds2-2/+1
2023-09-17Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-51/+64
2023-09-17x86/purgatory: Remove LTO flagsSong Liu1-0/+4
2023-09-17x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov2-14/+39
2023-09-17Merge tag 'kbuild-fixes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2023-09-17vm: fix move_vma() memory accounting being offLinus Torvalds1-1/+1
2023-09-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds21-107/+112