summaryrefslogtreecommitdiffstats
path: root/mm/compaction.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-19mm: shmem: fix ShmemHugePages at swapoutHugh Dickins1-10/+12
2024-12-19ocfs2: fix the space leak in LA when releasing LAHeming Zhao1-3/+5
2024-12-19ocfs2: revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"Heming Zhao1-19/+0
2024-12-19mailmap: add entry for Ying HuangHuang Ying1-0/+1
2024-12-19selftests/memfd: run sysctl tests when PID namespace support is enabledIsaac J. Manjarres1-2/+12
2024-12-19docs/mm: add VMA locks documentationLorenzo Stoakes1-0/+850
2024-12-16Linux 6.13-rc3v6.13-rc3Linus Torvalds1-1/+1
2024-12-14bpf: Avoid deadlock caused by nested kprobe and fentry bpf programsPriya Bala Govindasamy1-0/+6
2024-12-14selftests/bpf: Add tests for raw_tp NULL argsKumar Kartikeya Dwivedi2-0/+27
2024-12-14bpf: Augment raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi2-10/+147
2024-12-14bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi4-87/+9
2024-12-13ARC: build: Try to guess GCC variant of cross compilerLeon Romanovsky1-1/+1
2024-12-13KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module initSean Christopherson3-5/+29
2024-12-13block: Fix potential deadlock while freezing queue and acquiring sysfs_lockNilay Shroff3-23/+26
2024-12-13irqchip/gic-v3: Work around insecure GIC integrationsMarc Zyngier1-1/+16
2024-12-13irqchip/gic: Correct declaration of *percpu_base pointer in union gic_baseUros Bizjak1-1/+1
2024-12-13block: Fix queue_iostats_passthrough_show()Bart Van Assche1-1/+1
2024-12-13blk-mq: Clean up blk_mq_requeue_work()Bart Van Assche1-6/+4
2024-12-13mq-deadline: Remove a local variableBart Van Assche1-4/+1
2024-12-13kselftest/arm64: abi: fix SVCR detectionWeizhao Ouyang1-17/+15
2024-12-13iommu/vt-d: Avoid draining PRQ in sva mm release pathLu Baolu1-1/+2
2024-12-13iommu/vt-d: Fix qi_batch NULL pointer with nested parent domainYi Liu1-7/+27
2024-12-13iommu/vt-d: Remove cache tags before disabling ATSLu Baolu1-1/+3
2024-12-13arm64: signal: Ensure signal delivery failure is recoverableKevin Brodsky1-15/+33
2024-12-13sched/dlserver: Fix dlserver time accountingVineeth Pillai (Google)1-6/+9
2024-12-13sched/dlserver: Fix dlserver double enqueueVineeth Pillai (Google)3-2/+18
2024-12-13efi/esrt: remove esre_attribute::store()Jiri Slaby (SUSE)1-2/+0
2024-12-13xfs: port xfs_ioc_start_commit to multigrain timestampsDarrick J. Wong1-7/+7
2024-12-13xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong1-1/+3
2024-12-13xfs: fix zero byte checking in the superblock scrubberDarrick J. Wong1-2/+29
2024-12-13xfs: check pre-metadir fields correctlyDarrick J. Wong1-13/+27
2024-12-13xfs: don't crash on corrupt /quotas direntDarrick J. Wong1-0/+7
2024-12-13xfs: don't move nondir/nonreg temporary repair files to the metadir namespaceDarrick J. Wong1-1/+11
2024-12-13xfs: fix sb_spino_align checks for large fsblock sizesDarrick J. Wong1-5/+6
2024-12-13xfs: convert quotacheck to attach dquot buffersDarrick J. Wong3-13/+16
2024-12-13xfs: attach dquot buffer to dquot log item bufferDarrick J. Wong6-24/+169
2024-12-13xfs: clean up log item accesses in xfs_qm_dqflush{,_done}Darrick J. Wong1-7/+8
2024-12-13xfs: separate dquot buffer reads from xfs_dqflushDarrick J. Wong4-32/+86
2024-12-13xfs: don't lose solo dquot update transactionsDarrick J. Wong3-14/+32
2024-12-13xfs: don't lose solo superblock counter update transactionsDarrick J. Wong1-2/+7
2024-12-13xfs: avoid nested calls to __xfs_trans_commitDarrick J. Wong1-12/+14
2024-12-13xfs: only run precommits once per transaction objectDarrick J. Wong1-12/+4
2024-12-13xfs: unlock inodes when erroring out of xfs_trans_alloc_dirDarrick J. Wong1-0/+3
2024-12-13xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong1-1/+1
2024-12-13xfs: update btree keys correctly when _insrec splits an inode root blockDarrick J. Wong1-6/+23
2024-12-13xfs: fix error bailout in xfs_rtginode_createDarrick J. Wong1-1/+1
2024-12-13xfs: fix null bno_hint handling in xfs_rtallocate_rtgDarrick J. Wong1-1/+1
2024-12-13xfs: mark metadir repair tempfiles with IRECOVERYDarrick J. Wong2-3/+9
2024-12-13xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlinkDarrick J. Wong1-1/+2
2024-12-13xfs: separate healthy clearing mask during repairDarrick J. Wong2-24/+39