summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong2024-02-226-5/+50
* xfs: report fs corruption errors to the health tracking systemDarrick J. Wong2024-02-221-0/+1
* xfs: separate the marking of sick and checked metadataDarrick J. Wong2024-02-224-5/+95
* xfs: teach repair to fix file nlinksDarrick J. Wong2024-02-227-3/+237
* xfs: track directory entry updates during live nlinks fsckDarrick J. Wong2024-02-2211-3/+293
* xfs: teach scrub to check file nlinksDarrick J. Wong2024-02-2211-2/+1093
* xfs: report health of inode link countsDarrick J. Wong2024-02-223-1/+5
* xfs: repair dquots based on live quotacheck resultsDarrick J. Wong2024-02-228-6/+284
* xfs: repair cannot update the summary counters when logging quota flagsDarrick J. Wong2024-02-221-7/+34
* xfs: track quota updates during live quotacheckDarrick J. Wong2024-02-2211-16/+606
* xfs: implement live quotacheck inode scanDarrick J. Wong2024-02-2211-4/+672
* xfs: create a sparse load xfarray functionDarrick J. Wong2024-02-221-0/+19
* xfs: create a helper to count per-device inode block usageDarrick J. Wong2024-02-222-0/+18
* xfs: create a xchk_trans_alloc_empty helper for scrubDarrick J. Wong2024-02-223-2/+10
* xfs: report the health of quota countsDarrick J. Wong2024-02-225-2/+13
* xfs: repair file modes by scanning for a dirent pointing to usDarrick J. Wong2024-02-225-6/+312
* xfs: create a macro for decoding ftypes in tracepointsDarrick J. Wong2024-02-221-0/+11
* xfs: create a predicate to determine if two xfs_names are the sameDarrick J. Wong2024-02-222-2/+14
* xfs: create a static name for the dot entry tooDarrick J. Wong2024-02-222-0/+7
* xfs: iscan batching should handle unallocated inodes tooDarrick J. Wong2024-02-223-15/+119
* xfs: cache a bunch of inodes for repair scansDarrick J. Wong2024-02-223-30/+159
* xfs: stagger the starting AG of scrub iscans to reduce contentionDarrick J. Wong2024-02-223-12/+89
* xfs: allow scrub to hook metadata updates in other writersDarrick J. Wong2024-02-225-0/+124
* xfs: implement live inode scan for scrubDarrick J. Wong2024-02-225-0/+656
* xfs: speed up xfs_iwalk_adjust_start a little bitDarrick J. Wong2024-02-221-11/+2
* xfs: fix SEEK_HOLE/DATA for regions with active COW extentsDave Chinner2024-02-211-2/+2
* xfs: remove xfile_{get,put}_pageDarrick J. Wong2024-02-213-126/+0
* xfs: convert xfarray_pagesort to deal with large foliosDarrick J. Wong2024-02-213-111/+143
* xfs: fix a comment in xfarray.cChristoph Hellwig2024-02-211-1/+1
* xfs: remove xfarray_sortinfo.page_kaddrChristoph Hellwig2024-02-212-19/+4
* xfs: add file_{get,put}_folioDarrick J. Wong2024-02-213-0/+83
* xfs: use shmem_get_folio in in xfile_loadChristoph Hellwig2024-02-211-35/+26
* xfs: use shmem_get_folio in xfile_obj_storeChristoph Hellwig2024-02-211-46/+27
* xfs: don't allow highmem pages in xfile mappingsChristoph Hellwig2024-02-212-14/+10
* xfs: don't try to handle non-update pages in xfile_obj_loadChristoph Hellwig2024-02-211-12/+8
* xfs: remove the xfile_pread/pwrite APIsChristoph Hellwig2024-02-215-74/+40
* xfs: remove xfile_statChristoph Hellwig2024-02-213-50/+10
* xfs: don't modify file and inode flags for shmem filesChristoph Hellwig2024-02-211-15/+0
* xfs: use shmem_kernel_file_setup in xfile_createChristoph Hellwig2024-02-211-2/+2
* xfs: shmem_file_setup can't return NULLChristoph Hellwig2024-02-211-3/+1
* xfs: use VM_NORESERVE in xfile_createChristoph Hellwig2024-02-211-1/+1
* xfs: use kvfree in xfs_ioc_getfsmap()Dave Chinner2024-02-201-1/+1
* xfs: use kvfree() in xfs_ioc_attr_list()Dave Chinner2024-02-201-1/+1
* xfs: Remove mrlock wrapperMatthew Wilcox (Oracle)2024-02-196-94/+18
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-1923-95/+65
* xfs: use kvfree for buf in xfs_ioc_getbmapChristoph Hellwig2024-02-191-1/+1
* xfs: ensure submit buffers on LSN boundaries in error handlersLong Li2024-02-171-3/+20
* xfs: remove duplicate ifdefsShrikanth Hegde2024-02-171-4/+0
* xfs: disable sparse inode chunk alignment check when there is no alignmentDarrick J. Wong2024-02-171-1/+1
* xfs: use xfs_defer_alloc a bit moreDave Chinner2024-02-131-10/+5