aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-13[XFS] Use KM_NOFS for debug trace buffersLachlan McIlroy1-6/+6
2008-08-13[XFS] update timestamp in xfs_ialloc manuallyChristoph Hellwig1-1/+8
2008-08-13[XFS] replace inode flush semaphore with a completionDavid Chinner1-6/+5
2008-08-13[XFS] use get_unaligned_* helpersHarvey Harrison1-2/+2
2008-08-13[XFS] sanitize xfs_initialize_vnodeChristoph Hellwig1-3/+1
2008-08-13[XFS] kill bhv_vnode_tChristoph Hellwig1-1/+1
2008-08-13[XFS] remove some easy bhv_vnode_t instancesChristoph Hellwig1-7/+3
2008-08-13[XFS] Use KM_NOFS for incore inode extent tree allocation V2David Chinner1-9/+7
2008-08-13[XFS] Kill shouty XFS_ITOV() macroDavid Chinner1-1/+1
2008-08-13[XFS] kill shouty XFS_ITOV_NULL macroDavid Chinner1-2/+2
2008-07-28[XFS] fix extent corruption in xfs_iext_irec_compact_full()Lachlan McIlroy1-23/+47
2008-07-28[XFS] make inode reclaim wait for log I/O to completeLachlan McIlroy1-2/+0
2008-07-28[XFS] kill xfs_igrow_start and xfs_igrow_finishChristoph Hellwig1-61/+0
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko1-18/+16
2008-05-23[XFS] Fix inode list allocation size in writeback.David Chinner1-3/+4
2008-05-23[XFS] Don't allow memory reclaim to wait on the filesystem in inodeDavid Chinner1-1/+1
2008-04-29[XFS] shrink mrlock_tChristoph Hellwig1-14/+11
2008-04-18[XFS] Ensure the inode is joined in xfs_itruncate_finishDavid Chinner1-72/+65
2008-04-18[XFS] xfs_iflush_fork() never returns an error.David Chinner1-17/+8
2008-04-18[XFS] Ensure xfs_bawrite() errors are checked.David Chinner1-1/+1
2008-04-18[XFS] Propagate errors from xfs_trans_commit().David Chinner1-30/+22
2008-04-18[XFS] Use xfs_inode_clean() in more placesDavid Chinner1-22/+5
2008-04-18[XFS] Remove the xfs_icluster structureDavid Chinner1-115/+153
2008-04-18[XFS] Don't block pdflush when writing back inodesDavid Chinner1-53/+82
2008-04-18[XFS] Factor xfs_itobp() and xfs_inotobp().David Chinner1-155/+106
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen1-3/+3
2008-02-07[XFS] use generic_permissionChristoph Hellwig1-63/+0
2008-02-07[XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros.Christoph Hellwig1-3/+5
2008-02-07[XFS] Use kernel-supplied "roundup_pow_of_two" for simplicityRobert P. J. Day1-28/+4
2008-02-07[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen1-1/+4
2008-02-07[XFS] Fix inode allocation latencyDavid Chinner1-33/+1
2008-02-07[XFS] Make xfs_bulkstat() to report unlinked but referenced inodesVlad Apostolov1-18/+25
2008-02-07[XFS] kill xfs_iocore_tChristoph Hellwig1-3/+1
2008-02-07[XFS] Unwrap AIL_LOCKDonald Douwsma1-13/+9
2008-02-07[XFS] kill unnessecary ioops indirectionLachlan McIlroy1-6/+2
2008-02-07[XFS] clean up vnode/inode tracingLachlan McIlroy1-3/+3
2007-12-18[XFS] Don't wait for pending I/Os when purging blocks beyond eof.Lachlan McIlroy1-2/+4
2007-10-16[XFS] get_bulkall() could return incorrect inode stateVlad Apostolov1-6/+20
2007-10-16[XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig1-1/+1
2007-10-16[XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig1-1/+1
2007-10-16[XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig1-0/+7
2007-10-16[XFS] move v_iocount from bhv_vnode to xfs_inodeChristoph Hellwig1-1/+2
2007-10-16[XFS] kill v_vfsp member from struct bhv_vnodeChristoph Hellwig1-1/+1
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig1-3/+6
2007-10-15[XFS] Radix tree based inode cachingDavid Chinner1-23/+19
2007-10-15[XFS] dinode endianess annotationsChristoph Hellwig1-106/+107
2007-10-15[XFS] move linux/log2.h header to xfs_linux.hEric Sandeen1-2/+0
2007-10-15[XFS] endianess annotations for xfs_bmbt_rec_tChristoph Hellwig1-8/+4
2007-10-15[XFS] split ondisk vs incore versions of xfs_bmbt_rec_tChristoph Hellwig1-43/+28
2007-07-14[XFS] Clean up function name handling in tracing codeEric Sandeen1-6/+2