summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-02-22xfs: update health status if we get a clean bill of healthDarrick J. Wong
2024-02-22xfs: remember sick inodes that get inactivatedDarrick J. Wong
2024-02-22xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong
2024-02-22xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong
2024-02-22xfs: report quota block corruption errors to the health systemDarrick J. Wong
2024-02-22xfs: report inode corruption errors to the health systemDarrick J. Wong
2024-02-22xfs: report symlink block corruption errors to the health systemDarrick J. Wong
2024-02-22xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong
2024-02-22xfs: report btree block corruption errors to the health systemDarrick J. Wong
2024-02-22xfs: report block map corruption errors to the health tracking systemDarrick J. Wong
2024-02-22xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2024-02-22xfs: report fs corruption errors to the health tracking systemDarrick J. Wong
2024-02-22xfs: separate the marking of sick and checked metadataDarrick J. Wong
2024-02-22xfs: teach repair to fix file nlinksDarrick J. Wong
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong
2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong
2024-02-22xfs: report health of inode link countsDarrick J. Wong
2024-02-22xfs: repair dquots based on live quotacheck resultsDarrick J. Wong
2024-02-22xfs: repair cannot update the summary counters when logging quota flagsDarrick J. Wong
2024-02-22xfs: track quota updates during live quotacheckDarrick J. Wong
2024-02-22xfs: implement live quotacheck inode scanDarrick J. Wong
2024-02-22xfs: create a sparse load xfarray functionDarrick J. Wong
2024-02-22xfs: create a helper to count per-device inode block usageDarrick J. Wong
2024-02-22xfs: create a xchk_trans_alloc_empty helper for scrubDarrick J. Wong
2024-02-22xfs: report the health of quota countsDarrick J. Wong
2024-02-22xfs: repair file modes by scanning for a dirent pointing to usDarrick J. Wong
2024-02-22xfs: create a macro for decoding ftypes in tracepointsDarrick J. Wong
2024-02-22xfs: create a predicate to determine if two xfs_names are the sameDarrick J. Wong
2024-02-22xfs: create a static name for the dot entry tooDarrick J. Wong
2024-02-22xfs: iscan batching should handle unallocated inodes tooDarrick J. Wong
2024-02-22xfs: cache a bunch of inodes for repair scansDarrick J. Wong
2024-02-22xfs: stagger the starting AG of scrub iscans to reduce contentionDarrick J. Wong
2024-02-22xfs: allow scrub to hook metadata updates in other writersDarrick J. Wong
2024-02-22xfs: implement live inode scan for scrubDarrick J. Wong
2024-02-22xfs: speed up xfs_iwalk_adjust_start a little bitDarrick J. Wong
2024-02-21xfs: fix SEEK_HOLE/DATA for regions with active COW extentsDave Chinner
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