summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2024-02-16xfs: respect the stable writes flag on the RT deviceChristoph Hellwig3-0/+23
2024-02-16xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflagsChristoph Hellwig1-10/+12
2024-02-16xfs: dquot recovery does not validate the recovered dquotDarrick J. Wong1-0/+14
2024-02-16xfs: clean up dqblk extractionDarrick J. Wong2-5/+7
2024-02-16xfs: inode recovery does not validate the recovered inodeDave Chinner2-1/+16
2024-02-16xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATSAnthony Iliopoulos1-1/+1
2024-02-16xfs: fix internal error from AGFL exhaustionOmar Sandoval1-3/+24
2024-02-16xfs: up(ic_sema) if flushing data device failsLeah Rumancik1-11/+12
2024-02-16xfs: only remap the written blocks in xfs_reflink_end_cow_extentChristoph Hellwig1-0/+1
2024-02-16xfs: abort intent items when recovery intents failLong Li3-4/+5
2024-02-16xfs: factor out xfs_defer_pending_abortLong Li1-8/+15
2024-02-16xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang4-13/+80
2024-02-16xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_spaceChristoph Hellwig1-11/+13
2024-02-16xfs: introduce protection for drop nlinkCheng Lin1-0/+7
2024-02-16xfs: make sure maxlen is still congruent with prod when rounding downDarrick J. Wong1-5/+26
2024-02-16xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong1-1/+1
2024-02-16xfs: rt stubs should return negative errnos when rt disabledDarrick J. Wong1-12/+12
2024-02-16xfs: prevent rt growfs when quota is enabledDarrick J. Wong1-1/+1
2024-02-16xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong3-16/+41
2024-02-16xfs: bump max fsgeom struct versionDarrick J. Wong1-1/+1
2024-02-01xfs: read only mounts with fsopen mount API are bustedDave Chinner1-10/+17
2023-11-28xfs: recovery should not clear di_flushiter unconditionallyDave Chinner1-15/+17
2023-10-12xfs: reinstate the old i_version counter as STATX_CHANGE_COOKIEJeff Layton1-0/+5
2023-10-12xfs: Remove duplicate includeJiapeng Chong1-1/+0
2023-10-12xfs: correct calculation for agend and blockcountShiyang Ruan1-3/+3
2023-10-11xfs: process free extents to busy list in FIFO orderDarrick J. Wong1-1/+2
2023-10-11xfs: adjust the incore perag block_count when shrinkingDarrick J. Wong1-0/+6
2023-10-04xfs: abort fstrim if kernel is suspendingDave Chinner1-8/+13
2023-10-04xfs: reduce AGF hold times during fstrim operationsDave Chinner3-24/+188
2023-10-04xfs: move log discard work to xfs_discard.cDave Chinner5-88/+113
2023-09-25xfs: fix reloading entire unlinked bucket listsDarrick J. Wong4-20/+61
2023-09-23Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds27-240/+441
2023-09-20Revert "xfs: switch to multigrain timestamps"Christian Brauner3-7/+7
2023-09-13xfs: use roundup_pow_of_two instead of ffs during xlog_find_tailWang Jianchao1-2/+2
2023-09-13Merge tag 'fix-scrub-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linux/...Chandan Babu R2-3/+6
2023-09-13Merge tag 'fix-larp-requirements-6.6_2023-09-12' of https://git.kernel.org/pu...Chandan Babu R1-0/+11
2023-09-13Merge tag 'fix-iunlink-list-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R9-9/+195
2023-09-13Merge tag 'fix-iunlink-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linu...Chandan Babu R2-5/+100
2023-09-13Merge tag 'fix-efi-recovery-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R6-9/+40
2023-09-13Merge tag 'fix-ro-mounts-6.6_2023-09-12' of https://git.kernel.org/pub/scm/li...Chandan Babu R3-22/+12
2023-09-13Merge tag 'fix-percpu-lists-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R6-182/+56
2023-09-13Merge tag 'fix-fsmap-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linux/...Chandan Babu R1-7/+18
2023-09-12xfs: only call xchk_stats_merge after validating scrub inputsDarrick J. Wong2-3/+6
2023-09-12xfs: require a relatively recent V5 filesystem for LARP modeDarrick J. Wong1-0/+11
2023-09-12xfs: make inode unlinked bucket recovery work with quotacheckDarrick J. Wong5-6/+29
2023-09-12xfs: load uncached unlinked inodes into memory on demandDarrick J. Wong2-5/+100
2023-09-12xfs: reserve less log space when recovering log intent itemsDarrick J. Wong6-9/+40
2023-09-12xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong2-18/+2
2023-09-12xfs: reload entire unlinked bucket listsDarrick J. Wong5-0/+144
2023-09-12xfs: allow inode inactivation during a ro mount log recoveryDarrick J. Wong1-4/+10