aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/xfile.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-21xfs: remove xfile_{get,put}_pageGravatar Darrick J. Wong 1-104/+0
2024-02-21xfs: add file_{get,put}_folioGravatar Darrick J. Wong 1-0/+74
2024-02-21xfs: use shmem_get_folio in in xfile_loadGravatar Christoph Hellwig 1-35/+26
2024-02-21xfs: use shmem_get_folio in xfile_obj_storeGravatar Christoph Hellwig 1-46/+27
2024-02-21xfs: don't allow highmem pages in xfile mappingsGravatar Christoph Hellwig 1-12/+9
2024-02-21xfs: don't try to handle non-update pages in xfile_obj_loadGravatar Christoph Hellwig 1-12/+8
2024-02-21xfs: remove the xfile_pread/pwrite APIsGravatar Christoph Hellwig 1-30/+24
2024-02-21xfs: remove xfile_statGravatar Christoph Hellwig 1-19/+0
2024-02-21xfs: don't modify file and inode flags for shmem filesGravatar Christoph Hellwig 1-15/+0
2024-02-21xfs: use shmem_kernel_file_setup in xfile_createGravatar Christoph Hellwig 1-2/+2
2024-02-21xfs: shmem_file_setup can't return NULLGravatar Christoph Hellwig 1-3/+1
2024-02-21xfs: use VM_NORESERVE in xfile_createGravatar Christoph Hellwig 1-1/+1
2023-10-12xfs: Remove duplicate includeGravatar Jiapeng Chong 1-1/+0
2023-08-10xfs: teach xfile to pass back direct-map pages to callerGravatar Darrick J. Wong 1-0/+108
2023-08-10xfs: create a big array data structureGravatar Darrick J. Wong 1-0/+312