aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/xfs_icache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-02Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+2
2020-05-27xfs: rearrange xfs_inode_walk_ag parametersDarrick J. Wong1-5/+4
2020-05-27xfs: straighten out all the naming around incore inode tree walksDarrick J. Wong1-9/+9
2020-05-27xfs: move xfs_inode_ag_iterator to be closer to the perag walking codeDarrick J. Wong1-40/+48
2020-05-27xfs: use bool for done in xfs_inode_ag_walkDarrick J. Wong1-3/+3
2020-05-27xfs: fix inode ag walk predicate function return valuesDarrick J. Wong1-17/+22
2020-05-27xfs: refactor eofb matching into a single helperDarrick J. Wong1-28/+34
2020-05-27xfs: remove __xfs_icache_free_eofblocksDarrick J. Wong1-12/+2
2020-05-27xfs: remove flags argument from xfs_inode_ag_walkDarrick J. Wong1-26/+17
2020-05-27xfs: remove xfs_inode_ag_iterator_flagsDarrick J. Wong1-30/+13
2020-05-27xfs: remove unused xfs_inode_ag_iterator functionDarrick J. Wong1-11/+0
2020-05-27xfs: replace open-coded XFS_ICI_NO_TAGDarrick J. Wong1-3/+3
2020-05-19xfs: cleanup xfs_idestroy_forkChristoph Hellwig1-6/+9
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-1/+0
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-1/+0
2020-05-19xfs: improve local fork verificationChristoph Hellwig1-6/+0
2020-05-19xfs: remove xfs_ireadChristoph Hellwig1-1/+32
2020-05-13fs: Introduce DCACHE_DONTCACHEIra Weiny1-1/+1
2020-05-13fs: Lift XFS_IDONTCACHE to the VFS layerIra Weiny1-2/+2
2020-05-07xfs: remove unused iflush stale parameterBrian Foster1-1/+1
2020-05-04fs/xfs: Remove unnecessary initialization of i_rwsemIra Weiny1-3/+1
2020-04-13xfs: acquire superblock freeze protection on eofblocks scansBrian Foster1-0/+10
2020-03-02xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig1-0/+4
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino1-2/+2
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig1-2/+2
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-3/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong1-0/+1
2019-04-26xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong1-2/+2
2019-04-16xfs: implement per-inode writeback completion queuesDarrick J. Wong1-0/+3
2019-04-14xfs: track metadata health statusDarrick J. Wong1-0/+4
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig1-6/+4
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig1-1/+1
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong1-2/+2
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-15xfs: halt auto-reclamation activities while rebuilding rmapDarrick J. Wong1-0/+18
2018-05-10xfs: log item flags are racyDave Chinner1-1/+2
2018-05-09xfs: validate cached inodes are free when allocatedDave Chinner1-25/+48
2018-03-23xfs: catch inode allocation state mismatch corruptionDave Chinner1-1/+22
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-21/+49
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-2/+3
2018-01-29xfs: preserve i_rdev when recycling a reclaimable inodeAmir Goldstein1-0/+2
2018-01-29xfs: convert to new i_version APIJeff Layton1-2/+3
2018-01-17xfs: recheck reflink / dirty page status before freeing CoW reservationsDarrick J. Wong1-21/+42
2018-01-08xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong1-0/+5
2017-12-21xfs: remove leftover CoW reservations when remounting roDarrick J. Wong1-1/+1
2017-12-20xfs: track cowblocks separately in i_flagsDarrick J. Wong1-9/+24
2017-10-26xfs: return a distinct error code value for IGET_INCORE cache missesDarrick J. Wong1-1/+1
2017-09-01xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval1-5/+5
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+50