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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
lockd: Add nlm_destroy_host_locked()
Chuck Lever
2010-12-16
1
-8
/
+11
|
*
|
lockd: Add nlm_alloc_host()
Chuck Lever
2010-12-16
1
-45
/
+65
|
*
|
lockd: reorganize nlm_host_rebooted
J. Bruce Fields
2010-12-16
1
-24
/
+34
|
*
|
lockd: define host_for_each{_safe} macros
J. Bruce Fields
2010-12-16
1
-52
/
+55
|
*
|
SUNRPC: New xdr_streams XDR decoder API
Chuck Lever
2010-12-16
8
-530
/
+468
|
*
|
SUNRPC: New xdr_streams XDR encoder API
Chuck Lever
2010-12-16
8
-759
/
+542
|
*
|
NFS: Remove unused UMNT response data structure
Chuck Lever
2010-12-16
1
-2
/
+0
|
*
|
NFS: Avoid return code checking in mount XDR encoder functions
Chuck Lever
2010-12-16
1
-20
/
+15
|
*
|
NSM: Avoid return code checking in NSM XDR encoder functions
Chuck Lever
2010-12-16
1
-43
/
+25
|
*
|
NFS: Squelch compiler warning in decode_getdeviceinfo()
Chuck Lever
2010-12-16
1
-1
/
+1
|
*
|
NFS: Simplify ->decode_dirent() calling sequence
Chuck Lever
2010-12-16
6
-41
/
+59
|
*
|
NFS: Fix hdrlen calculation in NFSv4's decode_read()
Chuck Lever
2010-12-16
1
-1
/
+1
|
*
|
lockd: Move nlmdbg_cookie2a() to svclock.c
Chuck Lever
2010-12-16
2
-29
/
+30
|
*
|
NFS: Repair whitespace damage in NFS PROC macro
Chuck Lever
2010-12-16
3
-86
/
+86
|
*
|
NFSD: Update XDR decoders in NFSv4 callback client
Chuck Lever
2010-12-16
1
-176
/
+239
|
*
|
NFSD: Update XDR encoders in NFSv4 callback client
Chuck Lever
2010-12-16
1
-77
/
+178
|
*
|
lockd: Introduce new-style XDR functions for NLMv4
Chuck Lever
2010-12-16
3
-256
/
+622
|
*
|
NFS: Move and update xdr_decode_foo() functions that we're keeping
Chuck Lever
2010-12-16
1
-69
/
+67
|
*
|
NFS: Remove unused old NFSv3 decoder functions
Chuck Lever
2010-12-16
1
-508
/
+4
|
*
|
NFS: Switch in new NFSv3 decoder functions
Chuck Lever
2010-12-16
1
-34
/
+30
|
*
|
NFS: Introduce new-style XDR decoding functions for NFSv2
Chuck Lever
2010-12-16
1
-79
/
+1445
|
*
|
NFS: Update xdr_encode_foo() functions that we're keeping
Chuck Lever
2010-12-16
1
-56
/
+55
|
*
|
NFS: Remove unused old NFSv3 encoder functions
Chuck Lever
2010-12-16
1
-324
/
+4
|
*
|
NFS: Replace old NFSv3 encoder functions with xdr_stream-based ones
Chuck Lever
2010-12-16
1
-28
/
+30
|
*
|
NFS: Introduce new-style XDR encoding functions for NFSv3
Chuck Lever
2010-12-16
1
-3
/
+830
|
*
|
lockd: Introduce new-style XDR functions for NLMv3
Chuck Lever
2010-12-16
3
-260
/
+645
|
*
|
NFS: Move and update xdr_decode_foo() functions that we're keeping
Chuck Lever
2010-12-16
1
-41
/
+56
|
*
|
NFS: Replace old NFSv2 decoder functions with xdr_stream-based ones
Chuck Lever
2010-12-16
1
-249
/
+4
|
*
|
NFS: Introduce new-style XDR decoding functions for NFSv2
Chuck Lever
2010-12-16
3
-10
/
+558
|
*
|
NFS: Use the "nfs_stat" enum for nfs_stat_to_errno()'s argument
Chuck Lever
2010-12-16
2
-9
/
+11
|
*
|
NFS: Update xdr_encode_foo() functions that we're keeping
Chuck Lever
2010-12-16
1
-26
/
+33
|
*
|
NFS: Remove old NFSv2 encoder functions
Chuck Lever
2010-12-16
1
-245
/
+4
|
*
|
NFS: Introduce new-style XDR encoding functions for NFSv2
Chuck Lever
2010-12-16
1
-3
/
+403
*
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2011-01-11
13
-180
/
+164
|
\
\
\
|
*
|
|
UDF: Close small mem leak in udf_find_entry()
Jesper Juhl
2011-01-06
1
-4
/
+2
|
*
|
|
udf: Fix directory corruption after extent merging
Jan Kara
2011-01-06
1
-6
/
+10
|
*
|
|
udf: Protect udf_file_aio_write from possible races
Jan Kara
2011-01-06
1
-0
/
+3
|
*
|
|
udf: Remove unnecessary bkl usages
Alessio Igor Bogani
2011-01-06
5
-47
/
+1
|
*
|
|
udf: Use of s_alloc_mutex to serialize udf_relocate_blocks() execution
Alessio Igor Bogani
2011-01-06
1
-8
/
+19
|
*
|
|
udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info...
Alessio Igor Bogani
2011-01-06
6
-19
/
+37
|
*
|
|
udf: Remove BKL from free space counting functions
Jan Kara
2011-01-06
1
-9
/
+2
|
*
|
|
udf: Call udf_add_free_space() for more blocks at once in udf_free_blocks()
Jan Kara
2011-01-06
1
-2
/
+1
|
*
|
|
udf: Remove BKL from udf_put_super() and udf_remount_fs()
Jan Kara
2011-01-06
1
-6
/
+0
|
*
|
|
udf: Protect default inode credentials by rwlock
Jan Kara
2011-01-06
3
-7
/
+14
|
*
|
|
udf: Protect all modifications of LVID with s_alloc_mutex
Jan Kara
2011-01-06
1
-0
/
+5
|
*
|
|
udf: Move handling of uniqueID into a helper function and protect it by a s_a...
Jan Kara
2011-01-06
4
-53
/
+47
|
*
|
|
udf: Remove BKL from udf_update_inode
Jan Kara
2011-01-06
2
-11
/
+3
|
*
|
|
udf: Convert UDF_SB(sb)->s_flags to use bitops
Jan Kara
2011-01-06
1
-4
/
+16
|
*
|
|
fs/udf: Add printf format/argument verification
Joe Perches
2011-01-06
1
-0
/
+2
|
*
|
|
fs/udf: Use vzalloc
Joe Perches
2011-01-06
1
-3
/
+2
|
|
|
/
|
|
/
|
[prev]
[next]