summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: create helper to check whether to free eofblocks on inodeBrian Foster2012-11-081-0/+37
* xfs: don't vmap inode cluster buffers during freeDave Chinner2012-11-071-1/+2
* xfs: Update inode alloc commentsCarlos Maiolino2012-11-021-9/+9
* xfs: remove xfs_iget.cDave Chinner2012-10-171-0/+1
* xfs: move inode locking functions to xfs_inode.cDave Chinner2012-10-171-0/+250
* xfs: do not take the iolock in xfs_inactiveChristoph Hellwig2012-07-291-1/+3
* xfs: remove the alloc_done argument to xfs_diallocChristoph Hellwig2012-07-291-3/+2
* xfs: remove xfs_inotobpChristoph Hellwig2012-07-221-51/+19
* xfs: merge xfs_itobp into xfs_imap_to_bpChristoph Hellwig2012-07-221-84/+47
* xfs: make largest supported offset less shoutyDave Chinner2012-06-141-1/+1
* xfs: make XBF_MAPPED the default behaviourDave Chinner2012-05-141-0/+1
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-1/+0
* xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner2012-05-141-0/+14
* xfs: kill XBF_LOCKDave Chinner2012-05-141-9/+7
* xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner2012-05-141-2/+2