summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_icache.c
AgeCommit message (Expand)Author
2019-08-10xfs: enforce metadata inode flagDarrick J. Wong
2019-08-10xfs: iget for metadata inodesDarrick J. Wong
2019-08-10xfs: create a polled function to force inode inactivationdeferred-inactivation_2019-08-10Darrick J. Wong
2019-08-10xfs: parallelize inode inactivationDarrick J. Wong
2019-08-10xfs: deferred inode inactivationDarrick J. Wong
2019-08-10xfs: pass around xfs_inode_ag_walk iget/irele helper functionsDarrick J. Wong
2019-08-10xfs: pass per-ag structure to the xfs_ici_walk execute functionDarrick J. Wong
2019-08-10xfs: flush speculative space allocations when we run out of spacereclaim-space-harder_2019-08-10Darrick J. Wong
2019-08-10xfs: flush speculative space allocations when we run out of quotaDarrick J. Wong
2019-08-10xfs: xfs_inode_free_quota_blocks should scan project quotaDarrick J. Wong
2019-08-10xfs: don't stall cowblocks scan if we can't take locksDarrick J. Wong
2019-08-10xfs: refactor messy xfs_inode_free_quota_* functionsDarrick J. Wong
2019-08-10xfs: hide most of the incore inode walk interfaceincore-inode-walk_2019-08-10Darrick J. Wong
2019-08-10xfs: move xfs_inode_ag_iterator to be closer to the perag walking codeDarrick J. Wong
2019-08-10xfs: use bool for done in xfs_inode_ag_walkDarrick J. Wong
2019-08-10xfs: fix inode ag walk predicate function return valuesDarrick J. Wong
2019-08-10xfs: refactor eofb matching into a single helperDarrick J. Wong
2019-08-10xfs: remove __xfs_icache_free_eofblocksDarrick J. Wong
2019-08-10xfs: remove flags argument from xfs_inode_ag_walkDarrick J. Wong
2019-08-10xfs: remove xfs_inode_ag_iterator_flagsDarrick J. Wong
2019-08-10xfs: remove unused xfs_inode_ag_iterator functionDarrick J. Wong
2019-08-10xfs: replace open-coded XFS_ICI_NO_TAGDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong
2019-04-26xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong
2019-04-16xfs: implement per-inode writeback completion queuesDarrick J. Wong
2019-04-14xfs: track metadata health statusDarrick J. Wong
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperxfs-4.19-merge-2Christoph Hellwig
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-15xfs: halt auto-reclamation activities while rebuilding rmapDarrick J. Wong
2018-05-10xfs: log item flags are racyDave Chinner
2018-05-09xfs: validate cached inodes are free when allocatedDave Chinner
2018-03-23xfs: catch inode allocation state mismatch corruptionDave Chinner
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-29xfs: preserve i_rdev when recycling a reclaimable inodeAmir Goldstein
2018-01-29xfs: convert to new i_version APIJeff Layton
2018-01-17xfs: recheck reflink / dirty page status before freeing CoW reservationsDarrick J. Wong
2018-01-08xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong
2017-12-21xfs: remove leftover CoW reservations when remounting roDarrick J. Wong
2017-12-20xfs: track cowblocks separately in i_flagsDarrick J. Wong
2017-10-26xfs: return a distinct error code value for IGET_INCORE cache missesDarrick J. Wong
2017-09-01xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar
2017-06-19xfs: check if an inode is cached and allocatedDarrick J. Wong
2017-06-08xfs: fix spurious spin_is_locked() assert failures on non-smp kernelsxfs-4.12-fixes-4Brian Foster
2017-04-28xfs: update ag iterator to support wait on new inodesBrian Foster