Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c713c8770fa5bfbeaac088cc7b959c7a6ba79f93
/
fs
/
cifs
/
smb2ops.c
c713c87
cifs: push rfc1002 generation down the stack
by Ronnie Sahlberg
· 7 years ago
a93864d
cifs: add lease tracking to the cached root fid
by Ronnie Sahlberg
· 7 years ago
9d874c3
cifs: fix a buffer leak in smb2_query_symlink
by Ronnie Sahlberg
· 7 years ago
83210ba
CIFS: fix encryption in SMB3.1.1
by Aurelien Aptel
· 7 years ago
d5f07fb
CIFS: Pass page offset for encrypting
by Steve French
· 7 years ago
1dbe346
CIFS: Use offset when reading pages
by Long Li
· 7 years ago
8ce79ec
cifs: update multiplex loop to handle compounded responses
by Ronnie Sahlberg
· 7 years ago
1fc6ad2
cifs: remove header_preamble_size where it is always 0
by Ronnie Sahlberg
· 7 years ago
49f466b
cifs: remove struct smb2_hdr
by Ronnie Sahlberg
· 7 years ago
d81243c
CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expiry, status STATUS_NETWORK_SESSION_EXPIRED, however the server can also respond with STATUS_USER_SESSION_DELETED in cases where the session has been idle for some time and the server reaps the session to recover resources.
by Mark Syms
· 7 years ago
977b617
cifs: remove rfc1002 header from all SMB2 response structures
by Ronnie Sahlberg
· 7 years ago
e0386e4
smb3: print tree id in debugdata in proc to be able to help logging
by Steve French
· 7 years ago
cfe8909
smb3: fix various xid leaks
by Steve French
· 7 years ago
96164ab
cifs: store the leaseKey in the fid on SMB2_open
by Ronnie Sahlberg
· 7 years ago
71992e62
cifs: fix build break when CONFIG_CIFS_DEBUG2 enabled
by Steve French
· 7 years ago
14547f7
cifs: add server argument to the dump_detail method
by Ronnie Sahlberg
· 7 years ago
3d4ef9a
smb3: fix redundant opens on root
by Steve French
· 7 years ago
ae2cd7f
cifs: smb2ops: Fix listxattr() when there are no EAs
by Paulo Alcantara
· 7 years ago
bb4c041
cifs: smbd: Don't use RDMA read/write when signing is used
by Long Li
· 7 years ago
0d568cd
cifs: smb2ops: Fix NULL check in smb2_query_symlink
by Gustavo A. R. Silva
· 7 years ago
91cb74f
cifs: Change SMB2_open to return an iov for the error parameter
by Ronnie Sahlberg
· 7 years ago
2e96467
cifs: add pdu_size to the TCP_Server_Info structure
by Ronnie Sahlberg
· 7 years ago
93012bf
cifs: add server->vals->header_preamble_size
by Ronnie Sahlberg
· 7 years ago
2564f2f
Don't log expected error on DFS referral request
by Steve French
· 7 years ago
262916b
fix smb3-encryption breakage when CONFIG_DEBUG_SG=y
by Ronnie Sahlberg
· 7 years ago
63a83b8
CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl
by Aurelien Aptel
· 7 years ago
74dcf41
CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O
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
5702591
CIFS: don't log STATUS_NOT_FOUND errors for DFS
by Aurelien Aptel
· 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
7cb3def
cifs: handle large EA requests more gracefully in smb2+
by Ronnie Sahlberg
· 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
5517554
cifs: Add support for writing attributes on SMB2+
by Ronnie Sahlberg
· 7 years ago
95907fe
cifs: Add support for reading attributes on SMB2+
by Ronnie Sahlberg
· 7 years ago
511c54a
CIFS: Reconnect expired SMB sessions
by Pavel Shilovsky
· 8 years ago
366ed84
cifs: Use smb 2 - 3 and cifsacl mount options setacl function
by Shirish Pargaonkar
· 8 years ago
709340a
cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENT
by Colin Ian King
· 8 years ago
8490842
cifs: hide unused functions
by Arnd Bergmann
· 8 years ago
2f1afe2
cifs: Use smb 2 - 3 and cifsacl mount options getacl functions
by Shirish Pargaonkar
· 8 years ago
1955880
SMB3: Enable encryption for SMB3.1.1
by Steve French
· 8 years ago
517a6e4
CIFS: Fix some return values in case of error in 'crypt_message'
by Christophe Jaillet
· 8 years ago
dcd87838
CIFS: Improve readdir verbosity
by Pavel Shilovsky
· 8 years ago
0e5c795
cifs: fix leak in FSCTL_ENUM_SNAPS response handling
by David Disseldorp
· 8 years ago
350be25
CIFS: Fix null pointer deref during read resp processing
by Pavel Shilovsky
· 8 years ago
4fa8e50
CIFS: Fix build failure with smb2
by Tobias Regnery
· 8 years ago
620d874
Introduce cifs_copy_file_range()
by Sachin Prabhu
· 8 years ago
312bbc5
SMB3: Rename clone_range to copychunk_range
by Sachin Prabhu
· 8 years ago
38bd490
Handle mismatched open calls
by Sachin Prabhu
· 8 years ago
ef65aae
smb2: Enforce sec= mount option
by Sachin Prabhu
· 8 years ago
9d49640
CIFS: implement get_dfs_refer for SMB2+
by Aurelien Aptel
· 8 years ago
5114662
CIFS: add use_ipc flag to SMB2_ioctl()
by Aurelien Aptel
· 8 years ago
61cfac6f
CIFS: Fix possible use after free in demultiplex thread
by Pavel Shilovsky
· 8 years ago
c42a6ab
CIFS: Add capability to decrypt big read responses
by Pavel Shilovsky
· 8 years ago
4326ed2
CIFS: Decrypt and process small encrypted packets
by Pavel Shilovsky
· 8 years ago
026e93d
CIFS: Encrypt SMB3 requests before sending
by Pavel Shilovsky
· 8 years ago
31473fc
CIFS: Separate SMB2 header structure
by Pavel Shilovsky
· 8 years ago
24df148
Cleanup missing frees on some ioctls
by Steve French
· 8 years ago
834170c
Enable previous version support
by Steve French
· 8 years ago
141891f
SMB3: Add mount parameter to allow user to override max credits
by Steve French
· 8 years ago
94f8737
fs/cifs: keep guid when assigning fid to fileinfo
by Aurelien Aptel
· 8 years ago
fa70b87
SMB3: GUIDs should be constructed as random but valid uuids
by Steve French
· 8 years ago
7893242
CIFS: Fix a possible invalid memory access in smb2_query_symlink()
by Pavel Shilovsky
· 8 years ago
5b23c97
Add MF-Symlinks support for SMB 2.0
by Sachin Prabhu
· 8 years ago
373512e
Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this.
by Steve French
· 9 years ago
b618f00
[SMB3] Enable checking for continuous availability and persistent handle support
by Steve French
· 9 years ago
ca9e7a1
Allow duplicate extents in SMB3 not just SMB3.1.1
by Steve French
· 9 years ago
e0ddde9
disabling oplocks/leases via module parm enable_oplocks broken for SMB3
by Steve French
· 9 years ago
b3152e2
Add ioctl to set integrity
by Steve French
· 10 years ago
02b1666
Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTS
by Steve French
· 10 years ago
aab1893
Add SMB3.11 mount option synonym for new dialect
by Steve French
· 10 years ago
5f7fbf7
Allow parsing vers=3.11 on cifs mount
by Steve French
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
2477bc5
cifs: smb2_clone_range() - exit on unhandled error
by Sachin Prabhu
· 10 years ago
9235d09
Convert MessageID in smb2_hdr to LE
by Sachin Prabhu
· 10 years ago
b6da007
Merge branch 'akpm' (patchbomb from Andrew)
by Linus Torvalds
· 10 years ago
bc09d14
fs/cifs: remove obsolete __constant
by Fabian Frederick
· 10 years ago
9ccf321
Add support for original fallocate
by Steve French
· 10 years ago
9ffc541
Check minimum response length on query_network_interface
by Steve French
· 10 years ago
c22870e
mfsymlinks support for SMB2.1/SMB3. Part 2 query symlink
by Steve French
· 10 years ago
5ab9757
Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlink
by Steve French
· 10 years ago
db8b631
Allow mknod and mkfifo on SMB2/SMB3 mounts
by Steve French
· 10 years ago
1bbe499
CIFS: Fix wrong filename length for SMB2
by Pavel Shilovsky
· 10 years ago
2bb93d2
Trivial whitespace fix
by Steve French
· 10 years ago
3017562
[SMB3] Enable fallocate -z support for SMB3 mounts
by Steve French
· 10 years ago
31742c5
enable fallocate punch hole ("fallocate -p") for SMB3
by Steve French
· 10 years ago
5275580
CIFS: Fix SMB2 readdir error handling
by Pavel Shilovsky
· 10 years ago
d43cc79
Cleanup sparse file support by creating worker function for it
by Steve French
· 10 years ago
3d1a374
Add sparse file support to SMB2/SMB3 mounts
by Steve French
· 10 years ago
f29ebb4
Add worker function to set allocation size
by Steve French
· 10 years ago
bed9da0
CIFS: Use multicredits for SMB 2.1/3 reads
by Pavel Shilovsky
· 11 years ago
cb7e9ea
CIFS: Use multicredits for SMB 2.1/3 writes
by Pavel Shilovsky
· 11 years ago
7f6c500
CIFS: Fix cifs_writev_requeue when wsize changes
by Pavel Shilovsky
· 11 years ago
12197a7
Clarify SMB2/SMB3 create context and add missing ones
by Steve French
· 11 years ago
c11f1df
cifs: Wait for writebacks to complete before attempting write.
by Sachin Prabhu
· 11 years ago
2365c4e
CIFS: Fix too big maxBuf size for SMB3 mounts
by Pavel Shilovsky
· 11 years ago
ff1c038
Check SMB3 dialects against downgrade attacks
by Steve French
· 11 years ago
9bf0c9c
CIFS: Fix SMB2/SMB3 Copy offload support (refcopy) for large files
by Steve French
· 11 years ago
41c1358
CIFS: SMB2/SMB3 Copy offload support (refcopy) phase 1
by Steve French
· 11 years ago
Next »