summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-17arm_pmu: fix event CPU filteringMark Rutland3-15/+1
2023-02-16Merge tag 'net-6.2-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds39-194/+508
2023-02-16Merge tag 'block-6.2-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-10/+10
2023-02-16Merge tag 'spi-v6.2-rc8-abi' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+18
2023-02-16Merge tag 'gpio-fixes-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-19/+36
2023-02-16stop mainaining UUIDChristoph Hellwig1-2/+0
2023-02-16orphan sysvfsChristoph Hellwig1-2/+1
2023-02-16kvm: initialize all of the kvm_debugregs structure before sending it to users...Greg Kroah-Hartman1-2/+1
2023-02-16ASoC: SOF: Intel: hda-dai: fix possible stream_tag leakPierre-Louis Bossart1-4/+4
2023-02-16erofs: fix an error code in z_erofs_init_zip_subsystem()Dan Carpenter1-1/+3
2023-02-16Merge tag 'asoc-fix-v6.2-rc8' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai1-1/+1
2023-02-16io_uring: Support calling io_uring_register with a registered ring fdJosh Triplett2-8/+31
2023-02-16Merge tag 'intel-gpio-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski2-1/+12
2023-02-16devlink: Fix netdev notifier chain corruptionIdo Schimmel3-14/+1
2023-02-16igb: conditionalize I2C bit banging on external thermal sensor supportCorinna Vinschen1-10/+32
2023-02-16drm/amd/display: Fail atomic_check early on normalize_zpos errorLeo Li1-1/+5
2023-02-16drm/amd/amdgpu: fix warning during suspendJack Xiao2-1/+4
2023-02-16Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski3-12/+20
2023-02-16Merge tag 'apparmor-v6.2-rc9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2023-02-15Merge tag 'nvme-6.2-2023-02-15' of git://git.infradead.org/nvme into block-6.2Jens Axboe1-10/+10
2023-02-15Merge tag 'nfsd-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-1/+1
2023-02-15Merge tag 'trace-v6.2-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-02-15apparmor: Fix regression in compat permissions for getattrJohn Johansen1-2/+1
2023-02-15btrfs: make kobj_type structures constantThomas Weißschuh1-6/+6
2023-02-15btrfs: remove the bdev argument to btrfs_rmap_blockChristoph Hellwig3-10/+4
2023-02-15btrfs: don't rely on unchanging ->bi_bdev for zone append remapsChristoph Hellwig3-26/+26
2023-02-15btrfs: never return true for reads in btrfs_use_zone_appendChristoph Hellwig1-0/+3
2023-02-15btrfs: pass a btrfs_bio to btrfs_use_appendChristoph Hellwig4-6/+7
2023-02-15btrfs: set bbio->file_offset in alloc_new_bioChristoph Hellwig1-2/+1
2023-02-15btrfs: use file_offset to limit bios size in calc_bio_boundariesChristoph Hellwig1-2/+2
2023-02-15btrfs: do unsigned integer division in the extent buffer binary search loopFilipe Manana2-7/+12
2023-02-15btrfs: eliminate extra call when doing binary search on extent bufferFilipe Manana2-13/+18
2023-02-15btrfs: raid56: handle endio in scrub_rbioChristoph Hellwig1-11/+7
2023-02-15btrfs: raid56: handle endio in recover_rbioChristoph Hellwig1-18/+9
2023-02-15btrfs: raid56: handle endio in rmw_rbioChristoph Hellwig1-20/+10
2023-02-15btrfs: raid56: submit the read bios from scrub_assemble_read_biosChristoph Hellwig1-23/+13
2023-02-15btrfs: raid56: fold rmw_read_wait_recover into rmw_read_biosChristoph Hellwig1-46/+23
2023-02-15btrfs: raid56: fold recover_assemble_read_bios into recover_rbioChristoph Hellwig1-40/+21
2023-02-15btrfs: raid56: add a bio_list_put helperChristoph Hellwig1-28/+16
2023-02-15btrfs: raid56: wait for I/O completion in submit_read_biosChristoph Hellwig1-7/+6
2023-02-15btrfs: raid56: simplify code flow in rmw_rbioChristoph Hellwig1-15/+13
2023-02-15btrfs: raid56: simplify error handling and code flow in raid56_parity_writeChristoph Hellwig1-22/+15
2023-02-15btrfs: replace btrfs_wait_tree_block_writeback by wait_on_extent_buffer_write...Josef Bacik1-9/+3
2023-02-15btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirtyJosef Bacik3-18/+19
2023-02-15btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik8-22/+22
2023-02-15btrfs: do not increment dirty_metadata_bytes in set_btree_ioerrJosef Bacik1-7/+0
2023-02-15btrfs: replace clearing extent buffer dirty bit with btrfs_clean_blockJosef Bacik2-23/+20
2023-02-15btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik8-27/+29
2023-02-15btrfs: always lock the block before calling btrfs_clean_tree_blockJosef Bacik1-2/+1
2023-02-15iomap: remove IOMAP_F_ZONE_APPENDChristoph Hellwig2-10/+3