summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/xfile.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-09mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel1-3/+3
2024-08-26xfs: fix folio dirtying for XFILE_ALLOC callersDarrick J. Wong1-1/+1
2024-04-23xfs: reduce the rate of cond_resched calls inside scrubDarrick J. Wong1-1/+1
2024-04-15xfs: enable discarding of folios backing an xfileDarrick J. Wong1-0/+12
2024-02-21xfs: remove xfile_{get,put}_pageDarrick J. Wong1-104/+0
2024-02-21xfs: add file_{get,put}_folioDarrick J. Wong1-0/+74
2024-02-21xfs: use shmem_get_folio in in xfile_loadChristoph Hellwig1-35/+26
2024-02-21xfs: use shmem_get_folio in xfile_obj_storeChristoph Hellwig1-46/+27
2024-02-21xfs: don't allow highmem pages in xfile mappingsChristoph Hellwig1-12/+9
2024-02-21xfs: don't try to handle non-update pages in xfile_obj_loadChristoph Hellwig1-12/+8
2024-02-21xfs: remove the xfile_pread/pwrite APIsChristoph Hellwig1-30/+24
2024-02-21xfs: remove xfile_statChristoph Hellwig1-19/+0
2024-02-21xfs: don't modify file and inode flags for shmem filesChristoph Hellwig1-15/+0
2024-02-21xfs: use shmem_kernel_file_setup in xfile_createChristoph Hellwig1-2/+2
2024-02-21xfs: shmem_file_setup can't return NULLChristoph Hellwig1-3/+1
2024-02-21xfs: use VM_NORESERVE in xfile_createChristoph Hellwig1-1/+1
2023-10-12xfs: Remove duplicate includeJiapeng Chong1-1/+0
2023-08-10xfs: teach xfile to pass back direct-map pages to callerDarrick J. Wong1-0/+108
2023-08-10xfs: create a big array data structureDarrick J. Wong1-0/+312