summaryrefslogtreecommitdiff
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: make forced shutdown processing atomicDave Chinner2021-08-163-89/+76
* xfs: convert log flags to an operational state fieldDave Chinner2021-08-165-51/+50
* xfs: move recovery needed state updates to xfs_log_mount_finishDave Chinner2021-08-162-68/+56
* xfs: XLOG_STATE_IOERROR must dieDave Chinner2021-08-164-83/+32
* xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()Dave Chinner2021-08-165-30/+30
* xfs: cleanup __FUNCTION__ usageDwaipayan Ray2021-08-111-2/+2
* xfs: Rename __xfs_attr_rmtval_removeAllison Henderson2021-08-113-5/+5
* xfs: add attr state machine tracepointsAllison Henderson2021-08-093-2/+54
* xfs: refactor xfs_iget calls from log intent recoveryDarrick J. Wong2021-08-093-10/+29
* xfs: clear log incompat feature bits when the log is idleDarrick J. Wong2021-08-093-0/+55
* xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong2021-08-095-0/+157
* xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner2021-08-099-55/+21
* xfs: remove kmem_alloc_io()Dave Chinner2021-08-097-40/+3
* mm: Add kvrealloc()Dave Chinner2021-08-091-1/+3
* xfs: dump log intent items that cannot be recovered due to corruptionDarrick J. Wong2021-08-094-0/+12
* xfs: grab active perag ref when reading AG headersDarrick J. Wong2021-08-098-44/+56
* xfs: drop experimental warnings for bigtime and inobtcountDarrick J. Wong2021-08-091-8/+0
* xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong2021-08-094-4/+4