index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: Use #define in cifs_dbg
Joe Perches
2020-02-24
1
-2
/
+2
*
cifs: fix rename() by ensuring source handle opened with DELETE bit
Aurelien Aptel
2020-02-24
9
-17
/
+33
*
cifs: add missing mount option to /proc/mounts
Steve French
2020-02-24
1
-0
/
+2
*
cifs: fix potential mismatch of UNC paths
Paulo Alcantara (SUSE)
2020-02-24
1
-0
/
+2
*
cifs: don't leak -EAGAIN for stat() during reconnect
Ronnie Sahlberg
2020-02-24
1
-1
/
+5
*
cifs: make sure we do not overflow the max EA buffer size
Ronnie Sahlberg
2020-02-14
1
-1
/
+34
*
cifs: enable change notification for SMB2.1 dialect
Steve French
2020-02-14
1
-0
/
+1
*
cifs: Fix mode output in debugging statements
Frank Sorenson
2020-02-12
3
-4
/
+4
*
cifs: fix mount option display for sec=krb5i
Petr Pavlu
2020-02-10
1
-1
/
+5
*
Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2020-02-09
22
-129
/
+247
|
\
|
*
smb3: Add defines for new information level, FileIdInformation
Steve French
2020-02-06
1
-0
/
+8
|
*
smb3: print warning once if posix context returned on open
Steve French
2020-02-06
2
-0
/
+30
|
*
smb3: add one more dynamic tracepoint missing from strict fsync path
Steve French
2020-02-06
1
-1
/
+3
|
*
cifs: fix mode bits from dir listing when mounted with modefromsid
Aurelien Aptel
2020-02-06
1
-1
/
+2
|
*
cifs: fix channel signing
Aurelien Aptel
2020-02-06
1
-2
/
+3
|
*
cifs: add SMB3 change notification support
Steve French
2020-02-06
5
-0
/
+87
|
*
cifs: make multichannel warning more visible
Aurelien Aptel
2020-02-06
1
-1
/
+1
|
*
cifs: fix soft mounts hanging in the reconnect code
Ronnie Sahlberg
2020-02-06
1
-1
/
+1
|
*
cifs: Add tracepoints for errors on flush or fsync
Steve French
2020-02-05
2
-2
/
+32
|
*
cifs: log warning message (once) if out of disk space
Steve French
2020-02-05
1
-0
/
+3
|
*
cifs: fail i/o on soft mounts if sessionsetup errors out
Ronnie Sahlberg
2020-02-05
1
-2
/
+8
|
*
smb3: fix problem with null cifs super block with previous patch
Steve French
2020-02-05
2
-2
/
+2
|
*
SMB3: Backup intent flag missing from some more ops
Amir Goldstein
2020-02-03
14
-118
/
+68
*
|
Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-02-05
1
-6
/
+7
|
\
\
|
*
|
fs: cifs: Delete usage of timespec64_trunc
Deepa Dinamani
2019-12-08
1
-6
/
+7
*
|
|
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-02-04
3
-61
/
+62
|
|
/
|
/
|
*
|
cifs: update internal module version number
Steve French
2020-01-31
1
-1
/
+1
*
|
cifs: fix soft mounts hanging in the reconnect code
Ronnie Sahlberg
2020-01-30
1
-1
/
+1
*
|
CIFS: Fix task struct use-after-free on reconnect
Vincent Whitchurch
2020-01-26
3
-0
/
+6
*
|
cifs: use PTR_ERR_OR_ZERO() to simplify code
Chen Zhou
2020-01-26
1
-1
/
+1
*
|
cifs: add support for fallocate mode 0 for non-sparse files
Ronnie Sahlberg
2020-01-26
3
-37
/
+34
*
|
cifs: fix NULL dereference in match_prepath
Ronnie Sahlberg
2020-01-26
1
-2
/
+4
*
|
smb3: fix default permissions on new files when mounting with modefromsid
Steve French
2020-01-26
3
-3
/
+29
*
|
CIFS: Add support for setting owner info, dos attributes, and create time
Boris Protopopov
2020-01-26
1
-11
/
+117
*
|
cifs: remove set but not used variable 'server'
YueHaibing
2020-01-26
1
-4
/
+1
*
|
cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()
Paulo Alcantara (SUSE)
2020-01-26
1
-1
/
+1
*
|
cifs: Fix mount options set in automount
Paulo Alcantara (SUSE)
2020-01-26
1
-54
/
+43
*
|
cifs: fix unitialized variable poential problem with network I/O cache lock p...
Steve French
2020-01-26
1
-1
/
+1
*
|
cifs: Fix return value in __update_cache_entry
YueHaibing
2020-01-26
1
-1
/
+1
*
|
cifs: Avoid doing network I/O while holding cache lock
Paulo Alcantara (SUSE)
2020-01-26
1
-264
/
+283
*
|
cifs: Fix potential deadlock when updating vol in cifs_reconnect()
Paulo Alcantara (SUSE)
2020-01-26
1
-32
/
+77
*
|
cifs: Merge is_path_valid() into get_normalized_path()
Paulo Alcantara (SUSE)
2020-01-26
1
-17
/
+4
*
|
cifs: Introduce helpers for finding TCP connection
Paulo Alcantara (SUSE)
2020-01-26
1
-13
/
+31
*
|
cifs: Get rid of kstrdup_const()'d paths
Paulo Alcantara (SUSE)
2020-01-26
1
-3
/
+3
*
|
cifs: Clean up DFS referral cache
Paulo Alcantara (SUSE)
2020-01-26
1
-286
/
+279
*
|
cifs: Don't use iov_iter::type directly
David Howells
2020-01-26
1
-4
/
+4
*
|
cifs: set correct max-buffer-size for smb2_ioctl_init()
Ronnie Sahlberg
2020-01-26
1
-2
/
+7
*
|
cifs: use compounding for open and first query-dir for readdir()
Ronnie Sahlberg
2020-01-26
2
-12
/
+87
*
|
cifs: create a helper function to parse the query-directory response buffer
Ronnie Sahlberg
2020-01-26
1
-46
/
+63
*
|
cifs: prepare SMB2_query_directory to be used with compounding
Ronnie Sahlberg
2020-01-26
3
-36
/
+82
[next]