index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-16
lockd: Create client-side nlm_host cache
Chuck Lever
4
-14
/
+78
2010-12-16
lockd: Split nlm_release_call()
Chuck Lever
5
-13
/
+22
2010-12-16
lockd: Add nlm_destroy_host_locked()
Chuck Lever
1
-8
/
+11
2010-12-16
lockd: Add nlm_alloc_host()
Chuck Lever
1
-45
/
+65
2010-12-16
lockd: reorganize nlm_host_rebooted
J. Bruce Fields
1
-24
/
+34
2010-12-16
lockd: define host_for_each{_safe} macros
J. Bruce Fields
1
-52
/
+55
2010-12-16
SUNRPC: New xdr_streams XDR decoder API
Chuck Lever
15
-566
/
+518
2010-12-16
SUNRPC: New xdr_streams XDR encoder API
Chuck Lever
15
-807
/
+606
2010-12-16
SUNRPC: Determine value of "nrprocs" automatically
Chuck Lever
1
-7
/
+3
2010-12-16
SUNRPC: Avoid return code checking in rpcbind XDR encoder functions
Chuck Lever
1
-39
/
+21
2010-12-16
NFS: Remove unused UMNT response data structure
Chuck Lever
1
-2
/
+0
2010-12-16
NFS: Avoid return code checking in mount XDR encoder functions
Chuck Lever
1
-20
/
+15
2010-12-16
NSM: Avoid return code checking in NSM XDR encoder functions
Chuck Lever
1
-43
/
+25
2010-12-16
NFS: Squelch compiler warning in decode_getdeviceinfo()
Chuck Lever
1
-1
/
+1
2010-12-16
NFS: Simplify ->decode_dirent() calling sequence
Chuck Lever
7
-42
/
+61
2010-12-16
NFS: Fix hdrlen calculation in NFSv4's decode_read()
Chuck Lever
1
-1
/
+1
2010-12-16
lockd: Move nlmdbg_cookie2a() to svclock.c
Chuck Lever
3
-39
/
+30
2010-12-16
NFS: Repair whitespace damage in NFS PROC macro
Chuck Lever
3
-86
/
+86
2010-12-16
NFSD: Update XDR decoders in NFSv4 callback client
Chuck Lever
1
-176
/
+239
2010-12-16
NFSD: Update XDR encoders in NFSv4 callback client
Chuck Lever
1
-77
/
+178
2010-12-16
lockd: Introduce new-style XDR functions for NLMv4
Chuck Lever
3
-256
/
+622
2010-12-16
NFS: Move and update xdr_decode_foo() functions that we're keeping
Chuck Lever
1
-69
/
+67
2010-12-16
NFS: Remove unused old NFSv3 decoder functions
Chuck Lever
1
-508
/
+4
2010-12-16
NFS: Switch in new NFSv3 decoder functions
Chuck Lever
1
-34
/
+30
2010-12-16
NFS: Introduce new-style XDR decoding functions for NFSv2
Chuck Lever
2
-79
/
+1446
2010-12-16
NFS: Update xdr_encode_foo() functions that we're keeping
Chuck Lever
1
-56
/
+55
2010-12-16
NFS: Remove unused old NFSv3 encoder functions
Chuck Lever
1
-324
/
+4
2010-12-16
NFS: Replace old NFSv3 encoder functions with xdr_stream-based ones
Chuck Lever
1
-28
/
+30
2010-12-16
NFS: Introduce new-style XDR encoding functions for NFSv3
Chuck Lever
2
-3
/
+832
2010-12-16
lockd: Introduce new-style XDR functions for NLMv3
Chuck Lever
3
-260
/
+645
2010-12-16
NFS: Move and update xdr_decode_foo() functions that we're keeping
Chuck Lever
1
-41
/
+56
2010-12-16
NFS: Replace old NFSv2 decoder functions with xdr_stream-based ones
Chuck Lever
1
-249
/
+4
2010-12-16
NFS: Introduce new-style XDR decoding functions for NFSv2
Chuck Lever
3
-10
/
+558
2010-12-16
NFS: Use the "nfs_stat" enum for nfs_stat_to_errno()'s argument
Chuck Lever
2
-9
/
+11
2010-12-16
NFS: Update xdr_encode_foo() functions that we're keeping
Chuck Lever
1
-26
/
+33
2010-12-16
NFS: Remove old NFSv2 encoder functions
Chuck Lever
1
-245
/
+4
2010-12-16
NFS: Introduce new-style XDR encoding functions for NFSv2
Chuck Lever
1
-3
/
+403
2010-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
3
-10
/
+115
2010-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
2
-9
/
+12
2010-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
3
-57
/
+65
2010-12-16
lguest: populate initial_page_table
Rusty Russell
3
-5
/
+107
2010-12-16
lguest: restore boot speed
Rusty Russell
1
-4
/
+7
2010-12-16
lguest: fix crash lguest_time_init
Rusty Russell
1
-1
/
+1
2010-12-16
nilfs2: fix regression of garbage collection ioctl
Ryusuke Konishi
2
-9
/
+12
2010-12-16
Linux 2.6.37-rc6
v2.6.37-rc6
Linus Torvalds
1
-1
/
+1
2010-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-0
/
+1
2010-12-15
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
4
-4
/
+18
2010-12-15
xen: Provide a variant of __RING_SIZE() that is an integer constant expression
Jeremy Fitzhardinge
3
-5
/
+12
2010-12-15
MAINTAINERS: update MSM git tree
Daniel Walker
1
-1
/
+1
2010-12-15
install_special_mapping skips security_file_mmap check.
Tavis Ormandy
2
-4
/
+17
[next]