summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: make XBF_MAPPED the default behaviourDave Chinner2012-05-141-0/+1
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-1/+0
* xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner2012-05-141-0/+14
* xfs: kill XBF_LOCKDave Chinner2012-05-141-9/+7
* xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner2012-05-141-2/+2
* xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-141-23/+2
* xfs: do not write the buffer from xfs_iflushChristoph Hellwig2012-05-141-38/+16
* xfs: remove log item from AIL in xfs_iflush after a shutdownChristoph Hellwig2012-05-141-8/+9
* xfs: split in-core and on-disk inode log item fieldsChristoph Hellwig2012-03-131-36/+33
* xfs: log timestamp updatesChristoph Hellwig2012-03-131-24/+1
* xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig2012-01-171-6/+2
* xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig2012-01-171-6/+21
* xfs: replace i_flock with a sleeping bitlockChristoph Hellwig2012-01-171-2/+2
* xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig2012-01-171-20/+10
* xfs: remove xfs_itruncate_dataChristoph Hellwig2012-01-131-114/+10
* xfs: propagate umode_tAl Viro2012-01-031-2/+2
* xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig2011-11-291-0/+21
* xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig2011-10-111-2/+2
* xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig2011-10-111-6/+0
* xfs: simplify xfs_trans_ijoin* againChristoph Hellwig2011-10-111-3/+3
* xfs: introduce xfs_bmapi_read()Dave Chinner2011-10-111-6/+6
* xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman2011-10-111-3/+6
* xfs: let xfs_bwrite callers handle the xfs_buf_relseChristoph Hellwig2011-10-111-4/+4
* xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig2011-10-111-2/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder2011-08-081-8/+8
|\
| * xfs: get rid of open-coded S_ISREG(), etc.Al Viro2011-07-261-8/+8
* | Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinnedChandra Seetharaman2011-07-251-1/+1
* | xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-251-1/+1
|/
* xfs: remove leftovers of the old btree tracing codeChristoph Hellwig2011-07-131-1/+0
* xfs: remove wrappers around b_iodoneChristoph Hellwig2011-07-131-2/+2
* xfs: remove wrappers around b_fsprivChristoph Hellwig2011-07-131-2/+2
* xfs: byteswap constants instead of variablesChristoph Hellwig2011-07-081-7/+6
* xfs: remove i_transpChristoph Hellwig2011-07-081-3/+0
* xfs: split xfs_itruncate_finishChristoph Hellwig2011-07-081-229/+128
* xfs: kill xfs_itruncate_startChristoph Hellwig2011-07-081-160/+3
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-05-261-8/+7
|\
| * xfs: check for valid indices in xfs_iext_get_ext and xfs_iext_idx_to_irecChristoph Hellwig2011-05-251-2/+6
| * xfs: fix up asserts in xfs_iflush_forkChristoph Hellwig2011-05-251-4/+1
| * xfs: remove if_lastexChristoph Hellwig2011-05-251-2/+0
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-05-231-1/+1
|\|
| * xfs: fix xfs_itruncate_start tracingDave Chinner2011-05-191-1/+1
* | treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* xfs: introduce inode cluster buffer trylocks for xfs_iflushDave Chinner2011-03-261-1/+1
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-071-17/+13
* xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner2011-03-071-10/+7
* xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner2011-03-071-22/+15
* xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner2011-03-071-20/+20
* xfs: more sensible inode refcounting for iallocChristoph Hellwig2011-02-221-2/+3
* xfs: connect up buffer reclaim priority hooksDave Chinner2010-12-021-1/+1