aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h
Commit message (Expand)AuthorAge
* xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster2014-04-16
* Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner2014-03-13
|\
| * xfs: add O_TMPFILE supportZhi Yong Wu2014-01-06
| * xfs: factor prid related codes into xfs_get_initial_prid()Zhi Yong Wu2014-01-06
* | xfs: add xfs_ilock_attr_map_sharedChristoph Hellwig2013-12-18
* | xfs: rename xfs_ilock_map_sharedChristoph Hellwig2013-12-18
* | xfs: remove xfs_iunlock_map_sharedChristoph Hellwig2013-12-18
|/
* xfs: abstract the differences in dir2/dir3 via an ops vectorDave Chinner2013-10-30
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-23
* xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHEBrian Foster2013-10-08
* xfs: consolidate xfs_utils.cDave Chinner2013-08-12
* xfs: kill xfs_vnodeops.[ch]Dave Chinner2013-08-12
* xfs: introduce xfs_inode_buf.c for inode buffer operationsDave Chinner2013-08-12
* xfs: move unrelated definitions out of xfs_inode.hDave Chinner2013-08-12
* xfs: move inode fork definitions to a new header fileDave Chinner2013-08-12
* xfs: split out inode log item format definitionDave Chinner2013-08-12
* xfs: Add pquota fields where gquota is used.Chandra Seetharaman2013-07-11
* xfs: add version 3 inode format with CRCsChristoph Hellwig2013-04-21
* xfs: take inode version into account in XFS_LITINOChristoph Hellwig2013-03-14
* xfs: memory barrier before wake_up_bit()Alex Elder2013-02-07
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-15
* xfs: connect up write verifiers to new buffersDave Chinner2012-11-15
* xfs: add pre-write metadata buffer verifier callbacksDave Chinner2012-11-15
* xfs: verify btree blocks as they are read from diskDave Chinner2012-11-15
* xfs: create helper to check whether to free eofblocks on inodeBrian Foster2012-11-08
* xfs: remove xfs_iget.cDave Chinner2012-10-17
* xfs: remove iolock lock classesChristoph Hellwig2012-07-29
* xfs: remove the alloc_done argument to xfs_diallocChristoph Hellwig2012-07-29
* xfs: remove xfs_inotobpChristoph Hellwig2012-07-22
* xfs: merge xfs_itobp into xfs_imap_to_bpChristoph Hellwig2012-07-22
* xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner2012-05-14
* xfs: on-stack delayed write buffer listsChristoph Hellwig2012-05-14
* xfs: do not write the buffer from xfs_iflushChristoph Hellwig2012-05-14
* xfs: don't cache inodes read through bulkstatDave Chinner2012-03-26
* xfs: log timestamp updatesChristoph Hellwig2012-03-13
* xfs: do not require an ioend for new EOF calculationChristoph Hellwig2012-03-05
* xfs: remove xfs_trans_unlocked_itemChristoph Hellwig2012-02-22
* xfs: remove the i_new_size field in struct xfs_inodeChristoph Hellwig2012-01-17
* xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig2012-01-17
* xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig2012-01-17
* xfs: replace i_flock with a sleeping bitlockChristoph Hellwig2012-01-17
* xfs: make i_flags an unsigned longChristoph Hellwig2012-01-17
* xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig2012-01-17
* xfs: remove the unused dm_attrs structureChristoph Hellwig2012-01-13
* xfs: remove xfs_itruncate_dataChristoph Hellwig2012-01-13
* xfs: propagate umode_tAl Viro2012-01-03
* xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig2011-11-29
* xfs: remove i_iocountChristoph Hellwig2011-10-11
* xfs: get rid of open-coded S_ISREG(), etc.Al Viro2011-07-26
* xfs: remove i_transpChristoph Hellwig2011-07-08