summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
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-12xfs: add support for FS_IOC_GETFSSYSFSPATHKent Overstreet
2024-02-08fs: super_set_uuid()Kent Overstreet
2024-02-01iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig
2024-02-01iomap: don't chain biosChristoph Hellwig
2024-01-30xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong
2024-01-29xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn
2024-01-22xfs: read only mounts with fsopen mount API are bustedDave Chinner
2024-01-19Merge tag 'xfs-6.8-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-01-11xfs: fix backwards logic in xfs_bmap_alloc_accountDarrick J. Wong
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds