summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Chinner3-1/+20
2021-08-09xfs: dump log intent items that cannot be recovered due to corruptionDarrick J. Wong4-0/+12
2021-08-09xfs: grab active perag ref when reading AG headersDarrick J. Wong8-44/+56
2021-08-09xfs: drop experimental warnings for bigtime and inobtcountDarrick J. Wong1-8/+0
2021-08-09xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong4-4/+4
2021-08-09xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong5-5/+147
2021-08-09xfs: avoid buffer deadlocks when walking fs inodesDarrick J. Wong2-10/+65
2021-08-09xfs: use background worker pool when transactions can't get free spaceDarrick J. Wong4-4/+31
2021-08-09xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong6-16/+48
2021-08-09xfs: flush inode inactivation work when compiling usage statisticsDarrick J. Wong2-0/+11
2021-08-09xfs: inactivate inodes any time we try to free speculative preallocationsDarrick J. Wong1-2/+10
2021-08-09xfs: queue inactivation immediately when free realtime extents are tightDarrick J. Wong3-6/+31
2021-08-09xfs: queue inactivation immediately when quota is nearing enforcementDarrick J. Wong4-0/+56
2021-08-09xfs: queue inactivation immediately when free space is tightDarrick J. Wong3-8/+15
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner9-48/+571
2021-08-06xfs: detach dquots from inode if we don't need to inactivate itDarrick J. Wong3-1/+62
2021-08-06xfs: move xfs_inactive call to xfs_inode_mark_reclaimableDarrick J. Wong2-75/+74
2021-08-06xfs: introduce all-mounts list for cpu hotplug notificationsDave Chinner2-0/+41
2021-08-06xfs: introduce CPU hotplug infrastructureDave Chinner2-1/+42
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig11-107/+58
2021-08-06xfs: remove the flags argument to xfs_qm_dquot_walkChristoph Hellwig1-10/+6
2021-08-06xfs: remove xfs_dqrele_all_inodesChristoph Hellwig2-112/+1
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig8-454/+13