xfs: kill xfs_lrw.h
[safe/jmp/linux-2.6] / fs / xfs / xfs_vnodeops.h
2010-03-01 Christoph Hellwigxfs: kill xfs_lrw.h
2010-03-01 Christoph Hellwigxfs: remove wrapper for the fsync file operation
2010-03-01 Christoph Hellwigxfs: merge xfs_lrw.c into xfs_file.c
2010-01-19 Dave Chinnerxfs: convert attr to use unsigned names
2009-12-11 Christoph Hellwigxfs: simplify inode teardown
2009-06-10 Christoph Hellwigxfs: use generic Posix ACL code
2009-02-09 Christoph Hellwigxfs: merge xfs_mkdir into xfs_create
2009-02-04 Christoph Hellwigxfs: merge xfs_inode_flush into xfs_fs_write_inode
2008-12-29 Lachlan McIlroy[XFS] Fix merge failures
2008-12-11 Christoph Hellwig[XFS] add a FMODE flag to make XFS invisible I/O less...
2008-12-01 Dave Chinner[XFS] fix error inversion problems with data flushing
2008-12-01 Christoph Hellwig[XFS] wire up ->open for directories
2008-11-13 David HowellsCRED: Separate task security context from task_struct
2008-10-30 Christoph Hellwig[XFS] kill sys_cred
2008-07-28 Christoph Hellwig[XFS] Now that xfs_setattr is only used for attributes...
2008-07-28 Christoph Hellwig[XFS] Merge xfs_rmdir into xfs_remove
2008-07-28 Barry Naujok[XFS] Return case-insensitive match for dentry cache
2008-05-23 David Chinner[XFS] Fix fsync() b0rkage.
2008-04-29 Christoph Hellwig[XFS] remove sendfile leftovers
2008-04-29 Barry Naujok[XFS] Cleanup xfs_attr a bit with xfs_name and remove...
2008-04-29 Christoph Hellwig[XFS] remove manual lookup from xfs_rename and simplify...
2008-04-29 Christoph Hellwig[XFS] kill xfs_getattr
2008-04-18 Barry Naujok[XFS] remove bhv_vname_t and xfs_rename code
2008-04-18 Christoph Hellwig[XFS] cleanup vnode use in xfs_lookup
2008-04-18 Christoph Hellwig[XFS] cleanup vnode use in xfs_symlink and xfs_rename
2008-04-18 Christoph Hellwig[XFS] cleanup vnode use in xfs_link
2008-04-18 Christoph Hellwig[XFS] cleanup vnode use in xfs_create/mknod/mkdir
2008-04-18 Christoph Hellwig[XFS] kill xfs_rwlock/xfs_rwunlock
2008-02-07 Christoph Hellwig[XFS] use generic_permission
2008-02-07 Christoph Hellwig[XFS] Cleanup various fid related bits:
2007-10-19 Christoph Hellwig[XFS] cleanup fid types mess
2007-10-16 Christoph Hellwig[XFS] simplify xfs_create/mknod/symlink prototype
2007-10-15 Christoph Hellwig[XFS] decontaminate vnode operations from behavior...