index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
camellia_generic.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-15
NFS: Fix nfs_direct_write_reschedule_io()
Trond Myklebust
1
-1
/
+2
2020-01-15
NFS: When resending after a short write, reset the reply count to zero
Trond Myklebust
2
-0
/
+4
2020-01-15
NFS: Improve tracing of permission calls
Trond Myklebust
2
-3
/
+62
2020-01-15
pNFS/flexfiles: Add tracing for layout errors
Trond Myklebust
3
-9
/
+132
2020-01-15
NFS: Clean up generic file commit tracepoint
Trond Myklebust
2
-17
/
+27
2020-01-15
NFS: Clean up generic writeback tracepoints
Trond Myklebust
2
-36
/
+43
2020-01-15
NFS: Clean up generic file read tracepoints
Trond Myklebust
2
-26
/
+35
2020-01-15
pNFS/flexfiles: Record resend attempts on I/O failure
Trond Myklebust
3
-8
/
+14
2020-01-15
NFS: Fix fix of show_nfs_errors
Trond Myklebust
1
-16
/
+17
2020-01-15
NFSv4: Improve read/write/commit tracing
Trond Myklebust
1
-18
/
+34
2020-01-15
NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()
Trond Myklebust
5
-9
/
+16
2020-01-15
NFS: Fix up fsync() when the server rebooted
Trond Myklebust
1
-21
/
+16
2020-01-15
SUNRPC: Remove broken gss_mech_list_pseudoflavors()
Trond Myklebust
5
-84
/
+0
2020-01-15
NFS: Revalidate the file mapping on all fatal writeback errors
Trond Myklebust
1
-3
/
+4
2020-01-15
NFS: Revalidate the file size on a fatal write error
Trond Myklebust
1
-0
/
+8
2020-01-15
xprtrdma: DMA map rr_rdma_buf as each rpcrdma_rep is created
Chuck Lever
1
-20
/
+11
2020-01-15
xprtrdma: Destroy reps from previous connection instance
Chuck Lever
1
-1
/
+3
2020-01-15
xprtrdma: Destroy rpcrdma_rep when Receive is flushed
Chuck Lever
1
-1
/
+8
2020-01-15
xprtrdma: Allocate and map transport header buffers at connect time
Chuck Lever
4
-37
/
+84
2020-01-15
xprtrdma: Refactor frwr_is_supported
Chuck Lever
3
-47
/
+25
2020-01-15
xprtrdma: Eliminate per-transport "max pages"
Chuck Lever
5
-40
/
+23
2020-01-15
xprtrdma: Refactor initialization of ep->rep_max_requests
Chuck Lever
4
-11
/
+11
2020-01-15
xprtrdma: Make sendctx queue lifetime the same as connection lifetime
Chuck Lever
2
-11
/
+23
2020-01-15
xprtrdma: Eliminate ri_max_send_sges
Chuck Lever
4
-16
/
+14
2020-01-15
NFS: Add missing null check for failed allocation
Colin Ian King
1
-0
/
+3
2020-01-15
nfs: NFS_SWAP should depend on SWAP
Geert Uytterhoeven
1
-1
/
+1
2020-01-15
SUNRPC: constify copied structure
Julia Lawall
1
-1
/
+1
2020-01-15
fs/nfs, swapon: check holes in swapfile
Murphy Zhou
1
-0
/
+12
2020-01-15
SUNRPC: call_connect_status should handle -EPROTO
Chuck Lever
1
-0
/
+1
2020-01-15
NFS4: Report callback authentication errors
Chuck Lever
2
-3
/
+43
2020-01-15
NFS: Introduce trace events triggered by page writeback errors
Chuck Lever
2
-0
/
+48
2020-01-15
SUNRPC: Capture signalled RPC tasks
Chuck Lever
2
-1
/
+4
2020-01-15
NFS: move dprintk after nfs_alloc_fattr in nfs3_proc_lookup
zhengbin
1
-1
/
+1
2020-01-15
NFS4: Remove unneeded semicolon
zhengbin
2
-3
/
+3
2020-01-15
nfs: encode nfsv4 timestamps as 64-bit
Arnd Bergmann
1
-1
/
+1
2020-01-15
nfs: remove timespec from xdr_encode_nfstime
Arnd Bergmann
1
-6
/
+6
2020-01-15
nfs: fscache: use timespec64 in inode auxdata
Arnd Bergmann
3
-11
/
+21
2020-01-15
nfs: use timespec64 in nfs_fattr
Arnd Bergmann
2
-7
/
+7
2020-01-15
sunrpc: convert to time64_t for expiry
Arnd Bergmann
8
-24
/
+30
2020-01-15
NFS: Attach supplementary error information to fs_context.
Scott Mayhew
6
-72
/
+48
2020-01-15
NFS: Additional refactoring for fs_context conversion
Scott Mayhew
13
-273
/
+204
2020-01-15
NFS: Add fs_context support.
David Howells
12
-659
/
+773
2020-01-15
NFS: Convert mount option parsing to use functionality from fs_parser.h
Scott Mayhew
1
-423
/
+364
2020-01-15
NFS: rename nfs_fs_context pointer arg in a few functions
Scott Mayhew
2
-58
/
+58
2020-01-15
NFS: Do some tidying of the parsing code
David Howells
3
-78
/
+66
2020-01-15
NFS: Add a small buffer in nfs_fs_context to avoid string dup
David Howells
2
-52
/
+48
2020-01-15
NFS: Deindent nfs_fs_context_parse_option()
David Howells
1
-372
/
+367
2020-01-15
NFS: Split nfs_parse_mount_options()
David Howells
2
-56
/
+73
2020-01-15
NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
David Howells
6
-393
/
+393
2020-01-15
NFS: Constify mount argument match tables
David Howells
1
-3
/
+3
[next]