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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[XFS] fix inode leak in xfs_iget_core()
David Chinner
2008-03-06
1
-0
/
+1
*
[XFS] 977545 977545 977545 977545 977545 977545 xfsaild causing too many
David Chinner
2008-03-06
1
-7
/
+10
*
[XFS] If you mount an XFS filesystem with no mount options at all, then
Josef Jeff Sipek
2008-02-28
5
-12
/
+12
*
[XFS] Undo bit ops cleanup mod due to regression on 32-bit powermac
Lachlan McIlroy
2008-02-26
3
-29
/
+120
*
[XFS] Undo bit ops cleanup mod due to regression on 32-bit powermac
Lachlan McIlroy
2008-02-26
1
-4
/
+4
*
Remove empty file fs/xfs/Makefile-linux-2.6.
Lachlan McIlroy
2008-02-22
1
-0
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into f...
Lachlan McIlroy
2008-02-18
21
-138
/
+121
|
\
|
*
Introduce path_put()
Jan Blunck
2008-02-14
1
-1
/
+1
|
*
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
Jan Blunck
2008-02-14
1
-3
/
+3
|
*
xfs: convert beX_add to beX_add_cpu (new common API)
Marcin Slusarz
2008-02-13
17
-129
/
+114
|
*
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds
2008-02-07
85
-3184
/
+2303
|
|
\
|
*
|
is_vmalloc_addr(): Check if an address is within the vmalloc boundaries
Christoph Lameter
2008-02-05
2
-4
/
+2
|
*
|
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
Christoph Lameter
2008-02-05
1
-1
/
+1
*
|
|
[XFS] Added quota targets and removed dmapi directory
Lachlan McIlroy
2008-02-18
1
-18
/
+13
*
|
|
[XFS] Fix up xfs out-of-tree builds. (a.k.a. external modules)
Eric Sandeen
2008-02-18
1
-1
/
+1
*
|
|
[XFS] Remove Makefile wrappers in XFS
Andi Kleen
2008-02-18
3
-124
/
+122
|
|
/
|
/
|
*
|
[XFS] add __init/__exit mark to specific init/cleanup functions
Lachlan McIlroy
2008-02-07
5
-7
/
+7
*
|
[XFS] Fix oops in xfs_file_readdir()
David Chinner
2008-02-07
1
-2
/
+1
*
|
[XFS] kill xfs_root
Christoph Hellwig
2008-02-07
3
-23
/
+4
*
|
[XFS] keep i_nlink updated and use proper accessors
Christoph Hellwig
2008-02-07
3
-2
/
+2
*
|
[XFS] stop updating inode->i_blocks
Christoph Hellwig
2008-02-07
4
-14
/
+1
*
|
[XFS] Make xfs_ail_check check less by default
David Chinner
2008-02-07
1
-9
/
+28
*
|
[XFS] Move AIL pushing into it's own thread
David Chinner
2008-02-07
7
-108
/
+282
*
|
[XFS] use generic_permission
Christoph Hellwig
2008-02-07
7
-120
/
+25
*
|
[XFS] stop re-checking permissions in xfs_swapext
Christoph Hellwig
2008-02-07
1
-9
/
+11
*
|
[XFS] clean up xfs_swapext
Christoph Hellwig
2008-02-07
1
-41
/
+26
*
|
[XFS] remove permission check from xfs_change_file_space
Christoph Hellwig
2008-02-07
1
-12
/
+0
*
|
[XFS] prevent panic during log recovery due to bogus op_hdr length
Lachlan McIlroy
2008-02-07
1
-1
/
+6
*
|
[XFS] Cleanup various fid related bits:
Christoph Hellwig
2008-02-07
5
-84
/
+17
*
|
[XFS] Fix xfs_lowbit64
David Chinner
2008-02-07
1
-4
/
+4
*
|
[XFS] Remove CFORK macros and use code directly in IFORK and DFORK macros.
Christoph Hellwig
2008-02-07
4
-71
/
+64
*
|
[XFS] kill superflous buffer locking (2nd attempt)
Christoph Hellwig
2008-02-07
2
-51
/
+5
*
|
[XFS] Use kernel-supplied "roundup_pow_of_two" for simplicity
Robert P. J. Day
2008-02-07
2
-29
/
+4
*
|
[XFS] Remove the BPCSHIFT and NB* based macros from XFS.
Tim Shimmin
2008-02-07
7
-47
/
+17
*
|
[XFS] Remove bogus assert
Niv Sardi
2008-02-07
1
-1
/
+0
*
|
[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config
Eric Sandeen
2008-02-07
13
-28
/
+32
*
|
[XFS] Move platform specific mount option parse out of core XFS code
David Chinner
2008-02-07
3
-433
/
+430
*
|
[XFS] Implement fallocate.
David Chinner
2008-02-07
1
-0
/
+43
*
|
[XFS] Fix inode allocation latency
David Chinner
2008-02-07
5
-51
/
+23
*
|
[XFS] Fix transaction overrun during writeback.
David Chinner
2008-02-07
1
-25
/
+50
*
|
[XFS] Show all mount args in /proc/mounts
David Chinner
2008-02-07
1
-35
/
+35
*
|
[XFS] Fix sparse warning in xlog_recover_do_efd_trans.
David Chinner
2008-02-07
1
-11
/
+3
*
|
[XFS] Fix up sparse warnings.
David Chinner
2008-02-07
19
-37
/
+50
*
|
[XFS] Use the generic bitops rather than implementing them ourselves.
David Chinner
2008-02-07
3
-120
/
+29
*
|
[XFS] Make xfs_bulkstat() to report unlinked but referenced inodes
Vlad Apostolov
2008-02-07
2
-20
/
+27
*
|
[XFS] 971186 Undo mod xfs-linux-melb:xfs-kern:29845a due to a regression
Lachlan McIlroy
2008-02-07
2
-5
/
+49
*
|
[XFS] fix 32-bit compat ioctls for GETXFLAGS, SETXFLAGS, GETVERSION
Eric Sandeen
2008-02-07
2
-6
/
+12
*
|
[XFS] lose xfs_hex_dump in favor of print_hex_dump
Eric Sandeen
2008-02-07
3
-31
/
+8
*
|
[XFS] kill XFS_INOBT_IS_FREE_DISK
Christoph Hellwig
2008-02-07
1
-2
/
+0
*
|
[XFS] kill superflous buffer locking
Christoph Hellwig
2008-02-07
2
-49
/
+5
[next]