aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
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-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig1-1/+1
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 Chinner1-1/+41
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
2021-08-01Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds7-106/+244
2021-07-29xfs: prevent spoofing of rtbitmap blocks when recovering buffersDarrick J. Wong1-2/+12
2021-07-29xfs: limit iclog tail updatesDave Chinner1-13/+37
2021-07-29xfs: need to see iclog flags in tracingDave Chinner2-4/+14
2021-07-29xfs: Enforce attr3 buffer recovery orderDave Chinner1-0/+1
2021-07-29xfs: logging the on disk inode LSN can make it go backwardsDave Chinner2-11/+39
2021-07-29xfs: avoid unnecessary waits in xfs_log_force_lsn()Dave Chinner1-5/+37
2021-07-29xfs: log forces imply data device cache flushesDave Chinner1-13/+34
2021-07-29xfs: factor out forced iclog flushesDave Chinner1-24/+18
2021-07-29xfs: fix ordering violation between cache flushes and tail updatesDave Chinner3-13/+39
2021-07-29xfs: fold __xlog_state_release_iclog into xlog_state_release_iclogDave Chinner1-28/+17
2021-07-29xfs: external logs need to flush data deviceDave Chinner1-8/+11
2021-07-29xfs: flush data dev on external log writeDave Chinner1-1/+1
2021-07-18Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds9-37/+174
2021-07-15xfs: detect misaligned rtinherit directory extent size hintsDarrick J. Wong1-2/+16
2021-07-15xfs: fix an integer overflow error in xfs_growfs_rtDarrick J. Wong1-5/+5
2021-07-15xfs: improve FSGROWFSRT precondition checkingDarrick J. Wong1-7/+32
2021-07-15xfs: don't expose misaligned extszinherit hints to userspaceDarrick J. Wong1-1/+18
2021-07-15xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong3-22/+24
2021-07-15xfs: reset child dir '..' entry when unlinking childDarrick J. Wong1-0/+13
2021-07-15xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong3-0/+66
2021-07-13xfs: Convert double locking of MMAPLOCK to use VFS helpersJan Kara2-33/+19
2021-07-13xfs: Convert to use invalidate_lockJan Kara4-32/+34
2021-07-13xfs: Refactor xfs_isilocked()Pavel Reichl2-9/+27
2021-07-12xfs: Fix multiple fall-through warnings for ClangGustavo A. R. Silva1-8/+8
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds92-3034/+3825
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-10/+3
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)1-1/+1
2021-06-29iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)1-1/+1