Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
20f33f37b0b0a89bcc20f9c11cefbdf8e7db80ae
/
fs
/
cifs
baf6b19
cifs: Fix potential OOB access of lock element array
by Ross Lagerwall
· 6 years ago
cf5ff10
CIFS: Do not hide EINTR after sending network packets
by Pavel Shilovsky
· 6 years ago
40738b6
CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problem
by Georgy A Bystrenin
· 6 years ago
4cd3766
cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
by Steve French
· 6 years ago
fcfc763
cifs: Fix separator when building path from dentry
by Paulo Alcantara
· 6 years ago
f89c9ff
cifs: don't dereference smb_file_target before null check
by Colin Ian King
· 6 years ago
8ad964c
smb3: on kerberos mount if server doesn't specify auth type use krb5
by Steve French
· 6 years ago
883f979
smb3: do not attempt cifs operation in smb3 query info error path
by Steve French
· 6 years ago
69922f7
smb3: allow stats which track session and share reconnects to be reset
by Steve French
· 6 years ago
a2b9a0d
cifs: Use ULL suffix for 64-bit constant
by Geert Uytterhoeven
· 7 years ago
5753991
smb2: fix missing files in root share directory listing
by Aurelien Aptel
· 6 years ago
3466db7
cifs: read overflow in is_valid_oplock_break()
by Dan Carpenter
· 6 years ago
7a0ee61
fs/cifs: suppress a string overflow warning
by Stephen Rothwell
· 6 years ago
34acac4
fs/cifs: don't translate SFM_SLASH (U+F026) to backslash
by Jon Kuhn
· 6 years ago
fe6198c
CIFS: fix wrapping bugs in num_entries()
by Dan Carpenter
· 6 years ago
ca453b2
cifs: prevent integer overflow in nxt_dir_entry()
by Dan Carpenter
· 6 years ago
7aed5a5
SMB3: Number of requests sent should be displayed for SMB3 not just CIFS
by Steve French
· 6 years ago
0da6c7d
smb3: fix reset of bytes read and written stats
by Steve French
· 6 years ago
f440ea4
cifs: check if SMB2 PDU size has been padded and suppress the warning
by Ronnie Sahlberg
· 6 years ago
893b282
smb3: don't request leases in symlink creation and query
by Steve French
· 6 years ago
707b0d2
smb3: Do not send SMB3 SET_INFO if nothing changed
by Steve French
· 6 years ago
a94703f
smb3: enumerating snapshots was leaving part of the data off end
by Steve French
· 6 years ago
c773c4f
cifs: check kmalloc before use
by Nicholas Mc Guire
· 6 years ago
fbd314e
cifs: add missing debug entries for kconfig options
by Steve French
· 6 years ago
2c4f6b7
cifs: Fix infinite loop when using hard mount option
by Paulo Alcantara
· 6 years ago
a6c9a62
smb3: on reconnect set PreviousSessionId field
by Steve French
· 6 years ago
4bf53b5
cifs: silence compiler warnings showing up with gcc-8.0.0
by Arnd Bergmann
· 7 years ago
193038d
cifs: do not allow creating sockets except with SMB1 posix exensions
by Steve French
· 7 years ago
c4bc658
smb3: Fix root directory when server returns inode number of zero
by Steve French
· 7 years ago
cfea563
SMB2: Fix share type handling
by Christophe JAILLET
· 8 years ago
6ed24ef
CIFS: silence lockdep splat in cifs_relock_file()
by Rabin Vincent
· 8 years ago
31da33d
cifs: small underflow in cnvrtDosUnixTm()
by Dan Carpenter
· 8 years ago
df09b6f
CIFS: Enable encryption during session setup phase
by Pavel Shilovsky
· 8 years ago
fca16f9
SMB3: Validate negotiate request must always be signed
by Steve French
· 7 years ago
7e68916
CIFS: zero sensitive data when freeing
by Aurelien Aptel
· 7 years ago
f59eda1
cifs: Fix autonegotiate security settings mismatch
by Daniel N Pettersson
· 7 years ago
ee6858f
cifs: Fix missing put_xid in cifs_file_strict_mmap
by Matthew Wilcox
· 7 years ago
5e8b028
cifs: check MaxPathNameComponentLength != 0 before using it
by Ronnie Sahlberg
· 7 years ago
92d7d3e
CIFS: Reconnect expired SMB sessions
by Pavel Shilovsky
· 7 years ago
18a89a1
SMB3: Don't ignore O_SYNC/O_DSYNC and O_DIRECT flags
by Steve French
· 7 years ago
0e1b85a
SMB: Validate negotiate (to protect against downgrade) even if signing off
by Steve French
· 7 years ago
df1be20
SMB3: Warn user if trying to sign connection that authenticated as guest
by Steve French
· 7 years ago
f2d395b
Fix SMB3.1.1 guest authentication to Samba
by Steve French
· 7 years ago
b6a77c7
cifs: release auth_key.response for reconnect.
by Shu Wang
· 7 years ago
9a7bc3f
cifs: release cifs root_cred after exit_cifs
by Shu Wang
· 7 years ago
e2ae90b
CIFS: remove endian related sparse warning
by Steve French
· 7 years ago
c5e7665
CIFS: Fix maximum SMB2 header size
by Pavel Shilovsky
· 7 years ago
5ed70f7
cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()
by Ronnie Sahlberg
· 7 years ago
8b05329
cifs: Fix df output for users with quota limits
by Sachin Prabhu
· 7 years ago
fb6dc83
CIFS: Improve readdir verbosity
by Pavel Shilovsky
· 7 years ago
1c5d8b3
CIFS: add misssing SFM mapping for doublequote
by Björn Jacke
· 8 years ago
6f3b2ee
cifs: fix CIFS_IOC_GET_MNT_INFO oops
by David Disseldorp
· 8 years ago
f13d96b
CIFS: fix oplock break deadlocks
by Rabin Vincent
· 8 years ago
4113466
cifs: fix CIFS_ENUMERATE_SNAPSHOTS oops
by David Disseldorp
· 8 years ago
449a744
cifs: fix leak in FSCTL_ENUM_SNAPS response handling
by David Disseldorp
· 8 years ago
87c0604
CIFS: fix mapping of SFM_SPACE and SFM_PERIOD
by Björn Jacke
· 8 years ago
8dd4e3f
SMB3: Work around mount failure when using SMB3 dialect to Macs
by Steve French
· 8 years ago
2ac2ad9
Set unicode flag on cifs echo request to avoid Mac error
by Steve French
· 8 years ago
4f5e1c4
Fix match_prepath()
by Sachin Prabhu
· 8 years ago
d8fd99d
Handle mismatched open calls
by Sachin Prabhu
· 8 years ago
f79ef57
CIFS: remove bad_network_name flag
by Germano Percossi
· 8 years ago
0b7c970
cifs: Do not send echoes before Negotiate is complete
by Sachin Prabhu
· 8 years ago
730fecb
CIFS: store results of cifs_reopen_file to avoid infinite wait
by Germano Percossi
· 8 years ago
3d8d2f2
CIFS: reconnect thread reschedule itself
by Germano Percossi
· 8 years ago
8446cb1
Reset TreeId to zero on SMB2 TREE_CONNECT
by Jan-Marek Glogowski
· 8 years ago
d3381fa
fs: Better permission checking for submounts
by Eric W. Biederman
· 8 years ago
c06d74d
CIFS: Fix splice read for non-cached files
by Pavel Shilovsky
· 8 years ago
9e25599
cifs: initialize file_info_lock
by Rabin Vincent
· 8 years ago
c954acc
CIFS: Fix a possible memory corruption in push locks
by Pavel Shilovsky
· 8 years ago
9f9d982
CIFS: Decrease verbosity of ioctl call
by Pavel Shilovsky
· 8 years ago
46890ff
CIFS: Fix a possible double locking of mutex during reconnect
by Pavel Shilovsky
· 8 years ago
69d13b6
CIFS: Fix missing nls unload in smb2_reconnect()
by Pavel Shilovsky
· 8 years ago
48f9526
CIFS: Fix a possible memory corruption during reconnect
by Pavel Shilovsky
· 8 years ago
7aa58e7
cifs: Fix smbencrypt() to stop pointing a scatterlist at the stack
by Andy Lutomirski
· 8 years ago
ae9ebe7
CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()
by Eryu Guan
· 8 years ago
b8c6001
Call echo service immediately after socket reconnect
by Sachin Prabhu
· 8 years ago
5f4b556
CIFS: Fix BUG() in calc_seckey()
by Sachin Prabhu
· 8 years ago
3514de3
CIFS: Retrieve uid and gid from special sid if enabled
by Steve French
· 8 years ago
9593265
CIFS: Add new mount option to set owner uid and gid from special sids in acl
by Steve French
· 8 years ago
de74025
CIFS: Reset read oplock to NONE if we have mandatory locks after reopen
by Pavel Shilovsky
· 8 years ago
f2cca6a
CIFS: Fix persistent handles re-opening on reconnect
by Pavel Shilovsky
· 8 years ago
166cea4
SMB2: Separate RawNTLMSSP authentication from SMB2_sess_setup
by Sachin Prabhu
· 8 years ago
3baf1a7
SMB2: Separate Kerberos authentication from SMB2_sess_setup
by Sachin Prabhu
· 8 years ago
cb978ac
Expose cifs module parameters in sysfs
by Germano Percossi
· 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
18dd8e1
Do not send SMB3 SET_INFO request if nothing is changing
by Steve French
· 8 years ago
141891f
SMB3: Add mount parameter to allow user to override max credits
by Steve French
· 8 years ago
52ace1e
fs/cifs: reopen persistent handles on reconnect
by Steve French
· 8 years ago
3afca26
Clarify locking of cifs file and tcon structures and make more granular
by Steve French
· 8 years ago
d171356
Fix regression which breaks DFS mounting
by Sachin Prabhu
· 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
c2afb81
Set previous session id correctly on SMB3 reconnect
by Steve French
· 8 years ago
7d414f3
cifs: Limit the overall credit acquired
by Ross Lagerwall
· 8 years ago
9742805
Display number of credits available
by Steve French
· 8 years ago
6609804
Add way to query creation time of file via cifs xattr
by Steve French
· 8 years ago
a958fff
Add way to query file attributes via cifs xattr
by Steve French
· 8 years ago
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
3873691
Merge remote-tracking branch 'ovl/rename2' into for-linus
by Al Viro
· 8 years ago
Next »