Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
54fe792b36bb26c2cbb1557c73414e62d26d2bcc
/
fs
/
cifs
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
8004c78
CIFS: Fix credits calculations for reads with errors
by Pavel Shilovsky
· 6 years ago
ef68e83
CIFS: Do not reconnect TCP session in add_credits()
by Pavel Shilovsky
· 6 years ago
b0b2cac
smb3: Cleanup license mess
by Thomas Gleixner
· 6 years ago
acc58d0
CIFS: Fix possible hang during async MTU reads and writes
by Pavel Shilovsky
· 6 years ago
73aaf92
cifs: fix memory leak of an allocated cifs_ntsd structure
by Colin Ian King
· 6 years ago
48d2ba6
cifs: update internal module version number
by Steve French
· 6 years ago
9a66396
CIFS: Fix error paths in writeback code
by Pavel Shilovsky
· 6 years ago
ee258d7
CIFS: Move credit processing to mid callbacks for SMB3
by Pavel Shilovsky
· 6 years ago
8a26f0f
CIFS: Fix credits calculation for cancelled requests
by Pavel Shilovsky
· 6 years ago
b9a74cd
cifs: Fix potential OOB access of lock element array
by Ross Lagerwall
· 6 years ago
92a8109
cifs: Limit memory used by lock request calls to a page
by Ross Lagerwall
· 6 years ago
15bc77f
cifs: move large array from stack to heap
by Aurelien Aptel
· 6 years ago
ee13919
CIFS: Do not hide EINTR after sending network packets
by Pavel Shilovsky
· 6 years ago
8544f4a
CIFS: Fix credit computation for compounded requests
by Pavel Shilovsky
· 6 years ago
33fa5c8
CIFS: Do not set credits to 1 if the server didn't grant anything
by Pavel Shilovsky
· 6 years ago
b983f7e
CIFS: Fix adjustment of credits for MTU requests
by Pavel Shilovsky
· 6 years ago
c715f89
cifs: Fix a tiny potential memory leak
by Dan Carpenter
· 6 years ago
8428817
cifs: Fix a debug message
by Dan Carpenter
· 6 years ago
7e928df
Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 6 years ago
f86196e
fs: don't open code lru_to_page()
by Nikolay Borisov
· 6 years ago
Next »