summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode.c
AgeCommit message (Expand)Author
2012-05-14xfs: kill XBF_LOCKDave Chinner
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig
2012-05-14xfs: do not write the buffer from xfs_iflushChristoph Hellwig
2012-05-14xfs: remove log item from AIL in xfs_iflush after a shutdownChristoph Hellwig
2012-03-13xfs: split in-core and on-disk inode log item fieldsChristoph Hellwig
2012-03-13xfs: log timestamp updatesChristoph Hellwig
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig
2012-01-17xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig
2012-01-17xfs: replace i_flock with a sleeping bitlockChristoph Hellwig
2012-01-17xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig
2012-01-13xfs: remove xfs_itruncate_dataChristoph Hellwig
2012-01-04xfs: propagate umode_tAl Viro
2011-11-29xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig
2011-10-12xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig
2011-10-12xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig
2011-10-12xfs: simplify xfs_trans_ijoin* againChristoph Hellwig
2011-10-12xfs: introduce xfs_bmapi_read()Dave Chinner
2011-10-12xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman
2011-10-12xfs: let xfs_bwrite callers handle the xfs_buf_relseChristoph Hellwig
2011-10-12xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig
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-25xfs: introduce inode cluster buffer trylocks for xfs_iflushDave Chinner
2011-03-06xfs: Convert remaining cmn_err() callers to new APIDave Chinner
2011-03-06xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner
2011-03-06xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner
2011-03-06xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner
2011-02-23xfs: 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