summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner29-90/+90
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner18-83/+82
2021-08-19xfs: convert mount flags to featuresDave Chinner23-179/+152
2021-08-19xfs: consolidate mount option features in m_featuresDave Chinner1-0/+44
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner75-267/+267
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner7-1/+149
2021-08-19xfs: rework attr2 feature and mount optionsDave Chinner3-33/+17
2021-08-19xfs: rename xfs_has_attr()Dave Chinner2-5/+3
2021-08-19xfs: sb verifier doesn't handle uncached sb bufferDave Chinner2-2/+7
2021-08-19xfs: start documenting common units and tags used in tracepointsDarrick J. Wong2-0/+39
2021-08-19xfs: decode scrub flags in ftrace outputDarrick J. Wong1-2/+12
2021-08-19xfs: standardize inode generation formatting in ftrace outputDarrick J. Wong2-2/+2
2021-08-19xfs: standardize remaining xfs_buf length tracepointsDarrick J. Wong1-12/+12
2021-08-19xfs: resolve fork names in trace outputDarrick J. Wong3-11/+16
2021-08-19xfs: rename i_disk_size fields in ftrace outputDarrick J. Wong1-8/+6
2021-08-19xfs: disambiguate units for ftrace fields tagged "count"Darrick J. Wong1-6/+6
2021-08-19xfs: disambiguate units for ftrace fields tagged "len"Darrick J. Wong2-35/+39
2021-08-19xfs: disambiguate units for ftrace fields tagged "offset"Darrick J. Wong2-18/+17
2021-08-19xfs: disambiguate units for ftrace fields tagged "blkno", "block", or "bno"Darrick J. Wong1-13/+13
2021-08-19xfs: standardize daddr formatting in ftrace outputDarrick J. Wong1-4/+4
2021-08-19xfs: standardize rmap owner number formatting in ftrace outputDarrick J. Wong2-6/+6
2021-08-19xfs: standardize AG block number formatting in ftrace outputDarrick J. Wong2-35/+35
2021-08-19xfs: standardize AG number formatting in ftrace outputDarrick J. Wong2-53/+53
2021-08-19xfs: standardize inode number formatting in ftrace outputDarrick J. Wong2-15/+21
2021-08-19xfs: fix incorrect unit conversion in scrub tracepointDarrick J. Wong1-12/+4
2021-08-19xfs: remove support for untagged lookups in xfs_icwalk*Christoph Hellwig1-39/+8
2021-08-19xfs: constify btree function parameters that are not modifiedDarrick J. Wong2-44/+47
2021-08-19xfs: make the start pointer passed to btree update_lastrec functions constDarrick J. Wong2-9/+9
2021-08-19xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong7-34/+34
2021-08-19xfs: make the pointer passed to btree set_root functions constDarrick J. Wong6-19/+19
2021-08-19xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong8-9/+10
2021-08-19xfs: make the keys and records passed to btree inorder functions constDarrick J. Wong6-40/+40
2021-08-19xfs: mark the record passed into btree init_key functions as constDarrick J. Wong7-33/+33
2021-08-19xfs: make the record pointer passed to query_range functions constDarrick J. Wong20-59/+63
2021-08-19xfs: make the key parameters to all btree query range functions constDarrick J. Wong6-14/+16
2021-08-19xfs: make the key parameters to all btree key comparison functions constDarrick J. Wong6-50/+50
2021-08-19xfs: add trace point for fs shutdownDarrick J. Wong5-0/+49
2021-08-19xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong6-30/+31
2021-08-19xfs: make fsmap backend function key parameters constDarrick J. Wong1-17/+13
2021-08-19xfs: fix off-by-one error when the last rt extent is in useDarrick J. Wong1-5/+15
2021-08-19xfs: make xfs_rtalloc_query_range input parameters constDarrick J. Wong2-11/+10
2021-08-19xfs: drop ->writepage completelyDave Chinner1-17/+0
2021-08-16xfs: move the CIL workqueue to the CILDave Chinner4-18/+19
2021-08-16xfs: CIL work is serialised, not pipelinedDave Chinner3-40/+48
2021-08-16xfs: AIL needs asynchronous CIL forcingDave Chinner8-29/+91
2021-08-16xfs: order CIL checkpoint start recordsDave Chinner3-13/+58
2021-08-16xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state()Dave Chinner3-74/+70
2021-08-16xfs: factor out log write ordering from xlog_cil_push_work()Dave Chinner1-36/+51
2021-08-16xfs: pass a CIL context to xlog_write()Dave Chinner3-25/+52
2021-08-16xfs: move xlog_commit_record to xfs_log_cil.cDave Chinner3-34/+34