summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_vnode.h
Commit message (Expand)AuthorAgeFilesLines
* [XFS] kill bhv_vnode_tChristoph Hellwig2008-08-131-8/+6
* [XFS] implement IHOLD/IRELE directlyChristoph Hellwig2008-08-131-16/+12
* [XFS] kill vn_to_inodeChristoph Hellwig2008-08-131-16/+8
* [XFS] Remove vn_from_inode()Christoph Hellwig2008-08-131-6/+1
* [XFS] XFS: Kill xfs_vtoi()David Chinner2008-08-131-2/+2
* [XFS] Remove vn_revalidate calls in xfs.Christoph Hellwig2008-07-281-1/+0
* [XFS] Now that xfs_setattr is only used for attributes set from ->setattrChristoph Hellwig2008-07-281-73/+0
* [XFS] xfs_setattr currently doesn't just handle the attributes set throughChristoph Hellwig2008-07-281-15/+0
* [XFS] Fix fsync() b0rkage.David Chinner2008-05-231-8/+0
* [XFS] Remove VN_IS* macros and related cruft.Christoph Hellwig2008-04-291-24/+0
* [XFS] remove bhv_vname_t and xfs_rename codeBarry Naujok2008-04-181-9/+0
* [XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-181-2/+2
* [XFS] kill xfs_rwlock/xfs_rwunlockChristoph Hellwig2008-04-181-12/+0
* [XFS] kill xfs_get_dir_entryChristoph Hellwig2008-04-181-1/+1
* [XFS] Don't block pdflush when writing back inodesDavid Chinner2008-04-181-4/+1
* [XFS] cleanup vnode useage in xfs_iget.cChristoph Hellwig2008-02-071-6/+0
* [XFS] simplify vn_revalidateChristoph Hellwig2008-02-071-2/+0
* [XFS] more vnode/inode tracing fixesLachlan McIlroy2008-02-071-0/+3
* [XFS] clean up vnode/inode tracingLachlan McIlroy2008-02-071-22/+29
* [XFS] kill struct bhv_vfsChristoph Hellwig2007-10-161-1/+0
* [XFS] kill struct bhv_vnodeChristoph Hellwig2007-10-161-26/+22
* [XFS] kill the v_number member in struct bhv_vnodeChristoph Hellwig2007-10-161-1/+0
* [XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig2007-10-161-14/+7
* [XFS] move v_iocount from bhv_vnode to xfs_inodeChristoph Hellwig2007-10-161-5/+7
* [XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig2007-10-161-42/+0
* [XFS] kill v_vfsp member from struct bhv_vnodeChristoph Hellwig2007-10-161-2/+1
* [XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig2007-10-161-216/+1
* [XFS] stop using uio in the readlink codeChristoph Hellwig2007-10-151-5/+3
* [XFS] use filldir internallyChristoph Hellwig2007-10-151-4/+4
* [XFS] XFS should not be looking at filp reference countsChristoph Hellwig2007-07-141-5/+0
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-6/+0
* [XFS] propogate return codes from flush routinesLachlan McIlroy2007-05-081-1/+1
* [XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner2007-02-101-2/+2
* [XFS] remove bhv_lookup, _range version works aswell and has more usefulChristoph Hellwig2006-09-281-2/+0
* [XFS] * There is trivial "inode => vnode => inode" conversion, but onlyAlexey Dobriyan2006-06-271-1/+1
* [XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott2006-06-091-32/+32
* [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott2006-06-091-188/+117
* [XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott2006-06-091-2/+2
* [XFS] Start writeout earlier (on last close) in the case where we have aNathan Scott2006-06-091-14/+25
* [XFS] Shutdown the filesystem if all device paths have gone. MadeNathan Scott2006-06-091-0/+2
* [PATCH] splice: pass offset around for ->splice_read() and ->splice_write()Jens Axboe2006-04-111-6/+6
* [PATCH] introduce a "kernel-internal pipe object" abstractionIngo Molnar2006-04-101-2/+2
* [XFS] Provide XFS support for the splice syscall.Nathan Scott2006-03-311-0/+12
* [XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott2006-03-171-13/+19
* [XFS] Dynamically allocate vattr in places it makes sense to do so, toNathan Scott2006-03-141-0/+1
* [XFS] Fix some build fallout from atime changes.Nathan Scott2006-01-111-0/+19
* [XFS] Add ATTR_NOSIZETOK definition for xfs_vnodeops.c changeEric Sandeen2005-11-021-0/+1
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-25/+11
* [XFS] Improve buffered read throughput by removing unnecessary timer callsNathan Scott2005-11-021-7/+0
* [XFS] Make some extended attributes routines take const parameters, forNathan Scott2005-11-021-5/+6
OpenPOWER on IntegriCloud