summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/xfile.c
AgeCommit message (Expand)Author
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