summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/xfile.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove xfile_{get,put}_pageDarrick J. Wong2024-02-211-104/+0
* xfs: add file_{get,put}_folioDarrick J. Wong2024-02-211-0/+74
* xfs: use shmem_get_folio in in xfile_loadChristoph Hellwig2024-02-211-35/+26
* xfs: use shmem_get_folio in xfile_obj_storeChristoph Hellwig2024-02-211-46/+27
* xfs: don't allow highmem pages in xfile mappingsChristoph Hellwig2024-02-211-12/+9
* xfs: don't try to handle non-update pages in xfile_obj_loadChristoph Hellwig2024-02-211-12/+8
* xfs: remove the xfile_pread/pwrite APIsChristoph Hellwig2024-02-211-30/+24
* xfs: remove xfile_statChristoph Hellwig2024-02-211-19/+0
* xfs: don't modify file and inode flags for shmem filesChristoph Hellwig2024-02-211-15/+0
* xfs: use shmem_kernel_file_setup in xfile_createChristoph Hellwig2024-02-211-2/+2
* xfs: shmem_file_setup can't return NULLChristoph Hellwig2024-02-211-3/+1
* xfs: use VM_NORESERVE in xfile_createChristoph Hellwig2024-02-211-1/+1
* xfs: Remove duplicate includeJiapeng Chong2023-10-121-1/+0
* xfs: teach xfile to pass back direct-map pages to callerDarrick J. Wong2023-08-101-0/+108
* xfs: create a big array data structureDarrick J. Wong2023-08-101-0/+312