aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-21xfs: add version 3 inode format with CRCsChristoph Hellwig1-0/+26
2013-03-14xfs: take inode version into account in XFS_LITINOChristoph Hellwig1-2/+3
2013-02-07xfs: memory barrier before wake_up_bit()Alex Elder1-0/+1
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-2/+1
2012-11-15xfs: connect up write verifiers to new buffersDave Chinner1-0/+1
2012-11-15xfs: add pre-write metadata buffer verifier callbacksDave Chinner1-1/+1
2012-11-15xfs: verify btree blocks as they are read from diskDave Chinner1-0/+1
2012-11-08xfs: create helper to check whether to free eofblocks on inodeBrian Foster1-0/+1
2012-10-17xfs: remove xfs_iget.cDave Chinner1-8/+2
2012-07-29xfs: remove iolock lock classesChristoph Hellwig1-2/+0
2012-07-29xfs: remove the alloc_done argument to xfs_diallocChristoph Hellwig1-1/+1
2012-07-22xfs: remove xfs_inotobpChristoph Hellwig1-3/+0
2012-07-22xfs: merge xfs_itobp into xfs_imap_to_bpChristoph Hellwig1-3/+3
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner1-0/+2
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig1-1/+0
2012-05-14xfs: do not write the buffer from xfs_iflushChristoph Hellwig1-1/+1
2012-03-26xfs: don't cache inodes read through bulkstatDave Chinner1-1/+3
2012-03-13xfs: log timestamp updatesChristoph Hellwig1-5/+0
2012-03-05xfs: do not require an ioend for new EOF calculationChristoph Hellwig1-0/+14
2012-02-22xfs: remove xfs_trans_unlocked_itemChristoph Hellwig1-3/+1
2012-01-17xfs: remove the i_new_size field in struct xfs_inodeChristoph Hellwig1-2/+0
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig1-4/+12
2012-01-17xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig1-1/+2
2012-01-17xfs: replace i_flock with a sleeping bitlockChristoph Hellwig1-28/+50
2012-01-17xfs: make i_flags an unsigned longChristoph Hellwig1-1/+1
2012-01-17xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig1-2/+2
2012-01-13xfs: remove the unused dm_attrs structureChristoph Hellwig1-7/+0
2012-01-13xfs: remove xfs_itruncate_dataChristoph Hellwig1-2/+0
2012-01-03xfs: propagate umode_tAl Viro1-1/+1
2011-11-29xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig1-0/+1
2011-10-11xfs: remove i_iocountChristoph Hellwig1-1/+0
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro1-1/+1
2011-07-08xfs: remove i_transpChristoph Hellwig1-1/+0
2011-07-08xfs: split xfs_itruncate_finishChristoph Hellwig1-9/+4
2011-07-08xfs: kill xfs_itruncate_startChristoph Hellwig1-11/+0
2011-06-23xfs: reset inode per-lifetime state when recycling itDave Chinner1-0/+10
2011-05-25xfs: remove if_lastexChristoph Hellwig1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-02-07xfs: add lockdep annotations for the rt inodesChristoph Hellwig1-8/+15
2010-12-23xfs: don't truncate prealloc from frequently accessed inodesDave Chinner1-6/+7
2010-12-23xfs: provide a inode iolock lockdep classDave Chinner1-0/+2
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-18xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz1-3/+23
2010-10-18xfs: remove xfs_cred.hChristoph Hellwig1-3/+2
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsDave Chinner1-1/+0
2010-07-26xfs: simplify and remove xfs_ireclaimDave Chinner1-1/+1
2010-07-26xfs: remove xfs_iputChristoph Hellwig1-1/+0
2010-07-26xfs: remove xfs_iput_newChristoph Hellwig1-1/+0
2010-06-24xfs: remove block number from inode lookup codeDave Chinner1-2/+2
2010-06-24xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDDave Chinner1-1/+1