summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_icache.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: Remove unneeded semicolonZheng Bin2020-09-151-1/+1
* xfs: xfs_iflock is no longer a completionDave Chinner2020-09-061-10/+7
* xfs: Remove kmem_zone_alloc() usageCarlos Maiolino2020-07-281-6/+4
* xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-281-2/+2
* xfs: attach inodes to the cluster buffer when dirtiedDave Chinner2020-07-071-0/+1
* xfs: clean up inode reclaim commentsDave Chinner2020-07-071-93/+35
* xfs: remove SYNC_WAIT from xfs_reclaim_inodes()Dave Chinner2020-07-071-50/+29
* xfs: remove SYNC_TRYLOCK from inode reclaimDave Chinner2020-07-071-38/+25
* xfs: don't block inode reclaim on the ILOCKDave Chinner2020-07-071-3/+5
* xfs: allow multiple reclaimers per AGDave Chinner2020-07-071-19/+12
* xfs: remove IO submission from xfs_reclaim_inode()Dave Chinner2020-07-071-86/+31
* xfs: make inode reclaim almost non-blockingDave Chinner2020-07-071-1/+1
* xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner2020-07-061-1/+2
* Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-021-2/+2
|\
| * fs: Introduce DCACHE_DONTCACHEIra Weiny2020-05-131-1/+1
| * fs: Lift XFS_IDONTCACHE to the VFS layerIra Weiny2020-05-131-2/+2
* | xfs: rearrange xfs_inode_walk_ag parametersDarrick J. Wong2020-05-271-5/+4
* | xfs: straighten out all the naming around incore inode tree walksDarrick J. Wong2020-05-271-9/+9
* | xfs: move xfs_inode_ag_iterator to be closer to the perag walking codeDarrick J. Wong2020-05-271-40/+48
* | xfs: use bool for done in xfs_inode_ag_walkDarrick J. Wong2020-05-271-3/+3
* | xfs: fix inode ag walk predicate function return valuesDarrick J. Wong2020-05-271-17/+22
* | xfs: refactor eofb matching into a single helperDarrick J. Wong2020-05-271-28/+34
* | xfs: remove __xfs_icache_free_eofblocksDarrick J. Wong2020-05-271-12/+2
* | xfs: remove flags argument from xfs_inode_ag_walkDarrick J. Wong2020-05-271-26/+17
* | xfs: remove xfs_inode_ag_iterator_flagsDarrick J. Wong2020-05-271-30/+13
* | xfs: remove unused xfs_inode_ag_iterator functionDarrick J. Wong2020-05-271-11/+0
* | xfs: replace open-coded XFS_ICI_NO_TAGDarrick J. Wong2020-05-271-3/+3
* | xfs: cleanup xfs_idestroy_forkChristoph Hellwig2020-05-191-6/+9
* | xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+0
* | xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+0
* | xfs: improve local fork verificationChristoph Hellwig2020-05-191-6/+0
* | xfs: remove xfs_ireadChristoph Hellwig2020-05-191-1/+32
* | xfs: remove unused iflush stale parameterBrian Foster2020-05-071-1/+1
* | fs/xfs: Remove unnecessary initialization of i_rwsemIra Weiny2020-05-041-3/+1
|/
* xfs: acquire superblock freeze protection on eofblocks scansBrian Foster2020-04-131-0/+10
* xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig2020-03-021-0/+4
* xfs: Remove kmem_zone_free() wrapperCarlos Maiolino2019-11-181-2/+2
* xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig2019-11-131-2/+2
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-3/+0
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong2019-04-261-2/+2
* xfs: implement per-inode writeback completion queuesDarrick J. Wong2019-04-161-0/+3
* xfs: track metadata health statusDarrick J. Wong2019-04-141-0/+4
* xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig2018-07-301-6/+4
* xfs: remove the xfs_ifork_t typedefChristoph Hellwig2018-07-301-1/+1
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-2/+2
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: halt auto-reclamation activities while rebuilding rmapDarrick J. Wong2018-05-151-0/+18
* xfs: log item flags are racyDave Chinner2018-05-101-1/+2