summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-1913-37/+37
* xfs: introduce xfs_buf_daddr()Dave Chinner2021-08-1910-16/+16
* xfs: kill xfs_sb_version_has_v3inode()Dave Chinner2021-08-194-19/+15
* xfs: introduce xfs_sb_is_v5 helperDave Chinner2021-08-192-30/+31
* xfs: remove unused xfs_sb_version_has wrappersDave Chinner2021-08-191-152/+3
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-1924-77/+75
* xfs: open code sb verifier feature checksDave Chinner2021-08-193-65/+81
* xfs: convert xfs_fs_geometry to use mount feature checksDave Chinner2021-08-192-23/+25
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-195-15/+15
* xfs: convert remaining mount flags to state flagsDave Chinner2021-08-192-2/+2
* xfs: convert mount flags to featuresDave Chinner2021-08-194-28/+31
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-1932-126/+126
* xfs: reflect sb features in xfs_mountDave Chinner2021-08-193-1/+68
* xfs: rework attr2 feature and mount optionsDave Chinner2021-08-191-7/+0
* xfs: rename xfs_has_attr()Dave Chinner2021-08-192-5/+3
* xfs: sb verifier doesn't handle uncached sb bufferDave Chinner2021-08-191-1/+1
* xfs: resolve fork names in trace outputDarrick J. Wong2021-08-191-0/+5
* xfs: constify btree function parameters that are not modifiedDarrick J. Wong2021-08-182-44/+47
* xfs: make the start pointer passed to btree update_lastrec functions constDarrick J. Wong2021-08-182-9/+9
* xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong2021-08-187-34/+34
* xfs: make the pointer passed to btree set_root functions constDarrick J. Wong2021-08-186-19/+19
* xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong2021-08-182-2/+3
* xfs: make the keys and records passed to btree inorder functions constDarrick J. Wong2021-08-186-40/+40
* xfs: mark the record passed into btree init_key functions as constDarrick J. Wong2021-08-187-33/+33
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-1810-28/+29
* xfs: make the key parameters to all btree query range functions constDarrick J. Wong2021-08-186-14/+16
* xfs: make the key parameters to all btree key comparison functions constDarrick J. Wong2021-08-186-50/+50
* xfs: make xfs_rtalloc_query_range input parameters constDarrick J. Wong2021-08-181-7/+7
* xfs: Rename __xfs_attr_rmtval_removeAllison Henderson2021-08-113-5/+5
* xfs: add attr state machine tracepointsAllison Henderson2021-08-092-2/+30
* xfs: refactor xfs_iget calls from log intent recoveryDarrick J. Wong2021-08-091-0/+2
* xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong2021-08-091-0/+15
* xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner2021-08-091-1/+1
* xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong2021-08-094-4/+4
* xfs: remove the active vs running quota differentiationChristoph Hellwig2021-08-061-26/+4
* xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig2021-08-062-32/+0
* Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-08-011-1/+10
|\
| * xfs: logging the on disk inode LSN can make it go backwardsDave Chinner2021-07-291-1/+10
* | Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-185-18/+86
|\|
| * xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong2021-07-152-18/+20
| * xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong2021-07-153-0/+66
* | xfs: Fix multiple fall-through warnings for ClangGustavo A. R. Silva2021-07-121-8/+8
|/
* Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-0237-1305/+2117
|\
| * xfs: Initialize error in xfs_attr_remove_iterAllison Henderson2021-06-251-1/+1
| * xfs: fix endianness issue in xfs_ag_shrink_spaceDarrick J. Wong2021-06-211-3/+4
| * xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner2021-06-211-0/+1
| * xfs: log stripe roundoff is a property of the logDave Chinner2021-06-181-3/+0
| * xfs: perag may be null in xfs_imap()Dave Chinner2021-06-181-1/+2
| * Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...Darrick J. Wong2021-06-186-463/+1031
| |\
| | * xfs: Make attr name schemes consistentAllison Henderson2021-06-093-11/+11