aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-18[XFS] Remove the xfs_icluster structureDavid Chinner1-16/+0
2008-04-18[XFS] Don't block pdflush when writing back inodesDavid Chinner1-1/+2
2008-04-18[XFS] Remove the xfs_refcacheDonald Douwsma1-4/+0
2008-02-07[XFS] use generic_permissionChristoph Hellwig1-1/+0
2008-02-07[XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros.Christoph Hellwig1-11/+36
2008-02-07[XFS] Use kernel-supplied "roundup_pow_of_two" for simplicityRobert P. J. Day1-1/+0
2008-02-07[XFS] Fix inode allocation latencyDavid Chinner1-0/+1
2008-02-07[XFS] cleanup vnode useage in xfs_iget.cChristoph Hellwig1-1/+0
2008-02-07[XFS] kill xfs_iocore_tChristoph Hellwig1-42/+1
2008-02-07[XFS] Cleanup lock goop.Eric Sandeen1-1/+1
2008-02-07[XFS] clean up vnode/inode tracingLachlan McIlroy1-1/+1
2007-10-16[XFS] kill the vfs_flags member in struct bhv_vfsChristoph Hellwig1-2/+3
2007-10-16[XFS] kill struct bhv_vnodeChristoph Hellwig1-3/+2
2007-10-16[XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig1-0/+3
2007-10-16[XFS] move v_iocount from bhv_vnode to xfs_inodeChristoph Hellwig1-0/+1
2007-10-16[XFS] Create xfs_iflags_test_and_clear helper functionChristoph Hellwig1-0/+13
2007-10-16[XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig1-0/+3
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig1-9/+3
2007-10-15[XFS] Radix tree based inode cachingDavid Chinner1-44/+12
2007-10-15[XFS] dinode endianess annotationsChristoph Hellwig1-4/+48
2007-10-15[XFS] split ondisk vs incore versions of xfs_bmbt_rec_tChristoph Hellwig1-5/+5
2007-07-14[XFS] Fix lockdep annotations for xfs_lock_inodesDavid Chinner1-6/+9
2007-07-14[XFS] Concurrent Multi-File Data StreamsDavid Chinner1-0/+1
2007-05-08[XFS] Add lockdep support for XFSLachlan McIlroy1-14/+46
2007-05-08[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy1-0/+3
2007-05-08[XFS] propogate return codes from flush routinesLachlan McIlroy1-1/+1
2006-11-11[XFS] Clean up i_flags and i_flags_lock handling.David Chinner1-0/+41
2006-09-28[XFS] Really fix use after free in xfs_iunpin.David Chinner1-0/+1
2006-09-28[XFS] Remove last bulkstat false-positives with debug kernels.Nathan Scott1-4/+7
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott1-3/+3
2006-06-09[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott1-1/+0
2006-04-11[XFS] Fix inode reclaim scalability regression. When a filesystem hasDavid Chinner1-0/+1
2006-03-17[XFS] Fix an infinite loop issue in bulkstat when a corrupt inode isNathan Scott1-3/+4
2006-03-17[XFS] There are a few problems with the newMandy Kirkconnell1-0/+1
2006-03-14[XFS] 929045 567344 This mod introduces multi-level in-core file extentMandy Kirkconnell1-5/+47
2006-03-14[XFS] 929045 567344 This mod re-organizes some of the in-core file extentMandy Kirkconnell1-6/+12
2006-01-11[XFS] add helper to get xfs_inode from vnodeChristoph Hellwig1-0/+2
2006-01-11[XFS] fix, speedup and simplify atime handling let the VFS handle atimeChristoph Hellwig1-0/+2
2005-11-02[XFS] Remove unused type, xfs_gap_t.Nathan Scott1-18/+0