summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2 daysMerge tag 'xfs-fixes-7.2-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
4 daysxfs: don't zap bmbt forks if they are MAXLEVELS tallDarrick J. Wong
4 daysxfs: clamp timestamp nanoseconds correctlyDarrick J. Wong
4 daysxfs: fully check the parent handle when it points to the rootdirDarrick J. Wong
4 daysxfs: handle non-inode owners for rtrmap record checkingDarrick J. Wong
4 daysxfs: fix off-by-one error when calling xchk_xref_has_rt_ownerDarrick J. Wong
4 daysxfs: set xfarray killable sort correctlyDarrick J. Wong
4 daysxfs: grab rtrmap btree when checking rgsuperDarrick J. Wong
4 daysxfs: write the rg superblock when fixing itDarrick J. Wong
4 daysxfs: use the rt version of the cow staging checkerDarrick J. Wong
4 daysxfs: use rtrefcount btree cursor in xchk_xref_is_rt_cow_stagingDarrick J. Wong
4 daysxfs: don't wrap around quota ids in dqiterateDarrick J. Wong
4 daysxfs: move cow_replace_mapping to xfs_bmap_util.cDarrick J. Wong
4 daysxfs: make cow repair somewhat flaky when debugging knob enabledDarrick J. Wong
4 daysxfs: don't replace the wrong part of the cow forkDarrick J. Wong
4 daysxfs: resample the data fork mapping after cycling ILOCKDarrick J. Wong
6 daysxfs: fix null pointer dereference in tracepointAndrey Albershteyn
10 daysxfs: use xfs_csn_t for xlog_cil_push_now() push_seq parameterJinliang Zheng
10 daysxfs: tie zoned sysfs lifetime to zone infoCen Zhang
10 daysxfs: fail recovery on a committed log item with no regionsWeiming Shi
12 daysxfs: splice unsorted log items back to the transaction after the loopWeiming Shi
12 daysxfs: drop ASSERT(0) on unrecognized log item typeWeiming Shi
2026-07-03Merge tag 'vfs-7.2-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-07-01iomap: consolidate bio submissionChristoph Hellwig
2026-07-01xfs: fix the error unwind in xfs_open_devices()Christian Brauner
2026-07-01xfs: simplify __xfs_buf_ioendChristoph Hellwig
2026-07-01xfs: fix handling of synchronous errors in xfs_buf_submitChristoph Hellwig
2026-07-01xfs: remove xfs_buf_ioendChristoph Hellwig
2026-07-01xfs: improve the xfs_buf_ioend_fail calling conventionChristoph Hellwig
2026-07-01xfs: use null daddr for unset first bad log blockYousef Alhouseen
2026-07-01xfs: fix memory leak in xfs_dqinode_metadir_create()Dawei Feng
2026-07-01xfs: release dquot buffer after dqflush failureYingjie Gao
2026-07-01xfs: also mark the buffer stale on verifier failure in xfs_buf_submitChristoph Hellwig
2026-07-01xfs: open code xfs_buf_ioend_fail in xfs_buf_submitChristoph Hellwig
2026-06-29xfs: fix AGFL extent count calculation in xrep_agfl_filljiazhenyuan
2026-06-29xfs: simplify the failure path in xfs_buf_alloc_vmallocChristoph Hellwig
2026-06-29xfs: fix incorrect use of gfp flags in xfs_buf_alloc_backing_memChristoph Hellwig
2026-06-29xfs: lift setting __GFP_NOFAIL from xfs_buf_alloc_kmem to the callerChristoph Hellwig
2026-06-29xfs: split up xfs_buf_alloc_backing_memChristoph Hellwig
2026-06-16Merge tag 'xfs-merge-7.2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.exportfs' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-06-12xfs: shut down the filesystem on a failed mountMikhail Lobanov
2026-06-12xfs: skip inode inactivation on a shut down mountMikhail Lobanov
2026-06-12xfs: move XFS_LSN_CMP to xfs_log_format.hChristoph Hellwig
2026-06-12xfs: shut down zoned file systems on writeback errorsYao Sang
2026-06-10xfs: cleanup xfs_growfs_compute_deltasChristoph Hellwig
2026-06-10xfs: pass back updated nb from xfs_growfs_compute_deltasChristoph Hellwig
2026-06-10xfs: fix pointer arithmetic error on 32-bit systemsDarrick J. Wong