summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
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
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-12-29xfs: use the op name in trace_xlog_intent_recovery_failedChristoph Hellwig
2023-12-29xfs: fix a use after free in xfs_defer_finish_recoveryChristoph Hellwig
2023-12-29xfs: turn the XFS_DA_OP_REPLACE checks in xfs_attr_shortform_addname into ass...Christoph Hellwig
2023-12-29xfs: remove xfs_attr_sf_hdr_tChristoph Hellwig
2023-12-29xfs: remove struct xfs_attr_shortformChristoph Hellwig
2023-12-29xfs: use xfs_attr_sf_findname in xfs_attr_shortform_getvalueChristoph Hellwig
2023-12-29xfs: remove xfs_attr_shortform_lookupChristoph Hellwig
2023-12-29xfs: simplify xfs_attr_sf_findnameChristoph Hellwig
2023-12-29xfs: move the xfs_attr_sf_lookup tracepointChristoph Hellwig
2023-12-29xfs: return if_data from xfs_idata_reallocChristoph Hellwig
2023-12-29xfs: make if_data a void pointerChristoph Hellwig