summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2025-06-19xfs: don't assume perags are initialised when trimming AGsDave Chinner
2025-05-02xfs: flush inodegc before swaponChristoph Hellwig
2025-05-02xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activateChristoph Hellwig
2025-05-02xfs: Do not allow norecovery mount with quotacheckCarlos Maiolino
2025-05-02xfs: do not check NEEDSREPAIR if ro,norecovery mount.Lukas Herbolt
2025-02-27xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=nDarrick J. Wong
2025-02-18xfs: don't lose solo dquot update transactionsDarrick J. Wong
2025-02-17xfs: fix mount hang during primary superblock recovery failureLong Li
2025-02-17xfs: lock dquot buffer before detaching dquot from b_li_listDarrick J. Wong
2025-02-17xfs: release the dquot buf outside of qli_lockDarrick J. Wong
2025-02-17xfs: convert quotacheck to attach dquot buffersDarrick J. Wong
2025-02-17xfs: attach dquot buffer to dquot log item bufferDarrick J. Wong
2025-02-17xfs: clean up log item accesses in xfs_qm_dqflush{,_done}Darrick J. Wong
2025-02-17xfs: separate dquot buffer reads from xfs_dqflushDarrick J. Wong
2025-02-17xfs: don't lose solo superblock counter update transactionsDarrick J. Wong
2025-02-17xfs: avoid nested calls to __xfs_trans_commitDarrick J. Wong
2025-02-17xfs: Add error handling for xfs_reflink_cancel_cow_rangeWentao Liang
2025-02-17xfs: Propagate errors from xfs_reflink_cancel_cow_range in xfs_dax_write_ioma...Wentao Liang
2025-02-17xfs: don't call remap_verify_area with sb write protection heldChristoph Hellwig
2025-02-17xfs: don't over-report free space or inodes in statvfsDarrick J. Wong
2025-02-17xfs: report realtime block quota limits on realtime directoriesDarrick J. Wong
2025-02-08xfs: don't shut down the filesystem for media failures beyond end of logDarrick J. Wong
2025-02-08xfs: check for dead buffers in xfs_buf_find_insertChristoph Hellwig
2024-12-27xfs: fix zero byte checking in the superblock scrubberDarrick J. Wong
2024-12-27xfs: fix sb_spino_align checks for large fsblock sizesDarrick J. Wong
2024-12-27xfs: fix off-by-one error in fsmap's end_daddr usageDarrick J. Wong
2024-12-27xfs: fix sparse inode limits on runt AGDave Chinner
2024-12-27xfs: sb_spino_align is not verifiedDave Chinner
2024-12-19xfs: unlock inodes when erroring out of xfs_trans_alloc_dirDarrick J. Wong
2024-12-19xfs: only run precommits once per transaction objectDarrick J. Wong
2024-12-19xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong
2024-12-19xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong
2024-12-19xfs: fix null bno_hint handling in xfs_rtallocate_rtgDarrick J. Wong
2024-12-19xfs: return a 64-bit block count from xfs_btree_count_blocksDarrick J. Wong
2024-12-19xfs: don't drop errno values when we fail to ficlone the entire rangeDarrick J. Wong
2024-12-19xfs: update btree keys correctly when _insrec splits an inode root blockDarrick J. Wong
2024-12-19xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlinkDarrick J. Wong
2024-12-09xfs: remove unknown compat feature check in superblock write validationLong Li
2024-12-05xfs: fix simplify extent lookup in xfs_can_free_eofblocksDarrick J. Wong
2024-11-02Merge tag 'xfs-6.12-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-11-01Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-10-30xfs: streamline xfs_filestream_pick_agChristoph Hellwig
2024-10-30xfs: fix finding a last resort AG in xfs_filestream_pick_agChristoph Hellwig
2024-10-30xfs: Reduce unnecessary searches when searching for the best extentsChi Zhiling
2024-10-30xfs: Check for delayed allocations before setting extsizeOjaswin Mujoo
2024-10-22xfs: update the pag for the last AG at recovery timeChristoph Hellwig
2024-10-22xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig
2024-10-22xfs: error out when a superblock buffer update reduces the agcountChristoph Hellwig
2024-10-22xfs: update the file system geometry after recoverying superblock buffersChristoph Hellwig
2024-10-22xfs: merge the perag freeing helpersChristoph Hellwig