summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
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
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-13xfs: fix ag count overflow during growfsLong Li
2023-06-12xfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig
2023-06-12xfs: drop EXPERIMENTAL tag for large extent countsDarrick J. Wong
2023-06-12xfs: don't deplete the reserve pool when trying to shrink the fsDarrick J. Wong
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-09iomap: update ki_pos in iomap_file_buffered_writeChristoph Hellwig
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig
2023-06-05xfs: wire up the ->mark_dead holder operation for log and RT devicesChristoph Hellwig
2023-06-05xfs: wire up sops->shutdownChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-06-05xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner
2023-06-05xfs: validate block number being freed before adding to xefiDave Chinner
2023-06-05xfs: validity check agbnos on the AGFLDave Chinner
2023-06-05xfs: fix agf/agfl verification on v4 filesystemsDave Chinner
2023-06-05xfs: fix double xfs_perag_rele() in xfs_filestream_pick_ag()Dave Chinner
2023-06-05xfs: fix broken logic when detecting mergeable bmap recordsDarrick J. Wong
2023-06-05xfs: Fix undefined behavior of shift into sign bitGeert Uytterhoeven
2023-06-05xfs: fix AGF vs inode cluster buffer deadlockDave Chinner
2023-06-05xfs: defered work could create precommitsDave Chinner
2023-06-05xfs: restore allocation trylock iterationDave Chinner
2023-06-05xfs: buffer pins need to hold a buffer referenceDave Chinner
2023-05-26overflow: Add struct_size_t() helperKees Cook