summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-10-10md: cleanup mddev_create/destroy_serial_pool()Yu Kuai
2023-10-10md: use new apis to suspend array before mddev_create/destroy_serial_poolYu Kuai
2023-10-10md: use new apis to suspend array for ioctls involed array reconfigurationYu Kuai
2023-10-10md: use new apis to suspend array for adding/removing rdev from state_store()Yu Kuai
2023-10-10md: use new apis to suspend array for sysfs apisYu Kuai
2023-10-10md/raid5: use new apis to suspend arrayYu Kuai
2023-10-10md/raid5-cache: use new apis to suspend arrayYu Kuai
2023-10-10md/md-bitmap: use new apis to suspend array for location_store()Yu Kuai
2023-10-10md/dm-raid: use new apis to suspend arrayYu Kuai
2023-10-10md: add new helpers to suspend/resume and lock/unlock arrayYu Kuai
2023-10-10md: add new helpers to suspend/resume arrayYu Kuai
2023-10-10md: replace is_md_suspended() with 'mddev->suspended' in md_check_recovery()Yu Kuai
2023-10-10md/raid5-cache: use READ_ONCE/WRITE_ONCE for 'conf->log'Yu Kuai
2023-10-10md: use READ_ONCE/WRITE_ONCE for 'suspend_lo' and 'suspend_hi'Yu Kuai
2023-10-09md/raid1: don't split discard io for write behindYu Kuai
2023-09-28md: do not require mddev_lock() for all options in array_state_store()Mariusz Tkaczyk
2023-09-27md: simplify md_seq_opsYu Kuai
2023-09-27md: factor out a helper from mddev_put()Yu Kuai
2023-09-25md: replace deprecated strncpy with memcpyJustin Stitt
2023-09-22md/md-linear: Annotate struct linear_conf with __counted_byKees Cook
2023-09-22md: don't check 'mddev->pers' and 'pers->quiesce' from suspend_lo_store()Yu Kuai
2023-09-22md: don't check 'mddev->pers' from suspend_hi_store()Yu Kuai
2023-09-22md-bitmap: suspend array earlier in location_store()Yu Kuai
2023-09-22md-bitmap: remove the checking of 'pers->quiesce' from location_store()Yu Kuai
2023-09-22md: don't rely on 'mddev->pers' to be set in mddev_suspend()Yu Kuai
2023-09-22md: initialize 'writes_pending' while allocating mddevYu Kuai
2023-09-22md: initialize 'active_io' while allocating mddevYu Kuai
2023-09-22md: delay remove_and_add_spares() for read only array to md_start_sync()Yu Kuai
2023-09-22md: factor out a helper rdev_addable() from remove_and_add_spares()Yu Kuai
2023-09-22md: factor out a helper rdev_is_spare() from remove_and_add_spares()Yu Kuai
2023-09-22md: factor out a helper rdev_removeable() from remove_and_add_spares()Yu Kuai
2023-09-22md: delay choosing sync action to md_start_sync()Yu Kuai
2023-09-22md: factor out a helper to choose sync action from md_check_recovery()Yu Kuai
2023-09-22md: use separate work_struct for md_start_sync()Yu Kuai
2023-09-22block/null_blk: add queue_rqs() supportChengming Zhou
2023-09-22blk-mq: update driver tags request table when start requestChengming Zhou
2023-09-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-09-16Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-09-16Merge tag 'usb-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-09-16Merge tag 'driver-core-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-09-16Merge tag 'char-misc-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-09-16Merge tag 'i2c-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-16ata: libata-core: fetch sense data for successful commands iff CDL enabledNiklas Cassel
2023-09-16ata: libata-eh: do not thaw the port twice in ata_eh_reset()Niklas Cassel
2023-09-16ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()Niklas Cassel
2023-09-15Merge tag 'thermal-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-15Merge tag 'for-6.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-09-15Merge tag 'block-6.6-2023-09-15' of git://git.kernel.dk/linuxLinus Torvalds
2023-09-15Merge tag 'firewire-fixes-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-09-15Merge tag 'drm-fixes-2023-09-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds