index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-14
SUNRPC: When expanding the buffer, we may need grow the sparse pages
Trond Myklebust
1
-2
/
+33
2020-12-14
SUNRPC: Cleanup - constify a number of xdr_buf helpers
Trond Myklebust
1
-29
/
+24
2020-12-14
SUNRPC: Clean up open coded setting of the xdr_stream 'nwords' field
Trond Myklebust
1
-13
/
+16
2020-12-14
SUNRPC: _copy_to/from_pages() now check for zero length
Trond Myklebust
1
-4
/
+2
2020-12-14
SUNRPC: Cleanup xdr_shrink_bufhead()
Trond Myklebust
1
-77
/
+87
2020-12-14
SUNRPC: Fix xdr_expand_hole()
Trond Myklebust
1
-95
/
+179
2020-12-14
SUNRPC: Fixes for xdr_align_data()
Trond Myklebust
1
-42
/
+132
2020-12-14
SUNRPC: _shift_data_left/right_pages should check the shift length
Trond Myklebust
1
-0
/
+12
2020-12-14
xprtrdma: Fix XDRBUF_SPARSE_PAGES support
Chuck Lever
1
-9
/
+31
2020-12-14
sunrpc: fix xs_read_xdr_buf for partial pages receive
Dan Aloni
1
-1
/
+2
2020-12-02
net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'
Fedor Tokarev
1
-2
/
+2
2020-12-02
SUNRPC: Fix open coded xdr_stream_remaining()
Trond Myklebust
1
-2
/
+2
2020-12-02
SUNRPC: Fix up xdr_set_page()
Trond Myklebust
1
-9
/
+12
2020-12-02
SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()
Trond Myklebust
2
-7
/
+1
2020-12-02
SUNRPC: Fix up xdr_read_pages() to take arbitrary object lengths
Trond Myklebust
1
-26
/
+15
2020-12-02
SUNRPC: Clean up helpers xdr_set_iov() and xdr_set_page_base()
Trond Myklebust
1
-17
/
+19
2020-12-02
SUNRPC: Fix up typo in xdr_init_decode()
Trond Myklebust
1
-1
/
+1
2020-12-02
SUNRPC: Fix up open coded kmemdup_nul()
Trond Myklebust
1
-3
/
+1
2020-12-02
SUNRPC: Remove unused function xprt_load_transport()
Trond Myklebust
1
-15
/
+0
2020-12-02
SUNRPC: Add a helper to return the transport identifier given a netid
Trond Myklebust
1
-4
/
+21
2020-12-02
SUNRPC: Close a race with transport setup and module put
Trond Myklebust
1
-11
/
+33
2020-12-02
SUNRPC: xprt_load_transport() needs to support the netid "rdma6"
Trond Myklebust
4
-16
/
+55
2020-12-02
SUNRPC: rpc_wake_up() should wake up tasks in the correct order
Trond Myklebust
1
-30
/
+35
2020-12-02
SUNRPC: Remove XDRBUF_SPARSE_PAGES flag in gss_proxy upcall
Chuck Lever
2
-6
/
+10
2020-11-08
net/sunrpc: fix useless comparison in proc_do_xprt()
Dan Carpenter
1
-3
/
+4
2020-11-06
net/sunrpc: return 0 on attempt to write to "transports"
Dan Carpenter
1
-1
/
+1
2020-10-22
Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
7
-25
/
+85
2020-10-20
Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
10
-283
/
+323
2020-10-20
SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()
Martijn de Gouw
1
-10
/
+17
2020-10-20
sunrpc: raise kernel RPC channel buffer size
Roberto Bergantinos Corpas
1
-1
/
+1
2020-10-16
svcrdma: fix bounce buffers for unaligned offsets and multiple pages
Dan Aloni
1
-1
/
+2
2020-10-16
net/sunrpc: Fix return value for sysctl sunrpc.transports
Artur Molchanov
1
-1
/
+7
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-2
/
+4
2020-10-13
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
7
-513
/
+13
2020-10-12
Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-10-07
SUNRPC: Add an xdr_align_data() function
Anna Schumaker
1
-0
/
+121
2020-10-07
SUNRPC: Add the ability to expand holes in data pages
Anna Schumaker
1
-0
/
+69
2020-10-07
SUNRPC: Split out _shift_data_right_tail()
Anna Schumaker
1
-27
/
+41
2020-10-07
SUNRPC: Split out xdr_realign_pages() from xdr_align_pages()
Anna Schumaker
1
-7
/
+14
2020-10-07
SUNRPC: Implement a xdr_page_pos() function
Anna Schumaker
1
-0
/
+13
2020-10-07
SUNRPC: Split out a function for setting current page
Anna Schumaker
1
-4
/
+9
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-09-25
sunrpc: simplify do_cache_clean
J. Bruce Fields
1
-7
/
+8
2020-09-25
sunrpc: cache : Replace seq_printf with seq_puts
Xu Wang
1
-2
/
+2
2020-09-25
SUNRPC/NFSD: Implement xdr_reserve_space_vec()
Anna Schumaker
1
-0
/
+45
2020-09-25
net: sunrpc: delete repeated words
Randy Dunlap
3
-3
/
+3
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-2
/
+4
2020-09-21
xprtrdma: drop double zeroing
Julia Lawall
1
-1
/
+1
2020-09-21
Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clients
Alexander A. Klimov
2
-2
/
+2
2020-09-21
SUNRPC: Remove remaining dprintks from sched.c
Chuck Lever
1
-10
/
+0
[next]