aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: report symlink block corruption errors to the health systemDarrick J. Wong1-5/+12
2024-02-22xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong12-18/+125
2024-02-22xfs: report btree block corruption errors to the health systemDarrick J. Wong8-5/+81
2024-02-22xfs: report block map corruption errors to the health tracking systemDarrick J. Wong5-10/+73
2024-02-22xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong6-5/+50
2024-02-22xfs: report fs corruption errors to the health tracking systemDarrick J. Wong1-0/+1
2024-02-22xfs: separate the marking of sick and checked metadataDarrick J. Wong4-5/+95
2024-02-22xfs: teach repair to fix file nlinksDarrick J. Wong7-3/+237
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong11-3/+293
2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong11-2/+1093
2024-02-22xfs: report health of inode link countsDarrick J. Wong3-1/+5
2024-02-22xfs: repair dquots based on live quotacheck resultsDarrick J. Wong8-6/+284
2024-02-22xfs: repair cannot update the summary counters when logging quota flagsDarrick J. Wong1-7/+34
2024-02-22xfs: track quota updates during live quotacheckDarrick J. Wong11-16/+606
2024-02-22xfs: implement live quotacheck inode scanDarrick J. Wong11-4/+672
2024-02-22xfs: create a sparse load xfarray functionDarrick J. Wong1-0/+19
2024-02-22xfs: create a helper to count per-device inode block usageDarrick J. Wong2-0/+18
2024-02-22xfs: create a xchk_trans_alloc_empty helper for scrubDarrick J. Wong3-2/+10
2024-02-22xfs: report the health of quota countsDarrick J. Wong5-2/+13
2024-02-22xfs: repair file modes by scanning for a dirent pointing to usDarrick J. Wong5-6/+312
2024-02-22xfs: create a macro for decoding ftypes in tracepointsDarrick J. Wong1-0/+11
2024-02-22xfs: create a predicate to determine if two xfs_names are the sameDarrick J. Wong2-2/+14
2024-02-22xfs: create a static name for the dot entry tooDarrick J. Wong2-0/+7
2024-02-22xfs: iscan batching should handle unallocated inodes tooDarrick J. Wong3-15/+119
2024-02-22xfs: cache a bunch of inodes for repair scansDarrick J. Wong3-30/+159
2024-02-22xfs: stagger the starting AG of scrub iscans to reduce contentionDarrick J. Wong3-12/+89
2024-02-22xfs: allow scrub to hook metadata updates in other writersDarrick J. Wong5-0/+124
2024-02-22xfs: implement live inode scan for scrubDarrick J. Wong5-0/+656
2024-02-22xfs: speed up xfs_iwalk_adjust_start a little bitDarrick J. Wong1-11/+2
2024-02-21xfs: fix SEEK_HOLE/DATA for regions with active COW extentsDave Chinner1-2/+2
2024-02-21xfs: remove xfile_{get,put}_pageDarrick J. Wong4-127/+1
2024-02-21xfs: convert xfarray_pagesort to deal with large foliosDarrick J. Wong3-111/+143
2024-02-21xfs: fix a comment in xfarray.cChristoph Hellwig1-1/+1
2024-02-21xfs: remove xfarray_sortinfo.page_kaddrChristoph Hellwig2-19/+4
2024-02-21xfs: add file_{get,put}_folioDarrick J. Wong3-0/+83
2024-02-21xfs: use shmem_get_folio in in xfile_loadChristoph Hellwig1-35/+26
2024-02-21xfs: use shmem_get_folio in xfile_obj_storeChristoph Hellwig1-46/+27
2024-02-21xfs: don't allow highmem pages in xfile mappingsChristoph Hellwig2-14/+10
2024-02-21xfs: don't try to handle non-update pages in xfile_obj_loadChristoph Hellwig1-12/+8
2024-02-21xfs: remove the xfile_pread/pwrite APIsChristoph Hellwig6-89/+48
2024-02-21xfs: remove xfile_statChristoph Hellwig3-50/+10
2024-02-21xfs: don't modify file and inode flags for shmem filesChristoph Hellwig1-15/+0
2024-02-21xfs: use shmem_kernel_file_setup in xfile_createChristoph Hellwig1-2/+2
2024-02-21xfs: shmem_file_setup can't return NULLChristoph Hellwig1-3/+1
2024-02-21xfs: use VM_NORESERVE in xfile_createChristoph Hellwig1-1/+1
2024-02-21shmem: document how to "persist" data when using shmem_*file_setupChristoph Hellwig1-0/+4
2024-02-21shmem: export shmem_kernel_file_setupChristoph Hellwig1-0/+1
2024-02-21shmem: export shmem_get_folioChristoph Hellwig1-0/+20
2024-02-21shmem: move the shmem_mapping assert into shmem_get_folio_gfpChristoph Hellwig1-1/+3
2024-02-21shmem: set a_ops earlier in shmem_symlinkChristoph Hellwig1-1/+1