aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-13xfs: remove leftovers of the old btree tracing codeChristoph Hellwig1-1/+0
2011-07-13xfs: remove wrappers around b_iodoneChristoph Hellwig1-2/+2
2011-07-13xfs: remove wrappers around b_fsprivChristoph Hellwig1-2/+2
2011-07-08xfs: byteswap constants instead of variablesChristoph Hellwig1-7/+6
2011-07-08xfs: remove i_transpChristoph Hellwig1-3/+0
2011-07-08xfs: split xfs_itruncate_finishChristoph Hellwig1-229/+128
2011-07-08xfs: kill xfs_itruncate_startChristoph Hellwig1-160/+3
2011-05-26Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-8/+7
2011-05-25xfs: check for valid indices in xfs_iext_get_ext and xfs_iext_idx_to_irecChristoph Hellwig1-2/+6
2011-05-25xfs: fix up asserts in xfs_iflush_forkChristoph Hellwig1-4/+1
2011-05-25xfs: remove if_lastexChristoph Hellwig1-2/+0
2011-05-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+1
2011-05-19xfs: fix xfs_itruncate_start tracingDave Chinner1-1/+1
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-26xfs: introduce inode cluster buffer trylocks for xfs_iflushDave Chinner1-1/+1
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner1-17/+13
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner1-10/+7
2011-03-07xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner1-22/+15
2011-03-07xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner1-20/+20
2011-02-22xfs: more sensible inode refcounting for iallocChristoph Hellwig1-2/+3
2010-12-02xfs: connect up buffer reclaim priority hooksDave Chinner1-1/+1
2010-12-17xfs: convert inode cache lookups to use RCU lockingDave Chinner1-12/+40
2010-10-18xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz1-6/+8
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig1-1/+1
2010-10-18xfs: remove xfs_cred.hChristoph Hellwig1-1/+0
2010-08-24xfs: ensure we mark all inodes in a freed cluster XFS_ISTALEDave Chinner1-23/+26
2010-07-26xfs: kill the b_strat callback in xfs_bufChristoph Hellwig1-1/+0
2010-07-26xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig1-4/+0
2010-07-26xfs: fix memory reclaim recursion deadlock on locked inode bufferDave Chinner1-9/+11
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig1-2/+2
2010-07-26xfs: remove unused XFS_BMAPI_ flagsChristoph Hellwig1-2/+1
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig1-10/+4
2010-07-26xfs: give li_cb callbacks the correct prototypeChristoph Hellwig1-6/+4
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-3/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-06-24xfs: remove block number from inode lookup codeDave Chinner1-3/+0
2010-06-24xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDDave Chinner1-1/+1
2010-06-03xfs: fix race in inode cluster freeing failing to stale inodesDave Chinner1-80/+62
2010-05-28xfs: fix access to upper inodes without inode64Christoph Hellwig1-2/+0
2010-05-19xfs: Add inode pin counts to tracesDave Chinner1-0/+2
2010-03-01xfs: remove xfs_ipin/xfs_iunpinChristoph Hellwig1-28/+0
2010-03-01xfs: cleanup xfs_iunpin_wait/xfs_iunpin_nowaitChristoph Hellwig1-28/+12
2010-02-06xfs: Use delayed write for inodes rather than async V2Dave Chinner1-70/+5
2010-02-06xfs: Make inode reclaim states explicitDave Chinner1-10/+1
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig1-3/+6
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig1-10/+10
2010-01-15xfs: convert remaining direct references to m_peragDave Chinner1-1/+4
2010-01-15xfs: rename xfs_get_peragDave Chinner1-3/+5
2010-01-15xfs: fix stale inode flush avoidanceDave Chinner1-6/+15