summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: lock dquot buffer before detaching dquot from b_li_listDarrick J. Wong8 days1-1/+2
* xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RTChristoph Hellwig10 days1-1/+1
* xfs: port xfs_ioc_start_commit to multigrain timestampsDarrick J. Wong2024-12-131-7/+7
* xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong2024-12-131-1/+3
* xfs: fix zero byte checking in the superblock scrubberDarrick J. Wong2024-12-131-2/+29
* xfs: check pre-metadir fields correctlyDarrick J. Wong2024-12-131-13/+27
* xfs: don't crash on corrupt /quotas direntDarrick J. Wong2024-12-131-0/+7
* xfs: don't move nondir/nonreg temporary repair files to the metadir namespaceDarrick J. Wong2024-12-131-1/+11
* xfs: fix sb_spino_align checks for large fsblock sizesDarrick J. Wong2024-12-131-5/+6
* xfs: convert quotacheck to attach dquot buffersDarrick J. Wong2024-12-133-13/+16
* xfs: attach dquot buffer to dquot log item bufferDarrick J. Wong2024-12-136-24/+169
* xfs: clean up log item accesses in xfs_qm_dqflush{,_done}Darrick J. Wong2024-12-131-7/+8
* xfs: separate dquot buffer reads from xfs_dqflushDarrick J. Wong2024-12-134-32/+86
* xfs: don't lose solo dquot update transactionsDarrick J. Wong2024-12-133-14/+32
* xfs: don't lose solo superblock counter update transactionsDarrick J. Wong2024-12-131-2/+7
* xfs: avoid nested calls to __xfs_trans_commitDarrick J. Wong2024-12-131-12/+14
* xfs: only run precommits once per transaction objectDarrick J. Wong2024-12-131-12/+4
* xfs: unlock inodes when erroring out of xfs_trans_alloc_dirDarrick J. Wong2024-12-131-0/+3
* xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong2024-12-131-1/+1
* xfs: update btree keys correctly when _insrec splits an inode root blockDarrick J. Wong2024-12-131-6/+23
* xfs: fix error bailout in xfs_rtginode_createDarrick J. Wong2024-12-131-1/+1
* xfs: fix null bno_hint handling in xfs_rtallocate_rtgDarrick J. Wong2024-12-131-1/+1
* xfs: mark metadir repair tempfiles with IRECOVERYDarrick J. Wong2024-12-132-3/+9
* xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlinkDarrick J. Wong2024-12-131-1/+2
* xfs: separate healthy clearing mask during repairDarrick J. Wong2024-12-132-24/+39
* xfs: don't drop errno values when we fail to ficlone the entire rangeDarrick J. Wong2024-12-131-0/+8
* xfs: return a 64-bit block count from xfs_btree_count_blocksDarrick J. Wong2024-12-139-15/+17
* xfs: keep quota directory inode loadedDarrick J. Wong2024-12-133-53/+32
* xfs: metapath scrubber should use the already loaded inodesDarrick J. Wong2024-12-131-16/+25
* xfs: fix off-by-one error in fsmap's end_daddr usageDarrick J. Wong2024-12-131-16/+22
* Merge tag 'xfs-fixes-6.13-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-12-038-36/+26
|\
| * xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delayChristoph Hellwig2024-11-281-4/+2
| * xfs: Use xchg() in xlog_cil_insert_pcp_aggregate()Uros Bizjak2024-11-281-4/+1
| * xfs: prevent mount and log shutdown raceDave Chinner2024-11-222-0/+12
| * xfs: delalloc and quota softlimit timers are incoherentDave Chinner2024-11-221-13/+0
| * xfs: fix sparse inode limits on runt AGDave Chinner2024-11-221-7/+9
| * xfs: remove unknown compat feature check in superblock write validationLong Li2024-11-221-7/+0
| * xfs: eliminate lockdep false positives in xfs_attr_shortform_listLong Li2024-11-221-1/+2
* | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-232-6/+2
|\ \ | |/ |/|
| * mm/list_lru: simplify the list_lru walk callback functionKairui Song2024-11-122-5/+2
| * mm/list_lru: split the lock to per-cgroup scopeKairui Song2024-11-121-1/+0
* | Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-11-21154-2946/+9562
|\ \
| * \ Merge tag 'better-ondisk-6.13_2024-11-05' of https://git.kernel.org/pub/scm/l...Carlos Maiolino2024-11-121-49/+137
| |\ \
| | * | xfs: port ondisk structure checks from xfs/122 to the kernelDarrick J. Wong2024-11-051-2/+88
| | * | xfs: separate space btree structures in xfs_ondisk.hDarrick J. Wong2024-11-051-11/+13
| | * | xfs: convert struct typedefs in xfs_ondisk.hDarrick J. Wong2024-11-051-37/+37
| * | | Merge tag 'metadir-6.13_2024-11-05' of https://git.kernel.org/pub/scm/linux/k...Carlos Maiolino2024-11-122-13/+26
| |\| |
| | * | xfs: enable metadata directory featureDarrick J. Wong2024-11-051-1/+2
| | * | xfs: update sb field checks when metadir is turned onDarrick J. Wong2024-11-051-12/+24
| * | | Merge tag 'realtime-quotas-6.13_2024-11-05' of https://git.kernel.org/pub/scm...Carlos Maiolino2024-11-1211-76/+182
| |\| |