summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-07-23xfs: cancel enospc inode flush work before unmountingrandom-fixes_2021-07-23Darrick J. Wong
2021-07-23xfs: avoid buffer deadlocks when walking fs inodesdeferred-inactivation_2021-07-23Darrick J. Wong
2021-07-23xfs: use background worker pool when transactions can't get free spaceDarrick J. Wong
2021-07-23xfs: scale speculative preallocation gc delay based on free spaceDarrick J. Wong
2021-07-23xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong
2021-07-23xfs: debugging patch #2 for deferred inodegcDarrick J. Wong
2021-07-23xfs: queue inodegc worker immediately on backlogDarrick J. Wong
2021-07-23xfs: reduce inactivation delay when AG free space are tightDarrick J. Wong
2021-07-23xfs: parallelize inode inactivationDarrick J. Wong
2021-07-23xfs: flush inode inactivation work when compiling usage statisticsDarrick J. Wong
2021-07-23xfs: debugging patch #1 for deferred inodegcDarrick J. Wong
2021-07-23xfs: inactivate inodes any time we try to free speculative preallocationsDarrick J. Wong
2021-07-23xfs: reduce inactivation delay when realtime extents are tightDarrick J. Wong
2021-07-23xfs: reduce inactivation delay when quota are tightDarrick J. Wong
2021-07-23xfs: reduce inactivation delay when free space is tightDarrick J. Wong
2021-07-23xfs: expose sysfs knob to control inode inactivation delayDarrick J. Wong
2021-07-23xfs: queue inodegc worker immediately when memory is tightDarrick J. Wong
2021-07-23xfs: drop dead dquots before scheduling inode for inactivationDarrick J. Wong
2021-07-23xfs: allow quotaoff to dqdetach NEEDS_INACTIVE inodesDarrick J. Wong
2021-07-23xfs: throttle inodegc queuing on backlogDarrick J. Wong
2021-07-23xfs: don't throttle memory reclaim trying to queue inactive inodesDarrick J. Wong
2021-07-23xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong
2021-07-23xfs: defer inode inactivation to a workqueueDarrick J. Wong
2021-07-23xfs: detach dquots from inode if we don't need to inactivate itDarrick J. Wong
2021-07-23xfs: move xfs_inactive call to xfs_inode_mark_reclaimableDarrick J. Wong
2021-07-23xfs: attach dquots earlier in xfs_inactive()Darrick J. Wong
2021-07-23xfs: dump log intent items that cannot be recovered due to corruptionsmall-changes_2021-07-23Darrick J. Wong
2021-07-23xfs: grab active perag ref when reading AG headersDarrick J. Wong
2021-07-23xfs: drop experimental warnings for bigtime and inobtcountDarrick J. Wong
2021-07-23From: Darrick J. Wong <djwong@kernel.org>Darrick J. Wong
2021-07-23iomap: pass writeback errors to the mappingDarrick J. Wong
2021-07-18Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-07-18Merge tag 'iomap-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-07-17Merge tag '5.14-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-07-16Merge tag 'io_uring-5.14-2021-07-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-16Merge tag 'zonefs-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-07-16cifs: do not share tcp sessions of dfs connectionsPaulo Alcantara
2021-07-16zonefs: remove redundant null bio checkXianting Tian
2021-07-15Merge tag 'configfs-5.13-1' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2021-07-15SMB3.1.1: fix mount failure to some servers when compression enabledSteve French
2021-07-15cifs: added WARN_ON for all the count decrementsShyam Prasad N
2021-07-15cifs: fix missing null session check in mountSteve French
2021-07-15cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara
2021-07-15Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds
2021-07-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-15hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi
2021-07-15hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi
2021-07-15hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi
2021-07-15xfs: detect misaligned rtinherit directory extent size hintsxfs-5.14-fixes-1Darrick J. Wong
2021-07-15xfs: fix an integer overflow error in xfs_growfs_rtDarrick J. Wong