Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
e902baac656479bdb956224ed693578424cf9e96
/
fs
/
cifs
13f5938
cifs: fix page reference leak with readv/writev
by Jérôme Glisse
· 6 years ago
652727b
cifs: do not attempt cifs operation on smb2+ rename error
by Frank Sorenson
· 6 years ago
05fd5c2
cifs: fix memory leak in SMB2_read
by Ronnie Sahlberg
· 6 years ago
b98749c
CIFS: keep FileInfo handle live during oplock break
by Aurelien Aptel
· 6 years ago
e6d0fb7
cifs: fix handle leak in smb2_query_symlink()
by Ronnie Sahlberg
· 6 years ago
b57a55e
cifs: Fix lease buffer length error
by ZhangXiaoxu
· 6 years ago
088aaf1
cifs: Fix use-after-free in SMB2_read
by ZhangXiaoxu
· 6 years ago
6a3eb33
cifs: Fix use-after-free in SMB2_write
by ZhangXiaoxu
· 6 years ago
4811e30
cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.
by Ronnie Sahlberg
· 6 years ago
ca567eb
SMB3: Allow persistent handle timeout to be configurable on mount
by Steve French
· 6 years ago
153322f
smb3: Fix enumerating snapshots to Azure
by Steve French
· 6 years ago
2f94a312
cifs: fix kref underflow in close_shroot()
by Ronnie Sahlberg
· 6 years ago
cf7d624
cifs: update internal module version number
by Steve French
· 6 years ago
8c11a60
SMB3: Fix SMB3.1.1 guest mounts to Samba
by Steve French
· 6 years ago
68ddb49
cifs: Fix slab-out-of-bounds when tracing SMB tcon
by Paulo Alcantara (SUSE)
· 6 years ago
e71ab2a
cifs: allow guest mounts to work for smb3.11
by Ronnie Sahlberg
· 6 years ago
85f9987
fix incorrect error code mapping for OBJECTID_NOT_FOUND
by Steve French
· 6 years ago
b073a08
cifs: fix that return -EINVAL when do dedupe operation
by Xiaoli Feng
· 6 years ago
0b0dfd5
CIFS: Fix an issue with re-sending rdata when transport returning -EAGAIN
by Long Li
· 6 years ago
d53e292
CIFS: Fix an issue with re-sending wdata when transport returning -EAGAIN
by Long Li
· 6 years ago
bc31d0c
CIFS: fix POSIX lock leak and invalid ptr deref
by Aurelien Aptel
· 6 years ago
f5778c3
SMB3: Allow SMB3 FSCTL queries to be sent to server from tools
by Ronnie Sahlberg
· 6 years ago
f169947
cifs: fix incorrect handling of smb2_set_sparse() return in smb3_simple_falloc
by Ronnie Sahlberg
· 6 years ago
dd0ac2d
smb2: fix typo in definition of a few error flags
by Steve French
· 6 years ago
c847dcc
CIFS: make mknod() an smb_version_op
by Aurelien Aptel
· 6 years ago
6552580
cifs: minor documentation updates
by Steve French
· 6 years ago
d44d137
cifs: remove unused value pointed out by Coverity
by Steve French
· 6 years ago
31ba433
SMB3: passthru query info doesn't check for SMB3 FSCTL passthru
by Steve French
· 6 years ago
779ede0
smb3: add dynamic tracepoints for simple fallocate and zero range
by Steve French
· 6 years ago
72c419d
cifs: fix smb3_zero_range so it can expand the file-size when required
by Ronnie Sahlberg
· 6 years ago
ccdc77a
cifs: add SMB2_ioctl_init/free helpers to be used with compounding
by Ronnie Sahlberg
· 6 years ago
8191576
smb3: Add dynamic trace points for various compounded smb3 ops
by Steve French
· 6 years ago
b0f6df7
cifs: cache FILE_ALL_INFO for the shared root handle
by Ronnie Sahlberg
· 6 years ago
ab7b10c
smb3: display volume serial number for shares in /proc/fs/cifs/DebugData
by Steve French
· 6 years ago
257b780
cifs: simplify how we handle credits in compound_send_recv()
by Ronnie Sahlberg
· 6 years ago
7937ca9
smb3: add dynamic tracepoint for timeout waiting for credits
by Steve French
· 6 years ago
ffd1ef1
smb3: display security information in /proc/fs/cifs/DebugData more accurately
by Steve French
· 6 years ago
2b53b92
cifs: add a timeout argument to wait_for_free_credits
by Ronnie Sahlberg
· 6 years ago
16b34aa
cifs: prevent starvation in wait_for_free_credits for multi-credit requests
by Ronnie Sahlberg
· 6 years ago
b227d21
cifs: wait_for_free_credits() make it possible to wait for >=1 credits
by Ronnie Sahlberg
· 6 years ago
4230cff
cifs: pass flags down into wait_for_free_credits()
by Ronnie Sahlberg
· 6 years ago
480b1cb
cifs: change wait_for_free_request() to take flags as argument
by Ronnie Sahlberg
· 6 years ago
50cfad7
fs: cifs: Kconfig: pedantic formatting
by Enrico Weigelt, metux IT consult
· 6 years ago
69dc4b1
smb3: request more credits on normal (non-large read/write) ops
by Steve French
· 6 years ago
b30c74c
CIFS: Mask off signals when sending SMB packets
by Pavel Shilovsky
· 6 years ago
afc18a6
CIFS: Return -EAGAIN instead of -ENOTSOCK
by Pavel Shilovsky
· 6 years ago
2084ed5
CIFS: Only send SMB2_NEGOTIATE command on new TCP connections
by Pavel Shilovsky
· 6 years ago
6dfbd84
CIFS: Fix read after write for files with read caching
by Pavel Shilovsky
· 6 years ago
96281b9
smb3: for kerberos mounts display the credential uid used
by Steve French
· 6 years ago
259594b
cifs: use correct format characters
by Louis Taylor
· 6 years ago
d42043a
smb3: add dynamic trace point for query_info_enter/done
by Steve French
· 6 years ago
53a3e0d
smb3: add dynamic trace point for smb3_cmd_enter
by Steve French
· 6 years ago
efe2e9f
smb3: improve dynamic tracing of open and posix mkdir
by Steve French
· 6 years ago
b0a42f2
smb3: add missing read completion trace point
by Steve French
· 6 years ago
d323c246
smb3: Add tracepoints for read, write and query_dir enter
by Steve French
· 6 years ago
adb3b4e
smb3: add tracepoints for query dir
by Steve French
· 6 years ago
0d48132
smb3: Update POSIX negotiate context with POSIX ctxt GUID
by Steve French
· 6 years ago
cfe7e41
cifs: update internal module version number
by Steve French
· 6 years ago
7091bca
CIFS: Try to acquire credits at once for compound requests
by Pavel Shilovsky
· 6 years ago
fe768d5
CIFS: Return error code when getting file handle for writeback
by Pavel Shilovsky
· 6 years ago
c4b8f65
CIFS: Move open file handling to writepages
by Pavel Shilovsky
· 6 years ago
258f060
CIFS: Move unlocking pages from wdata_send_pages()
by Pavel Shilovsky
· 6 years ago
c7d38db
CIFS: Find and reopen a file before get MTU credits in writepages
by Pavel Shilovsky
· 6 years ago
3e95299
CIFS: Reopen file before get SMB2 MTU credits for async IO
by Pavel Shilovsky
· 6 years ago
f0b93cb
CIFS: Remove custom credit adjustments for SMB2 async IO
by Pavel Shilovsky
· 6 years ago
9a1c67e
CIFS: Adjust MTU credits before reopening a file
by Pavel Shilovsky
· 6 years ago
97ea499
CIFS: Check for reconnects before sending compound requests
by Pavel Shilovsky
· 6 years ago
3349c3a
CIFS: Check for reconnects before sending async requests
by Pavel Shilovsky
· 6 years ago
34f4deb
CIFS: Respect reconnect in non-MTU credits calculations
by Pavel Shilovsky
· 6 years ago
335b7b6
CIFS: Respect reconnect in MTU credits calculations
by Pavel Shilovsky
· 6 years ago
5b96485
CIFS: Set reconnect instance to one initially
by Pavel Shilovsky
· 6 years ago
bb1bccb
CIFS: Respect SMB2 hdr preamble size in read responses
by Pavel Shilovsky
· 6 years ago
66265f1
CIFS: Count SMB3 credits for malformed pending responses
by Pavel Shilovsky
· 6 years ago
82e0457
CIFS: Do not log credits when unmounting a share
by Pavel Shilovsky
· 6 years ago
6b15eb1
CIFS: Always reset read error to -EIO if no response
by Pavel Shilovsky
· 6 years ago
969ae8e
cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTED
by Namjae Jeon
· 6 years ago
c781af7
CIFS: Do not skip SMB2 message IDs on send failures
by Pavel Shilovsky
· 6 years ago
4fe75c4
smb3: request more credits on tree connect
by Steve French
· 6 years ago
e8506d2
smb3: make default i/o size for smb3 mounts larger
by Steve French
· 6 years ago
7b9b9ed
CIFS: Do not reset lease state to NONE on lease break
by Pavel Shilovsky
· 6 years ago
d26e290
smb3: fix bytes_read statistics
by Steve French
· 6 years ago
2109464
cifs: return -ENODATA when deleting an xattr that does not exist
by Ronnie Sahlberg
· 6 years ago
eca0045
cifs: add credits from unmatched responses/messages
by Ronnie Sahlberg
· 6 years ago
74ea5f9
cifs: replace snprintf with scnprintf
by Ronnie Sahlberg
· 6 years ago
68e2672
cifs: Fix NULL pointer dereference of devname
by Yao Liu
· 6 years ago
165df9a
CIFS: Fix leaking locked VFS cache pages in writeback retry
by Pavel Shilovsky
· 6 years ago
b9b9378
cifs: update internal module version number
by Steve French
· 6 years ago
d339adc
CIFS: fix use-after-free of the lease keys
by Aurelien Aptel
· 6 years ago
082aaa8
CIFS: Do not consider -ENODATA as stat failure for reads
by Pavel Shilovsky
· 6 years ago
8e6e72a
CIFS: Do not count -ENODATA as failure for query directory
by Pavel Shilovsky
· 6 years ago
7d42e72
CIFS: Fix trace command logging for SMB2 reads and writes
by Pavel Shilovsky
· 6 years ago
9bda872
CIFS: Fix possible oops and memory leaks in async IO
by Pavel Shilovsky
· 6 years ago
c4627e6
cifs: limit amount of data we request for xattrs to CIFSMaxBufSize
by Ronnie Sahlberg
· 6 years ago
58d15ed
cifs: fix computation for MAX_SMB2_HDR_SIZE
by Ronnie Sahlberg
· 6 years ago
a5f1a81
cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugData
by Ronnie Sahlberg
· 6 years ago
2e5700b
smb3: add credits we receive from oplock/break PDUs
by Ronnie Sahlberg
· 6 years ago
6a9cbdd
CIFS: Fix mounts if the client is low on credits
by Pavel Shilovsky
· 6 years ago
0fd1d37
CIFS: Do not assume one credit for async responses
by Pavel Shilovsky
· 6 years ago
3d3003f
CIFS: Fix credit calculations in compound mid callback
by Pavel Shilovsky
· 6 years ago
ec678ea
CIFS: Fix credit calculation for encrypted reads with errors
by Pavel Shilovsky
· 6 years ago
Next »