summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
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. Wong3-126/+0
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 Hellwig5-74/+40
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-20xfs: use kvfree in xfs_ioc_getfsmap()Dave Chinner1-1/+1
2024-02-20xfs: use kvfree() in xfs_ioc_attr_list()Dave Chinner1-1/+1
2024-02-19xfs: Remove mrlock wrapperMatthew Wilcox (Oracle)6-94/+18
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)23-95/+65
2024-02-19xfs: use kvfree for buf in xfs_ioc_getbmapChristoph Hellwig1-1/+1
2024-02-17xfs: ensure submit buffers on LSN boundaries in error handlersLong Li1-3/+20
2024-02-17xfs: remove duplicate ifdefsShrikanth Hegde1-4/+0
2024-02-17xfs: disable sparse inode chunk alignment check when there is no alignmentDarrick J. Wong1-1/+1
2024-02-13xfs: use xfs_defer_alloc a bit moreDave Chinner1-10/+5
2024-02-13xfs: clean up remaining GFP_NOFS usersDave Chinner3-4/+4
2024-02-13xfs: place the CIL under nofs allocation contextDave Chinner1-1/+12
2024-02-13xfs: place intent recovery under NOFS allocation contextDave Chinner5-8/+19
2024-02-13xfs: use GFP_KERNEL in pure transaction contextsDave Chinner12-31/+39
2024-02-13xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner8-33/+36
2024-02-13xfs: use an empty transaction for fstrimDave Chinner1-4/+11
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner41-125/+101
2024-02-13xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner15-44/+44
2024-02-13xfs: move kmem_to_page()Dave Chinner2-11/+11