summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)
2023-08-23Merge tag 'vfs-6.6-merge-3' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner
2023-08-11xfs use fs_holder_ops for the log and RT devicesChristoph Hellwig
2023-08-11xfs: drop s_umount over opening the log and RT devicesChristoph Hellwig
2023-08-11fs: use the super_block as holder when mounting file systemsChristoph Hellwig
2023-08-11xfs: switch to multigrain timestampsJeff Layton
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton
2023-08-11xfs: have xfs_vn_update_time gets its own timestampJeff Layton
2023-08-10xfs: document the invalidate_bdev call in invalidate_bdevChristoph Hellwig
2023-08-10xfs: close the external block devices in xfs_mount_freeChristoph Hellwig
2023-08-10xfs: close the RT and log block devices in xfs_free_buftargChristoph Hellwig
2023-08-10xfs: remove xfs_blkdev_putChristoph Hellwig
2023-08-10xfs: free the xfs_mount in ->kill_sbChristoph Hellwig
2023-08-10xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_superChristoph Hellwig
2023-08-10xfs: reformat the xfs_fs_free prototypeChristoph Hellwig
2023-08-09fs: drop the timespec64 arg from generic_update_timeJeff Layton
2023-08-04xfs: stabilize fs summary counters for online fsckDarrick J. Wong
2023-07-25iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)
2023-07-24xfs: convert to ctime accessor functionsJeff Layton
2023-07-17xfs: convert flex-array declarations in xfs attr shortform objectsDarrick J. Wong
2023-07-17xfs: convert flex-array declarations in xfs attr leaf blocksDarrick J. Wong
2023-07-17xfs: convert flex-array declarations in struct xfs_attrlist*Darrick J. Wong
2023-07-09Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-07-07xfs: fix uninit warning in xfs_growfs_dataDarrick J. Wong
2023-07-05Merge tag 'xfs-6.5-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-07-03xfs: Remove unneeded semicolonYang Li
2023-07-03xfs: AGI length should be bounds checkedDarrick J. Wong
2023-07-02xfs: fix the calculation for "end" and "length"Shiyang Ruan
2023-07-02xfs: fix xfs_btree_query_range callers to initialize btree rec fullyDarrick J. Wong
2023-07-02xfs: validate fsmap offsets specified in the query keysDarrick J. Wong
2023-07-02xfs: fix logdev fsmap query result filteringDarrick J. Wong
2023-07-02xfs: clean up the rtbitmap fsmap backendDarrick J. Wong
2023-07-02xfs: fix getfsmap reporting past the last rt extentDarrick J. Wong
2023-07-02xfs: fix integer overflows in the fsmap rtbitmap and logdev backendsDarrick J. Wong
2023-07-02xfs: fix interval filtering in multi-step fsmap queriesDarrick J. Wong
2023-06-29Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-06-29xfs: fix bounds check in xfs_defer_agfl_block()Dave Chinner
2023-06-29xfs: AGF length has never been bounds checkedDave Chinner
2023-06-29xfs: journal geometry is not properly bounds checkedDave Chinner
2023-06-29xfs: don't block in busy flushing when freeing extentsDave Chinner
2023-06-29xfs: allow extent free intents to be retriedDave Chinner
2023-06-29xfs: pass alloc flags through to xfs_extent_busy_flush()Dave Chinner
2023-06-29xfs: use deferred frees for btree block freeingDave Chinner
2023-06-29xfs: don't reverse order of items in bulk AIL insertionDave Chinner
2023-06-29xfs: remove redundant initializations of pointers drop_leaf and save_leafColin Ian King
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds