index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
linux-2.6
/
xfs_vnode.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: event tracing support
Christoph Hellwig
2009-12-14
1
-0
/
+4
*
xfs: remove IO_ISAIO
Christoph Hellwig
2009-12-11
1
-1
/
+0
*
xfs: kill VN_BAD
Christoph Hellwig
2009-03-16
1
-8
/
+0
*
xfs: kill vn_atime_* helpers.
Christoph Hellwig
2009-03-16
1
-19
/
+0
*
xfs: merge xfs_inode_flush into xfs_fs_write_inode
Christoph Hellwig
2009-02-04
1
-5
/
+0
*
move inode tracing out of xfs_vnode.
Christoph Hellwig
2008-12-04
1
-48
/
+0
*
move vn_iowait / vn_iowake into xfs_aops.c
Christoph Hellwig
2008-12-04
1
-10
/
+0
*
kill vn_ioerror
Christoph Hellwig
2008-12-04
1
-1
/
+0
*
no explicit xfs_iflush for special inodes during unmount
Christoph Hellwig
2008-12-04
1
-5
/
+0
*
[XFS] remove xfs_vfs.h
Christoph Hellwig
2008-12-01
1
-0
/
+3
*
[XFS] Use struct inodes instead of vnodes to kill vn_grab
David Chinner
2008-10-30
1
-5
/
+0
*
[XFS] kill bhv_vnode_t
Christoph Hellwig
2008-08-13
1
-8
/
+6
*
[XFS] implement IHOLD/IRELE directly
Christoph Hellwig
2008-08-13
1
-16
/
+12
*
[XFS] kill vn_to_inode
Christoph Hellwig
2008-08-13
1
-16
/
+8
*
[XFS] Remove vn_from_inode()
Christoph Hellwig
2008-08-13
1
-6
/
+1
*
[XFS] XFS: Kill xfs_vtoi()
David Chinner
2008-08-13
1
-2
/
+2
*
[XFS] Remove vn_revalidate calls in xfs.
Christoph Hellwig
2008-07-28
1
-1
/
+0
*
[XFS] Now that xfs_setattr is only used for attributes set from ->setattr
Christoph Hellwig
2008-07-28
1
-73
/
+0
*
[XFS] xfs_setattr currently doesn't just handle the attributes set through
Christoph Hellwig
2008-07-28
1
-15
/
+0
*
[XFS] Fix fsync() b0rkage.
David Chinner
2008-05-23
1
-8
/
+0
*
[XFS] Remove VN_IS* macros and related cruft.
Christoph Hellwig
2008-04-29
1
-24
/
+0
*
[XFS] remove bhv_vname_t and xfs_rename code
Barry Naujok
2008-04-18
1
-9
/
+0
*
[XFS] replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-18
1
-2
/
+2
*
[XFS] kill xfs_rwlock/xfs_rwunlock
Christoph Hellwig
2008-04-18
1
-12
/
+0
*
[XFS] kill xfs_get_dir_entry
Christoph Hellwig
2008-04-18
1
-1
/
+1
*
[XFS] Don't block pdflush when writing back inodes
David Chinner
2008-04-18
1
-4
/
+1
*
[XFS] cleanup vnode useage in xfs_iget.c
Christoph Hellwig
2008-02-07
1
-6
/
+0
*
[XFS] simplify vn_revalidate
Christoph Hellwig
2008-02-07
1
-2
/
+0
*
[XFS] more vnode/inode tracing fixes
Lachlan McIlroy
2008-02-07
1
-0
/
+3
*
[XFS] clean up vnode/inode tracing
Lachlan McIlroy
2008-02-07
1
-22
/
+29
*
[XFS] kill struct bhv_vfs
Christoph Hellwig
2007-10-16
1
-1
/
+0
*
[XFS] kill struct bhv_vnode
Christoph Hellwig
2007-10-16
1
-26
/
+22
*
[XFS] kill the v_number member in struct bhv_vnode
Christoph Hellwig
2007-10-16
1
-1
/
+0
*
[XFS] move v_trace from bhv_vnode to xfs_inode
Christoph Hellwig
2007-10-16
1
-14
/
+7
*
[XFS] move v_iocount from bhv_vnode to xfs_inode
Christoph Hellwig
2007-10-16
1
-5
/
+7
*
[XFS] kill the v_flag member in struct bhv_vnode
Christoph Hellwig
2007-10-16
1
-42
/
+0
*
[XFS] kill v_vfsp member from struct bhv_vnode
Christoph Hellwig
2007-10-16
1
-2
/
+1
*
[XFS] call common xfs vnode-level helpers directly and remove vnode operations
Christoph Hellwig
2007-10-16
1
-216
/
+1
*
[XFS] stop using uio in the readlink code
Christoph Hellwig
2007-10-15
1
-5
/
+3
*
[XFS] use filldir internally
Christoph Hellwig
2007-10-15
1
-4
/
+4
*
[XFS] XFS should not be looking at filp reference counts
Christoph Hellwig
2007-07-14
1
-5
/
+0
*
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
Jens Axboe
2007-07-10
1
-6
/
+0
*
[XFS] propogate return codes from flush routines
Lachlan McIlroy
2007-05-08
1
-1
/
+1
*
[XFS] Keep stack usage down for 4k stacks by using noinline.
David Chinner
2007-02-10
1
-2
/
+2
*
[XFS] remove bhv_lookup, _range version works aswell and has more useful
Christoph Hellwig
2006-09-28
1
-2
/
+0
*
[XFS] * There is trivial "inode => vnode => inode" conversion, but only
Alexey Dobriyan
2006-06-27
1
-1
/
+1
*
[XFS] Resolve a namespace collision on remaining vtypes for FreeBSD
Nathan Scott
2006-06-09
1
-32
/
+32
*
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
Nathan Scott
2006-06-09
1
-188
/
+117
*
[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.
Nathan Scott
2006-06-09
1
-2
/
+2
*
[XFS] Start writeout earlier (on last close) in the case where we have a
Nathan Scott
2006-06-09
1
-14
/
+25
[next]