aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_vnode.h
AgeCommit message (Expand)AuthorFilesLines
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-64/+0
2009-12-14xfs: event tracing supportChristoph Hellwig1-0/+4
2009-12-11xfs: remove IO_ISAIOChristoph Hellwig1-1/+0
2009-03-16xfs: kill VN_BADChristoph Hellwig1-8/+0
2009-03-16xfs: kill vn_atime_* helpers.Christoph Hellwig1-19/+0
2009-02-04xfs: merge xfs_inode_flush into xfs_fs_write_inodeChristoph Hellwig1-5/+0
2008-12-04move inode tracing out of xfs_vnode.Christoph Hellwig1-48/+0
2008-12-04move vn_iowait / vn_iowake into xfs_aops.cChristoph Hellwig1-10/+0
2008-12-04kill vn_ioerrorChristoph Hellwig1-1/+0
2008-12-04no explicit xfs_iflush for special inodes during unmountChristoph Hellwig1-5/+0
2008-12-01[XFS] remove xfs_vfs.hChristoph Hellwig1-0/+3
2008-10-30[XFS] Use struct inodes instead of vnodes to kill vn_grabDavid Chinner1-5/+0
2008-08-13[XFS] kill bhv_vnode_tChristoph Hellwig1-8/+6
2008-08-13[XFS] implement IHOLD/IRELE directlyChristoph Hellwig1-16/+12
2008-08-13[XFS] kill vn_to_inodeChristoph Hellwig1-16/+8
2008-08-13[XFS] Remove vn_from_inode()Christoph Hellwig1-6/+1
2008-08-13[XFS] XFS: Kill xfs_vtoi()David Chinner1-2/+2
2008-07-28[XFS] Remove vn_revalidate calls in xfs.Christoph Hellwig1-1/+0
2008-07-28[XFS] Now that xfs_setattr is only used for attributes set from ->setattrChristoph Hellwig1-73/+0
2008-07-28[XFS] xfs_setattr currently doesn't just handle the attributes set throughChristoph Hellwig1-15/+0
2008-05-23[XFS] Fix fsync() b0rkage.David Chinner1-8/+0
2008-04-29[XFS] Remove VN_IS* macros and related cruft.Christoph Hellwig1-24/+0
2008-04-18[XFS] remove bhv_vname_t and xfs_rename codeBarry Naujok1-9/+0
2008-04-18[XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-18[XFS] kill xfs_rwlock/xfs_rwunlockChristoph Hellwig1-12/+0
2008-04-18[XFS] kill xfs_get_dir_entryChristoph Hellwig1-1/+1
2008-04-18[XFS] Don't block pdflush when writing back inodesDavid Chinner1-4/+1
2008-02-07[XFS] cleanup vnode useage in xfs_iget.cChristoph Hellwig1-6/+0
2008-02-07[XFS] simplify vn_revalidateChristoph Hellwig1-2/+0
2008-02-07[XFS] more vnode/inode tracing fixesLachlan McIlroy1-0/+3
2008-02-07[XFS] clean up vnode/inode tracingLachlan McIlroy1-22/+29
2007-10-16[XFS] kill struct bhv_vfsChristoph Hellwig1-1/+0
2007-10-16[XFS] kill struct bhv_vnodeChristoph Hellwig1-26/+22
2007-10-16[XFS] kill the v_number member in struct bhv_vnodeChristoph Hellwig1-1/+0
2007-10-16[XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig1-14/+7
2007-10-16[XFS] move v_iocount from bhv_vnode to xfs_inodeChristoph Hellwig1-5/+7
2007-10-16[XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig1-42/+0
2007-10-16[XFS] kill v_vfsp member from struct bhv_vnodeChristoph Hellwig1-2/+1
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig1-216/+1
2007-10-15[XFS] stop using uio in the readlink codeChristoph Hellwig1-5/+3
2007-10-15[XFS] use filldir internallyChristoph Hellwig1-4/+4
2007-07-14[XFS] XFS should not be looking at filp reference countsChristoph Hellwig1-5/+0
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-6/+0
2007-05-08[XFS] propogate return codes from flush routinesLachlan McIlroy1-1/+1
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner1-2/+2
2006-09-28[XFS] remove bhv_lookup, _range version works aswell and has more usefulChristoph Hellwig1-2/+0
2006-06-27[XFS] * There is trivial "inode => vnode => inode" conversion, but onlyAlexey Dobriyan1-1/+1
2006-06-09[XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott1-32/+32
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott1-188/+117
2006-06-09[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott1-2/+2
2006-06-09[XFS] Start writeout earlier (on last close) in the case where we have aNathan Scott1-14/+25
2006-06-09[XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott1-0/+2
2006-04-11[PATCH] splice: pass offset around for ->splice_read() and ->splice_write()Jens Axboe1-6/+6
2006-04-10[PATCH] introduce a "kernel-internal pipe object" abstractionIngo Molnar1-2/+2
2006-03-31[XFS] Provide XFS support for the splice syscall.Nathan Scott1-0/+12
2006-03-17[XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott1-13/+19
2006-03-14[XFS] Dynamically allocate vattr in places it makes sense to do so, toNathan Scott1-0/+1
2006-01-11[XFS] Fix some build fallout from atime changes.Nathan Scott1-0/+19
2005-11-02[XFS] Add ATTR_NOSIZETOK definition for xfs_vnodeops.c changeEric Sandeen1-0/+1
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Improve buffered read throughput by removing unnecessary timer callsNathan Scott1-7/+0
2005-11-02[XFS] Make some extended attributes routines take const parameters, forNathan Scott1-5/+6
2005-09-05[XFS] streamline the clear_inode pathChristoph Hellwig1-3/+0
2005-09-02[XFS] add infrastructure for waiting on I/O completion at inode reclaimChristoph Hellwig1-0/+4
2005-09-02[XFS] remove unessecary vnode flagsChristoph Hellwig1-4/+0
2005-09-02[XFS] remove struct vnode::v_typeChristoph Hellwig1-19/+7
2005-09-02[XFS] replace vn_get usage by iholdChristoph Hellwig1-15/+6
2005-09-02[XFS] upate copyrightsDean Roehrich1-1/+1
2005-06-21[XFS] Add a get/set interface for XFS project identifiers.Nathan Scott1-1/+1
2005-05-05[XFS] Fix up warningsEric Sandeen1-2/+2
2005-05-05[XFS] Add ATTR_NOLOCK for xfs_setattr to indicate that XFS_IOLOCK is heldDean Roehrich1-0/+1
2005-05-05[XFS] Enable XFS_VNODE_TRACEEric Sandeen1-1/+2
2005-05-05[XFS] Fix up uses of nlink_t incorrectly restricting us to 2^16 links for som...Nathan Scott1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+666