aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_icache.c
AgeCommit message (Expand)Author
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 helperChristoph 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 kernelsBrian Foster
2017-04-28xfs: update ag iterator to support wait on new inodesBrian Foster
2017-04-28xfs: support ability to wait on new inodesBrian Foster
2017-03-07xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig
2017-01-30xfs: sync eofblocks scans under iolock are livelock proneBrian Foster
2017-01-30xfs: pull up iolock from xfs_free_eofblocks()Brian Foster
2017-01-03xfs: fix crash and data corruption due to removal of busy COW extentsChristoph Hellwig
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig
2016-11-10xfs: fix unbalanced inode reclaim flush lockingBrian Foster
2016-11-08xfs: don't skip cow forks w/ delalloc blocks in cowblocks scanBrian Foster
2016-10-24xfs: fix up inode cowblocks tracking tracepointsBrian Foster
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong
2016-10-04xfs: introduce the CoW forkDarrick J. Wong
2016-09-19xfs: make xfs_inode_set_eofblocks_tag cheaper for the common caseChristoph Hellwig
2016-06-21xfs: cancel eofblocks background trimming on remount read-onlyBrian Foster
2016-05-18xfs: move reclaim tagging functionsDave Chinner
2016-05-18xfs: simplify inode reclaim tagging interfacesDave Chinner
2016-05-18xfs: mark reclaimed inodes invalid earlierDave Chinner
2016-05-18xfs: xfs_inode_free() isn't RCU safeDave Chinner
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner
2016-02-09xfs: move di_changecount to VFS inodeDave Chinner
2016-02-09xfs: move inode generation count to VFS inodeDave Chinner
2016-02-09xfs: use vfs inode nlink field everywhereDave Chinner
2016-02-09xfs: reinitialise recycled VFS inode correctlyDave Chinner
2016-02-09xfs: introduce inode log format objectDave Chinner
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell