summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
43 hoursxfs: Fix error pointer dereferenceEthan Tidmore1-1/+6
43 hoursxfs: fix xfs_group release bug in xfs_dax_notify_dev_failureDarrick J. Wong1-2/+2
10 daysxfs: fix copy-paste error in previous fixDarrick J. Wong1-1/+1
10 daysxfs: check for deleted cursors when revalidating two btreesDarrick J. Wong2-3/+32
10 daysxfs: check return value of xchk_scrub_create_subordDarrick J. Wong3-1/+7
10 daysxfs: only call xf{array,blob}_destroy if we have a valid pointerDarrick J. Wong5-9/+24
10 daysxfs: get rid of the xchk_xfile_*_descr callsDarrick J. Wong19-166/+47
10 daysxfs: fix remote xattr valuelblk checkDarrick J. Wong1-1/+4
10 daysxfs: fix the xattr scrub to detect freemap/entries array collisionsDarrick J. Wong1-27/+27
10 daysxfs: fix freemap adjustments when adding xattrs to leaf blocksDarrick J. Wong1-8/+28
10 daysxfs: delete attr leaf freemap entries when emptyDarrick J. Wong1-0/+13
10 daysxfs: remove xfs_attr_leaf_hasnameChristoph Hellwig1-51/+24
10 daysxfs: mark data structures corrupt on EIO and ENODATADarrick J. Wong3-0/+8
2026-02-16xfs: fix UAF in xchk_btree_check_block_ownerDarrick J. Wong1-2/+5
2026-01-16Merge tag 'xfs-fixes-6.19-rc6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-39/+41
2026-01-13xfs: set max_agbno to allow sparse alloc of last full inode chunkBrian Foster1-5/+6
2026-01-13xfs: Fix xfs_grow_last_rtg()Nirjhar Roy (IBM)1-1/+1
2026-01-13xfs: improve the assert at the top of xfs_log_coverChristoph Hellwig1-3/+5
2026-01-13xfs: fix an overly long line in xfs_rtgroup_calc_geometryChristoph Hellwig1-1/+2
2026-01-13xfs: mark __xfs_rtgroup_extents staticChristoph Hellwig2-27/+25
2026-01-13xfs: Fix the return value of xfs_rtcopy_summary()Nirjhar Roy (IBM)1-1/+1
2026-01-09Merge tag 'vfs-6.19-rc5.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-5/+6
2026-01-09xfs: fix memory leak in xfs_growfs_check_rtgeom()Dan Carpenter1-1/+1
2025-12-17xfs: fix the zoned RT growfs check for zone alignmentChristoph Hellwig1-6/+8
2025-12-17xfs: validate that zoned RT devices are zone alignedChristoph Hellwig1-0/+15
2025-12-16xfs: fix XFS_ERRTAG_FORCE_ZERO_RANGE for zoned file systemChristoph Hellwig1-10/+48
2025-12-16xfs: fix a memory leak in xfs_buf_item_init()Haoxiang Li1-0/+1
2025-12-16xfs: fix stupid compiler warningDarrick J. Wong1-1/+1
2025-12-16xfs: fix a UAF problem in xattr repairDarrick J. Wong1-1/+1
2025-12-16xfs: ignore discard return valueChaitanya Kulkarni2-23/+6
2025-12-15iomap: replace folio_batch allocation with stack allocationBrian Foster1-5/+6
2025-12-03Merge tag 'xfs-merge-6.19' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds28-513/+357
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+2
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-39/+17
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-7/+4
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+2
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+26
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-16/+16
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-29/+70
2025-11-28xfs: convert xfs_open_by_handle() to FD_PREPARE()Christian Brauner1-39/+17
2025-11-24xfs: move some code out of xfs_iget_recycleChristoph Hellwig1-18/+13
2025-11-22Merge tag 'xfs-fixes-6.18-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2025-11-20xfs: use zi more in xfs_zone_gc_mountChristoph Hellwig1-4/+4
2025-11-20xfs: fix out of bounds memory read error in symlink repairDarrick J. Wong1-1/+1
2025-11-18xfs: remove the unused bv field in struct xfs_gc_bioChristoph Hellwig1-1/+0
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-1/+4
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown1-1/+1
2025-11-14VFS: introduce start_creating_noperm() and start_removing_noperm()NeilBrown1-7/+4