aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner13-37/+37
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner10-16/+16
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner4-19/+15
2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner2-30/+31
2021-08-19xfs: remove unused xfs_sb_version_has wrappersDave Chinner1-152/+3
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner24-77/+75
2021-08-19xfs: open code sb verifier feature checksDave Chinner3-65/+81
2021-08-19xfs: convert xfs_fs_geometry to use mount feature checksDave Chinner2-23/+25
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner5-15/+15
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner2-2/+2
2021-08-19xfs: convert mount flags to featuresDave Chinner4-28/+31
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner32-126/+126
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner3-1/+68
2021-08-19xfs: rework attr2 feature and mount optionsDave Chinner1-7/+0
2021-08-19xfs: rename xfs_has_attr()Dave Chinner2-5/+3
2021-08-19xfs: sb verifier doesn't handle uncached sb bufferDave Chinner1-1/+1
2021-08-19xfs: resolve fork names in trace outputDarrick J. Wong1-0/+5
2021-08-18xfs: constify btree function parameters that are not modifiedDarrick J. Wong2-44/+47
2021-08-18xfs: make the start pointer passed to btree update_lastrec functions constDarrick J. Wong2-9/+9
2021-08-18xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong7-34/+34
2021-08-18xfs: make the pointer passed to btree set_root functions constDarrick J. Wong6-19/+19
2021-08-18xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong2-2/+3
2021-08-18xfs: make the keys and records passed to btree inorder functions constDarrick J. Wong6-40/+40
2021-08-18xfs: mark the record passed into btree init_key functions as constDarrick J. Wong7-33/+33
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong10-28/+29
2021-08-18xfs: make the key parameters to all btree query range functions constDarrick J. Wong6-14/+16
2021-08-18xfs: make the key parameters to all btree key comparison functions constDarrick J. Wong6-50/+50
2021-08-18xfs: make xfs_rtalloc_query_range input parameters constDarrick J. Wong1-7/+7
2021-08-11xfs: Rename __xfs_attr_rmtval_removeAllison Henderson3-5/+5
2021-08-09xfs: add attr state machine tracepointsAllison Henderson2-2/+30
2021-08-09xfs: refactor xfs_iget calls from log intent recoveryDarrick J. Wong1-0/+2
2021-08-09xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong1-0/+15
2021-08-09xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner1-1/+1
2021-08-09xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong4-4/+4
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig1-26/+4
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig2-32/+0
2021-08-01Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+10
2021-07-29xfs: logging the on disk inode LSN can make it go backwardsDave Chinner1-1/+10
2021-07-18Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-18/+86
2021-07-15xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong2-18/+20
2021-07-15xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong3-0/+66
2021-07-12xfs: Fix multiple fall-through warnings for ClangGustavo A. R. Silva1-8/+8
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds37-1305/+2117
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds3-4/+4
2021-06-25xfs: Initialize error in xfs_attr_remove_iterAllison Henderson1-1/+1
2021-06-21xfs: fix endianness issue in xfs_ag_shrink_spaceDarrick J. Wong1-3/+4
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner1-0/+1
2021-06-18xfs: log stripe roundoff is a property of the logDave Chinner1-3/+0
2021-06-18xfs: perag may be null in xfs_imap()Dave Chinner1-1/+2
2021-06-18Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderson/xfs_work into xfs-5.14-merge4Darrick J. Wong6-463/+1031