index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
linux-2.6
Commit message (
Expand
)
Author
Age
Files
Lines
*
[XFS] Avoid using inodes that haven't been completely initialised
Dave Chinner
2008-11-10
2
-3
/
+3
*
CRED: Wrap task credential accesses in the XFS filesystem
David Howells
2008-10-31
2
-2
/
+2
*
[XFS] Fix race when looking up reclaimable inodes
David Chinner
2008-10-30
1
-0
/
+1
*
[XFS] remove restricted chown parameter from xfs linux
Tim Shimmin
2008-10-30
5
-19
/
+1
*
[XFS] kill sys_cred
Christoph Hellwig
2008-10-30
5
-21
/
+4
*
[XFS] avoid all reclaimable inodes in xfs_sync_inodes_ag
David Chinner
2008-10-30
1
-57
/
+18
*
[XFS] fix biosize option
Christoph Hellwig
2008-10-30
1
-1
/
+1
*
[XFS] fix the noquota mount option
Christoph Hellwig
2008-10-30
1
-0
/
+1
*
[XFS] kill struct xfs_mount_args
Christoph Hellwig
2008-10-30
1
-310
/
+189
*
[XFS] Allocate the struct xfs_ail
David Chinner
2008-10-30
1
-14
/
+14
*
[XFS] Prevent looping in xfs_sync_inodes_ag
David Chinner
2008-10-30
1
-4
/
+22
*
[XFS] kill deleted inodes list
David Chinner
2008-10-30
2
-2
/
+6
*
[XFS] use the inode radix tree for reclaiming inodes
David Chinner
2008-10-30
1
-10
/
+71
*
[XFS] mark inodes for reclaim via a tag in the inode radix tree
David Chinner
2008-10-30
2
-0
/
+45
*
[XFS] rename inode reclaim functions
David Chinner
2008-10-30
2
-7
/
+7
*
[XFS] move inode reclaim functions to xfs_sync.c
David Chinner
2008-10-30
2
-0
/
+94
*
[XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statement
Lachlan McIlroy
2008-10-30
1
-0
/
+1
*
[XFS] Prevent use-after-free caused by synchronous inode reclaim
David Chinner
2008-10-30
1
-18
/
+14
*
[XFS] Combine the XFS and Linux inodes
David Chinner
2008-10-30
3
-47
/
+32
*
[XFS] Never call mark_inode_dirty_sync() directly
David Chinner
2008-10-30
3
-3
/
+3
*
[XFS] fix instant oops with tracing enabled
Christoph Hellwig
2008-10-30
1
-1
/
+1
*
[XFS] Move remaining quiesce code.
David Chinner
2008-10-30
3
-3
/
+59
*
[XFS] Kill xfs_sync()
David Chinner
2008-10-30
2
-138
/
+19
*
[XFS] Kill SYNC_CLOSE
David Chinner
2008-10-30
3
-40
/
+2
*
[XFS] make SYNC_DELWRI no longer use xfs_sync
David Chinner
2008-10-30
3
-20
/
+50
*
[XFS] make SYNC_ATTR no longer use xfs_sync
David Chinner
2008-10-30
3
-14
/
+13
*
[XFS] xfssyncd: don't call xfs_sync
David Chinner
2008-10-30
1
-2
/
+14
*
[XFS] kill xfs_syncsub
David Chinner
2008-10-30
1
-79
/
+62
*
[XFS] use xfs_sync_inodes rather than xfs_syncsub
David Chinner
2008-10-30
2
-15
/
+8
*
[XFS] Use struct inodes instead of vnodes to kill vn_grab
David Chinner
2008-10-30
3
-35
/
+29
*
[XFS] split out two helpers from xfs_syncsub
Christoph Hellwig
2008-10-30
1
-69
/
+93
*
[XFS] Use the inode tree for finding dirty inodes
David Chinner
2008-10-30
1
-260
/
+101
*
[XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()
David Chinner
2008-10-30
1
-1
/
+1
*
[XFS] move xfssyncd code to xfs_sync.c
David Chinner
2008-10-30
5
-182
/
+222
*
[XFS] move sync code to its own file
David Chinner
2008-10-30
3
-0
/
+613
*
[XFS] make btree tracing generic
Christoph Hellwig
2008-10-30
1
-4
/
+20
*
[XFS] add new btree statistics
David Chinner
2008-10-30
2
-0
/
+69
*
[XFS] Remove kmem_zone_t argument from xfs_inode_init_once()
Lachlan McIlroy
2008-10-30
1
-1
/
+0
*
[XFS] Make use of the init-once slab optimisation.
David Chinner
2008-10-30
1
-1
/
+36
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev
Linus Torvalds
2008-10-23
1
-2
/
+2
|
\
|
*
[PATCH] propagate mode through open_bdev_excl/close_bdev_excl
Al Viro
2008-10-21
1
-2
/
+2
*
|
[PATCH] Remove XFS buffered readdir hack
David Woodhouse
2008-10-23
1
-128
/
+0
*
|
[PATCH] switch all filesystems over to d_obtain_alias
Christoph Hellwig
2008-10-23
2
-33
/
+6
|
/
*
xfs: fix remount rw with unrecognized options
Christoph Hellwig
2008-10-15
1
-1
/
+1
*
vfs: Use const for kernel parser table
Steven Whitehouse
2008-10-13
1
-1
/
+1
*
Fix barrier fail detection in XFS
Christoph Hellwig
2008-10-10
2
-1
/
+10
*
[XFS] Prevent direct I/O from mapping extents beyond eof
Lachlan McIlroy
2008-09-17
1
-0
/
+4
*
[XFS] Fix regression introduced by remount fixup
Christoph Hellwig
2008-09-17
1
-0
/
+20
*
[PATCH] fix ->llseek() for a bunch of directories
Al Viro
2008-08-25
1
-0
/
+1
*
[PATCH] change d_add_ci argument ordering
Christoph Hellwig
2008-08-25
1
-1
/
+1
[next]