summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-08-17xfs: decode scrub flags in ftrace outputstandardize-tracepoints-5.15_2021-08-17Darrick J. Wong
2021-08-17xfs: standardize inode generation formatting in ftrace outputDarrick J. Wong
2021-08-17xfs: standardize remaining xfs_buf length tracepointsDarrick J. Wong
2021-08-17xfs: resolve fork names in trace outputDarrick J. Wong
2021-08-17xfs: rename i_disk_size fields in ftrace outputDarrick J. Wong
2021-08-17xfs: disambiguate units for ftrace fields tagged "count"Darrick J. Wong
2021-08-17xfs: disambiguate units for ftrace fields tagged "len"Darrick J. Wong
2021-08-17xfs: disambiguate units for ftrace fields tagged "offset"Darrick J. Wong
2021-08-17xfs: disambiguate units for ftrace fields tagged "blkno", "block", or "bno"Darrick J. Wong
2021-08-17xfs: standardize daddr formatting in ftrace outputDarrick J. Wong
2021-08-17xfs: standardize rmap owner number formatting in ftrace outputDarrick J. Wong
2021-08-17xfs: standardize AG block number formatting in ftrace outputDarrick J. Wong
2021-08-17xfs: standardize AG number formatting in ftrace outputDarrick J. Wong
2021-08-17xfs: standardize inode number formatting in ftrace outputDarrick J. Wong
2021-08-17xfs: fix incorrect unit conversion in scrub tracepointDarrick J. Wong
2021-08-16xfs: remove support for untagged lookups in xfs_icwalk*xfs-5.15-merge-next_2021-08-17xfs-5.15-merge-next_2021-08-16Christoph Hellwig
2021-08-16xfs: constify btree function parameters that are not modifiedDarrick J. Wong
2021-08-16xfs: make the start pointer passed to btree update_lastrec functions constDarrick J. Wong
2021-08-16xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong
2021-08-16xfs: make the pointer passed to btree set_root functions constDarrick J. Wong
2021-08-16xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong
2021-08-16xfs: make the keys and records passed to btree inorder functions constDarrick J. Wong
2021-08-16xfs: mark the record passed into btree init_key functions as constDarrick J. Wong
2021-08-16xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-08-16xfs: make the key parameters to all btree query range functions constDarrick J. Wong
2021-08-16xfs: make the key parameters to all btree key comparison functions constDarrick J. Wong
2021-08-16xfs: add trace point for fs shutdownDarrick J. Wong
2021-08-16xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong
2021-08-16xfs: make fsmap backend function key parameters constDarrick J. Wong
2021-08-16xfs: fix off-by-one error when the last rt extent is in useDarrick J. Wong
2021-08-16xfs: make xfs_rtalloc_query_range input parameters constDarrick J. Wong
2021-08-16xfs: drop ->writepage completelyDave Chinner
2021-08-16xfs: sb verifier doesn't handle uncached sb bufferDave Chinner
2021-08-16xfs: move the CIL workqueue to the CILDave Chinner
2021-08-16xfs: CIL work is serialised, not pipelinedDave Chinner
2021-08-16xfs: AIL needs asynchronous CIL forcingDave Chinner
2021-08-16xfs: order CIL checkpoint start recordsDave Chinner
2021-08-16xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state()Dave Chinner
2021-08-16xfs: factor out log write ordering from xlog_cil_push_work()Dave Chinner
2021-08-16xfs: pass a CIL context to xlog_write()Dave Chinner
2021-08-16xfs: move xlog_commit_record to xfs_log_cil.cDave Chinner
2021-08-16xfs: log head and tail aren't reliable during shutdownDave Chinner
2021-08-16xfs: don't run shutdown callbacks on active iclogsDave Chinner
2021-08-16xfs: separate out log shutdown callback processingDave Chinner
2021-08-16xfs: rework xlog_state_do_callback()Dave Chinner
2021-08-16xfs: make forced shutdown processing atomicDave Chinner
2021-08-16xfs: convert log flags to an operational state fieldDave Chinner
2021-08-16xfs: move recovery needed state updates to xfs_log_mount_finishDave Chinner
2021-08-16xfs: XLOG_STATE_IOERROR must dieDave Chinner
2021-08-16xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()Dave Chinner