summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf_mem.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2026-02-13mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes1-1/+1
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig1-1/+1
2025-04-14xfs: compute buffer address correctly in xmbuf_map_backing_memDarrick J. Wong1-1/+1
2025-03-10xfs: cleanup mapping tmpfs folios into the buffer cacheChristoph Hellwig1-24/+10
2025-03-10xfs: use vmalloc instead of vm_map_area for buffer backing memoryChristoph Hellwig1-10/+1
2025-02-25xfs: remove most in-flight buffer accountingChristoph Hellwig1-1/+1
2024-09-10mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel1-1/+1
2024-03-15xfs: fix dev_t usage in xmbuf tracepointsDarrick J. Wong1-2/+2
2024-02-22xfs: launder in-memory btree buffers before transaction commitDarrick J. Wong1-0/+68
2024-02-22xfs: support in-memory btreesDarrick J. Wong1-0/+13
2024-02-22xfs: support in-memory buffer cache targetsDarrick J. Wong1-0/+189