index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-02
NFSv4: Fix a pNFS layout related use-after-free race when freeing the inode
Trond Myklebust
3
-3
/
+37
2020-12-02
NFSv4: Fix open coded xdr_stream_remaining()
Trond Myklebust
1
-3
/
+3
2020-12-02
SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()
Trond Myklebust
3
-39
/
+45
2020-12-02
NFSv4: Fix the alignment of page data in the getdeviceinfo reply
Trond Myklebust
1
-3
/
+7
2020-12-02
pNFS: Clean up open coded xdr string decoding
Trond Myklebust
1
-36
/
+7
2020-12-02
pNFS/flexfiles: Fix up layoutstats reporting for non-TCP transports
Trond Myklebust
1
-7
/
+2
2020-12-02
NFSv4/pNFS: Store the transport type in struct nfs4_pnfs_ds_addr
Trond Myklebust
2
-15
/
+21
2020-12-02
pNFS: Add helpers for allocation/free of struct nfs4_pnfs_ds_addr
Trond Myklebust
1
-5
/
+16
2020-12-02
NFSv4/pNFS: Use connections to a DS that are all of the same protocol family
Trond Myklebust
1
-1
/
+6
2020-12-02
NFS: Switch mount code to use xprt_find_transport_ident()
Trond Myklebust
1
-9
/
+12
2020-12-02
NFS: Do uncached readdir when we're seeking a cookie in an empty page cache
Trond Myklebust
1
-0
/
+17
2020-12-02
NFS: Reduce number of RPC calls when doing uncached readdir
Trond Myklebust
1
-36
/
+69
2020-12-02
NFS: Optimisations for monotonically increasing readdir cookies
Trond Myklebust
1
-1
/
+22
2020-12-02
NFS: Improve handling of directory verifiers
Trond Myklebust
2
-19
/
+23
2020-12-02
NFS: Handle NFS4ERR_NOT_SAME and NFSERR_BADCOOKIE from readdir calls
Trond Myklebust
2
-8
/
+18
2020-12-02
NFS: Allow the NFS generic code to pass in a verifier to readdir
Trond Myklebust
4
-51
/
+61
2020-12-02
NFS: Cleanup to remove nfs_readdir_descriptor_t typedef
Trond Myklebust
1
-17
/
+13
2020-12-02
NFS: Reduce readdir stack usage
Trond Myklebust
1
-25
/
+33
2020-12-02
NFS: nfs_do_filldir() does not return a value
Trond Myklebust
1
-14
/
+7
2020-12-02
NFS: More readdir cleanups
Trond Myklebust
1
-14
/
+11
2020-12-02
NFS: Support larger readdir buffers
Trond Myklebust
3
-22
/
+21
2020-12-02
NFS: Simplify struct nfs_cache_array_entry
Trond Myklebust
1
-21
/
+25
2020-12-02
NFS: Replace kmap() with kmap_atomic() in nfs_readdir_search_array()
Trond Myklebust
1
-2
/
+2
2020-12-02
NFS: Remove unnecessary kmap in nfs_readdir_xdr_to_array()
Trond Myklebust
1
-7
/
+3
2020-12-02
NFS: Don't discard readdir results
Trond Myklebust
1
-4
/
+42
2020-12-02
NFS: Clean up directory array handling
Trond Myklebust
1
-61
/
+77
2020-12-02
NFS: Clean up nfs_readdir_page_filler()
Trond Myklebust
1
-21
/
+18
2020-12-02
NFS: Clean up readdir struct nfs_cache_array
Trond Myklebust
1
-17
/
+49
2020-12-02
NFS: Ensure contents of struct nfs_open_dir_context are consistent
Trond Myklebust
1
-29
/
+43
2020-12-02
NFSv4.2: condition READDIR's mask for security label based on LSM state
Olga Kornievskaia
1
-2
/
+8
2020-12-02
NFSv4: Observe the NFS_MOUNT_SOFTREVAL flag in _nfs4_proc_lookupp
Trond Myklebust
1
-1
/
+5
2020-12-02
NFSv3: Add emulation of the lookupp() operation
Trond Myklebust
1
-0
/
+15
2020-12-02
NFSv3: Refactor nfs3_proc_lookup() to split out the dentry
Trond Myklebust
1
-11
/
+22
2020-12-02
NFSv4.2: Fix 5 seconds delay when doing inter server copy
Dai Ngo
1
-1
/
+1
2020-12-02
NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operation
Chuck Lever
2
-9
/
+13
2020-11-30
SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()
Chuck Lever
9
-12
/
+10
2020-11-30
pNFS/flexfiles: Fix array overflow when flexfiles mirroring is enabled
Trond Myklebust
2
-15
/
+48
2020-11-12
NFS: Remove unnecessary inode lock in nfs_fsync_dir()
Trond Myklebust
1
-5
/
+1
2020-11-12
NFS: Remove unnecessary inode locking in nfs_llseek_dir()
Trond Myklebust
1
-5
/
+4
2020-11-12
NFS: Fix listxattr receive buffer size
Chuck Lever
1
-2
/
+2
2020-11-12
NFSv4.2: fix failure to unregister shrinker
J. Bruce Fields
1
-0
/
+2
2020-11-02
nfsroot: Default mount option should ask for built-in NFS version
Helge Deller
1
-0
/
+6
2020-10-22
Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
3
-6
/
+54
2020-10-21
NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copy
Dai Ngo
3
-6
/
+54
2020-10-20
Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
15
-114
/
+396
2020-10-16
NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flag
Olga Kornievskaia
1
-3
/
+6
2020-10-15
NFSv4: Fix up RCU annotations for struct nfs_netns_client
Trond Myklebust
2
-4
/
+9
2020-10-13
NFS: Only reference user namespace from nfs4idmap struct instead of cred
Sargun Dhillon
1
-7
/
+8
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+1
2020-10-13
Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-71
/
+124
[prev]
[next]