summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_icache.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-3/+0Star
* 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/+4Star
* 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/+1Star
* 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
|\
| * xfs: check if an inode is cached and allocatedDarrick J. Wong2017-06-191-2/+50
* | sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar2017-06-201-2/+2
|/
* xfs: fix spurious spin_is_locked() assert failures on non-smp kernelsBrian Foster2017-06-081-3/+2Star
* xfs: update ag iterator to support wait on new inodesBrian Foster2017-04-281-8/+45
* xfs: support ability to wait on new inodesBrian Foster2017-04-281-1/+4
* xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig2017-03-081-1/+1
* xfs: sync eofblocks scans under iolock are livelock proneBrian Foster2017-01-311-38/+7Star
* xfs: pull up iolock from xfs_free_eofblocks()Brian Foster2017-01-311-9/+15
* xfs: fix crash and data corruption due to removal of busy COW extentsChristoph Hellwig2017-01-041-1/+2
* xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-301-4/+2Star
* xfs: fix unbalanced inode reclaim flush lockingBrian Foster2016-11-091-13/+14
* xfs: don't skip cow forks w/ delalloc blocks in cowblocks scanBrian Foster2016-11-081-1/+6
* xfs: fix up inode cowblocks tracking tracepointsBrian Foster2016-10-241-4/+4
* xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-061-29/+209
* xfs: introduce the CoW forkDarrick J. Wong2016-10-051-0/+5
* xfs: make xfs_inode_set_eofblocks_tag cheaper for the common caseChristoph Hellwig2016-09-191-0/+14
* xfs: cancel eofblocks background trimming on remount read-onlyBrian Foster2016-06-211-1/+1
* xfs: move reclaim tagging functionsDave Chinner2016-05-181-118/+116Star
* xfs: simplify inode reclaim tagging interfacesDave Chinner2016-05-181-48/+50
* xfs: mark reclaimed inodes invalid earlierDave Chinner2016-05-181-12/+34
* xfs: xfs_inode_free() isn't RCU safeDave Chinner2016-05-181-7/+7
* xfs: mode di_mode to vfs inodeDave Chinner2016-02-091-4/+9
* xfs: move di_changecount to VFS inodeDave Chinner2016-02-091-2/+4
* xfs: move inode generation count to VFS inodeDave Chinner2016-02-091-0/+2
* xfs: use vfs inode nlink field everywhereDave Chinner2016-02-091-0/+2
* xfs: reinitialise recycled VFS inode correctlyDave Chinner2016-02-091-1/+21