index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
CIFS: Fix task struct use-after-free on reconnect
Vincent Whitchurch
2020-01-27
3
-0
/
+6
*
cifs: use PTR_ERR_OR_ZERO() to simplify code
Chen Zhou
2020-01-27
1
-1
/
+1
*
cifs: add support for fallocate mode 0 for non-sparse files
Ronnie Sahlberg
2020-01-27
3
-37
/
+34
*
cifs: fix NULL dereference in match_prepath
Ronnie Sahlberg
2020-01-27
1
-2
/
+4
*
smb3: fix default permissions on new files when mounting with modefromsid
Steve French
2020-01-27
3
-3
/
+29
*
CIFS: Add support for setting owner info, dos attributes, and create time
Boris Protopopov
2020-01-27
1
-11
/
+117
*
cifs: remove set but not used variable 'server'
YueHaibing
2020-01-27
1
-4
/
+1
*
cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()
Paulo Alcantara (SUSE)
2020-01-27
1
-1
/
+1
*
cifs: Fix mount options set in automount
Paulo Alcantara (SUSE)
2020-01-27
1
-54
/
+43
*
cifs: fix unitialized variable poential problem with network I/O cache lock p...
Steve French
2020-01-27
1
-1
/
+1
*
cifs: Fix return value in __update_cache_entry
YueHaibing
2020-01-27
1
-1
/
+1
*
cifs: Avoid doing network I/O while holding cache lock
Paulo Alcantara (SUSE)
2020-01-27
1
-264
/
+283
*
cifs: Fix potential deadlock when updating vol in cifs_reconnect()
Paulo Alcantara (SUSE)
2020-01-27
1
-32
/
+77
*
cifs: Merge is_path_valid() into get_normalized_path()
Paulo Alcantara (SUSE)
2020-01-27
1
-17
/
+4
*
cifs: Introduce helpers for finding TCP connection
Paulo Alcantara (SUSE)
2020-01-27
1
-13
/
+31
*
cifs: Get rid of kstrdup_const()'d paths
Paulo Alcantara (SUSE)
2020-01-27
1
-3
/
+3
*
cifs: Clean up DFS referral cache
Paulo Alcantara (SUSE)
2020-01-27
1
-286
/
+279
*
cifs: Don't use iov_iter::type directly
David Howells
2020-01-27
1
-4
/
+4
*
cifs: set correct max-buffer-size for smb2_ioctl_init()
Ronnie Sahlberg
2020-01-27
1
-2
/
+7
*
cifs: use compounding for open and first query-dir for readdir()
Ronnie Sahlberg
2020-01-27
2
-12
/
+87
*
cifs: create a helper function to parse the query-directory response buffer
Ronnie Sahlberg
2020-01-27
1
-46
/
+63
*
cifs: prepare SMB2_query_directory to be used with compounding
Ronnie Sahlberg
2020-01-27
3
-36
/
+82
*
fs/cifs/cifssmb.c: use true,false for bool variable
zhengbin
2020-01-27
1
-2
/
+2
*
fs/cifs/smb2ops.c: use true,false for bool variable
zhengbin
2020-01-27
1
-1
/
+1
*
cifs: Optimize readdir on reparse points
Paulo Alcantara (SUSE)
2019-12-23
2
-9
/
+55
*
cifs: Adjust indentation in smb2_open_file
Nathan Chancellor
2019-12-23
1
-1
/
+1
*
CIFS: Close cached root handle only if it has a lease
Pavel Shilovsky
2019-12-13
5
-4
/
+25
*
SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding path
Steve French
2019-12-13
1
-0
/
+1
*
smb3: fix refcount underflow warning on unmount when no directory leases
Steve French
2019-12-10
1
-1
/
+2
*
Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2019-12-08
13
-72
/
+265
|
\
|
*
smb3: improve check for when we send the security descriptor context on create
Steve French
2019-12-08
1
-0
/
+2
|
*
smb3: fix mode passed in on create for modetosid mount option
Steve French
2019-12-06
5
-34
/
+122
|
*
cifs: fix possible uninitialized access and race on iface_list
Aurelien Aptel
2019-12-04
1
-3
/
+26
|
*
cifs: Fix lookup of SMB connections on multichannel
Paulo Alcantara (SUSE)
2019-12-04
3
-1
/
+9
|
*
smb3: query attributes on file close
Steve French
2019-12-03
7
-15
/
+97
|
*
smb3: remove unused flag passed into close functions
Steve French
2019-12-03
2
-16
/
+5
|
*
cifs: remove redundant assignment to pointer pneg_ctxt
Colin Ian King
2019-12-02
1
-1
/
+1
|
*
fs: cifs: Fix atime update check vs mtime
Deepa Dinamani
2019-12-02
1
-1
/
+1
|
*
CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks
Pavel Shilovsky
2019-12-02
1
-3
/
+4
*
|
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-12-06
1
-6
/
+1
|
\
\
|
*
|
new helper: lookup_positive_unlocked()
Al Viro
2019-11-15
1
-6
/
+1
*
|
|
Merge tag 'docs-5.5a' of git://git.lwn.net/linux
Linus Torvalds
2019-12-02
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge tag 'v5.4-rc4' into docs-next
Jonathan Corbet
2019-10-29
9
-40
/
+57
|
|
\
|
|
*
|
docs: fix some broken references
Mauro Carvalho Chehab
2019-10-10
1
-1
/
+1
*
|
|
CIFS: fix a white space issue in cifs_get_inode_info()
Dan Carpenter via samba-technical
2019-11-27
1
-1
/
+2
*
|
|
cifs: update internal module version number
Steve French
2019-11-25
1
-1
/
+1
*
|
|
cifs: Always update signing key of first channel
Paulo Alcantara (SUSE)
2019-11-25
1
-0
/
+4
*
|
|
cifs: Fix retrieval of DFS referrals in cifs_mount()
Paulo Alcantara (SUSE)
2019-11-25
1
-10
/
+22
*
|
|
cifs: Fix potential softlockups while refreshing DFS cache
Paulo Alcantara (SUSE)
2019-11-25
1
-12
/
+29
*
|
|
cifs: Fix lookup of root ses in DFS referral cache
Paulo Alcantara (SUSE)
2019-11-25
1
-2
/
+1
[next]