summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/xfile.c
AgeCommit message (Expand)Author
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig
2024-09-09mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel
2024-08-26xfs: fix folio dirtying for XFILE_ALLOC callersDarrick J. Wong
2024-04-23xfs: reduce the rate of cond_resched calls inside scrubDarrick J. Wong
2024-04-15xfs: enable discarding of folios backing an xfileDarrick J. Wong
2024-02-21xfs: remove xfile_{get,put}_pageDarrick J. Wong
2024-02-21xfs: add file_{get,put}_folioDarrick J. Wong
2024-02-21xfs: use shmem_get_folio in in xfile_loadChristoph Hellwig
2024-02-21xfs: use shmem_get_folio in xfile_obj_storeChristoph Hellwig
2024-02-21xfs: don't allow highmem pages in xfile mappingsChristoph Hellwig
2024-02-21xfs: don't try to handle non-update pages in xfile_obj_loadChristoph Hellwig
2024-02-21xfs: remove the xfile_pread/pwrite APIsChristoph Hellwig
2024-02-21xfs: remove xfile_statChristoph Hellwig
2024-02-21xfs: don't modify file and inode flags for shmem filesChristoph Hellwig
2024-02-21xfs: use shmem_kernel_file_setup in xfile_createChristoph Hellwig
2024-02-21xfs: shmem_file_setup can't return NULLChristoph Hellwig
2024-02-21xfs: use VM_NORESERVE in xfile_createChristoph Hellwig
2023-10-12xfs: Remove duplicate includeJiapeng Chong
2023-08-10xfs: teach xfile to pass back direct-map pages to callerDarrick J. Wong
2023-08-10xfs: create a big array data structureDarrick J. Wong