index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Handle variable number of SGEs in client smbdirect send.
Tom Talpey
2022-10-05
1
-108
/
+77
|
*
Reduce client smbdirect max receive segment size
Tom Talpey
2022-10-05
1
-1
/
+1
|
*
Decrease the number of SMB3 smbdirect client SGEs
Tom Talpey
2022-10-05
2
-19
/
+21
|
*
cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO message
Zhang Xiaoxu
2022-10-05
1
-2
/
+2
|
*
cifs: destage dirty pages before re-reading them for cache=none
Ronnie Sahlberg
2022-09-25
1
-0
/
+9
|
*
cifs: return correct error in ->calc_signature()
Enzo Matsumiya
2022-09-25
1
-4
/
+6
|
*
cifs: misc: fix spelling typo in comment
Jiangshan Yi
2022-09-25
1
-1
/
+1
*
|
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-10-10
2
-4
/
+5
|
\
\
|
*
|
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
2022-09-07
2
-4
/
+5
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-22
4
-15
/
+12
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
cifs: update internal module number
Steve French
2022-09-14
1
-2
/
+2
|
*
|
cifs: add missing spinlock around tcon refcount
Paulo Alcantara
2022-09-14
1
-0
/
+3
|
*
|
cifs: always initialize struct msghdr smb_msg completely
Stefan Metzmacher
2022-09-13
2
-13
/
+4
|
*
|
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
Stefan Metzmacher
2022-09-13
1
-2
/
+2
|
*
|
cifs: revalidate mapping when doing direct writes
Ronnie Sahlberg
2022-09-12
1
-0
/
+3
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-09-08
3
-32
/
+55
|
\
|
|
|
*
|
cifs: fix small mempool leak in SMB2_negotiate()
Enzo Matsumiya
2022-08-30
1
-5
/
+7
|
*
|
smb3: use filemap_write_and_wait_range instead of filemap_write_and_wait
Steve French
2022-08-30
2
-4
/
+13
|
*
|
smb3: fix temporary data corruption in insert range
David Howells
2022-08-28
1
-8
/
+16
|
*
|
smb3: fix temporary data corruption in collapse range
Steve French
2022-08-28
1
-10
/
+16
|
*
|
smb3: Move the flush out of smb2_copychunk_range() into its callers
David Howells
2022-08-28
2
-12
/
+10
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-01
6
-67
/
+70
|
\
|
|
|
*
|
cifs: Add helper function to check smb1+ server
Zhang Xiaoxu
2022-08-24
4
-9
/
+13
|
*
|
cifs: Use help macro to get the mid header size
Zhang Xiaoxu
2022-08-24
2
-6
/
+4
|
*
|
cifs: Use help macro to get the header preamble size
Zhang Xiaoxu
2022-08-24
4
-22
/
+22
|
*
|
cifs: skip extra NULL byte in filenames
Paulo Alcantara
2022-08-24
1
-10
/
+6
|
*
|
smb3: missing inode locks in punch hole
David Howells
2022-08-23
1
-6
/
+6
|
*
|
smb3: missing inode locks in zero range
David Howells
2022-08-23
1
-25
/
+30
*
|
|
genetlink: start to validate reserved header bytes
Jakub Kicinski
2022-08-29
1
-0
/
+1
|
/
/
*
|
cifs: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-19
3
-3
/
+3
*
|
cifs: Fix memory leak on the deferred close
Zhang Xiaoxu
2022-08-19
1
-0
/
+6
*
|
cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()
Enzo Matsumiya
2022-08-17
4
-36
/
+24
*
|
cifs: remove unused server parameter from calc_smb_size()
Enzo Matsumiya
2022-08-17
9
-13
/
+11
*
|
Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...
Linus Torvalds
2022-08-13
19
-445
/
+528
|
\
\
|
|
/
|
/
|
|
*
cifs: Do not access tcon->cfids->cfid directly from is_path_accessible
Ronnie Sahlberg
2022-08-12
5
-12
/
+25
|
*
cifs: Add constructor/destructors for tcon->cfid
Ronnie Sahlberg
2022-08-11
6
-97
/
+121
|
*
SMB3: fix lease break timeout when multiple deferred close handles for the sa...
Bharath SM
2022-08-11
1
-19
/
+1
|
*
smb3: allow deferred close timeout to be configurable
Steve French
2022-08-11
5
-2
/
+22
|
*
cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dir
Ronnie Sahlberg
2022-08-11
2
-3
/
+3
|
*
cifs: Move cached-dir functions into a separate file
Ronnie Sahlberg
2022-08-11
15
-351
/
+411
|
*
cifs: Remove {cifs,nfs}_fscache_release_page()
David Howells
2022-08-10
1
-16
/
+0
|
*
cifs: fix lock length calculation
Paulo Alcantara
2022-08-10
2
-5
/
+5
*
|
Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-08-08
2
-7
/
+4
|
\
\
|
|
/
|
/
|
|
*
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
2022-08-08
2
-6
/
+3
|
*
new iov_iter flavour - ITER_UBUF
Al Viro
2022-08-08
1
-1
/
+1
*
|
cifs: update internal module number
Steve French
2022-08-05
1
-2
/
+2
*
|
cifs: alloc_mid function should be marked as static
Steve French
2022-08-05
2
-4
/
+1
*
|
cifs: remove "cifs_" prefix from init/destroy mids functions
Enzo Matsumiya
2022-08-05
1
-7
/
+5
*
|
cifs: remove useless DeleteMidQEntry()
Enzo Matsumiya
2022-08-05
7
-49
/
+43
*
|
cifs: when insecure legacy is disabled shrink amount of SMB1 code
Steve French
2022-08-05
13
-463
/
+582
[prev]
[next]