aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro
2011-07-25Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinnedChandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman
2011-07-13xfs: remove leftovers of the old btree tracing codeChristoph Hellwig
2011-07-13xfs: remove wrappers around b_iodoneChristoph Hellwig
2011-07-13xfs: remove wrappers around b_fsprivChristoph Hellwig
2011-07-08xfs: byteswap constants instead of variablesChristoph Hellwig
2011-07-08xfs: remove i_transpChristoph Hellwig
2011-07-08xfs: split xfs_itruncate_finishChristoph Hellwig
2011-07-08xfs: kill xfs_itruncate_startChristoph Hellwig
2011-05-26Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-05-25xfs: check for valid indices in xfs_iext_get_ext and xfs_iext_idx_to_irecChristoph Hellwig
2011-05-25xfs: fix up asserts in xfs_iflush_forkChristoph Hellwig
2011-05-25xfs: remove if_lastexChristoph Hellwig
2011-05-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2011-05-19xfs: fix xfs_itruncate_start tracingDave Chinner
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-26xfs: introduce inode cluster buffer trylocks for xfs_iflushDave Chinner
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner
2011-03-07xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner
2011-03-07xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner
2011-02-22xfs: more sensible inode refcounting for iallocChristoph Hellwig
2010-12-02xfs: connect up buffer reclaim priority hooksDave Chinner
2010-12-17xfs: convert inode cache lookups to use RCU lockingDave Chinner
2010-10-18xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig
2010-10-18xfs: remove xfs_cred.hChristoph Hellwig
2010-08-24xfs: ensure we mark all inodes in a freed cluster XFS_ISTALEDave Chinner
2010-07-26xfs: kill the b_strat callback in xfs_bufChristoph Hellwig
2010-07-26xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig
2010-07-26xfs: fix memory reclaim recursion deadlock on locked inode bufferDave Chinner
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig
2010-07-26xfs: remove unused XFS_BMAPI_ flagsChristoph Hellwig
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig
2010-07-26xfs: give li_cb callbacks the correct prototypeChristoph Hellwig
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig
2010-07-26xfs: drop dmapi hooksChristoph Hellwig
2010-06-24xfs: remove block number from inode lookup codeDave Chinner
2010-06-24xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDDave Chinner
2010-06-03xfs: fix race in inode cluster freeing failing to stale inodesDave Chinner
2010-05-28xfs: fix access to upper inodes without inode64Christoph Hellwig
2010-05-19xfs: Add inode pin counts to tracesDave Chinner
2010-03-01xfs: remove xfs_ipin/xfs_iunpinChristoph Hellwig
2010-03-01xfs: cleanup xfs_iunpin_wait/xfs_iunpin_nowaitChristoph Hellwig
2010-02-06xfs: Use delayed write for inodes rather than async V2Dave Chinner
2010-02-06xfs: Make inode reclaim states explicitDave Chinner
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig