summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-18xfs: remove support for untagged lookups in xfs_icwalk*Christoph Hellwig1-39/+8
2021-08-18xfs: constify btree function parameters that are not modifiedDarrick J. Wong2-44/+47
2021-08-18xfs: make the start pointer passed to btree update_lastrec functions constDarrick J. Wong2-9/+9
2021-08-18xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong7-34/+34
2021-08-18xfs: make the pointer passed to btree set_root functions constDarrick J. Wong6-19/+19
2021-08-18xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong8-9/+10
2021-08-18xfs: make the keys and records passed to btree inorder functions constDarrick J. Wong6-40/+40
2021-08-18xfs: mark the record passed into btree init_key functions as constDarrick J. Wong7-33/+33
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong20-59/+63
2021-08-18xfs: make the key parameters to all btree query range functions constDarrick J. Wong6-14/+16
2021-08-18xfs: make the key parameters to all btree key comparison functions constDarrick J. Wong6-50/+50
2021-08-18xfs: add trace point for fs shutdownDarrick J. Wong5-0/+49
2021-08-18xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong6-30/+31
2021-08-18xfs: make fsmap backend function key parameters constDarrick J. Wong1-17/+13
2021-08-18xfs: fix off-by-one error when the last rt extent is in useDarrick J. Wong1-5/+15
2021-08-18xfs: make xfs_rtalloc_query_range input parameters constDarrick J. Wong2-11/+10
2021-08-18xfs: 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
2021-08-16xfs: log head and tail aren't reliable during shutdownDave Chinner1-24/+27
2021-08-16xfs: don't run shutdown callbacks on active iclogsDave Chinner2-12/+38
2021-08-16xfs: separate out log shutdown callback processingDave Chinner1-15/+38
2021-08-16xfs: rework xlog_state_do_callback()Dave Chinner1-43/+53
2021-08-16xfs: make forced shutdown processing atomicDave Chinner3-89/+76
2021-08-16xfs: convert log flags to an operational state fieldDave Chinner5-51/+50
2021-08-16xfs: move recovery needed state updates to xfs_log_mount_finishDave Chinner2-68/+56
2021-08-16xfs: XLOG_STATE_IOERROR must dieDave Chinner4-83/+32
2021-08-16xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()Dave Chinner5-30/+30
2021-08-11xfs: cleanup __FUNCTION__ usageDwaipayan Ray1-2/+2
2021-08-11xfs: Rename __xfs_attr_rmtval_removeAllison Henderson3-5/+5
2021-08-09xfs: add attr state machine tracepointsAllison Henderson3-2/+54
2021-08-09xfs: refactor xfs_iget calls from log intent recoveryDarrick J. Wong3-10/+29
2021-08-09xfs: clear log incompat feature bits when the log is idleDarrick J. Wong3-0/+55
2021-08-09xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong5-0/+157
2021-08-09xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner9-55/+21
2021-08-09xfs: remove kmem_alloc_io()Dave Chinner7-40/+3
2021-08-09mm: Add kvrealloc()Dave Chinner1-1/+3
2021-08-09xfs: dump log intent items that cannot be recovered due to corruptionDarrick J. Wong4-0/+12