summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | xfs: remove XFS_IFILESTREAMChristoph Hellwig2014-04-231-2/+0
| |/ /
* | | Merge branch 'xfs-unused-args-cleanup' into for-nextDave Chinner2014-05-151-2/+2
|\ \ \ | |_|/ |/| |
| * | xfs: remove unused bp arg from xfs_iflush_fork()Eric Sandeen2014-04-141-2/+2
| |/
* | xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster2014-04-171-2/+3
|/
* Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner2014-03-131-6/+117
|\
| * xfs: allow linkat() on O_TMPFILE filesZhi Yong Wu2014-01-061-1/+9
| * xfs: add O_TMPFILE supportZhi Yong Wu2014-01-061-0/+107
| * xfs: factor prid related codes into xfs_get_initial_prid()Zhi Yong Wu2014-01-061-5/+1
* | Merge branch 'xfs-extent-list-locking-fixes' into for-nextBen Myers2014-01-091-33/+29
|\ \
| * | xfs: add xfs_ilock_attr_map_sharedChristoph Hellwig2013-12-181-10/+24
| * | xfs: rename xfs_ilock_map_sharedChristoph Hellwig2013-12-181-11/+6
| * | xfs: remove xfs_iunlock_map_sharedChristoph Hellwig2013-12-181-15/+2
| |/
* | xfs: use xfs_icluster_size_fsb in xfs_ifree_clusterJie Liu2013-12-131-13/+6
* | xfs: get rid of XFS_IALLOC_BLOCKS macrosJie Liu2013-12-131-2/+2
* | xfs: get rid of XFS_INODE_CLUSTER_SIZE macrosJie Liu2013-12-131-5/+5
|/
* xfs: xfs_remove deadlocks due to inverted AGF vs AGI lock orderingDave Chinner2013-11-041-28/+44
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-7/+3
* xfs: decouple log and transaction headersDave Chinner2013-10-231-5/+7
* xfs: unify directory/attribute format definitionsDave Chinner2013-10-231-1/+1
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-0/+1
* xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHEBrian Foster2013-10-081-17/+11
* xfs: push down inactive transaction mgmt for ifreeBrian Foster2013-10-081-50/+71
* xfs: push down inactive transaction mgmt for truncateBrian Foster2013-10-081-49/+68
* xfs: push down inactive transaction mgmt for remote symlinksBrian Foster2013-10-081-7/+8
* xfs: remove usage of is_bad_inodeBen Myers2013-10-011-1/+1
* xfs: fix the comment of xfs_ifree_cluster()Zhi Yong Wu2013-08-201-1/+1
* xfs: convert kuid_t to/from uid_t for internal structuresDwight Engen2013-08-151-4/+5
* xfs: refactor xfs_trans_reserve() interfaceJie Liu2013-08-121-52/+36
* xfs: consolidate xfs_utils.cDave Chinner2013-08-121-1/+278
* xfs: consolidate xfs_rename.cDave Chinner2013-08-121-1/+307
* xfs: kill xfs_vnodeops.[ch]Dave Chinner2013-08-121-37/+967
* xfs: create xfs_bmap_util.[ch]Dave Chinner2013-08-121-0/+1
* xfs: introduce xfs_inode_buf.c for inode buffer operationsDave Chinner2013-08-121-420/+0
* xfs: move inode fork definitions to a new header fileDave Chinner2013-08-121-1874/+2
* xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner2013-08-121-1/+1
* xfs: di_flushiter considered harmfulDave Chinner2013-07-241-9/+22
* xfs: use XFS_BMAP_BMDR_SPACE vs. XFS_BROOT_SIZE_ADJEric Sandeen2013-07-091-7/+7
* xfs: xfs_ifree doesn't need to modify the inode bufferDave Chinner2013-06-271-28/+4
* xfs: don't do IO when creating an new inodeDave Chinner2013-06-271-8/+28
* xfs: inode unlinked list needs to recalculate the inode CRCDave Chinner2013-06-051-0/+16
* xfs: introduce CONFIG_XFS_WARNDave Chinner2013-05-071-1/+1
* xfs: add version 3 inode format with CRCsChristoph Hellwig2013-04-211-54/+125
* xfs: add support for large btree blocksChristoph Hellwig2013-04-211-16/+17
* xfs remove the XFS_TRANS_DEBUG routinesMark Tinguely2012-12-171-6/+0
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-151-9/+13
* xfs: connect up write verifiers to new buffersDave Chinner2012-11-151-1/+13
* xfs: add pre-write metadata buffer verifier callbacksDave Chinner2012-11-151-2/+17
* xfs: verify btree blocks as they are read from diskDave Chinner2012-11-151-1/+1
* xfs: verify inode buffers as they are read from diskDave Chinner2012-11-151-49/+51
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-151-1/+1
OpenPOWER on IntegriCloud