summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner
2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner
2021-08-19xfs: remove unused xfs_sb_version_has wrappersDave Chinner
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: open code sb verifier feature checksDave Chinner
2021-08-19xfs: convert xfs_fs_geometry to use mount feature checksDave Chinner
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner
2021-08-19xfs: rework attr2 feature and mount optionsDave Chinner
2021-08-19xfs: rename xfs_has_attr()Dave Chinner
2021-08-19xfs: sb verifier doesn't handle uncached sb bufferDave Chinner
2021-08-19xfs: resolve fork names in trace outputDarrick J. Wong
2021-08-18xfs: constify btree function parameters that are not modifiedDarrick J. Wong
2021-08-18xfs: make the start pointer passed to btree update_lastrec functions constDarrick J. Wong
2021-08-18xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong
2021-08-18xfs: make the pointer passed to btree set_root functions constDarrick J. Wong
2021-08-18xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong
2021-08-18xfs: make the keys and records passed to btree inorder functions constDarrick J. Wong
2021-08-18xfs: mark the record passed into btree init_key functions as constDarrick J. Wong
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-08-18xfs: make the key parameters to all btree query range functions constDarrick J. Wong
2021-08-18xfs: make the key parameters to all btree key comparison functions constDarrick J. Wong
2021-08-18xfs: make xfs_rtalloc_query_range input parameters constDarrick J. Wong
2021-08-11xfs: Rename __xfs_attr_rmtval_removeAllison Henderson
2021-08-09xfs: add attr state machine tracepointsAllison Henderson
2021-08-09xfs: refactor xfs_iget calls from log intent recoveryDarrick J. Wong
2021-08-09xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong
2021-08-09xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner
2021-08-09xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig
2021-08-01Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-07-29xfs: logging the on disk inode LSN can make it go backwardsDave Chinner
2021-07-18Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-07-15xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong
2021-07-15xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong
2021-07-12xfs: Fix multiple fall-through warnings for ClangGustavo A. R. Silva
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-06-25xfs: Initialize error in xfs_attr_remove_iterAllison Henderson
2021-06-21xfs: fix endianness issue in xfs_ag_shrink_spaceDarrick J. Wong
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner
2021-06-18xfs: log stripe roundoff is a property of the logDave Chinner
2021-06-18xfs: perag may be null in xfs_imap()Dave Chinner
2021-06-18Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...Darrick J. Wong