summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: drop ->writepage completelyDave Chinner2021-08-191-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-103-2/+54
* xfs: refactor xfs_iget calls from log intent recoveryDarrick J. Wong2021-08-103-10/+29
* xfs: clear log incompat feature bits when the log is idleDarrick J. Wong2021-08-103-0/+55
* xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong2021-08-105-0/+157
* xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner2021-08-109-55/+21
* xfs: remove kmem_alloc_io()Dave Chinner2021-08-107-40/+3
* mm: Add kvrealloc()Dave Chinner2021-08-101-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
* xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong2021-08-095-5/+147
* xfs: avoid buffer deadlocks when walking fs inodesDarrick J. Wong2021-08-092-10/+65
* xfs: use background worker pool when transactions can't get free spaceDarrick J. Wong2021-08-094-4/+31
* xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong2021-08-096-16/+48
* xfs: flush inode inactivation work when compiling usage statisticsDarrick J. Wong2021-08-092-0/+11
* xfs: inactivate inodes any time we try to free speculative preallocationsDarrick J. Wong2021-08-091-2/+10
* xfs: queue inactivation immediately when free realtime extents are tightDarrick J. Wong2021-08-093-6/+31
* xfs: queue inactivation immediately when quota is nearing enforcementDarrick J. Wong2021-08-094-0/+56
* xfs: queue inactivation immediately when free space is tightDarrick J. Wong2021-08-093-8/+15
* xfs: per-cpu deferred inode inactivation queuesDave Chinner2021-08-069-48/+571
* xfs: detach dquots from inode if we don't need to inactivate itDarrick J. Wong2021-08-063-1/+62
* xfs: move xfs_inactive call to xfs_inode_mark_reclaimableDarrick J. Wong2021-08-062-75/+74
* xfs: introduce all-mounts list for cpu hotplug notificationsDave Chinner2021-08-062-0/+41
* xfs: introduce CPU hotplug infrastructureDave Chinner2021-08-061-1/+41
* xfs: remove the active vs running quota differentiationChristoph Hellwig2021-08-0611-107/+58
* xfs: remove the flags argument to xfs_qm_dquot_walkChristoph Hellwig2021-08-061-10/+6
* xfs: remove xfs_dqrele_all_inodesChristoph Hellwig2021-08-062-112/+1
* xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig2021-08-068-454/+13
* Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-08-017-106/+244
|\