index
:
~andi/linux
ccs-mode
drm-tip
vm-mmap
Andi's kernel stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
cifssmb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French
1
-5936
/
+0
2023-04-06
cifs: double lock in cifs_reconnect_tcon()
Dan Carpenter
1
-1
/
+1
2023-03-30
cifs: prevent infinite recursion in CIFSGetDFSRefer()
Paulo Alcantara
1
-2
/
+7
2023-03-30
cifs: avoid races in parallel reconnects in smb1
Paulo Alcantara
1
-6
/
+15
2023-03-24
smb3: fix unusable share after force unmount failure
Steve French
1
-4
/
+2
2023-03-01
cifs: prevent data race in cifs_reconnect_tcon()
Paulo Alcantara
1
-40
/
+3
2023-02-22
Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-26
/
+22
2023-02-20
cifs: Change the I/O paths to use an iterator rather than a page list
David Howells
1
-10
/
+5
2023-02-20
cifs: Convert struct fealist away from 1-element array
Kees Cook
1
-8
/
+8
2023-02-20
cifs: Fix uninitialized memory reads for oparms.mode
Volker Lendecke
1
-8
/
+9
2023-01-11
filelock: move file locking definitions to separate header file
Jeff Layton
1
-0
/
+1
2022-10-20
cifs: use stub posix acl handlers
Christian Brauner
1
-298
/
+0
2022-10-20
cifs: implement set acl method
Christian Brauner
1
-0
/
+160
2022-10-20
cifs: implement get acl method
Christian Brauner
1
-0
/
+196
2022-10-13
cifs: use ALIGN() and round_up() macros
Enzo Matsumiya
1
-1
/
+1
2022-10-05
cifs: Replace a couple of one-element arrays with flexible-array members
Gustavo A. R. Silva
1
-1
/
+1
2022-08-05
cifs: remove useless DeleteMidQEntry()
Enzo Matsumiya
1
-3
/
+3
2022-08-05
cifs: when insecure legacy is disabled shrink amount of SMB1 code
Steve French
1
-451
/
+2
2022-08-01
cifs: avoid use of global locks for high contention data
Shyam Prasad N
1
-14
/
+14
2022-08-01
cifs: remove redundant initialization to variable mnt_sign_enabled
Colin Ian King
1
-1
/
+1
2022-05-24
cifs: use new enum for ses_status
Shyam Prasad N
1
-1
/
+1
2022-05-19
cifs: fix signed integer overflow when fl_end is OFFSET_MAX
Paulo Alcantara
1
-1
/
+2
2022-04-01
Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-6
/
+5
2022-04-01
fs: Remove ->readpages address space operation
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-28
smb3: cleanup and clarify status of tree connections
Steve French
1
-6
/
+5
2022-01-07
cifs: maintain a state machine for tcp/smb/tcon sessions
Shyam Prasad N
1
-8
/
+16
2022-01-07
cifs: take cifs_tcp_ses_lock for status checks
Shyam Prasad N
1
-1
/
+11
2022-01-02
cifs: reconnect only the connection and not smb session where possible
Shyam Prasad N
1
-1
/
+1
2022-01-02
cifs: use the chans_need_reconnect bitmap for reconnect status
Shyam Prasad N
1
-5
/
+7
2022-01-02
cifs: track individual channel status using chans_need_reconnect
Shyam Prasad N
1
-6
/
+42
2021-09-13
cifs: remove pathname for file from SPDX header
Steve French
1
-1
/
+0
2021-08-25
cifs: remove support for NTLM and weaker authentication algorithms
Ronnie Sahlberg
1
-105
/
+1
2021-08-25
cifs: enable fscache usage even for files opened as rw
Shyam Prasad N
1
-0
/
+1
2021-07-22
CIFS: Clarify SMB1 code for POSIX delete file
Steve French
1
-2
/
+5
2021-07-22
CIFS: Clarify SMB1 code for POSIX Create
Steve French
1
-1
/
+2
2021-07-07
CIFS: Clarify SMB1 code for POSIX Lock
Steve French
1
-1
/
+2
2021-07-07
CIFS: Clarify SMB1 code for rename open file
Steve French
1
-1
/
+2
2021-07-07
CIFS: Clarify SMB1 code for delete
Steve French
1
-1
/
+2
2021-07-07
CIFS: Clarify SMB1 code for SetFileSize
Steve French
1
-2
/
+2
2021-07-02
CIFS: Clarify SMB1 code for UnixSetPathInfo
Steve French
1
-3
/
+2
2021-07-02
CIFS: Clarify SMB1 code for UnixCreateSymLink
Steve French
1
-1
/
+2
2021-07-02
cifs: clarify SMB1 code for UnixCreateHardLink
Steve French
1
-1
/
+2
2021-06-20
cifs: use SPDX-Licence-Identifier
Steve French
1
-13
/
+1
2021-06-20
cifs: remove redundant initialization of variable rc
Colin Ian King
1
-1
/
+1
2021-04-25
cifs: rename the *_shroot* functions to *_cached_dir*
Ronnie Sahlberg
1
-1
/
+1
2021-04-25
cifs: remove old dead code
Aurelien Aptel
1
-50
/
+0
2021-02-25
cifs: use discard iterator to discard unneeded network data more efficiently
David Howells
1
-3
/
+3
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-02
cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()
Stefan Metzmacher
1
-111
/
+1
2020-08-02
cifs: smb1: Try failing back to SetFileInfo if SetPathInfo fails
Ronnie Sahlberg
1
-1
/
+38
[next]