summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2024-02-21xfs: shmem_file_setup can't return NULLChristoph Hellwig
2024-02-21xfs: use VM_NORESERVE in xfile_createChristoph Hellwig
2024-02-20xfs: use kvfree in xfs_ioc_getfsmap()Dave Chinner
2024-02-20xfs: use kvfree() in xfs_ioc_attr_list()Dave Chinner
2024-02-19xfs: Remove mrlock wrapperMatthew Wilcox (Oracle)
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)
2024-02-19xfs: use kvfree for buf in xfs_ioc_getbmapChristoph Hellwig
2024-02-17xfs: ensure submit buffers on LSN boundaries in error handlersLong Li
2024-02-17xfs: remove duplicate ifdefsShrikanth Hegde
2024-02-17xfs: disable sparse inode chunk alignment check when there is no alignmentDarrick J. Wong
2024-02-13xfs: use xfs_defer_alloc a bit moreDave Chinner
2024-02-13xfs: clean up remaining GFP_NOFS usersDave Chinner
2024-02-13xfs: place the CIL under nofs allocation contextDave Chinner
2024-02-13xfs: place intent recovery under NOFS allocation contextDave Chinner
2024-02-13xfs: use GFP_KERNEL in pure transaction contextsDave Chinner
2024-02-13xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner
2024-02-13xfs: use an empty transaction for fstrimDave Chinner
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner
2024-02-13xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner
2024-02-13xfs: move kmem_to_page()Dave Chinner
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner
2024-02-13xfs: convert kmem_zalloc() to kzalloc()Dave Chinner
2024-02-10Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds
2024-02-10Merge tag '6.8-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds