index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
lockd: don't use interval-based rebinding over TCP
Calum Mackay
2020-12-02
1
-9
/
+11
*
net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'
Fedor Tokarev
2020-12-02
1
-2
/
+2
*
NFSv4: Refactor to use user namespaces for nfs4idmap
Sargun Dhillon
2020-12-02
1
-1
/
+1
*
NFS: NFSv2/NFSv3: Use cred from fs_context during mount
Sargun Dhillon
2020-12-02
1
-2
/
+2
*
NFSv4: Fix a pNFS layout related use-after-free race when freeing the inode
Trond Myklebust
2020-12-02
3
-3
/
+37
*
NFSv4: Fix open coded xdr_stream_remaining()
Trond Myklebust
2020-12-02
1
-3
/
+3
*
SUNRPC: Fix open coded xdr_stream_remaining()
Trond Myklebust
2020-12-02
1
-2
/
+2
*
SUNRPC: Fix up xdr_set_page()
Trond Myklebust
2020-12-02
1
-9
/
+12
*
SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()
Trond Myklebust
2020-12-02
5
-46
/
+46
*
SUNRPC: Fix up xdr_read_pages() to take arbitrary object lengths
Trond Myklebust
2020-12-02
1
-26
/
+15
*
SUNRPC: Clean up helpers xdr_set_iov() and xdr_set_page_base()
Trond Myklebust
2020-12-02
1
-17
/
+19
*
SUNRPC: Fix up typo in xdr_init_decode()
Trond Myklebust
2020-12-02
1
-1
/
+1
*
NFSv4: Fix the alignment of page data in the getdeviceinfo reply
Trond Myklebust
2020-12-02
1
-3
/
+7
*
pNFS: Clean up open coded xdr string decoding
Trond Myklebust
2020-12-02
1
-36
/
+7
*
SUNRPC: Fix up open coded kmemdup_nul()
Trond Myklebust
2020-12-02
1
-3
/
+1
*
pNFS/flexfiles: Fix up layoutstats reporting for non-TCP transports
Trond Myklebust
2020-12-02
1
-7
/
+2
*
NFSv4/pNFS: Store the transport type in struct nfs4_pnfs_ds_addr
Trond Myklebust
2020-12-02
2
-15
/
+21
*
pNFS: Add helpers for allocation/free of struct nfs4_pnfs_ds_addr
Trond Myklebust
2020-12-02
1
-5
/
+16
*
NFSv4/pNFS: Use connections to a DS that are all of the same protocol family
Trond Myklebust
2020-12-02
1
-1
/
+6
*
SUNRPC: Remove unused function xprt_load_transport()
Trond Myklebust
2020-12-02
2
-16
/
+0
*
NFS: Switch mount code to use xprt_find_transport_ident()
Trond Myklebust
2020-12-02
1
-9
/
+12
*
SUNRPC: Add a helper to return the transport identifier given a netid
Trond Myklebust
2020-12-02
2
-4
/
+22
*
SUNRPC: Close a race with transport setup and module put
Trond Myklebust
2020-12-02
1
-11
/
+33
*
SUNRPC: xprt_load_transport() needs to support the netid "rdma6"
Trond Myklebust
2020-12-02
5
-16
/
+56
*
NFS: Do uncached readdir when we're seeking a cookie in an empty page cache
Trond Myklebust
2020-12-02
1
-0
/
+17
*
NFS: Reduce number of RPC calls when doing uncached readdir
Trond Myklebust
2020-12-02
1
-36
/
+69
*
NFS: Optimisations for monotonically increasing readdir cookies
Trond Myklebust
2020-12-02
1
-1
/
+22
*
NFS: Improve handling of directory verifiers
Trond Myklebust
2020-12-02
3
-20
/
+30
*
NFS: Handle NFS4ERR_NOT_SAME and NFSERR_BADCOOKIE from readdir calls
Trond Myklebust
2020-12-02
2
-8
/
+18
*
NFS: Allow the NFS generic code to pass in a verifier to readdir
Trond Myklebust
2020-12-02
5
-53
/
+76
*
NFS: Cleanup to remove nfs_readdir_descriptor_t typedef
Trond Myklebust
2020-12-02
1
-17
/
+13
*
NFS: Reduce readdir stack usage
Trond Myklebust
2020-12-02
1
-25
/
+33
*
NFS: nfs_do_filldir() does not return a value
Trond Myklebust
2020-12-02
1
-14
/
+7
*
NFS: More readdir cleanups
Trond Myklebust
2020-12-02
2
-15
/
+11
*
NFS: Support larger readdir buffers
Trond Myklebust
2020-12-02
3
-22
/
+21
*
NFS: Simplify struct nfs_cache_array_entry
Trond Myklebust
2020-12-02
1
-21
/
+25
*
NFS: Replace kmap() with kmap_atomic() in nfs_readdir_search_array()
Trond Myklebust
2020-12-02
1
-2
/
+2
*
NFS: Remove unnecessary kmap in nfs_readdir_xdr_to_array()
Trond Myklebust
2020-12-02
1
-7
/
+3
*
NFS: Don't discard readdir results
Trond Myklebust
2020-12-02
1
-4
/
+42
*
NFS: Clean up directory array handling
Trond Myklebust
2020-12-02
1
-61
/
+77
*
NFS: Clean up nfs_readdir_page_filler()
Trond Myklebust
2020-12-02
1
-21
/
+18
*
NFS: Clean up readdir struct nfs_cache_array
Trond Myklebust
2020-12-02
1
-17
/
+49
*
NFS: Ensure contents of struct nfs_open_dir_context are consistent
Trond Myklebust
2020-12-02
1
-29
/
+43
*
NFSv4.2: condition READDIR's mask for security label based on LSM state
Olga Kornievskaia
2020-12-02
1
-2
/
+8
*
SUNRPC: rpc_wake_up() should wake up tasks in the correct order
Trond Myklebust
2020-12-02
1
-30
/
+35
*
NFSv4: Observe the NFS_MOUNT_SOFTREVAL flag in _nfs4_proc_lookupp
Trond Myklebust
2020-12-02
1
-1
/
+5
*
NFSv3: Add emulation of the lookupp() operation
Trond Myklebust
2020-12-02
1
-0
/
+15
*
NFSv3: Refactor nfs3_proc_lookup() to split out the dentry
Trond Myklebust
2020-12-02
1
-11
/
+22
*
NFSv4.2: Fix 5 seconds delay when doing inter server copy
Dai Ngo
2020-12-02
1
-1
/
+1
*
NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operation
Chuck Lever
2020-12-02
2
-9
/
+13
[next]