Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
346812c25f75b145942ef034542974c6da977afe
/
fs
/
cifs
e8b2687
CIFS: Close open handle after interrupted close
by Pavel Shilovsky
· 5 years ago
3ddc09c
CIFS: Respect O_SYNC and O_DIRECT flags during reconnect
by Pavel Shilovsky
· 5 years ago
5948e7e
cifs: Don't display RDMA transport on reconnect
by Long Li
· 5 years ago
33852a9
cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGE
by Long Li
· 5 years ago
674b7b6
cifs: smbd: Add messages on RDMA session destroy and reconnection
by Long Li
· 5 years ago
5cceead
cifs: smbd: Return -EAGAIN when transport is reconnecting
by Long Li
· 5 years ago
14cb20a
cifs: Fix potential softlockups while refreshing DFS cache
by Paulo Alcantara (SUSE)
· 5 years ago
d4785d8
CIFS: Fix SMB2 oplock break processing
by Pavel Shilovsky
· 5 years ago
df871e5
CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks
by Pavel Shilovsky
· 5 years ago
6c2075f
fs/cifs: fix uninitialised variable warnings
by Garry McNulty
· 6 years ago
d8a76e3
SMB3: Fix persistent handles reconnect
by Pavel Shilovsky
· 5 years ago
80b42f4
cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs
by Dave Wysochanski
· 5 years ago
497fd98
fs: cifs: mute -Wunused-const-variable message
by Austin Kim
· 5 years ago
b73132b
cifs: add credits from unmatched responses/messages
by Ronnie Sahlberg
· 6 years ago
ee4d28a
CIFS: Respect SMB2 hdr preamble size in read responses
by Pavel Shilovsky
· 6 years ago
01332b0
CIFS: Fix use after free of file info structures
by Pavel Shilovsky
· 5 years ago
71cf881
CIFS: avoid using MID 0xFFFF
by Roberto Bergantinos Corpas
· 5 years ago
a8de709
cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic
by Dave Wysochanski
· 5 years ago
230b339
CIFS: Force reval dentry if LOOKUP_REVAL flag is set
by Pavel Shilovsky
· 5 years ago
0bc78de
CIFS: Force revalidate inode when dentry is stale
by Pavel Shilovsky
· 5 years ago
d72c211
CIFS: Gracefully handle QueryInfo errors during open
by Pavel Shilovsky
· 5 years ago
4290a9e
CIFS: Fix oplock handling for SMB 2.1+ protocols
by Pavel Shilovsky
· 5 years ago
a3a1508
CIFS: fix max ea value size
by Murphy Zhou
· 5 years ago
2e96c93
smb3: allow disabling requesting leases
by Steve French
· 5 years ago
e867ef1
CIFS: fix deadlock in cached root handling
by Aurelien Aptel
· 5 years ago
b629468
cifs: Use kzfree() to zero out the password
by Dan Carpenter
· 5 years ago
325fa2a
cifs: set domainName when a domain-key is used in multiuser
by Ronnie Sahlberg
· 5 years ago
987564c
cifs: Properly handle auto disabling of serverino option
by Paulo Alcantara (SUSE)
· 5 years ago
acc0794
cifs: add spinlock for the openFileList to cifsInodeInfo
by Ronnie Sahlberg
· 5 years ago
96b44c2
cifs: smbd: take an array of reqeusts when sending upper layer data
by Long Li
· 6 years ago
4061e66
cifs: Fix lease buffer length error
by ZhangXiaoxu
· 6 years ago
778d626
CIFS: Fix leaking locked VFS cache pages in writeback retry
by Pavel Shilovsky
· 6 years ago
fb2dabe
CIFS: Fix error paths in writeback code
by Pavel Shilovsky
· 6 years ago
33bdea17
SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUAL
by Sebastien Tisserant
· 5 years ago
fab5a1f
SMB3: Fix potential memory leak when processing compound chain
by Pavel Shilovsky
· 5 years ago
898c19f
smb3: send CAP_DFS capability during session setup
by Steve French
· 5 years ago
50831f1
SMB3: Fix deadlock in validate negotiate hits reconnect
by Pavel Shilovsky
· 5 years ago
d29fbf6
cifs: Fix a race condition with cifs_echo_request
by Ronnie Sahlberg
· 5 years ago
5293c79
SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing write
by Steve French
· 5 years ago
297a251
CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEM
by Roberto Bergantinos Corpas
· 5 years ago
32d57c0
cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl case
by Colin Ian King
· 5 years ago
939db6f
cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()
by Christoph Probst
· 6 years ago
ee23106
cifs: do not attempt cifs operation on smb2+ rename error
by Frank Sorenson
· 6 years ago
d5bf783
cifs: fix memory leak in SMB2_read
by Ronnie Sahlberg
· 6 years ago
2fcee5e
cifs: fix handle leak in smb2_query_symlink()
by Ronnie Sahlberg
· 6 years ago
c69330a
cifs: Fix use-after-free in SMB2_read
by ZhangXiaoxu
· 6 years ago
8fb89b4
cifs: Fix use-after-free in SMB2_write
by ZhangXiaoxu
· 6 years ago
8092ecc
CIFS: keep FileInfo handle live during oplock break
by Aurelien Aptel
· 6 years ago
e9603cf
cifs: fallback to older infolevels on findfirst queryinfo retry
by Steve French
· 6 years ago
40276e4
fix incorrect error code mapping for OBJECTID_NOT_FOUND
by Steve French
· 6 years ago
36a3219
cifs: Fix NULL pointer dereference of devname
by Yao Liu
· 6 years ago
d579b4e
cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTED
by Namjae Jeon
· 6 years ago
626d98b
cifs: use correct format characters
by Louis Taylor
· 6 years ago
2938651
CIFS: fix POSIX lock leak and invalid ptr deref
by Aurelien Aptel
· 6 years ago
38bd575
SMB3: Fix SMB3.1.1 guest mounts to Samba
by Steve French
· 6 years ago
14c52ac
cifs: allow guest mounts to work for smb3.11
by Ronnie Sahlberg
· 6 years ago
43eaa6c
CIFS: Fix read after write for files with read caching
by Pavel Shilovsky
· 6 years ago
dc8e8ad
CIFS: Do not skip SMB2 message IDs on send failures
by Pavel Shilovsky
· 6 years ago
3ed9f22
CIFS: Do not reset lease state to NONE on lease break
by Pavel Shilovsky
· 6 years ago
b4d965a
cifs: allow calling SMB2_xxx_free(NULL)
by Ronnie Sahlberg
· 6 years ago
6efd69d
cifs: fix computation for MAX_SMB2_HDR_SIZE
by Ronnie Sahlberg
· 6 years ago
b1765eb
CIFS: Do not assume one credit for async responses
by Pavel Shilovsky
· 6 years ago
63715c1
cifs: Limit memory used by lock request calls to a page
by Ross Lagerwall
· 6 years ago
5d3b4cd
cifs: check ntwrk_buf_start for NULL before dereferencing it
by Ronnie Sahlberg
· 6 years ago
c0be624
cifs: Always resolve hostname before reconnecting
by Paulo Alcantara
· 6 years ago
e9d56f9
CIFS: Do not consider -ENODATA as stat failure for reads
by Pavel Shilovsky
· 6 years ago
6e7045ec3
CIFS: Fix trace command logging for SMB2 reads and writes
by Pavel Shilovsky
· 6 years ago
c696128
CIFS: Do not count -ENODATA as failure for query directory
by Pavel Shilovsky
· 6 years ago
06d9f98
smb3: add credits we receive from oplock/break PDUs
by Ronnie Sahlberg
· 6 years ago
779c65b
CIFS: Do not reconnect TCP session in add_credits()
by Pavel Shilovsky
· 6 years ago
2ae6fed
CIFS: Fix credit calculation for encrypted reads with errors
by Pavel Shilovsky
· 6 years ago
0380ed9
CIFS: Fix credits calculations for reads with errors
by Pavel Shilovsky
· 6 years ago
07b9e5e
CIFS: Fix possible hang during async MTU reads and writes
by Pavel Shilovsky
· 6 years ago
2a71a47
cifs: Fix potential OOB access of lock element array
by Ross Lagerwall
· 6 years ago
7dcc5b3
CIFS: Fix credit computation for compounded requests
by Pavel Shilovsky
· 6 years ago
d2f76f6
CIFS: Do not hide EINTR after sending network packets
by Pavel Shilovsky
· 6 years ago
c3606c64
CIFS: Do not set credits to 1 if the server didn't grant anything
by Pavel Shilovsky
· 6 years ago
d1130682
CIFS: Fix adjustment of credits for MTU requests
by Pavel Shilovsky
· 6 years ago
ba77e8c
smb3: fix large reads on encrypted connections
by Paul Aurich
· 6 years ago
1827d1c
CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problem
by Georgy A Bystrenin
· 6 years ago
b5a8028
cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
by Steve French
· 6 years ago
99c6940
cifs: Fix separator when building path from dentry
by Paulo Alcantara
· 6 years ago
e4ed4e6
cifs: fix return value for cifs_listxattr
by Ronnie Sahlberg
· 6 years ago
ad1834f
cifs: don't dereference smb_file_target before null check
by Colin Ian King
· 6 years ago
93e2e86
smb3: on kerberos mount if server doesn't specify auth type use krb5
by Steve French
· 6 years ago
108b981
smb3: do not attempt cifs operation in smb3 query info error path
by Steve French
· 6 years ago
eb7814c
smb3: allow stats which track session and share reconnects to be reset
by Steve French
· 6 years ago
c24f57c
cifs: fix a credits leak for compund commands
by Ronnie Sahlberg
· 6 years ago
7af929d
smb3: fix lease break problem introduced by compounding
by Steve French
· 6 years ago
4e34feb
cifs: only wake the thread for the very last PDU in a compound
by Ronnie Sahlberg
· 6 years ago
ddf83af
cifs: add a warning if we try to to dequeue a deleted mid
by Ronnie Sahlberg
· 6 years ago
0595751
smb2: fix missing files in root share directory listing
by Aurelien Aptel
· 6 years ago
097f586
cifs: read overflow in is_valid_oplock_break()
by Dan Carpenter
· 6 years ago
2d204ee
cifs: integer overflow in in SMB2_ioctl()
by Dan Carpenter
· 6 years ago
56446f2
CIFS: fix wrapping bugs in num_entries()
by Dan Carpenter
· 6 years ago
8ad8aa3
cifs: prevent integer overflow in nxt_dir_entry()
by Dan Carpenter
· 6 years ago
5890184
fs/cifs: require sha512
by Stefan Metzmacher
· 6 years ago
bcfb84a
fs/cifs: suppress a string overflow warning
by Stephen Rothwell
· 6 years ago
395a207
cifs: connect to servername instead of IP for IPC$ share
by Thomas Werschlein
· 6 years ago
f801568
smb3: check for and properly advertise directory lease support
by Steve French
· 6 years ago
Next »