aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-01[XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig1-9/+8
2008-12-01[XFS] kill xfs_dinode_core_tChristoph Hellwig1-43/+42
2008-12-01[XFS] factor out xfs_read_agi helperChristoph Hellwig1-51/+6
2008-11-17[XFS] Fix double free of log ticketsDave Chinner1-2/+8
2008-10-30[XFS] free partially initialized inodes using destroy_inodeChristoph Hellwig1-10/+11
2008-10-30[XFS] stop using xfs_itobp in xfs_bulkstatChristoph Hellwig1-6/+7
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIDavid Chinner1-4/+4
2008-10-30[XFS] Move the AIL lock into the struct xfs_ailDavid Chinner1-2/+2
2008-10-30[XFS] Allow 64 bit machines to avoid the AIL lock during flushesDavid Chinner1-10/+7
2008-10-30[XFS] kill deleted inodes listDavid Chinner1-2/+2
2008-10-30[XFS] Combine the XFS and Linux inodesDavid Chinner1-11/+32
2008-10-30[XFS] Always use struct xfs_btree_block instead of short / longformChristoph Hellwig1-8/+5
2008-10-30[XFS] cleanup btree record / key / ptr addressing macros.Christoph Hellwig1-4/+2
2008-10-30[XFS] Cleanup maxrecs calculation.Christoph Hellwig1-12/+14
2008-10-30[XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()David Chinner1-35/+0
2008-10-30[XFS] Wait for all I/O on truncate to zero file sizeLachlan McIlroy1-1/+1
2008-10-30[XFS] make btree tracing genericChristoph Hellwig1-2/+3
2008-10-30[XFS] Use xfs_idestroy() to cleanup an inode.Lachlan McIlroy1-1/+1
2008-10-30[XFS] Make use of the init-once slab optimisation.David Chinner1-36/+75
2008-09-26[XFS] Remove xfs_iext_irec_compact_full()Lachlan McIlroy1-92/+3
2008-09-26[XFS] Fix extent list corruption in xfs_iext_irec_compact_full().Lachlan McIlroy1-0/+1
2008-08-14CRED: Introduce credential access wrappersDavid Howells1-2/+2
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