summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: order CIL checkpoint start recordsDave Chinner2021-08-163-13/+58
* xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state()Dave Chinner2021-08-163-74/+70
* xfs: factor out log write ordering from xlog_cil_push_work()Dave Chinner2021-08-161-36/+51
* xfs: pass a CIL context to xlog_write()Dave Chinner2021-08-163-25/+52
* xfs: move xlog_commit_record to xfs_log_cil.cDave Chinner2021-08-163-34/+34
* xfs: log head and tail aren't reliable during shutdownDave Chinner2021-08-161-24/+27
* xfs: don't run shutdown callbacks on active iclogsDave Chinner2021-08-162-12/+38
* xfs: separate out log shutdown callback processingDave Chinner2021-08-161-15/+38
* xfs: rework xlog_state_do_callback()Dave Chinner2021-08-161-43/+53