summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-1335-1133/+495
|\
| * bcache: fix variable length array abuse in btree_iterMatthew Mirvish2024-05-086-59/+70
| * bcache: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-05-081-5/+5
| * md: Revert "md: Fix overflow in is_mddev_idle"Li Nan2024-05-072-6/+5
| * null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()Zhu Yanjun2024-05-061-0/+1
| * Merge tag 'md-6.10-20240502' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2024-05-021-3/+3
| |\
| | * md: fix resync softlockup when bitmap size is less than array sizeYu Kuai2024-05-021-3/+3
| * | dm: Check that a zoned table leads to a valid mapped deviceDamien Le Moal2024-05-012-1/+59
| * | null_blk: Fix missing mutex_destroy() at module removalZhu Yanjun2024-04-251-0/+2
| * | Merge tag 'md-6.10-20240425' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2024-04-253-18/+16
| |\|
| | * md: don't account sync_io if iostats of the disk is disabledLi Nan2024-04-082-1/+6
| | * md: Fix overflow in is_mddev_idleLi Nan2024-04-082-5/+6
| | * md: add check for sleepers in md_wakeup_thread()Florian-Ewald Mueller2024-04-081-1/+2
| | * md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PE...Yu Kuai2024-04-081-12/+3
| * | null_blk: Simplify null_zone_write()Damien Le Moal2024-04-171-20/+16
| * | null_blk: Do zone resource management only if necessaryDamien Le Moal2024-04-171-146/+165
| * | null_blk: Have all null_handle_xxx() return a blk_status_tDamien Le Moal2024-04-171-10/+8
| * | block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal2024-04-176-6/+6
| * | block: Remove BLK_STS_ZONE_RESOURCEDamien Le Moal2024-04-171-1/+0
| * | nvmet: zns: Do not reference the gendisk conv_zones_bitmapDamien Le Moal2024-04-171-7/+3
| * | null_blk: Introduce fua attributeDamien Le Moal2024-04-172-2/+11
| * | null_blk: Introduce zone_append_max_sectors attributeDamien Le Moal2024-04-173-4/+27
| * | null_blk: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator featureDamien Le Moal2024-04-171-1/+0
| * | ublk_drv: Do not request ELEVATOR_F_ZBD_SEQ_WRITE elevator featureDamien Le Moal2024-04-171-2/+1
| * | scsi: sd: Use the block layer zone append emulationDamien Le Moal2024-04-173-352/+10
| * | dm: Use the block layer zone append emulationDamien Le Moal2024-04-174-459/+93
| |/
| * dm: use bio_list_merge_initChristoph Hellwig2024-04-018-36/+17
| * brd: Remove use of page->indexMatthew Wilcox (Oracle)2024-04-011-29/+11
* | Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-137-15/+30
|\ \
| * \ Merge branch 'for-uring-ubufops' of git://git.kernel.org/pub/scm/linux/kernel...Jens Axboe2024-04-226-11/+19
| |\ \
| | * | net: extend ubuf_info callback to ops structurePavel Begunkov2024-04-226-11/+19
| * | | nvme/io_uring: use helper for polled completionsJens Axboe2024-04-151-4/+11
| |/ /
* | | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-05-131-1/+1
|\ \ \
| * | | fs: claw back a few FMODE_* bitsChristian Brauner2024-04-071-1/+1
* | | | Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-1313-67/+1652
|\ \ \ \
| * | | | tpm: disable the TPM if NULL name changesJames Bottomley2024-05-093-16/+67
| * | | | tpm: add the null key name as a sysfs exportJames Bottomley2024-05-091-0/+18
| * | | | tpm: add session encryption protection to tpm2_get_random()James Bottomley2024-05-091-4/+17
| * | | | tpm: add hmac checks to tpm2_pcr_extend()James Bottomley2024-05-091-17/+10
| * | | | tpm: Add the rest of the session HMAC APIJames Bottomley2024-05-091-0/+400
| * | | | tpm: Add HMAC session name/handle appendJames Bottomley2024-05-091-0/+129
| * | | | tpm: Add HMAC session start and end functionsJames Bottomley2024-05-094-0/+291
| * | | | tpm: Add TCG mandated Key Derivation Functions (KDFs)James Bottomley2024-05-092-0/+106
| * | | | tpm: Add NULL primary creationJames Bottomley2024-05-095-0/+349
| * | | | tpm: export the context save and load commandsJames Bottomley2024-05-092-4/+8
| * | | | tpm: add buffer function to point to returned parametersJames Bottomley2024-05-091-0/+28
| * | | | tpm: Add tpm_buf_read_{u8,u16,u32}Jarkko Sakkinen2024-05-091-1/+78
| * | | | tpm: TPM2B formatted buffersJarkko Sakkinen2024-05-091-3/+35
| * | | | tpm: Store the length of the tpm_buf data separately.Jarkko Sakkinen2024-05-092-11/+39
| * | | | tpm: Move buffer handling from static inlines to real functionsJames Bottomley2024-05-092-0/+88