aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-06xfs: Use delayed write for inodes rather than async V2Dave Chinner1-10/+0
2010-02-06xfs: Make inode reclaim states explicitDave Chinner1-0/+1
2009-12-14xfs: event tracing supportChristoph Hellwig1-62/+14
2009-12-14xfs: change the xfs_iext_insert / xfs_iext_removeChristoph Hellwig1-3/+3
2009-10-08xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig1-1/+1
2009-09-01xfs: simplify xfs_trans_igetChristoph Hellwig1-2/+0
2009-09-01xfs: merge fsync and O_SYNC handlingChristoph Hellwig1-1/+0
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen1-5/+0
2009-08-07xfs: fix freeing of inodes not yet added to the inode cacheChristoph Hellwig1-17/+0
2009-06-24switch xfs to generic acl caching helpersAl Viro1-5/+0
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig1-0/+6
2009-03-29xfs: fix various typosMalcolm Parsons1-1/+1
2008-12-29[XFS] Fix merge failuresLachlan McIlroy1-1/+1
2008-12-11[XFS] resync headers with libxfsChristoph Hellwig1-8/+8
2008-12-10[XFS] Remove unused tracing codeLachlan McIlroy1-1/+0
2008-12-04move inode tracing out of xfs_vnode.Christoph Hellwig1-0/+45
2008-12-04kill dead inode flagsChristoph Hellwig1-11/+6
2008-12-04cleanup the inode reclaim pathChristoph Hellwig1-2/+0
2008-12-04remove unused prototypes for xfs_ihash_init / xfs_ihash_freeChristoph Hellwig1-2/+0
2008-12-01[XFS] move inode allocation out xfs_ireadChristoph Hellwig1-2/+2
2008-12-01[XFS] kill the XFS_IMAP_BULKSTAT flagChristoph Hellwig1-5/+0
2008-12-01[XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig1-3/+11
2008-12-01[XFS] merge xfs_imap into xfs_dilocateChristoph Hellwig1-1/+1
2008-12-01[XFS] remove dead code for old inode item recoveryChristoph Hellwig1-2/+1
2008-12-01[XFS] stop using xfs_itobp in xfs_ireadChristoph Hellwig1-2/+2
2008-12-01[XFS] kill xfs_dinode_core_tChristoph Hellwig1-4/+3
2008-12-01[XFS] remove i_gen from incore inodeDave Chinner1-1/+0
2008-11-14CRED: Separate task security context from task_structDavid Howells1-1/+1
2008-10-30[XFS] free partially initialized inodes using destroy_inodeChristoph Hellwig1-0/+17
2008-10-30[XFS] stop using xfs_itobp in xfs_bulkstatChristoph Hellwig1-2/+4
2008-10-30[XFS] kill deleted inodes listDavid Chinner1-1/+0
2008-10-30[XFS] move inode reclaim functions to xfs_sync.cDavid Chinner1-2/+0
2008-10-30[XFS] Combine the XFS and Linux inodesDavid Chinner1-3/+6
2008-10-30[XFS] Always use struct xfs_btree_block instead of short / longformChristoph Hellwig1-2/+1
2008-10-30[XFS] remove the mount inode listDavid Chinner1-8/+0
2008-10-30[XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()David Chinner1-2/+1
2008-10-30[XFS] Sync up kernel and user-space headersBarry Naujok1-123/+123
2008-10-30[XFS] make btree tracing genericChristoph Hellwig1-1/+1
2008-10-30[XFS] Make use of the init-once slab optimisation.David Chinner1-0/+1
2008-08-13[XFS] update timestamp in xfs_ialloc manuallyChristoph Hellwig1-2/+1
2008-08-13[XFS] replace inode flush semaphore with a completionDavid Chinner1-4/+21
2008-08-13[XFS] kill bhv_vnode_tChristoph Hellwig1-1/+1
2008-08-13[XFS] kill xfs_lock_dir_and_entryChristoph Hellwig1-0/+1
2008-08-13[XFS] XFS: Kill xfs_vtoi()David Chinner1-5/+0
2008-08-13[XFS] Kill shouty XFS_ITOV() macroDavid Chinner1-1/+0
2008-08-13[XFS] kill shouty XFS_ITOV_NULL macroDavid Chinner1-1/+0
2008-08-13[XFS] Avoid directly referencing the VFS inode.David Chinner1-3/+19
2008-07-28[XFS] kill xfs_igrow_start and xfs_igrow_finishChristoph Hellwig1-3/+0
2008-04-29[XFS] remove manual lookup from xfs_rename and simplify lockingChristoph Hellwig1-1/+1
2008-04-29[XFS] shrink mrlock_tChristoph Hellwig1-12/+2