summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
...
* [XFS] Fix extent list corruption in xfs_iext_irec_compact_full().Lachlan McIlroy2008-09-261-0/+1
* CRED: Introduce credential access wrappersDavid Howells2008-08-141-2/+2
* [XFS] Use KM_NOFS for debug trace buffersLachlan McIlroy2008-08-131-6/+6
* [XFS] update timestamp in xfs_ialloc manuallyChristoph Hellwig2008-08-131-1/+8
* [XFS] replace inode flush semaphore with a completionDavid Chinner2008-08-131-6/+5Star
* [XFS] use get_unaligned_* helpersHarvey Harrison2008-08-131-2/+2
* [XFS] sanitize xfs_initialize_vnodeChristoph Hellwig2008-08-131-3/+1Star
* [XFS] kill bhv_vnode_tChristoph Hellwig2008-08-131-1/+1
* [XFS] remove some easy bhv_vnode_t instancesChristoph Hellwig2008-08-131-7/+3Star
* [XFS] Use KM_NOFS for incore inode extent tree allocation V2David Chinner2008-08-131-9/+7Star
* [XFS] Kill shouty XFS_ITOV() macroDavid Chinner2008-08-131-1/+1
* [XFS] kill shouty XFS_ITOV_NULL macroDavid Chinner2008-08-131-2/+2
* [XFS] fix extent corruption in xfs_iext_irec_compact_full()Lachlan McIlroy2008-07-281-23/+47
* [XFS] make inode reclaim wait for log I/O to completeLachlan McIlroy2008-07-281-2/+0Star
* [XFS] kill xfs_igrow_start and xfs_igrow_finishChristoph Hellwig2008-07-281-61/+0Star
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-18/+16Star
* [XFS] Fix inode list allocation size in writeback.David Chinner2008-05-231-3/+4
* [XFS] Don't allow memory reclaim to wait on the filesystem in inodeDavid Chinner2008-05-231-1/+1
* [XFS] shrink mrlock_tChristoph Hellwig2008-04-291-14/+11Star
* [XFS] Ensure the inode is joined in xfs_itruncate_finishDavid Chinner2008-04-181-72/+65Star
* [XFS] xfs_iflush_fork() never returns an error.David Chinner2008-04-181-17/+8Star
* [XFS] Ensure xfs_bawrite() errors are checked.David Chinner2008-04-181-1/+1
* [XFS] Propagate errors from xfs_trans_commit().David Chinner2008-04-181-30/+22Star
* [XFS] Use xfs_inode_clean() in more placesDavid Chinner2008-04-181-22/+5Star
* [XFS] Remove the xfs_icluster structureDavid Chinner2008-04-181-115/+153
* [XFS] Don't block pdflush when writing back inodesDavid Chinner2008-04-181-53/+82
* [XFS] Factor xfs_itobp() and xfs_inotobp().David Chinner2008-04-181-155/+106Star
* [XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen2008-04-101-3/+3
* [XFS] use generic_permissionChristoph Hellwig2008-02-071-63/+0Star
* [XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros.Christoph Hellwig2008-02-071-3/+5
* [XFS] Use kernel-supplied "roundup_pow_of_two" for simplicityRobert P. J. Day2008-02-071-28/+4Star
* [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen2008-02-071-1/+4
* [XFS] Fix inode allocation latencyDavid Chinner2008-02-071-33/+1Star
* [XFS] Make xfs_bulkstat() to report unlinked but referenced inodesVlad Apostolov2008-02-071-18/+25
* [XFS] kill xfs_iocore_tChristoph Hellwig2008-02-071-3/+1Star
* [XFS] Unwrap AIL_LOCKDonald Douwsma2008-02-071-13/+9Star
* [XFS] kill unnessecary ioops indirectionLachlan McIlroy2008-02-071-6/+2Star
* [XFS] clean up vnode/inode tracingLachlan McIlroy2008-02-071-3/+3
* [XFS] Don't wait for pending I/Os when purging blocks beyond eof.Lachlan McIlroy2007-12-181-2/+4
* [XFS] get_bulkall() could return incorrect inode stateVlad Apostolov2007-10-161-6/+20
* [XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig2007-10-161-1/+1
* [XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig2007-10-161-1/+1
* [XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig2007-10-161-0/+7
* [XFS] move v_iocount from bhv_vnode to xfs_inodeChristoph Hellwig2007-10-161-1/+2
* [XFS] kill v_vfsp member from struct bhv_vnodeChristoph Hellwig2007-10-161-1/+1
* [XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig2007-10-161-3/+6
* [XFS] Radix tree based inode cachingDavid Chinner2007-10-151-23/+19Star
* [XFS] dinode endianess annotationsChristoph Hellwig2007-10-151-106/+107
* [XFS] move linux/log2.h header to xfs_linux.hEric Sandeen2007-10-151-2/+0Star
* [XFS] endianess annotations for xfs_bmbt_rec_tChristoph Hellwig2007-10-151-8/+4Star