aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-23xfs: ensure truncate forces zeroed blocks to diskDave Chinner1-4/+5
2015-02-02Merge branch 'xfs-misc-fixes-for-3.20-3' into for-nextDave Chinner1-0/+9
2015-02-02xfs: factor out a xfs_update_prealloc_flags() helperChristoph Hellwig1-0/+9
2014-12-24xfs: Add support to RENAME_EXCHANGE flagCarlos Maiolino1-1/+1
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-2/+0
2014-10-02xfs: check for inode size overflow in xfs_new_eof()Brian Foster1-1/+1
2014-08-04xfs: kill xfs_vnode.hDave Chinner1-0/+10
2014-05-20Merge branch 'xfs-feature-bit-cleanup' into for-nextDave Chinner1-1/+0
2014-05-20xfs: turn NLINK feature on by defaultDave Chinner1-1/+0
2014-05-15Merge branch 'xfs-filestreams-lookup' into for-nextDave Chinner1-3/+1
2014-04-23xfs: remove XFS_IFILESTREAMChristoph Hellwig1-3/+1
2014-04-17xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster1-1/+1
2014-03-13Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner1-0/+12
2014-01-06xfs: add O_TMPFILE supportZhi Yong Wu1-0/+2
2014-01-06xfs: factor prid related codes into xfs_get_initial_prid()Zhi Yong Wu1-0/+10
2013-12-18xfs: add xfs_ilock_attr_map_sharedChristoph Hellwig1-0/+1
2013-12-18xfs: rename xfs_ilock_map_sharedChristoph Hellwig1-1/+1
2013-12-18xfs: remove xfs_iunlock_map_sharedChristoph Hellwig1-1/+0
2013-10-30xfs: abstract the differences in dir2/dir3 via an ops vectorDave Chinner1-0/+3
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-1/+0
2013-10-08xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHEBrian Foster1-1/+1
2013-08-12xfs: consolidate xfs_utils.cDave Chinner1-0/+7
2013-08-12xfs: kill xfs_vnodeops.[ch]Dave Chinner1-3/+20
2013-08-12xfs: introduce xfs_inode_buf.c for inode buffer operationsDave Chinner1-34/+7
2013-08-12xfs: move unrelated definitions out of xfs_inode.hDave Chinner1-38/+0
2013-08-12xfs: move inode fork definitions to a new header fileDave Chinner1-133/+1
2013-08-12xfs: split out inode log item format definitionDave Chinner1-69/+0
2013-07-11xfs: Add pquota fields where gquota is used.Chandra Seetharaman1-0/+1
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