index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac802154
/
iface.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-15
SUNRPC: Fix the minimal size for reply buffer allocation
Trond Myklebust
1
-1
/
+6
2019-03-15
SUNRPC: Fix a client regression when handling oversized replies
Trond Myklebust
1
-1
/
+1
2019-03-12
pNFS: Fix a typo in pnfs_update_layout
Trond Myklebust
1
-1
/
+1
2019-03-12
fix null pointer deref in tracepoints in back channel
Olga Kornievskaia
1
-2
/
+4
2019-03-10
SUNRPC: Take the transport send lock before binding+connecting
Trond Myklebust
1
-1
/
+8
2019-03-10
SUNRPC: Micro-optimise when the task is known not to be sleeping
Trond Myklebust
2
-34
/
+73
2019-03-10
SUNRPC: Check whether the task was transmitted before rebind/reconnect
Trond Myklebust
1
-4
/
+40
2019-03-09
SUNRPC: Remove redundant calls to RPC_IS_QUEUED()
Trond Myklebust
2
-5
/
+1
2019-03-09
SUNRPC: Clean up
Trond Myklebust
1
-33
/
+14
2019-03-07
SUNRPC: Respect RPC call timeouts when retrying transmission
Trond Myklebust
1
-18
/
+24
2019-03-07
SUNRPC: Fix up RPC back channel transmission
Trond Myklebust
1
-28
/
+33
2019-03-07
SUNRPC: Prevent thundering herd when the socket is not connected
Trond Myklebust
1
-4
/
+17
2019-03-02
SUNRPC: Allow dynamic allocation of back channel slots
Trond Myklebust
1
-16
/
+25
2019-03-02
NFSv4.1: Bump the default callback session slot count to 16
Trond Myklebust
1
-1
/
+1
2019-03-02
SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpc
Trond Myklebust
3
-8
/
+5
2019-03-02
NFS/flexfiles: Clean up mirror DS initialisation
Trond Myklebust
1
-35
/
+31
2019-03-02
NFS/flexfiles: Remove dead code in ff_layout_mirror_valid()
Trond Myklebust
1
-15
/
+0
2019-03-02
NFS/flexfile: Simplify nfs4_ff_layout_select_ds_stateid()
Trond Myklebust
3
-26
/
+10
2019-03-02
NFS/flexfile: Simplify nfs4_ff_layout_ds_version()
Trond Myklebust
2
-5
/
+5
2019-03-02
NFS/flexfiles: Simplify ff_layout_get_ds_cred()
Trond Myklebust
3
-8
/
+9
2019-03-02
NFS/flexfiles: Simplify nfs4_ff_find_or_create_ds_client()
Trond Myklebust
3
-10
/
+6
2019-03-02
NFS/flexfiles: Simplify nfs4_ff_layout_select_ds_fh()
Trond Myklebust
3
-16
/
+5
2019-03-02
NFS/flexfiles: Speed up read failover when DSes are down
Trond Myklebust
3
-12
/
+73
2019-03-02
NFS/flexfiles: Don't invalidate DS deviceids for being unresponsive
Trond Myklebust
2
-21
/
+3
2019-03-02
NFS/flexfiles: Remove bogus checks for invalid deviceids
Trond Myklebust
1
-20
/
+0
2019-03-02
NFS/flexfiles: Avoid unnecessary layout invalidations
Trond Myklebust
1
-3
/
+3
2019-03-02
NFS/flexfiles: refactor calls to fs4_ff_layout_prepare_ds()
Trond Myklebust
3
-22
/
+28
2019-03-02
NFSv4: Handle early exit in layoutget by returning an error
Trond Myklebust
1
-2
/
+4
2019-03-02
NFS/flexfiles: Send LAYOUTERROR when failing over mirrored reads
Trond Myklebust
3
-6
/
+57
2019-03-01
NFSv4.2: Add client support for the generic 'layouterror' RPC call
Trond Myklebust
8
-1
/
+306
2019-03-01
NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated
Trond Myklebust
3
-0
/
+25
2019-03-01
NFSv4/pnfs: Fix barriers in nfs4_mark_deviceid_unavailable()
Trond Myklebust
1
-0
/
+3
2019-03-01
NFS/flexfiles: Fix up sparse RCU annotations
Trond Myklebust
1
-2
/
+2
2019-03-01
NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE()
Trond Myklebust
1
-13
/
+19
2019-03-01
NFS: Add missing encode / decode sequence_maxsz to v4.2 operations
Anna Schumaker
1
-0
/
+10
2019-03-01
NFSv4.1: Don't process the sequence op more than once.
Trond Myklebust
1
-1
/
+1
2019-03-01
NFSv4.1: Reinitialise sequence results before retransmitting a request
Trond Myklebust
1
-4
/
+8
2019-02-26
SUNRPC: Fix an Oops in udp_poll()
Trond Myklebust
2
-2
/
+20
2019-02-23
NFS/pnfs: Bulk destroy of layouts needs to be safe w.r.t. umount
Trond Myklebust
2
-10
/
+24
2019-02-21
NFS: Fix a soft lockup in the delegation recovery code
Trond Myklebust
2
-8
/
+13
2019-02-21
NFSv4.1: Avoid false retries when RPC calls are interrupted
Trond Myklebust
3
-60
/
+55
2019-02-20
SUNRPC: Remove the redundant 'zerocopy' argument to xs_sendpages()
Trond Myklebust
1
-12
/
+4
2019-02-20
SUNRPC: Further cleanups of xs_sendpages()
Trond Myklebust
1
-10
/
+1
2019-02-20
SUNRPC: Convert socket page send code to use iov_iter()
Trond Myklebust
2
-36
/
+14
2019-02-20
SUNRPC: Convert xs_send_kvec() to use iov_iter_kvec()
Trond Myklebust
1
-15
/
+23
2019-02-20
SUNRPC: Initiate a connection close on an ESHUTDOWN error in stream receive
Trond Myklebust
1
-1
/
+4
2019-02-20
SUNRPC: Don't suppress socket errors when a message read completes
Trond Myklebust
1
-5
/
+2
2019-02-20
SUNRPC: Handle zero length fragments correctly
Trond Myklebust
1
-14
/
+29
2019-02-20
SUNRPC: Don't reset the stream record info when the receive worker is running
Trond Myklebust
1
-3
/
+9
2019-02-20
nfs: fix xfstest generic/099 failed on nfsv3
ZhangXiaoxu
1
-2
/
+0
[next]