summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-13kselftest/arm64: abi: fix SVCR detectionWeizhao Ouyang
2024-12-13iommu/vt-d: Avoid draining PRQ in sva mm release pathLu Baolu
2024-12-13iommu/vt-d: Fix qi_batch NULL pointer with nested parent domainYi Liu
2024-12-13iommu/vt-d: Remove cache tags before disabling ATSLu Baolu
2024-12-13arm64: signal: Ensure signal delivery failure is recoverableKevin Brodsky
2024-12-13sched/dlserver: Fix dlserver time accountingVineeth Pillai (Google)
2024-12-13sched/dlserver: Fix dlserver double enqueueVineeth Pillai (Google)
2024-12-13efi/esrt: remove esre_attribute::store()Jiri Slaby (SUSE)
2024-12-13Merge tag 'xfs-6.13-fixes_2024-12-12' of https://git.kernel.org/pub/scm/linux...Carlos Maiolino
2024-12-12xfs: port xfs_ioc_start_commit to multigrain timestampsDarrick J. Wong
2024-12-12xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong
2024-12-12xfs: fix zero byte checking in the superblock scrubberDarrick J. Wong
2024-12-12xfs: check pre-metadir fields correctlyDarrick J. Wong
2024-12-12xfs: don't crash on corrupt /quotas direntDarrick J. Wong
2024-12-12xfs: don't move nondir/nonreg temporary repair files to the metadir namespaceDarrick J. Wong
2024-12-12xfs: fix sb_spino_align checks for large fsblock sizesDarrick J. Wong
2024-12-12xfs: convert quotacheck to attach dquot buffersDarrick J. Wong
2024-12-12xfs: attach dquot buffer to dquot log item bufferDarrick J. Wong
2024-12-12xfs: clean up log item accesses in xfs_qm_dqflush{,_done}Darrick J. Wong
2024-12-12xfs: separate dquot buffer reads from xfs_dqflushDarrick J. Wong
2024-12-12xfs: don't lose solo dquot update transactionsDarrick J. Wong
2024-12-12xfs: don't lose solo superblock counter update transactionsDarrick J. Wong
2024-12-12xfs: avoid nested calls to __xfs_trans_commitDarrick J. Wong
2024-12-12xfs: only run precommits once per transaction objectDarrick J. Wong
2024-12-12xfs: unlock inodes when erroring out of xfs_trans_alloc_dirDarrick J. Wong
2024-12-12xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong
2024-12-12xfs: update btree keys correctly when _insrec splits an inode root blockDarrick J. Wong
2024-12-12xfs: fix error bailout in xfs_rtginode_createDarrick J. Wong
2024-12-12xfs: fix null bno_hint handling in xfs_rtallocate_rtgDarrick J. Wong
2024-12-12xfs: mark metadir repair tempfiles with IRECOVERYDarrick J. Wong
2024-12-12xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlinkDarrick J. Wong
2024-12-12xfs: separate healthy clearing mask during repairDarrick J. Wong
2024-12-12xfs: don't drop errno values when we fail to ficlone the entire rangeDarrick J. Wong
2024-12-12xfs: return a 64-bit block count from xfs_btree_count_blocksDarrick J. Wong
2024-12-12xfs: keep quota directory inode loadedDarrick J. Wong
2024-12-12xfs: metapath scrubber should use the already loaded inodesDarrick J. Wong
2024-12-12xfs: fix off-by-one error in fsmap's end_daddr usageDarrick J. Wong
2024-12-12Merge tag 'v6.13-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-12-12Merge tag 'perf-tools-fixes-for-v6.13-2024-12-12' of git://git.kernel.org/pub...Linus Torvalds
2024-12-13Merge tag 'amd-drm-fixes-6.13-2024-12-11' of https://gitlab.freedesktop.org/a...Dave Airlie
2024-12-13Merge tag 'drm-xe-fixes-2024-12-12' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie
2024-12-13Merge tag 'drm-intel-fixes-2024-12-11' of https://gitlab.freedesktop.org/drm/...Dave Airlie
2024-12-12Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds
2024-12-12Merge branch 'add-missing-size-check-for-btf-based-ctx-access'Alexei Starovoitov
2024-12-12selftests/bpf: Add test for narrow ctx load for pointer argsKumar Kartikeya Dwivedi
2024-12-12bpf: Check size for BTF-based ctx access of pointer membersKumar Kartikeya Dwivedi
2024-12-12selftests/bpf: extend changes_pkt_data with cases w/o subprogramsEduard Zingerman
2024-12-12bpf: fix null dereference when computing changes_pkt_data of prog w/o subprogsEduard Zingerman
2024-12-12Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-12-12blk-iocost: Avoid using clamp() on inuse in __propagate_weights()Nathan Chancellor