index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfs, cifs: Improve some debugging bits
David Howells
2024-09-03
1
-3
/
+5
*
cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3
David Howells
2024-09-03
1
-8
/
+46
*
cifs: Fix zero_point init on inode initialisation
David Howells
2024-09-03
1
-0
/
+2
*
smb: client: fix double put of @cfile in smb2_set_path_size()
Paulo Alcantara
2024-09-03
1
-0
/
+1
*
smb: client: fix double put of @cfile in smb2_rename_path()
Paulo Alcantara
2024-09-03
1
-0
/
+2
*
smb: client: fix hang in wait_for_response() for negproto
Paulo Alcantara
2024-09-03
1
-1
/
+13
*
cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region
David Howells
2024-08-28
1
-2
/
+14
*
cifs: Fix copy offload to flush destination region
David Howells
2024-08-28
1
-17
/
+4
*
netfs, cifs: Fix handling of short DIO read
David Howells
2024-08-28
1
-4
/
+9
*
cifs: Fix lack of credit renegotiation on read retry
David Howells
2024-08-28
5
-16
/
+53
*
cifs: Fix FALLOC_FL_PUNCH_HOLE support
David Howells
2024-08-25
1
-0
/
+22
*
smb/client: fix rdma usage in smb2_async_writev()
Stefan Metzmacher
2024-08-25
1
-20
/
+20
*
smb/client: remove unused rq_iter_size from struct smb_rqst
Stefan Metzmacher
2024-08-25
4
-6
/
+0
*
smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()
Stefan Metzmacher
2024-08-25
1
-1
/
+1
*
smb/client: fix typo: GlobalMid_Sem -> GlobalMid_Lock
ChenXiaoSong
2024-08-22
2
-6
/
+6
*
smb: client: ignore unhandled reparse tags
Paulo Alcantara
2024-08-22
1
-4
/
+7
*
smb3: fix problem unloading module due to leaked refcount on shutdown
Steve French
2024-08-22
3
-0
/
+6
*
smb3: fix broken cached reads when posix locks
Steve French
2024-08-19
1
-3
/
+1
*
Merge tag 'v6.11-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2024-08-18
1
-6
/
+15
|
\
|
*
smb3: fix lock breakage for cached writes
Steve French
2024-08-15
1
-4
/
+9
|
*
smb/client: avoid possible NULL dereference in cifs_free_subrequest()
Su Hui
2024-08-15
1
-2
/
+6
*
|
Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-08-14
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
9p: Fix DIO read through netfs
Dominique Martinet
2024-08-13
1
-1
/
+2
*
|
cifs: cifs_inval_name_dfs_link_error: correct the check for fullpath
Gleb Korobeynikov
2024-08-09
1
-4
/
+5
*
|
Fix spelling errors in Server Message Block
Xiaxi Shen
2024-08-08
4
-8
/
+8
*
|
smb3: fix setting SecurityFlags when encryption is required
Steve French
2024-08-08
3
-5
/
+8
*
|
cifs: update internal version number
Steve French
2024-08-02
1
-2
/
+2
*
|
smb: client: fix FSCTL_GET_REPARSE_POINT against NetApp
Paulo Alcantara
2024-08-02
1
-2
/
+4
*
|
smb3: add dynamic tracepoints for shutdown ioctl
Steve French
2024-08-02
2
-8
/
+75
*
|
cifs: Remove cifs_aio_ctx
David Howells
2024-08-02
3
-80
/
+0
*
|
smb: client: handle lack of FSCTL_GET_REPARSE_POINT support
Paulo Alcantara
2024-08-02
4
-4
/
+38
|
/
*
smb3: add dynamic trace point for session setup key expired failures
Steve French
2024-07-26
2
-1
/
+47
*
smb3: add four dynamic tracepoints for copy_file_range and reflink
Steve French
2024-07-26
2
-1
/
+67
*
smb3: add dynamic tracepoint for reflink errors
Steve French
2024-07-26
2
-0
/
+62
*
cifs: mount with "unix" mount option for SMB1 incorrectly handled
Steve French
2024-07-24
1
-0
/
+7
*
cifs: fix reconnect with SMB1 UNIX Extensions
Steve French
2024-07-24
1
-1
/
+16
*
cifs: fix potential null pointer use in destroy_workqueue in init_cifs error ...
Steve French
2024-07-23
1
-4
/
+4
*
Merge tag '6.11-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
2024-07-22
8
-31
/
+191
|
\
|
*
cifs: Fix missing fscache invalidation
David Howells
2024-07-20
1
-0
/
+6
|
*
cifs: Add a tracepoint to track credits involved in R/W requests
David Howells
2024-07-19
7
-23
/
+173
|
*
cifs: Fix setting of zero_point after DIO write
David Howells
2024-07-19
1
-5
/
+10
|
*
cifs: Fix missing error code set
David Howells
2024-07-19
1
-0
/
+2
|
*
cifs: Fix server re-repick on subrequest retry
David Howells
2024-07-19
1
-3
/
+0
|
*
cifs: fix noisy message on copy_file_range
Steve French
2024-07-19
1
-1
/
+1
*
|
Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-07-15
1
-27
/
+12
|
\
\
|
|
/
|
/
|
|
*
smb: client: Convert to new uid/gid option parsing helpers
Eric Sandeen
2024-07-02
1
-27
/
+12
*
|
cifs: fix setting SecurityFlags to true
Steve French
2024-07-13
1
-2
/
+2
*
|
cifs: Fix read-performance regression by dropping readahead expansion
David Howells
2024-07-03
1
-30
/
+0
*
|
cifs: Move the 'pid' from the subreq to the req
David Howells
2024-06-20
4
-15
/
+10
*
|
cifs: Only pick a channel once per read request
David Howells
2024-06-20
2
-11
/
+4
[next]