aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2026-07-16Merge tag 'xfs-fixes-7.2-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds21-168/+339
2026-07-14xfs: don't zap bmbt forks if they are MAXLEVELS tallDarrick J. Wong1-1/+1
2026-07-14xfs: clamp timestamp nanoseconds correctlyDarrick J. Wong1-1/+1
2026-07-14xfs: fully check the parent handle when it points to the rootdirDarrick J. Wong1-8/+8
2026-07-14xfs: handle non-inode owners for rtrmap record checkingDarrick J. Wong1-0/+6
2026-07-14xfs: fix off-by-one error when calling xchk_xref_has_rt_ownerDarrick J. Wong1-1/+1
2026-07-14xfs: set xfarray killable sort correctlyDarrick J. Wong2-5/+4
2026-07-14xfs: grab rtrmap btree when checking rgsuperDarrick J. Wong1-1/+9
2026-07-14xfs: write the rg superblock when fixing itDarrick J. Wong1-0/+4
2026-07-14xfs: use the rt version of the cow staging checkerDarrick J. Wong1-1/+1
2026-07-14xfs: use rtrefcount btree cursor in xchk_xref_is_rt_cow_stagingDarrick J. Wong1-1/+1
2026-07-14xfs: don't wrap around quota ids in dqiterateDarrick J. Wong1-1/+1
2026-07-14xfs: move cow_replace_mapping to xfs_bmap_util.cDarrick J. Wong5-134/+136
2026-07-14xfs: make cow repair somewhat flaky when debugging knob enabledDarrick J. Wong1-4/+29
2026-07-14xfs: don't replace the wrong part of the cow forkDarrick J. Wong2-83/+148
2026-07-14xfs: resample the data fork mapping after cycling ILOCKDarrick J. Wong1-0/+36
2026-07-12xfs: fix null pointer dereference in tracepointAndrey Albershteyn1-1/+1
2026-07-08xfs: use xfs_csn_t for xlog_cil_push_now() push_seq parameterJinliang Zheng1-1/+1
2026-07-08xfs: tie zoned sysfs lifetime to zone infoCen Zhang3-11/+27
2026-07-08xfs: fail recovery on a committed log item with no regionsWeiming Shi1-0/+9
2026-07-07xfs: splice unsorted log items back to the transaction after the loopWeiming Shi1-7/+9
2026-07-07xfs: drop ASSERT(0) on unrecognized log item typeWeiming Shi1-1/+0
2026-07-03Merge tag 'vfs-7.2-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+4
2026-07-01iomap: consolidate bio submissionChristoph Hellwig1-2/+1
2026-07-01xfs: fix the error unwind in xfs_open_devices()Christian Brauner1-0/+3
2026-07-01xfs: simplify __xfs_buf_ioendChristoph Hellwig1-25/+26
2026-07-01xfs: fix handling of synchronous errors in xfs_buf_submitChristoph Hellwig1-5/+5
2026-07-01xfs: remove xfs_buf_ioendChristoph Hellwig1-14/+8
2026-07-01xfs: improve the xfs_buf_ioend_fail calling conventionChristoph Hellwig4-11/+10
2026-07-01xfs: use null daddr for unset first bad log blockYousef Alhouseen1-3/+3
2026-07-01xfs: fix memory leak in xfs_dqinode_metadir_create()Dawei Feng1-2/+12
2026-07-01xfs: release dquot buffer after dqflush failureYingjie Gao1-3/+2
2026-07-01xfs: also mark the buffer stale on verifier failure in xfs_buf_submitChristoph Hellwig1-3/+5
2026-07-01xfs: open code xfs_buf_ioend_fail in xfs_buf_submitChristoph Hellwig1-10/+13
2026-06-29xfs: fix AGFL extent count calculation in xrep_agfl_filljiazhenyuan1-1/+1
2026-06-29xfs: simplify the failure path in xfs_buf_alloc_vmallocChristoph Hellwig1-4/+3
2026-06-29xfs: fix incorrect use of gfp flags in xfs_buf_alloc_backing_memChristoph Hellwig1-26/+23
2026-06-29xfs: lift setting __GFP_NOFAIL from xfs_buf_alloc_kmem to the callerChristoph Hellwig1-2/+2
2026-06-29xfs: split up xfs_buf_alloc_backing_memChristoph Hellwig1-21/+40
2026-06-16Merge tag 'xfs-merge-7.2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds121-792/+770
2026-06-15Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+20
2026-06-15Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2026-06-15Merge tag 'vfs-7.2-rc1.exportfs' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-21/+38
2026-06-12xfs: shut down the filesystem on a failed mountMikhail Lobanov1-4/+12
2026-06-12xfs: skip inode inactivation on a shut down mountMikhail Lobanov1-2/+15
2026-06-12xfs: move XFS_LSN_CMP to xfs_log_format.hChristoph Hellwig3-18/+13
2026-06-12xfs: shut down zoned file systems on writeback errorsYao Sang1-0/+11
2026-06-10xfs: cleanup xfs_growfs_compute_deltasChristoph Hellwig3-27/+26
2026-06-10xfs: pass back updated nb from xfs_growfs_compute_deltasChristoph Hellwig3-7/+7
2026-06-10xfs: fix pointer arithmetic error on 32-bit systemsDarrick J. Wong1-1/+1