Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
[safe/jmp/linux-2.6] / fs / xfs / linux-2.6 / xfs_vnode.h
2009-12-15 Christoph Hellwigxfs: event tracing support
2009-12-11 Christoph Hellwigxfs: remove IO_ISAIO
2009-03-16 Christoph Hellwigxfs: kill VN_BAD
2009-03-16 Christoph Hellwigxfs: kill vn_atime_* helpers.
2009-02-04 Christoph Hellwigxfs: merge xfs_inode_flush into xfs_fs_write_inode
2008-12-04 Christoph Hellwigmove inode tracing out of xfs_vnode.
2008-12-04 Christoph Hellwigmove vn_iowait / vn_iowake into xfs_aops.c
2008-12-04 Christoph Hellwigkill vn_ioerror
2008-12-04 Christoph Hellwigno explicit xfs_iflush for special inodes during unmount
2008-12-01 Christoph Hellwig[XFS] remove xfs_vfs.h
2008-10-30 David Chinner[XFS] Use struct inodes instead of vnodes to kill vn_grab
2008-08-13 Christoph Hellwig[XFS] kill bhv_vnode_t
2008-08-13 Christoph Hellwig[XFS] implement IHOLD/IRELE directly
2008-08-13 Christoph Hellwig[XFS] kill vn_to_inode
2008-08-13 Christoph Hellwig[XFS] Remove vn_from_inode()
2008-08-13 David Chinner[XFS] XFS: Kill xfs_vtoi()
2008-07-28 Christoph Hellwig[XFS] Remove vn_revalidate calls in xfs.
2008-07-28 Christoph Hellwig[XFS] Now that xfs_setattr is only used for attributes...
2008-07-28 Christoph Hellwig[XFS] xfs_setattr currently doesn't just handle the...
2008-05-23 David Chinner[XFS] Fix fsync() b0rkage.
2008-04-29 Christoph Hellwig[XFS] Remove VN_IS* macros and related cruft.
2008-04-18 Barry Naujok[XFS] remove bhv_vname_t and xfs_rename code
2008-04-18 Harvey Harrison[XFS] replace remaining __FUNCTION__ occurrences
2008-04-18 Christoph Hellwig[XFS] kill xfs_rwlock/xfs_rwunlock
2008-04-18 Christoph Hellwig[XFS] kill xfs_get_dir_entry
2008-04-18 David Chinner[XFS] Don't block pdflush when writing back inodes
2008-02-07 Christoph Hellwig[XFS] cleanup vnode useage in xfs_iget.c
2008-02-07 Christoph Hellwig[XFS] simplify vn_revalidate
2008-02-07 Lachlan McIlroy[XFS] more vnode/inode tracing fixes
2008-02-07 Lachlan McIlroy[XFS] clean up vnode/inode tracing
2007-10-16 Christoph Hellwig[XFS] kill struct bhv_vfs
2007-10-16 Christoph Hellwig[XFS] kill struct bhv_vnode
2007-10-16 Christoph Hellwig[XFS] kill the v_number member in struct bhv_vnode
2007-10-16 Christoph Hellwig[XFS] move v_trace from bhv_vnode to xfs_inode
2007-10-16 Christoph Hellwig[XFS] move v_iocount from bhv_vnode to xfs_inode
2007-10-16 Christoph Hellwig[XFS] kill the v_flag member in struct bhv_vnode
2007-10-16 Christoph Hellwig[XFS] kill v_vfsp member from struct bhv_vnode
2007-10-16 Christoph Hellwig[XFS] call common xfs vnode-level helpers directly...
2007-10-15 Christoph Hellwig[XFS] stop using uio in the readlink code
2007-10-15 Christoph Hellwig[XFS] use filldir internally
2007-07-14 Christoph Hellwig[XFS] XFS should not be looking at filp reference counts
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
2007-05-08 Lachlan McIlroy[XFS] propogate return codes from flush routines
2007-02-10 David Chinner[XFS] Keep stack usage down for 4k stacks by using...
2006-09-28 Christoph Hellwig[XFS] remove bhv_lookup, _range version works aswell...
2006-06-27 Alexey Dobriyan[XFS] * There is trivial "inode => vnode => inode"...
2006-06-09 Nathan Scott[XFS] Resolve a namespace collision on remaining vtypes...
2006-06-09 Nathan Scott[XFS] Resolve a namespace collision on vnode/vnodeops...
2006-06-09 Nathan Scott[XFS] Resolve a namespace collision on vfs/vfsops for...
2006-06-09 Nathan Scott[XFS] Start writeout earlier (on last close) in the...
2006-06-09 Nathan Scott[XFS] Shutdown the filesystem if all device paths have...
2006-04-11 Jens Axboe[PATCH] splice: pass offset around for ->splice_read...
2006-04-10 Ingo Molnar[PATCH] introduce a "kernel-internal pipe object" abstr...
2006-03-31 Nathan Scott[XFS] Provide XFS support for the splice syscall.
2006-03-17 Nathan Scott[XFS] Complete transition away from linvfs naming conve...
2006-03-14 Nathan Scott[XFS] Dynamically allocate vattr in places it makes...
2006-01-11 Nathan Scott[XFS] Fix some build fallout from atime changes.
2005-11-02 Eric Sandeen[XFS] Add ATTR_NOSIZETOK definition for xfs_vnodeops...
2005-11-02 Nathan Scott[XFS] Update license/copyright notices to match the...
2005-11-02 Nathan Scott[XFS] Improve buffered read throughput by removing...
2005-11-02 Nathan Scott[XFS] Make some extended attributes routines take const...
2005-09-04 Christoph Hellwig[XFS] streamline the clear_inode path
2005-09-02 Christoph Hellwig[XFS] add infrastructure for waiting on I/O completion...
2005-09-02 Christoph Hellwig[XFS] remove unessecary vnode flags
2005-09-02 Christoph Hellwig[XFS] remove struct vnode::v_type
2005-09-02 Christoph Hellwig[XFS] replace vn_get usage by ihold
2005-09-02 Dean Roehrich[XFS] upate copyrights
2005-06-21 Nathan Scott[XFS] Add a get/set interface for XFS project identifiers.
2005-05-05 Eric Sandeen[XFS] Fix up warnings
2005-05-05 Dean Roehrich[XFS] Add ATTR_NOLOCK for xfs_setattr to indicate that...
2005-05-05 Eric Sandeen[XFS] Enable XFS_VNODE_TRACE
2005-05-05 Nathan Scott[XFS] Fix up uses of nlink_t incorrectly restricting...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2