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
/
xfs_inode.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
[XFS] free partially initialized inodes using destroy_inode
Christoph Hellwig
2008-10-30
1
-0
/
+17
*
|
[XFS] stop using xfs_itobp in xfs_bulkstat
Christoph Hellwig
2008-10-30
1
-2
/
+4
*
|
[XFS] kill deleted inodes list
David Chinner
2008-10-30
1
-1
/
+0
*
|
[XFS] move inode reclaim functions to xfs_sync.c
David Chinner
2008-10-30
1
-2
/
+0
*
|
[XFS] Combine the XFS and Linux inodes
David Chinner
2008-10-30
1
-3
/
+6
*
|
[XFS] Always use struct xfs_btree_block instead of short / longform
Christoph Hellwig
2008-10-30
1
-2
/
+1
*
|
[XFS] remove the mount inode list
David Chinner
2008-10-30
1
-8
/
+0
*
|
[XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()
David Chinner
2008-10-30
1
-2
/
+1
*
|
[XFS] Sync up kernel and user-space headers
Barry Naujok
2008-10-30
1
-123
/
+123
*
|
[XFS] make btree tracing generic
Christoph Hellwig
2008-10-30
1
-1
/
+1
*
|
[XFS] Make use of the init-once slab optimisation.
David Chinner
2008-10-30
1
-0
/
+1
|
/
*
[XFS] update timestamp in xfs_ialloc manually
Christoph Hellwig
2008-08-13
1
-2
/
+1
*
[XFS] replace inode flush semaphore with a completion
David Chinner
2008-08-13
1
-4
/
+21
*
[XFS] kill bhv_vnode_t
Christoph Hellwig
2008-08-13
1
-1
/
+1
*
[XFS] kill xfs_lock_dir_and_entry
Christoph Hellwig
2008-08-13
1
-0
/
+1
*
[XFS] XFS: Kill xfs_vtoi()
David Chinner
2008-08-13
1
-5
/
+0
*
[XFS] Kill shouty XFS_ITOV() macro
David Chinner
2008-08-13
1
-1
/
+0
*
[XFS] kill shouty XFS_ITOV_NULL macro
David Chinner
2008-08-13
1
-1
/
+0
*
[XFS] Avoid directly referencing the VFS inode.
David Chinner
2008-08-13
1
-3
/
+19
*
[XFS] kill xfs_igrow_start and xfs_igrow_finish
Christoph Hellwig
2008-07-28
1
-3
/
+0
*
[XFS] remove manual lookup from xfs_rename and simplify locking
Christoph Hellwig
2008-04-29
1
-1
/
+1
*
[XFS] shrink mrlock_t
Christoph Hellwig
2008-04-29
1
-12
/
+2
*
[XFS] Remove the xfs_icluster structure
David Chinner
2008-04-18
1
-16
/
+0
*
[XFS] Don't block pdflush when writing back inodes
David Chinner
2008-04-18
1
-1
/
+2
*
[XFS] Remove the xfs_refcache
Donald Douwsma
2008-04-18
1
-4
/
+0
*
[XFS] use generic_permission
Christoph Hellwig
2008-02-07
1
-1
/
+0
*
[XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros.
Christoph Hellwig
2008-02-07
1
-11
/
+36
*
[XFS] Use kernel-supplied "roundup_pow_of_two" for simplicity
Robert P. J. Day
2008-02-07
1
-1
/
+0
*
[XFS] Fix inode allocation latency
David Chinner
2008-02-07
1
-0
/
+1
*
[XFS] cleanup vnode useage in xfs_iget.c
Christoph Hellwig
2008-02-07
1
-1
/
+0
*
[XFS] kill xfs_iocore_t
Christoph Hellwig
2008-02-07
1
-42
/
+1
*
[XFS] Cleanup lock goop.
Eric Sandeen
2008-02-07
1
-1
/
+1
*
[XFS] clean up vnode/inode tracing
Lachlan McIlroy
2008-02-07
1
-1
/
+1
*
[XFS] kill the vfs_flags member in struct bhv_vfs
Christoph Hellwig
2007-10-16
1
-2
/
+3
*
[XFS] kill struct bhv_vnode
Christoph Hellwig
2007-10-16
1
-3
/
+2
*
[XFS] move v_trace from bhv_vnode to xfs_inode
Christoph Hellwig
2007-10-16
1
-0
/
+3
*
[XFS] move v_iocount from bhv_vnode to xfs_inode
Christoph Hellwig
2007-10-16
1
-0
/
+1
*
[XFS] Create xfs_iflags_test_and_clear helper function
Christoph Hellwig
2007-10-16
1
-0
/
+13
*
[XFS] kill the v_flag member in struct bhv_vnode
Christoph Hellwig
2007-10-16
1
-0
/
+3
*
[XFS] call common xfs vnode-level helpers directly and remove vnode operations
Christoph Hellwig
2007-10-16
1
-9
/
+3
*
[XFS] Radix tree based inode caching
David Chinner
2007-10-15
1
-44
/
+12
*
[XFS] dinode endianess annotations
Christoph Hellwig
2007-10-15
1
-4
/
+48
*
[XFS] split ondisk vs incore versions of xfs_bmbt_rec_t
Christoph Hellwig
2007-10-15
1
-5
/
+5
*
[XFS] Fix lockdep annotations for xfs_lock_inodes
David Chinner
2007-07-14
1
-6
/
+9
*
[XFS] Concurrent Multi-File Data Streams
David Chinner
2007-07-14
1
-0
/
+1
*
[XFS] Add lockdep support for XFS
Lachlan McIlroy
2007-05-08
1
-14
/
+46
*
[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.
Lachlan McIlroy
2007-05-08
1
-0
/
+3
*
[XFS] propogate return codes from flush routines
Lachlan McIlroy
2007-05-08
1
-1
/
+1
*
[XFS] Clean up i_flags and i_flags_lock handling.
David Chinner
2006-11-11
1
-0
/
+41
*
[XFS] Really fix use after free in xfs_iunpin.
David Chinner
2006-09-28
1
-0
/
+1
[prev]
[next]