Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f7268c538b3d84e8d4c02ccf4cae0637b81853b1
/
fs
/
cifs
5f60a56
Add missing structs and defines from recent SMB3.1.1 documentation
by Steve French
· 7 years ago
f9de151
address lock imbalance warnings in smbdirect.c
by Steve French
· 7 years ago
ade7db9
cifs: silence compiler warnings showing up with gcc-8.0.0
by Arnd Bergmann
· 7 years ago
ede2e52
Add some missing debug fields in server and tcon structs
by Steve French
· 7 years ago
617aebe
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
255442c
Merge tag 'docs-4.16' of git://git.lwn.net/linux
by Linus Torvalds
· 7 years ago
36c7ce4
fs/cifs/cifsacl.c Fixes typo in a comment
by Achilles Gaikwad
· 7 years ago
ab2c643
update internal version number for cifs.ko
by Steve French
· 7 years ago
cd1aca2
cifs: add .splice_write
by Andrés Souto
· 7 years ago
4a1360d
CIFS: document tcon/ses/server refcount dance
by Aurelien Aptel
· 7 years ago
6b31471
move a few externs to smbdirect.h to eliminate warning
by Steve French
· 7 years ago
97f4b72
CIFS: zero sensitive data when freeing
by Aurelien Aptel
· 7 years ago
2026b06
Cleanup some minor endian issues in smb3 rdma
by Steve French
· 7 years ago
02cf590
CIFS: dump IPC tcon in debug proc file
by Aurelien Aptel
· 7 years ago
63a83b8
CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl
by Aurelien Aptel
· 7 years ago
b327a71
CIFS: make IPC a regular tcon
by Aurelien Aptel
· 7 years ago
37e12f5
cifs: remove redundant duplicated assignment of pointer 'node'
by Colin Ian King
· 7 years ago
e36c048
CIFS: SMBD: work around gcc -Wmaybe-uninitialized warning
by Arnd Bergmann
· 7 years ago
9aca7e4
cifs: Fix autonegotiate security settings mismatch
by Daniel N Pettersson
· 7 years ago
9084432
CIFS: SMBD: _smbd_get_connection() can be static
by kbuild test robot
· 7 years ago
8801e90
CIFS: SMBD: Disable signing on SMB direct transport
by Long Li
· 7 years ago
08a3b96
CIFS: SMBD: Add SMB Direct debug counters
by Long Li
· 7 years ago
bd3dcc6
CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration
by Long Li
· 7 years ago
74dcf41
CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O
by Long Li
· 7 years ago
db223a5
CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registration
by Long Li
· 7 years ago
c739858
CIFS: SMBD: Implement RDMA memory registration
by Long Li
· 7 years ago
9762c2d
CIFS: SMBD: Upper layer sends data via RDMA send
by Long Li
· 7 years ago
d649e1b
CIFS: SMBD: Implement function to send data via RDMA send
by Long Li
· 7 years ago
2fef137
CIFS: SMBD: Upper layer receives data via RDMA receive
by Long Li
· 7 years ago
f64b78f
CIFS: SMBD: Implement function to receive data via RDMA receive
by Long Li
· 7 years ago
09902f8
CIFS: SMBD: Set SMB Direct maximum read or write size for I/O
by Long Li
· 7 years ago
bce9ce7
CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umount
by Long Li
· 7 years ago
8ef130f
CIFS: SMBD: Implement function to destroy a SMB Direct connection
by Long Li
· 7 years ago
781a805
CIFS: SMBD: Upper layer reconnects to SMB Direct session
by Long Li
· 7 years ago
ad57b8e
CIFS: SMBD: Implement function to reconnect to a SMB Direct transport
by Long Li
· 7 years ago
2f89464
CIFS: SMBD: Upper layer connects to SMBDirect session
by Long Li
· 7 years ago
0933d6f
cifs: fix build errors for SMB_DIRECT
by Randy Dunlap
· 7 years ago
f04a703
cifs: Fix missing put_xid in cifs_file_strict_mmap
by Matthew Wilcox
· 7 years ago
d8ec913
CIFS: SMBD: export protocol initial values
by Long Li
· 7 years ago
399f953
CIFS: SMBD: Implement function to create a SMB Direct connection
by Long Li
· 7 years ago
f198186
CIFS: SMBD: Establish SMB Direct connection
by Long Li
· 7 years ago
03bee01
CIFS: SMBD: Add SMB Direct protocol initial values and constants
by Long Li
· 7 years ago
8339dd3
CIFS: SMBD: Add rdma mount option
by Long Li
· 7 years ago
2b6ed88
CIFS: SMBD: Introduce kernel config option CONFIG_CIFS_SMB_DIRECT
by Long Li
· 7 years ago
2dabfd5
CIFS: SMBD: Add parameter rdata to smb2_new_read_req
by Long Li
· 7 years ago
3cecf48
cifs: avoid a kmalloc in smb2_send_recv/SendReceive2 for the common case
by Ronnie Sahlberg
· 7 years ago
305428a
cifs: remove small_smb2_init
by Ronnie Sahlberg
· 7 years ago
8eb7998
cifs: remove rfc1002 header from smb2_lease_ack
by Ronnie Sahlberg
· 7 years ago
5dfe69a
cifs: remove unused variable from SMB2_read
by Ronnie Sahlberg
· 7 years ago
21ad948
cifs: remove rfc1002 header from smb2_oplock_break we get from server
by Ronnie Sahlberg
· 7 years ago
b2fb7fe
cifs: remove rfc1002 header from smb2_query_info_req
by Ronnie Sahlberg
· 7 years ago
7c00c3a
cifs: remove rfc1002 header from smb2_query_directory_req
by Ronnie Sahlberg
· 7 years ago
2fc803e
cifs: remove rfc1002 header from smb2_set_info_req
by Ronnie Sahlberg
· 7 years ago
f5688a6
cifs: remove rfc1002 header from smb2 read/write requests
by Ronnie Sahlberg
· 7 years ago
ced9367
cifs: remove rfc1002 header from smb2_lock_req
by Ronnie Sahlberg
· 7 years ago
1f444e4
cifs: remove rfc1002 header from smb2_flush_req
by Ronnie Sahlberg
· 7 years ago
4f33bc3
cifs: remove rfc1002 header from smb2_create_req
by Ronnie Sahlberg
· 7 years ago
88ea5cb
cifs: remove rfc1002 header from smb2_sess_setup_req
by Ronnie Sahlberg
· 7 years ago
661bb943
cifs: remove rfc1002 header from smb2_tree_connect_req
by Ronnie Sahlberg
· 7 years ago
7f7ae75
cifs: remove rfc1002 header from smb2_echo_req
by Ronnie Sahlberg
· 7 years ago
9775468
cifs: remove rfc1002 header from smb2_ioctl_req
by Ronnie Sahlberg
· 7 years ago
afcccef
cifs: remove rfc1002 header from smb2_close_req
by Ronnie Sahlberg
· 7 years ago
4eecf4c
cifs: remove rfc1002 header from smb2_tree_disconnect_req
by Ronnie Sahlberg
· 7 years ago
45305ed
cifs: remove rfc1002 header from smb2_logoff_req
by Ronnie Sahlberg
· 7 years ago
13cacea
cifs: remove rfc1002 header from smb2_negotiate_req
by Ronnie Sahlberg
· 7 years ago
83b7739
cifs: Add smb2_send_recv
by Ronnie Sahlberg
· 7 years ago
de04644
cifs: Define usercopy region in cifs_request slab cache
by David Windsor
· 7 years ago
91581e4
fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
by Adam Borowski
· 7 years ago
5702591
CIFS: don't log STATUS_NOT_FOUND errors for DFS
by Aurelien Aptel
· 7 years ago
a821df3
cifs: fix NULL deref in SMB2_read
by Ronnie Sahlberg
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
9c19a9c
cifs: use find_get_pages_range_tag()
by Jan Kara
· 7 years ago
37dc795
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
a5186b8
cifs: move to generic async completion
by Gilad Ben-Yossef
· 7 years ago
ead7515
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
f74bc7c
cifs: check MaxPathNameComponentLength != 0 before using it
by Ronnie Sahlberg
· 7 years ago
4587eee
SMB3: Validate negotiate request must always be signed
by Steve French
· 7 years ago
a2d9daa
SMB: fix validate negotiate info uninitialised memory use
by David Disseldorp
· 7 years ago
fe83bebc
SMB: fix leak of validate negotiate info response buffer
by David Disseldorp
· 7 years ago
db3b547
CIFS: Fix NULL pointer deref on SMB2_tcon() failure
by Aurélien Aptel
· 7 years ago
48923d2
CIFS: do not send invalid input buffer on QUERY_INFO requests
by Aurelien Aptel
· 7 years ago
5b454a6
cifs: Select all required crypto modules
by Benjamin Gilbert
· 7 years ago
4572f05
CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATE
by Long Li
· 7 years ago
7cb3def
cifs: handle large EA requests more gracefully in smb2+
by Ronnie Sahlberg
· 7 years ago
06e2290
Fix encryption labels and lengths for SMB3.1.1
by Steve French
· 7 years ago
1013e76
SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags
by Steve French
· 7 years ago
6e70e26
SMB3: handle new statx fields
by Steve French
· 7 years ago
0603c96
SMB: Validate negotiate (to protect against downgrade) even if signing off
by Steve French
· 7 years ago
f5c4ba8
cifs: release auth_key.response for reconnect.
by Shu Wang
· 7 years ago
9418333
cifs: release cifs root_cred after exit_cifs
by Shu Wang
· 7 years ago
4d61eda
CIFS: make arrays static const, reduces object code size
by Colin Ian King
· 7 years ago
1fa089e
[SMB3] Update session and share information displayed for debugging SMB2/SMB3
by Steve French
· 7 years ago
6e82e92
cifs: show 'soft' in the mount options for hard mounts
by Ronnie Sahlberg
· 7 years ago
c721c38
SMB3: Warn user if trying to sign connection that authenticated as guest
by Steve French
· 7 years ago
590d08d
SMB3: Fix endian warning
by Steve French
· 7 years ago
23586b6
Fix SMB3.1.1 guest authentication to Samba
by Steve French
· 7 years ago
94a9dae
Update version of cifs module
by Steve French
· 7 years ago
1368f15
cifs: hide unused functions
by Arnd Bergmann
· 7 years ago
9764c02
SMB3: Add support for multidialect negotiate (SMB2.1 and later)
by Steve French
· 7 years ago
Next »