summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-06-19z2ram: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-19ataflop: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-19amiflop: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-06-16dm: Remove unused macro DM_ZONE_INVALID_WP_OFSTDamien Le Moal1-2/+0
2024-06-16dm: Improve zone resource limits handlingDamien Le Moal1-30/+150
2024-06-16dm: Call dm_revalidate_zones() after setting the queue limitsDamien Le Moal3-19/+22
2024-06-14Merge branch 'for-6.11/block-limits' into for-6.11/blockJens Axboe26-503/+342
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig14-294/+138
2024-06-14block: bypass the STABLE_WRITES flag for protection informationChristoph Hellwig1-1/+2
2024-06-14block: remove the blk_integrity_profile structureChristoph Hellwig8-55/+51
2024-06-14dm-integrity: use the nop integrity profileChristoph Hellwig2-22/+2
2024-06-14md/raid1: don't free conf on raid0_run failureChristoph Hellwig1-11/+3
2024-06-14md/raid0: don't free conf on raid0_run failureChristoph Hellwig1-16/+5
2024-06-14block: add special APIs for run-time disabling of discard and friendsChristoph Hellwig2-4/+4
2024-06-14sr: convert to the atomic queue limits APIChristoph Hellwig1-17/+25
2024-06-14sd: convert to the atomic queue limits APIChristoph Hellwig3-66/+85
2024-06-14sd: cleanup zoned queue limits initializationChristoph Hellwig1-10/+8
2024-06-14sd: factor out a sd_discard_mode helperChristoph Hellwig1-17/+20
2024-06-14sd: simplify the disable case in sd_config_discardChristoph Hellwig1-2/+1
2024-06-14sd: add a sd_disable_write_same helperChristoph Hellwig1-2/+8
2024-06-14sd: add a sd_disable_discard helperChristoph Hellwig1-2/+8
2024-06-14sd: simplify the ZBC case in provisioning_mode_storeChristoph Hellwig1-5/+4
2024-06-14block: take io_opt and io_min into account for max_sectorsChristoph Hellwig3-26/+6
2024-06-14rbd: increase io_opt againChristoph Hellwig1-1/+1
2024-06-14rust: block: add rnull, Rust null_blk implementationAndreas Hindborg3-0/+85
2024-06-12md/raid5: avoid BUG_ON() while continue reshape after reassemblingYu Kuai1-7/+13
2024-06-12md: pass in max_sectors for pers->sync_request()Yu Kuai5-14/+10
2024-06-12md: factor out helpers for different sync_action in md_do_sync()Yu Kuai1-50/+73
2024-06-12md: replace last_sync_action with new enum typeYu Kuai3-9/+9
2024-06-12md: use new helpers in md_do_sync()Yu Kuai2-17/+6
2024-06-12md: don't fail action_store() if sync_thread is not registeredYu Kuai2-54/+33
2024-06-12md: remove parameter check_seq for stop_sync_thread()Yu Kuai1-15/+11
2024-06-12md: replace sysfs api sync_action with new helpersYu Kuai1-42/+52
2024-06-12md: factor out helper to start reshape from action_store()Yu Kuai1-24/+41
2024-06-12md: add new helpers for sync_actionYu Kuai2-0/+82
2024-06-12md: add a new enum type sync_actionYu Kuai1-1/+56
2024-06-12md: rearrange recovery_flagsYu Kuai1-14/+38
2024-06-12md/md-bitmap: fix writing non bitmap pagesOfir Gal1-3/+3
2024-06-10md/raid1: don't free conf on raid0_run failureChristoph Hellwig1-11/+3
2024-06-10md/raid0: don't free conf on raid0_run failureChristoph Hellwig1-16/+5
2024-06-10md: make md_flush_request() more readableLi Nan1-15/+13
2024-06-10md: fix deadlock between mddev_suspend and flush bioLi Nan1-11/+15
2024-06-10md: change the return value type of md_write_start to voidLi Nan5-17/+8
2024-06-10md: do not delete safemode_timer in mddev_suspendLi Nan1-1/+0
2024-06-09Merge tag 'edac_urgent_for_v6.10_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+7
2024-06-09Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+0
2024-06-08Merge tag 'for-linus-2024060801' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds12-68/+140
2024-06-08Merge tag 'media/v6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds5-39/+55
2024-06-08Merge tag 'irq-urgent-2024-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-51/+36
2024-06-08Merge tag 'gpio-fixes-for-v6.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-31/+85