summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-1934-96/+90
| * | xfs: convert scrub to use mount-based feature checksDave Chinner2021-08-192-7/+7
| * | xfs: open code sb verifier feature checksDave Chinner2021-08-193-65/+81
| * | xfs: convert xfs_fs_geometry to use mount feature checksDave Chinner2021-08-194-25/+27
| * | xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-1929-90/+90
| * | xfs: convert remaining mount flags to state flagsDave Chinner2021-08-1918-83/+82
| * | xfs: convert mount flags to featuresDave Chinner2021-08-1923-179/+152
| * | xfs: consolidate mount option features in m_featuresDave Chinner2021-08-191-0/+44
| * | xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-1975-267/+267
| * | xfs: reflect sb features in xfs_mountDave Chinner2021-08-197-1/+149
| * | xfs: rework attr2 feature and mount optionsDave Chinner2021-08-193-33/+17
| * | xfs: rename xfs_has_attr()Dave Chinner2021-08-192-5/+3
| * | xfs: sb verifier doesn't handle uncached sb bufferDave Chinner2021-08-192-2/+7
| * | xfs: start documenting common units and tags used in tracepointsDarrick J. Wong2021-08-192-0/+39
| * | xfs: decode scrub flags in ftrace outputDarrick J. Wong2021-08-191-2/+12
| * | xfs: standardize inode generation formatting in ftrace outputDarrick J. Wong2021-08-192-2/+2
| * | xfs: standardize remaining xfs_buf length tracepointsDarrick J. Wong2021-08-191-12/+12
| * | xfs: resolve fork names in trace outputDarrick J. Wong2021-08-193-11/+16
| * | xfs: rename i_disk_size fields in ftrace outputDarrick J. Wong2021-08-191-8/+6
| * | xfs: disambiguate units for ftrace fields tagged "count"Darrick J. Wong2021-08-191-6/+6
| * | xfs: disambiguate units for ftrace fields tagged "len"Darrick J. Wong2021-08-192-35/+39
| * | xfs: disambiguate units for ftrace fields tagged "offset"Darrick J. Wong2021-08-192-18/+17
| * | xfs: disambiguate units for ftrace fields tagged "blkno", "block", or "bno"Darrick J. Wong2021-08-191-13/+13
| * | xfs: standardize daddr formatting in ftrace outputDarrick J. Wong2021-08-191-4/+4
| * | xfs: standardize rmap owner number formatting in ftrace outputDarrick J. Wong2021-08-192-6/+6
| * | xfs: standardize AG block number formatting in ftrace outputDarrick J. Wong2021-08-192-35/+35
| * | xfs: standardize AG number formatting in ftrace outputDarrick J. Wong2021-08-192-53/+53
| * | xfs: standardize inode number formatting in ftrace outputDarrick J. Wong2021-08-192-15/+21
| * | xfs: fix incorrect unit conversion in scrub tracepointDarrick J. Wong2021-08-191-12/+4
| * | xfs: remove support for untagged lookups in xfs_icwalk*Christoph Hellwig2021-08-181-39/+8
| * | 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-188-9/+10
| * | 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-1820-59/+63
| * | 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: add trace point for fs shutdownDarrick J. Wong2021-08-185-0/+49
| * | xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong2021-08-186-30/+31
| * | xfs: make fsmap backend function key parameters constDarrick J. Wong2021-08-181-17/+13
| * | xfs: fix off-by-one error when the last rt extent is in useDarrick J. Wong2021-08-181-5/+15
| * | xfs: make xfs_rtalloc_query_range input parameters constDarrick J. Wong2021-08-182-11/+10
| * | xfs: drop ->writepage completelyDave Chinner2021-08-181-17/+0
| * | xfs: move the CIL workqueue to the CILDave Chinner2021-08-164-18/+19
| * | xfs: CIL work is serialised, not pipelinedDave Chinner2021-08-163-40/+48
| * | xfs: AIL needs asynchronous CIL forcingDave Chinner2021-08-168-29/+91