aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_icache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar1-2/+2
2017-06-19xfs: check if an inode is cached and allocatedDarrick J. Wong1-2/+50
2017-06-08xfs: fix spurious spin_is_locked() assert failures on non-smp kernelsBrian Foster1-3/+2
2017-04-28xfs: update ag iterator to support wait on new inodesBrian Foster1-8/+45
2017-04-28xfs: support ability to wait on new inodesBrian Foster1-1/+4
2017-03-07xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig1-1/+1
2017-01-30xfs: sync eofblocks scans under iolock are livelock proneBrian Foster1-38/+7
2017-01-30xfs: pull up iolock from xfs_free_eofblocks()Brian Foster1-9/+15
2017-01-03xfs: fix crash and data corruption due to removal of busy COW extentsChristoph Hellwig1-1/+2
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig1-4/+2
2016-11-10xfs: fix unbalanced inode reclaim flush lockingBrian Foster1-13/+14
2016-11-08xfs: don't skip cow forks w/ delalloc blocks in cowblocks scanBrian Foster1-1/+6
2016-10-24xfs: fix up inode cowblocks tracking tracepointsBrian Foster1-4/+4
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong1-29/+209
2016-10-04xfs: introduce the CoW forkDarrick J. Wong1-0/+5
2016-09-19xfs: make xfs_inode_set_eofblocks_tag cheaper for the common caseChristoph Hellwig1-0/+14
2016-06-21xfs: cancel eofblocks background trimming on remount read-onlyBrian Foster1-1/+1
2016-05-18xfs: move reclaim tagging functionsDave Chinner1-118/+116
2016-05-18xfs: simplify inode reclaim tagging interfacesDave Chinner1-48/+50
2016-05-18xfs: mark reclaimed inodes invalid earlierDave Chinner1-12/+34
2016-05-18xfs: xfs_inode_free() isn't RCU safeDave Chinner1-7/+7
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner1-4/+9
2016-02-09xfs: move di_changecount to VFS inodeDave Chinner1-2/+4