index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2020-12-17
22
-524
/
+922
|
\
|
*
NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read()
Trond Myklebust
2020-12-16
1
-1
/
+1
|
*
pNFS/flexfiles: Avoid spurious layout returns in ff_layout_choose_ds_for_read
Trond Myklebust
2020-12-16
1
-5
/
+1
|
*
NFSv4/pnfs: Add tracing for the deviceid cache
Trond Myklebust
2020-12-16
3
-8
/
+92
|
*
NFSv4.2: fix error return on memory allocation failure
Colin Ian King
2020-12-16
1
-0
/
+1
|
*
NFSv4.2/pnfs: Don't use READ_PLUS with pNFS yet
Trond Myklebust
2020-12-14
1
-7
/
+8
|
*
NFSv4.2: Deal with potential READ_PLUS data extent buffer overflow
Trond Myklebust
2020-12-14
1
-2
/
+7
|
*
NFSv4.2: Don't error when exiting early on a READ_PLUS buffer overflow
Trond Myklebust
2020-12-14
1
-19
/
+17
|
*
NFSv4.2: Handle hole lengths that exceed the READ_PLUS read buffer
Trond Myklebust
2020-12-14
1
-0
/
+6
|
*
NFSv4.2: decode_read_plus_hole() needs to check the extent offset
Trond Myklebust
2020-12-14
1
-3
/
+21
|
*
NFSv4.2: decode_read_plus_data() must skip padding after data segment
Trond Myklebust
2020-12-14
1
-1
/
+3
|
*
NFSv4.2: Ensure we always reset the result->count in decode_read_plus()
Trond Myklebust
2020-12-14
1
-0
/
+1
|
*
NFSv4.1: use BITS_PER_LONG macro in nfs4session.h
Geliang Tang
2020-12-14
1
-1
/
+1
|
*
NFSv4.2: improve page handling for GETXATTR
Frank van der Linden
2020-12-14
2
-16
/
+44
|
*
NFSv4.2: Fix up the get/listxattr calls to rpc_prepare_reply_pages()
Trond Myklebust
2020-12-10
1
-5
/
+7
|
*
NFS: switch nfsiod to be an UNBOUND workqueue.
NeilBrown
2020-12-02
1
-1
/
+1
|
*
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: Clean up the handling of page padding in rpc_prepare_reply_pages()
Trond Myklebust
2020-12-02
3
-39
/
+45
|
*
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
|
*
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
|
*
NFS: Switch mount code to use xprt_find_transport_ident()
Trond Myklebust
2020-12-02
1
-9
/
+12
|
*
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
2
-19
/
+23
|
*
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
4
-51
/
+61
|
*
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
1
-14
/
+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
|
*
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
[next]