summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_icache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-031-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-031-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-291-3/+0
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-291-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-151-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-161-0/+18
* xfs: log item flags are racyDave Chinner2018-05-101-1/+2
* xfs: validate cached inodes are free when allocatedDave Chinner2018-05-091-25/+48
* xfs: catch inode allocation state mismatch corruptionDave Chinner2018-03-241-1/+22
* Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-311-21/+49
|\
| * xfs: preserve i_rdev when recycling a reclaimable inodeAmir Goldstein2018-01-291-0/+2
| * xfs: recheck reflink / dirty page status before freeing CoW reservationsDarrick J. Wong2018-01-181-21/+42
| * xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong2018-01-081-0/+5
* | Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-291-2/+3
|\ \ | |/ |/|
| * xfs: convert to new i_version APIJeff Layton2018-01-291-2/+3
* | xfs: remove leftover CoW reservations when remounting roDarrick J. Wong2017-12-211-1/+1
* | xfs: track cowblocks separately in i_flagsDarrick J. Wong2017-12-211-9/+24
|/
* xfs: return a distinct error code value for IGET_INCORE cache missesDarrick J. Wong2017-10-271-1/+1
* xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval2017-09-011-5/+5
* Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-101-2/+50
|\