aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-29xfs: do not take the iolock in xfs_inactiveChristoph Hellwig1-1/+3
2012-07-29xfs: remove the alloc_done argument to xfs_diallocChristoph Hellwig1-3/+2
2012-07-22xfs: remove xfs_inotobpChristoph Hellwig1-51/+19
2012-07-22xfs: merge xfs_itobp into xfs_imap_to_bpChristoph Hellwig1-84/+47
2012-06-14xfs: make largest supported offset less shoutyDave Chinner1-1/+1
2012-05-14xfs: make XBF_MAPPED the default behaviourDave Chinner1-0/+1
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner1-1/+0
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner1-0/+14
2012-05-14xfs: kill XBF_LOCKDave Chinner1-9/+7
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner1-2/+2
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig1-23/+2
2012-05-14xfs: do not write the buffer from xfs_iflushChristoph Hellwig1-38/+16
2012-05-14xfs: remove log item from AIL in xfs_iflush after a shutdownChristoph Hellwig1-8/+9
2012-03-13xfs: split in-core and on-disk inode log item fieldsChristoph Hellwig1-36/+33
2012-03-13xfs: log timestamp updatesChristoph Hellwig1-24/+1
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig1-6/+2
2012-01-17xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig1-6/+21
2012-01-17xfs: replace i_flock with a sleeping bitlockChristoph Hellwig1-2/+2
2012-01-17xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig1-20/+10
2012-01-13xfs: remove xfs_itruncate_dataChristoph Hellwig1-114/+10
2012-01-03xfs: propagate umode_tAl Viro1-2/+2
2011-11-29xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig1-0/+21
2011-10-11xfs: remove XFS_BUF_STALE and XFS_BUF_SUPER_STALEChristoph Hellwig1-2/+2
2011-10-11xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig1-6/+0
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig1-3/+3
2011-10-11xfs: introduce xfs_bmapi_read()Dave Chinner1-6/+6
2011-10-11xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman1-3/+6
2011-10-11xfs: let xfs_bwrite callers handle the xfs_buf_relseChristoph Hellwig1-4/+4
2011-10-11xfs: call xfs_buf_delwri_queue directlyChristoph Hellwig1-2/+4
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxAlex Elder1-8/+8
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro1-8/+8
2011-07-25Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinnedChandra Seetharaman1-1/+1
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman1-1/+1
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