index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-31
CIFS: Fix credits calculations for reads with errors
Pavel Shilovsky
1
-12
/
+23
2019-01-31
CIFS: Fix possible hang during async MTU reads and writes
Pavel Shilovsky
1
-3
/
+3
2019-01-26
cifs: allow disabling insecure dialects in the config
Steve French
2
-1
/
+25
2019-01-16
cifs: Fix potential OOB access of lock element array
Ross Lagerwall
2
-6
/
+6
2019-01-16
CIFS: Do not hide EINTR after sending network packets
Pavel Shilovsky
1
-1
/
+1
2019-01-16
CIFS: Fix adjustment of credits for MTU requests
Pavel Shilovsky
1
-2
/
+6
2019-01-09
CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problem
Georgy A Bystrenin
1
-2
/
+2
2018-12-29
cifs: integer overflow in in SMB2_ioctl()
Dan Carpenter
1
-2
/
+2
2018-12-21
cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
Steve French
1
-1
/
+1
2018-12-13
cifs: Fix separator when building path from dentry
Paulo Alcantara
1
-1
/
+1
2018-11-27
cifs: fix return value for cifs_listxattr
Ronnie Sahlberg
1
-5
/
+6
2018-11-27
cifs: don't dereference smb_file_target before null check
Colin Ian King
1
-2
/
+5
2018-11-13
smb3: on kerberos mount if server doesn't specify auth type use krb5
Steve French
1
-2
/
+4
2018-11-13
smb3: do not attempt cifs operation in smb3 query info error path
Steve French
1
-1
/
+9
2018-11-13
smb3: allow stats which track session and share reconnects to be reset
Steve French
1
-0
/
+3
2018-11-04
cifs: Use ULL suffix for 64-bit constant
Geert Uytterhoeven
1
-1
/
+1
2018-10-10
smb2: fix missing files in root share directory listing
Aurelien Aptel
1
-1
/
+1
2018-10-10
cifs: read overflow in is_valid_oplock_break()
Dan Carpenter
1
-0
/
+8
2018-10-10
fs/cifs: suppress a string overflow warning
Stephen Rothwell
1
-3
/
+8
2018-10-10
fs/cifs: don't translate SFM_SLASH (U+F026) to backslash
Jon Kuhn
1
-3
/
+0
2018-09-26
CIFS: fix wrapping bugs in num_entries()
Dan Carpenter
1
-10
/
+15
2018-09-26
cifs: prevent integer overflow in nxt_dir_entry()
Dan Carpenter
1
-2
/
+9
2018-09-19
smb3: check for and properly advertise directory lease support
Steve French
2
-5
/
+8
2018-09-19
SMB3: Backup intent flag missing for directory opens with backupuid mounts
Steve French
2
-5
/
+22
2018-09-15
SMB3: Number of requests sent should be displayed for SMB3 not just CIFS
Steve French
1
-1
/
+1
2018-09-15
smb3: fix reset of bytes read and written stats
Steve French
1
-0
/
+8
2018-09-15
cifs: check if SMB2 PDU size has been padded and suppress the warning
Ronnie Sahlberg
1
-0
/
+7
2018-09-05
smb3: fill in statfs fsid and correct namelen
Steve French
4
-8
/
+31
2018-09-05
smb3: don't request leases in symlink creation and query
Steve French
1
-2
/
+2
2018-09-05
smb3: Do not send SMB3 SET_INFO if nothing changed
Steve French
2
-1
/
+3
2018-09-05
smb3: enumerating snapshots was leaving part of the data off end
Steve French
1
-7
/
+27
2018-09-05
cifs: check kmalloc before use
Nicholas Mc Guire
1
-0
/
+6
2018-09-05
cifs: add missing debug entries for kconfig options
Steve French
1
-7
/
+23
2018-07-28
Revert "cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE setting"
Greg Kroah-Hartman
1
-5
/
+2
2018-07-11
cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE setting
Stefano Brivio
1
-2
/
+5
2018-07-11
cifs: Fix infinite loop when using hard mount option
Paulo Alcantara
2
-8
/
+20
2018-07-11
cifs: Fix memory leak in smb2_set_ea()
Paulo Alcantara
1
-0
/
+2
2018-07-11
cifs: Fix use after free of a mid_q_entry
Lars Persson
7
-2
/
+29
2018-06-26
cifs: For SMB2 security informaion query, check for minimum sized security de...
Shirish Pargaonkar
2
-2
/
+15
2018-06-26
CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expiry
Mark Syms
1
-2
/
+3
2018-06-26
smb3: on reconnect set PreviousSessionId field
Steve French
1
-0
/
+1
2018-06-26
smb3: fix various xid leaks
Steve French
1
-19
/
+44
2018-06-21
cifs: smb2ops: Fix listxattr() when there are no EAs
Paulo Alcantara
1
-0
/
+6
2018-05-16
smb3: directory sync should not return an error
Steve French
1
-0
/
+13
2018-04-26
cifs: silence compiler warnings showing up with gcc-8.0.0
Arnd Bergmann
1
-3
/
+1
2018-04-26
cifs: do not allow creating sockets except with SMB1 posix exensions
Steve French
1
-4
/
+5
2018-04-24
CIFS: fix sha512 check in cifs_crypto_secmech_release
Gustavo A. R. Silva
1
-1
/
+1
2018-04-24
CIFS: add sha512 secmech
Aurelien Aptel
6
-0
/
+44
2018-04-24
CIFS: refactor crypto shash/sdesc allocation&free
Aurelien Aptel
6
-173
/
+93
2018-04-24
smb3: Fix root directory when server returns inode number of zero
Steve French
2
-0
/
+34
[next]