index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
smbdirect.c
Age
Commit message (
Expand
)
Author
2018-12-12
RDMA: Start use ib_device_ops
Kamal Heib
2018-11-01
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-10-23
CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registration
Long Li
2018-10-24
iov_iter: Use accessor function
David Howells
2018-08-16
Merge tag 'v4.18' into rdma.git for-next
Jason Gunthorpe
2018-07-24
fs/cifs: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
2018-07-05
cifs: fix SMB1 breakage
Ronnie Sahlberg
2018-06-18
IB/core: add max_send_sge and max_recv_sge attributes
Steve Wise
2018-06-15
cifs: Use correct packet length in SMB2_TRANSFORM header
Paulo Alcantara
2018-06-05
CIFS: SMBD: Support page offset in memory registration
Long Li
2018-06-05
CIFS: SMBD: Support page offset in RDMA recv
Long Li
2018-06-05
CIFS: SMBD: Support page offset in RDMA send
Long Li
2018-04-25
cifs: smbd: Avoid allocating iov on the stack
Long Li
2018-04-20
cifs: smbd: Dump SMB packet when configured
Long Li
2018-04-18
cifs: smbd: Check for iov length on sending the last iov
Long Li
2018-04-01
cifs: smbd: disconnect transport on RDMA errors
Long Li
2018-04-01
cifs: smbd: avoid reconnect lockup
Long Li
2018-04-01
CIFS: SMBD: fix spelling mistake: "faield" and "legnth"
Colin Ian King
2018-02-07
address lock imbalance warnings in smbdirect.c
Steve French
2018-01-26
Cleanup some minor endian issues in smb3 rdma
Steve French
2018-01-24
CIFS: SMBD: work around gcc -Wmaybe-uninitialized warning
Arnd Bergmann
2018-01-24
CIFS: SMBD: _smbd_get_connection() can be static
kbuild test robot
2018-01-24
CIFS: SMBD: Implement RDMA memory registration
Long Li
2018-01-24
CIFS: SMBD: Implement function to send data via RDMA send
Long Li
2018-01-24
CIFS: SMBD: Implement function to receive data via RDMA receive
Long Li
2018-01-24
CIFS: SMBD: Implement function to destroy a SMB Direct connection
Long Li
2018-01-24
CIFS: SMBD: Implement function to reconnect to a SMB Direct transport
Long Li
2018-01-24
CIFS: SMBD: Implement function to create a SMB Direct connection
Long Li
2018-01-24
CIFS: SMBD: Establish SMB Direct connection
Long Li
2018-01-24
CIFS: SMBD: Add SMB Direct protocol initial values and constants
Long Li