index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
pNFS/flexfiles: Fix array overflow when flexfiles mirroring is enabled
Trond Myklebust
2020-11-30
2
-15
/
+48
*
NFS: Remove unnecessary inode lock in nfs_fsync_dir()
Trond Myklebust
2020-11-12
1
-5
/
+1
*
NFS: Remove unnecessary inode locking in nfs_llseek_dir()
Trond Myklebust
2020-11-12
1
-5
/
+4
*
NFS: Fix listxattr receive buffer size
Chuck Lever
2020-11-12
1
-2
/
+2
*
NFSv4.2: fix failure to unregister shrinker
J. Bruce Fields
2020-11-12
1
-0
/
+2
*
nfsroot: Default mount option should ask for built-in NFS version
Helge Deller
2020-11-02
1
-0
/
+6
*
Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2020-10-22
3
-6
/
+54
|
\
|
*
NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copy
Dai Ngo
2020-10-21
3
-6
/
+54
*
|
Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2020-10-20
15
-114
/
+396
|
\
\
|
*
|
NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flag
Olga Kornievskaia
2020-10-16
1
-3
/
+6
|
*
|
NFSv4: Fix up RCU annotations for struct nfs_netns_client
Trond Myklebust
2020-10-15
2
-4
/
+9
|
*
|
NFS: Only reference user namespace from nfs4idmap struct instead of cred
Sargun Dhillon
2020-10-13
1
-7
/
+8
|
*
|
nfs: add missing "posix" local_lock constant table definition
Scott Mayhew
2020-10-12
1
-0
/
+1
|
*
|
NFSv4: Use the net namespace uniquifier if it is set
Trond Myklebust
2020-10-09
1
-4
/
+17
|
*
|
NFSv4: Clean up initialisation of uniquified client id strings
Trond Myklebust
2020-10-09
1
-41
/
+34
|
*
|
NFS: Decode a full READ_PLUS reply
Anna Schumaker
2020-10-07
1
-17
/
+19
|
*
|
NFS: Add READ_PLUS hole segment decoding
Anna Schumaker
2020-10-07
1
-1
/
+25
|
*
|
NFS: Add READ_PLUS data segment support
Anna Schumaker
2020-10-07
4
-3
/
+184
|
*
|
NFS: Use xdr_page_pos() in NFSv4 decode_getacl()
Anna Schumaker
2020-10-07
1
-5
/
+1
|
*
|
NFS: fix nfs_path in case of a rename retry
Ashish Sangwan
2020-10-06
1
-4
/
+8
|
*
|
fs: nfs: return per memcg count for xattr shrinkers
Yang Shi
2020-10-02
1
-2
/
+2
|
*
|
NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADE
Benjamin Coddington
2020-10-02
3
-34
/
+56
|
*
|
nfs: remove incorrect fallthrough label
Nick Desaulniers
2020-10-02
1
-1
/
+1
|
*
|
NFSv4: make cache consistency bitmask dynamic
Olga Kornievskaia
2020-09-24
1
-3
/
+42
|
*
|
nfs: fix spellint typo in pnfs.c
Wang Qing
2020-09-24
1
-1
/
+1
[next]