aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-20Merge branch 'xfs-feature-bit-cleanup' into for-nextDave Chinner1-100/+11
2014-05-20xfs: turn NLINK feature on by defaultDave Chinner1-100/+11
2014-05-15Merge branch 'xfs-free-inode-btree' into for-nextDave Chinner1-2/+26
2014-05-15Merge branch 'xfs-filestreams-lookup' into for-nextDave Chinner1-34/+1
2014-05-15Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner1-2/+2
2014-04-24xfs: update inode allocation/free transaction reservations for finobtBrian Foster1-2/+26
2014-04-23xfs: remove xfs_filestream_associateChristoph Hellwig1-15/+0
2014-04-23xfs: rewrite the filestream allocator using the dentry cacheChristoph Hellwig1-20/+4
2014-04-23xfs: remove XFS_IFILESTREAMChristoph Hellwig1-2/+0
2014-04-17xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster1-2/+3
2014-04-14xfs: remove unused bp arg from xfs_iflush_fork()Eric Sandeen1-2/+2
2014-03-13Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner1-6/+117
2014-01-09Merge branch 'xfs-extent-list-locking-fixes' into for-nextBen Myers1-33/+29
2014-01-06xfs: allow linkat() on O_TMPFILE filesZhi Yong Wu1-1/+9
2014-01-06xfs: add O_TMPFILE supportZhi Yong Wu1-0/+107
2014-01-06xfs: factor prid related codes into xfs_get_initial_prid()Zhi Yong Wu1-5/+1
2013-12-18xfs: add xfs_ilock_attr_map_sharedChristoph Hellwig1-10/+24
2013-12-18xfs: rename xfs_ilock_map_sharedChristoph Hellwig1-11/+6
2013-12-18xfs: remove xfs_iunlock_map_sharedChristoph Hellwig1-15/+2
2013-12-13xfs: use xfs_icluster_size_fsb in xfs_ifree_clusterJie Liu1-13/+6
2013-12-13xfs: get rid of XFS_IALLOC_BLOCKS macrosJie Liu1-2/+2
2013-12-13xfs: get rid of XFS_INODE_CLUSTER_SIZE macrosJie Liu1-5/+5
2013-11-04xfs: xfs_remove deadlocks due to inverted AGF vs AGI lock orderingDave Chinner1-28/+44
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-7/+3
2013-10-23xfs: decouple log and transaction headersDave Chinner1-5/+7
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner1-1/+1
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-0/+1
2013-10-08xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHEBrian Foster1-17/+11
2013-10-08xfs: push down inactive transaction mgmt for ifreeBrian Foster1-50/+71
2013-10-08xfs: push down inactive transaction mgmt for truncateBrian Foster1-49/+68
2013-10-08xfs: push down inactive transaction mgmt for remote symlinksBrian Foster1-7/+8
2013-10-01xfs: remove usage of is_bad_inodeBen Myers1-1/+1
2013-08-20xfs: fix the comment of xfs_ifree_cluster()Zhi Yong Wu1-1/+1
2013-08-15xfs: convert kuid_t to/from uid_t for internal structuresDwight Engen1-4/+5
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu1-52/+36
2013-08-12xfs: consolidate xfs_utils.cDave Chinner1-1/+278
2013-08-12xfs: consolidate xfs_rename.cDave Chinner1-1/+307
2013-08-12xfs: kill xfs_vnodeops.[ch]Dave Chinner1-37/+967
2013-08-12xfs: create xfs_bmap_util.[ch]Dave Chinner1-0/+1
2013-08-12xfs: introduce xfs_inode_buf.c for inode buffer operationsDave Chinner1-420/+0
2013-08-12xfs: move inode fork definitions to a new header fileDave Chinner1-1874/+2
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner1-1/+1
2013-07-24xfs: di_flushiter considered harmfulDave Chinner1-9/+22
2013-07-09xfs: use XFS_BMAP_BMDR_SPACE vs. XFS_BROOT_SIZE_ADJEric Sandeen1-7/+7
2013-06-27xfs: xfs_ifree doesn't need to modify the inode bufferDave Chinner1-28/+4
2013-06-27xfs: don't do IO when creating an new inodeDave Chinner1-8/+28
2013-06-05xfs: inode unlinked list needs to recalculate the inode CRCDave Chinner1-0/+16
2013-05-07xfs: introduce CONFIG_XFS_WARNDave Chinner1-1/+1
2013-04-21xfs: add version 3 inode format with CRCsChristoph Hellwig1-54/+125
2013-04-21xfs: add support for large btree blocksChristoph Hellwig1-16/+17