summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-10-17ublk: simplify aborting requestMing Lei1-30/+11
2023-10-17ublk: replace monitor with cancelable uring_cmdMing Lei1-89/+119
2023-10-17ublk: quiesce request queue when aborting queueMing Lei1-9/+50
2023-10-17ublk: rename mm_lock as lockMing Lei1-4/+4
2023-10-17ublk: move ublk_cancel_dev() out of ub->mutexMing Lei1-17/+23
2023-10-17ublk: make sure io cmd handled in submitter task contextMing Lei1-1/+21
2023-10-17ublk: don't get ublk device reference in ublk_abort_queue()Ming Lei1-4/+0
2023-10-17ublk: Make ublks_max configurableMike Christie1-1/+16
2023-10-17ublk: Limit dev_id/ub_number valuesMike Christie1-1/+9
2023-10-12Merge tag 'md-next-20231012' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe9-312/+287
2023-10-11md: rename __mddev_suspend/resume() back to mddev_suspend/resume()Yu Kuai4-19/+19
2023-10-11md: remove old apis to suspend the arrayYu Kuai2-87/+3
2023-10-11md: suspend array in md_start_sync() if array need reconfigurationYu Kuai1-3/+8
2023-10-11md/raid5: replace suspend with quiesce() callbackYu Kuai1-9/+9
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-10-04aoe: replace strncpy with strscpyJustin Stitt1-2/+1
2023-10-04null_blk: replace strncpy with strscpyJustin Stitt1-1/+1
2023-10-03cdrom: Remove now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
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