summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_icache.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: catch inode allocation state mismatch corruptionDave Chinner2018-03-231-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-171-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-201-9/+24
|/
* xfs: return a distinct error code value for IGET_INCORE cache missesDarrick J. Wong2017-10-261-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/+2
* 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-071-1/+1
* xfs: sync eofblocks scans under iolock are livelock proneBrian Foster2017-01-301-38/+7
* xfs: pull up iolock from xfs_free_eofblocks()Brian Foster2017-01-301-9/+15
* xfs: fix crash and data corruption due to removal of busy COW extentsChristoph Hellwig2017-01-031-1/+2
* xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-301-4/+2
* xfs: fix unbalanced inode reclaim flush lockingBrian Foster2016-11-101-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-051-29/+209
* xfs: introduce the CoW forkDarrick J. Wong2016-10-041-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/+116
* 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
* xfs: introduce inode log format objectDave Chinner2016-02-091-1/+1
* xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-121-9/+9
* xfs: add mssing inode cache attempts counter incrementLucas Stach2015-08-281-0/+2
* xfs: inodes are new until the dentry cache is set upDave Chinner2015-02-231-2/+2
* Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner2014-12-041-0/+2
|\
| * xfs: active inodes stat is brokenDave Chinner2014-12-041-0/+2
* | xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
|/
* xfs: remove second xfs_quota.h inclusion in xfs_icache.cFabian Frederick2014-09-231-1/+0
* xfs: run an eofblocks scan on ENOSPC/EDQUOTBrian Foster2014-07-241-0/+52
* xfs: support a union-based filter for eofblocks scansBrian Foster2014-07-241-1/+30
* xfs: add scan owner field to xfs_eofblocksBrian Foster2014-07-241-1/+12