summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-11md/md-linear: cleanup linear_add()Yu Kuai1-2/+0
2023-10-11md: cleanup mddev_create/destroy_serial_pool()Yu Kuai3-31/+17
2023-10-11md: use new apis to suspend array before mddev_create/destroy_serial_poolYu Kuai3-16/+18
2023-10-11md: use new apis to suspend array for ioctls involed array reconfigurationYu Kuai1-10/+20
2023-10-11md: use new apis to suspend array for adding/removing rdev from state_store()Yu Kuai1-8/+11
2023-10-11md: use new apis to suspend array for sysfs apisYu Kuai1-16/+8
2023-10-11md/raid5: use new apis to suspend arrayYu Kuai1-26/+12
2023-10-11md/raid5-cache: use new apis to suspend arrayYu Kuai1-11/+8
2023-10-11md/md-bitmap: use new apis to suspend array for location_store()Yu Kuai1-4/+2
2023-10-11md/dm-raid: use new apis to suspend arrayYu Kuai1-8/+4
2023-10-11md: add new helpers to suspend/resume and lock/unlock arrayYu Kuai1-0/+27
2023-10-11md: add new helpers to suspend/resume arrayYu Kuai2-2/+103
2023-10-11md: replace is_md_suspended() with 'mddev->suspended' in md_check_recovery()Yu Kuai1-1/+1
2023-10-11md/raid5-cache: use READ_ONCE/WRITE_ONCE for 'conf->log'Yu Kuai1-22/+25
2023-10-11md: use READ_ONCE/WRITE_ONCE for 'suspend_lo' and 'suspend_hi'Yu Kuai1-7/+9
2023-10-10md/raid1: don't split discard io for write behindYu Kuai1-1/+2
2023-09-28md: do not require mddev_lock() for all options in array_state_store()Mariusz Tkaczyk1-17/+20
2023-09-27md: simplify md_seq_opsYu Kuai1-78/+22
2023-09-27md: factor out a helper from mddev_put()Yu Kuai1-12/+17
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-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