summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2024-02-22xfs: implement live inode scan for scrubDarrick J. Wong
2024-02-21xfs: remove xfile_{get,put}_pageDarrick J. Wong
2024-02-21xfs: convert xfarray_pagesort to deal with large foliosDarrick J. Wong
2024-02-21xfs: fix a comment in xfarray.cChristoph Hellwig
2024-02-21xfs: remove xfarray_sortinfo.page_kaddrChristoph Hellwig
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
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)
2024-02-17xfs: disable sparse inode chunk alignment check when there is no alignmentDarrick J. Wong
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner
2024-01-30xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong
2023-12-29xfs: remove struct xfs_attr_shortformChristoph Hellwig
2023-12-29xfs: make if_data a void pointerChristoph Hellwig
2023-12-22xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig
2023-12-22xfs/health: cleanup, remove duplicated includingWang Jinchao
2023-12-15xfs: repair quotasDarrick J. Wong
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong
2023-12-15xfs: check dquot resource timersDarrick J. Wong
2023-12-15xfs: check the ondisk space mapping behind a dquotDarrick J. Wong
2023-12-15xfs: online repair of realtime bitmapsDarrick J. Wong
2023-12-15xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong
2023-12-15xfs: always check the rtbitmap and rtsummary filesDarrick J. Wong
2023-12-15xfs: check rt summary file geometry more thoroughlyDarrick J. Wong
2023-12-15xfs: check rt bitmap file geometry more thoroughlyDarrick J. Wong
2023-12-15xfs: repair problems in CoW forksDarrick J. Wong
2023-12-15xfs: refactor repair forcing tests into a repair.c helperDarrick J. Wong
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong
2023-12-15xfs: reintroduce reaping of file metadata blocks to xrep_reap_extentsDarrick J. Wong
2023-12-15xfs: skip the rmapbt search on an empty attr fork unless we know it was zappedDarrick J. Wong
2023-12-15xfs: abort directory parent scrub scans if we encounter a zapped directoryDarrick J. Wong
2023-12-15xfs: zap broken inode forksDarrick J. Wong
2023-12-15xfs: repair inode recordsDarrick J. Wong
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong
2023-12-15xfs: dont cast to char * for XFS_DFORK_*PTR macrosDarrick J. Wong
2023-12-15xfs: add missing nrext64 inode flag check to scrubDarrick J. Wong
2023-12-15xfs: try to attach dquots to files before repairing themDarrick J. Wong
2023-12-15xfs: disable online repair quota helpers when quota not enabledDarrick J. Wong
2023-12-15xfs: repair refcount btreesDarrick J. Wong
2023-12-15xfs: repair inode btreesDarrick J. Wong
2023-12-15xfs: repair free space btreesDarrick J. Wong
2023-12-15xfs: remove trivial bnobt/inobt scrub helpersDarrick J. Wong