summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_icache.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: global error sign conversionDave Chinner2014-06-251-23/+23
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-3/+3
* xfs: remove unused pag ptr arg from iterator execute functionsEric Sandeen2014-04-141-8/+4
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-4/+0
* xfs: decouple log and transaction headersDave Chinner2013-10-231-5/+4
* xfs: remove usage of is_bad_inodeBen Myers2013-10-011-7/+0
* xfs: asserting lock not held during freeing not validDave Chinner2013-09-241-5/+4
* Merge tag 'xfs-for-linus-v3.12-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-09-121-2/+2
|\
| * xfs: recovery of swap extents operations for CRC filesystemsDave Chinner2013-09-101-2/+2
* | shrinker: convert superblock shrinkers to new APIDave Chinner2013-09-101-2/+2
|/
* xfs: create internal eofblocks structure with kuid_t typesDwight Engen2013-08-151-6/+6
* xfs: kill xfs_vnodeops.[ch]Dave Chinner2013-08-121-1/+1
* xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner2013-08-121-0/+1
* xfs: Add pquota fields where gquota is used.Chandra Seetharaman2013-07-111-0/+1
* xfs: Code cleanup and removal of some typedef usageChandra Seetharaman2013-06-281-1/+2
* xfs: add background scanning to clear eofblocks inodesBrian Foster2012-11-081-0/+29
* xfs: add minimum file size filtering to eofblocks scanBrian Foster2012-11-081-2/+9
* xfs: support multiple inode id filtering in eofblocks scanBrian Foster2012-11-081-11/+13
* xfs: add inode id filtering to eofblocks scanBrian Foster2012-11-081-0/+22
* xfs: add XFS_IOC_FREE_EOFBLOCKS ioctlBrian Foster2012-11-081-3/+7
* xfs: create function to scan and clear EOFBLOCKS inodesBrian Foster2012-11-081-0/+43
* xfs: support a tag-based inode_ag_iteratorBrian Foster2012-11-081-7/+49
* xfs: add EOFBLOCKS inode tagging/untaggingBrian Foster2012-11-081-0/+62
* xfs: remove xfs_iget.cDave Chinner2012-10-171-3/+418
* xfs: rename xfs_sync.[ch] to xfs_icache.[ch]Dave Chinner2012-10-171-0/+715
OpenPOWER on IntegriCloud