aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: consolidate xfs_utils.cDave Chinner2013-08-121-0/+7
* xfs: kill xfs_vnodeops.[ch]Dave Chinner2013-08-121-3/+20
* xfs: introduce xfs_inode_buf.c for inode buffer operationsDave Chinner2013-08-121-34/+7
* xfs: move unrelated definitions out of xfs_inode.hDave Chinner2013-08-121-38/+0
* xfs: move inode fork definitions to a new header fileDave Chinner2013-08-121-133/+1
* xfs: split out inode log item format definitionDave Chinner2013-08-121-69/+0
* xfs: Add pquota fields where gquota is used.Chandra Seetharaman2013-07-111-0/+1
* xfs: add version 3 inode format with CRCsChristoph Hellwig2013-04-211-0/+26
* xfs: take inode version into account in XFS_LITINOChristoph Hellwig2013-03-141-2/+3
* xfs: memory barrier before wake_up_bit()Alex Elder2013-02-071-0/+1
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-151-2/+1
* xfs: connect up write verifiers to new buffersDave Chinner2012-11-151-0/+1
* xfs: add pre-write metadata buffer verifier callbacksDave Chinner2012-11-151-1/+1
* xfs: verify btree blocks as they are read from diskDave Chinner2012-11-151-0/+1
* xfs: create helper to check whether to free eofblocks on inodeBrian Foster2012-11-081-0/+1
* xfs: remove xfs_iget.cDave Chinner2012-10-171-8/+2
* xfs: remove iolock lock classesChristoph Hellwig2012-07-291-2/+0
* xfs: remove the alloc_done argument to xfs_diallocChristoph Hellwig2012-07-291-1/+1
* xfs: remove xfs_inotobpChristoph Hellwig2012-07-221-3/+0
* xfs: merge xfs_itobp into xfs_imap_to_bpChristoph Hellwig2012-07-221-3/+3
* xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner2012-05-141-0/+2
* xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-141-1/+0
* xfs: do not write the buffer from xfs_iflushChristoph Hellwig2012-05-141-1/+1
* xfs: don't cache inodes read through bulkstatDave Chinner2012-03-261-1/+3
* xfs: log timestamp updatesChristoph Hellwig2012-03-131-5/+0
* xfs: do not require an ioend for new EOF calculationChristoph Hellwig2012-03-051-0/+14
* xfs: remove xfs_trans_unlocked_itemChristoph Hellwig2012-02-221-3/+1
* xfs: remove the i_new_size field in struct xfs_inodeChristoph Hellwig2012-01-171-2/+0
* xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig2012-01-171-4/+12
* xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig2012-01-171-1/+2
* xfs: replace i_flock with a sleeping bitlockChristoph Hellwig2012-01-171-28/+50
* xfs: make i_flags an unsigned longChristoph Hellwig2012-01-171-1/+1
* xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig2012-01-171-2/+2
* xfs: remove the unused dm_attrs structureChristoph Hellwig2012-01-131-7/+0
* xfs: remove xfs_itruncate_dataChristoph Hellwig2012-01-131-2/+0
* xfs: propagate umode_tAl Viro2012-01-031-1/+1
* xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig2011-11-291-0/+1
* xfs: remove i_iocountChristoph Hellwig2011-10-111-1/+0
* xfs: get rid of open-coded S_ISREG(), etc.Al Viro2011-07-261-1/+1
* xfs: remove i_transpChristoph Hellwig2011-07-081-1/+0
* xfs: split xfs_itruncate_finishChristoph Hellwig2011-07-081-9/+4
* xfs: kill xfs_itruncate_startChristoph Hellwig2011-07-081-11/+0
* xfs: reset inode per-lifetime state when recycling itDave Chinner2011-06-231-0/+10
* xfs: remove if_lastexChristoph Hellwig2011-05-251-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* xfs: add lockdep annotations for the rt inodesChristoph Hellwig2011-02-071-8/+15
* xfs: don't truncate prealloc from frequently accessed inodesDave Chinner2010-12-231-6/+7
* xfs: provide a inode iolock lockdep classDave Chinner2010-12-231-0/+2
* new helper: ihold()Al Viro2010-10-251-1/+1
* xfs: Extend project quotas to support 32bit project idsArkadiusz Mi?kiewicz2010-10-181-3/+23