summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2021-08-11xfs: move xlog_commit_record to xfs_log_cil.cDave Chinner
2021-08-11xfs: log head and tail aren't reliable during shutdownDave Chinner
2021-08-11xfs: don't run shutdown callbacks on active iclogsDave Chinner
2021-08-11xfs: separate out log shutdown callback processingDave Chinner
2021-08-11xfs: rework xlog_state_do_callback()Dave Chinner
2021-08-11xfs: make forced shutdown processing atomicDave Chinner
2021-08-11xfs: convert log flags to an operational state fieldDave Chinner
2021-08-11xfs: move recovery needed state updates to xfs_log_mount_finishDave Chinner
2021-08-11xfs: XLOG_STATE_IOERROR must dieDave Chinner
2021-08-11xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()Dave Chinner
2021-08-11xfs: don't crash with assfailDarrick J. Wong
2021-08-11xfs: cleanup __FUNCTION__ usagexfs-5.15-merge_2021-08-17xfs-5.15-merge_2021-08-12xfs-5.15-merge_2021-08-11xfs-5.15-merge-2Dwaipayan Ray
2021-08-11xfs: Rename __xfs_attr_rmtval_removeAllison Henderson
2021-08-09xfs: add attr state machine tracepointsAllison Henderson
2021-08-09xfs: refactor xfs_iget calls from log intent recoveryDarrick J. Wong
2021-08-09xfs: clear log incompat feature bits when the log is idleDarrick J. Wong
2021-08-09xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong
2021-08-09xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner
2021-08-09xfs: remove kmem_alloc_io()Dave Chinner
2021-08-09mm: Add kvrealloc()Dave Chinner
2021-08-09xfs: dump log intent items that cannot be recovered due to corruptionDarrick J. Wong
2021-08-09xfs: grab active perag ref when reading AG headersDarrick J. Wong
2021-08-09xfs: drop experimental warnings for bigtime and inobtcountDarrick J. Wong
2021-08-09xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong
2021-08-09xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong
2021-08-09xfs: avoid buffer deadlocks when walking fs inodesDarrick J. Wong
2021-08-09xfs: use background worker pool when transactions can't get free spaceDarrick J. Wong
2021-08-09xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong
2021-08-09xfs: flush inode inactivation work when compiling usage statisticsDarrick J. Wong
2021-08-09xfs: inactivate inodes any time we try to free speculative preallocationsDarrick J. Wong
2021-08-09xfs: queue inactivation immediately when free realtime extents are tightDarrick J. Wong
2021-08-09xfs: queue inactivation immediately when quota is nearing enforcementDarrick J. Wong
2021-08-09xfs: queue inactivation immediately when free space is tightDarrick J. Wong
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner
2021-08-06xfs: detach dquots from inode if we don't need to inactivate itDarrick J. Wong
2021-08-06xfs: move xfs_inactive call to xfs_inode_mark_reclaimableDarrick J. Wong
2021-08-06xfs: introduce all-mounts list for cpu hotplug notificationsDave Chinner
2021-08-06xfs: introduce CPU hotplug infrastructureDave Chinner
2021-08-06xfs: remove the active vs running quota differentiationremove-quotaoff-5.15_2021-08-06Christoph Hellwig
2021-08-06xfs: remove the flags argument to xfs_qm_dquot_walkChristoph Hellwig
2021-08-06xfs: remove xfs_dqrele_all_inodesChristoph Hellwig
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig
2021-08-01Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-07-29xfs: prevent spoofing of rtbitmap blocks when recovering buffersxfs-5.14-fixes-2Darrick J. Wong
2021-07-29xfs: limit iclog tail updatesDave Chinner
2021-07-29xfs: need to see iclog flags in tracingDave Chinner
2021-07-29xfs: Enforce attr3 buffer recovery orderDave Chinner
2021-07-29xfs: logging the on disk inode LSN can make it go backwardsDave Chinner
2021-07-29xfs: avoid unnecessary waits in xfs_log_force_lsn()Dave Chinner
2021-07-29xfs: log forces imply data device cache flushesDave Chinner