summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
Commit message (Expand)AuthorAgeFilesLines
...
* [XFS] Finish removing the mount pointer from the AIL APIDavid Chinner2008-10-301-4/+4
* [XFS] Move the AIL lock into the struct xfs_ailDavid Chinner2008-10-301-2/+2
* [XFS] Allow 64 bit machines to avoid the AIL lock during flushesDavid Chinner2008-10-301-10/+7
* [XFS] kill deleted inodes listDavid Chinner2008-10-301-2/+2
* [XFS] Combine the XFS and Linux inodesDavid Chinner2008-10-301-11/+32
* [XFS] Always use struct xfs_btree_block instead of short / longformChristoph Hellwig2008-10-301-8/+5
* [XFS] cleanup btree record / key / ptr addressing macros.Christoph Hellwig2008-10-301-4/+2
* [XFS] Cleanup maxrecs calculation.Christoph Hellwig2008-10-301-12/+14
* [XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()David Chinner2008-10-301-35/+0
* [XFS] Wait for all I/O on truncate to zero file sizeLachlan McIlroy2008-10-301-1/+1
* [XFS] make btree tracing genericChristoph Hellwig2008-10-301-2/+3
* [XFS] Use xfs_idestroy() to cleanup an inode.Lachlan McIlroy2008-10-301-1/+1
* [XFS] Make use of the init-once slab optimisation.David Chinner2008-10-301-36/+75
* [XFS] Remove xfs_iext_irec_compact_full()Lachlan McIlroy2008-09-261-92/+3
* [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/+5
* [XFS] use get_unaligned_* helpersHarvey Harrison2008-08-131-2/+2
* [XFS] sanitize xfs_initialize_vnodeChristoph Hellwig2008-08-131-3/+1
* [XFS] kill bhv_vnode_tChristoph Hellwig2008-08-131-1/+1
* [XFS] remove some easy bhv_vnode_t instancesChristoph Hellwig2008-08-131-7/+3
* [XFS] Use KM_NOFS for incore inode extent tree allocation V2David Chinner2008-08-131-9/+7
* [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/+0
* [XFS] kill xfs_igrow_start and xfs_igrow_finishChristoph Hellwig2008-07-281-61/+0
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-18/+16
* [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/+11
* [XFS] Ensure the inode is joined in xfs_itruncate_finishDavid Chinner2008-04-181-72/+65
* [XFS] xfs_iflush_fork() never returns an error.David Chinner2008-04-181-17/+8
* [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/+22
* [XFS] Use xfs_inode_clean() in more placesDavid Chinner2008-04-181-22/+5
* [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/+106
* [XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen2008-04-101-3/+3
* [XFS] use generic_permissionChristoph Hellwig2008-02-071-63/+0
* [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/+4
* [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen2008-02-071-1/+4
* [XFS] Fix inode allocation latencyDavid Chinner2008-02-071-33/+1
* [XFS] Make xfs_bulkstat() to report unlinked but referenced inodesVlad Apostolov2008-02-071-18/+25
* [XFS] kill xfs_iocore_tChristoph Hellwig2008-02-071-3/+1
* [XFS] Unwrap AIL_LOCKDonald Douwsma2008-02-071-13/+9
OpenPOWER on IntegriCloud