Age | Commit message (Expand) | Author |
2018-02-07 | Add missing structs and defines from recent SMB3.1.1 documentation | Steve French |
2018-02-07 | address lock imbalance warnings in smbdirect.c | Steve French |
2018-02-07 | cifs: silence compiler warnings showing up with gcc-8.0.0 | Arnd Bergmann |
2018-02-07 | Add some missing debug fields in server and tcon structs | Steve French |
2018-02-03 | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-01-31 | Merge tag 'docs-4.16' of git://git.lwn.net/linux | Linus Torvalds |
2018-01-28 | fs/cifs/cifsacl.c Fixes typo in a comment | Achilles Gaikwad |
2018-01-26 | update internal version number for cifs.ko | Steve French |
2018-01-26 | cifs: add .splice_write | Andrés Souto |
2018-01-26 | CIFS: document tcon/ses/server refcount dance | Aurelien Aptel |
2018-01-26 | move a few externs to smbdirect.h to eliminate warning | Steve French |
2018-01-26 | CIFS: zero sensitive data when freeing | Aurelien Aptel |
2018-01-26 | Cleanup some minor endian issues in smb3 rdma | Steve French |
2018-01-26 | CIFS: dump IPC tcon in debug proc file | Aurelien Aptel |
2018-01-26 | CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl | Aurelien Aptel |
2018-01-26 | CIFS: make IPC a regular tcon | Aurelien Aptel |
2018-01-24 | cifs: remove redundant duplicated assignment of pointer 'node' | Colin Ian King |
2018-01-24 | CIFS: SMBD: work around gcc -Wmaybe-uninitialized warning | Arnd Bergmann |
2018-01-24 | cifs: Fix autonegotiate security settings mismatch | Daniel N Pettersson |
2018-01-24 | CIFS: SMBD: _smbd_get_connection() can be static | kbuild test robot |
2018-01-24 | CIFS: SMBD: Disable signing on SMB direct transport | Long Li |
2018-01-24 | CIFS: SMBD: Add SMB Direct debug counters | Long Li |
2018-01-24 | CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory regis... | Long Li |
2018-01-24 | CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O | Long Li |
2018-01-24 | CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory regis... | Long Li |
2018-01-24 | CIFS: SMBD: Implement RDMA memory registration | Long Li |
2018-01-24 | CIFS: SMBD: Upper layer sends data via RDMA send | Long Li |
2018-01-24 | CIFS: SMBD: Implement function to send data via RDMA send | Long Li |
2018-01-24 | CIFS: SMBD: Upper layer receives data via RDMA receive | Long Li |
2018-01-24 | CIFS: SMBD: Implement function to receive data via RDMA receive | Long Li |
2018-01-24 | CIFS: SMBD: Set SMB Direct maximum read or write size for I/O | Long Li |
2018-01-24 | CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umount | Long Li |
2018-01-24 | CIFS: SMBD: Implement function to destroy a SMB Direct connection | Long Li |
2018-01-24 | CIFS: SMBD: Upper layer reconnects to SMB Direct session | Long Li |
2018-01-24 | CIFS: SMBD: Implement function to reconnect to a SMB Direct transport | Long Li |
2018-01-24 | CIFS: SMBD: Upper layer connects to SMBDirect session | Long Li |
2018-01-24 | cifs: fix build errors for SMB_DIRECT | Randy Dunlap |
2018-01-24 | cifs: Fix missing put_xid in cifs_file_strict_mmap | Matthew Wilcox |
2018-01-24 | CIFS: SMBD: export protocol initial values | 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 |
2018-01-24 | CIFS: SMBD: Add rdma mount option | Long Li |
2018-01-24 | CIFS: SMBD: Introduce kernel config option CONFIG_CIFS_SMB_DIRECT | Long Li |
2018-01-24 | CIFS: SMBD: Add parameter rdata to smb2_new_read_req | Long Li |
2018-01-24 | cifs: avoid a kmalloc in smb2_send_recv/SendReceive2 for the common case | Ronnie Sahlberg |
2018-01-24 | cifs: remove small_smb2_init | Ronnie Sahlberg |
2018-01-24 | cifs: remove rfc1002 header from smb2_lease_ack | Ronnie Sahlberg |
2018-01-24 | cifs: remove unused variable from SMB2_read | Ronnie Sahlberg |
2018-01-24 | cifs: remove rfc1002 header from smb2_oplock_break we get from server | Ronnie Sahlberg |