aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-17xfs remove the XFS_TRANS_DEBUG routinesMark Tinguely1-6/+0
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-9/+13
2012-11-15xfs: connect up write verifiers to new buffersDave Chinner1-1/+13
2012-11-15xfs: add pre-write metadata buffer verifier callbacksDave Chinner1-2/+17
2012-11-15xfs: verify btree blocks as they are read from diskDave Chinner1-1/+1
2012-11-15xfs: verify inode buffers as they are read from diskDave Chinner1-49/+51
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner1-1/+1
2012-11-08xfs: create helper to check whether to free eofblocks on inodeBrian Foster1-0/+37
2012-11-07xfs: don't vmap inode cluster buffers during freeDave Chinner1-1/+2
2012-11-02xfs: Update inode alloc commentsCarlos Maiolino1-9/+9
2012-10-17xfs: remove xfs_iget.cDave Chinner1-0/+1
2012-10-17xfs: move inode locking functions to xfs_inode.cDave Chinner1-0/+250
2012-07-29xfs: do not take the iolock in xfs_inactiveChristoph Hellwig1-1/+3
2012-07-29xfs: remove the alloc_done argument to xfs_diallocChristoph Hellwig1-3/+2
2012-07-22xfs: remove xfs_inotobpChristoph Hellwig1-51/+19
2012-07-22xfs: merge xfs_itobp into xfs_imap_to_bpChristoph Hellwig1-84/+47
2012-06-14xfs: make largest supported offset less shoutyDave Chinner1-1/+1
2012-05-14xfs: make XBF_MAPPED the default behaviourDave Chinner1-0/+1
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner1-1/+0
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner1-0/+14
2012-05-14xfs: kill XBF_LOCKDave Chinner1-9/+7
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner1-2/+2
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig1-23/+2
2012-05-14xfs: do not write the buffer from xfs_iflushChristoph Hellwig1-38/+16
2012-05-14xfs: remove log item from AIL in xfs_iflush after a shutdownChristoph Hellwig1-8/+9
2012-03-13xfs: split in-core and on-disk inode log item fieldsChristoph Hellwig1-36/+33
2012-03-13xfs: log timestamp updatesChristoph Hellwig1-24/+1
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig1-6/+2
2012-01-17xfs: replace i_pin_wait with a bit waitqueueChristoph Hellwig1-6/+21
2012-01-17xfs: replace i_flock with a sleeping bitlockChristoph Hellwig1-2/+2
2012-01-17xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig1-20/+10