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
*
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
*
|
cifs: trivial style fixup
Steve French
2022-08-01
1
-0
/
+1
*
|
cifs: fix wrong unlock before return from cifs_tree_connect()
Yang Yingliang
2022-08-01
1
-1
/
+1
*
|
cifs: avoid use of global locks for high contention data
Shyam Prasad N
2022-08-01
13
-243
/
+336
*
|
cifs: remove remaining build warnings
Steve French
2022-08-01
2
-11
/
+30
*
|
cifs: list_for_each() -> list_for_each_entry()
Enzo Matsumiya
2022-08-01
5
-67
/
+22
*
|
smb2: small refactor in smb2_check_message()
Enzo Matsumiya
2022-08-01
2
-26
/
+34
*
|
cifs: Fix memory leak when using fscache
Matthew Wilcox (Oracle)
2022-08-01
1
-4
/
+4
*
|
cifs: remove minor build warning
Steve French
2022-08-01
2
-2
/
+4
*
|
cifs: remove some camelCase and also some static build warnings
Steve French
2022-08-01
7
-27
/
+34
*
|
cifs: remove unnecessary (void*) conversions.
Yu Zhe
2022-08-01
1
-1
/
+1
*
|
cifs: remove unnecessary type castings
Yu Zhe
2022-08-01
5
-6
/
+6
*
|
cifs: remove redundant initialization to variable mnt_sign_enabled
Colin Ian King
2022-08-01
1
-1
/
+1
*
|
smb3: check xattr value length earlier
Steve French
2022-08-01
1
-2
/
+3
|
/
*
smb3: workaround negprot bug in some Samba servers
Steve French
2022-07-13
1
-6
/
+7
*
cifs: remove unnecessary locking of chan_lock while freeing session
Shyam Prasad N
2022-07-12
1
-2
/
+0
*
cifs: fix race condition with delayed threads
Shyam Prasad N
2022-07-12
1
-2
/
+9
*
cifs: update cifs_ses::ip_addr after failover
Paulo Alcantara
2022-06-24
1
-1
/
+7
*
cifs: avoid deadlocks while updating iface
Shyam Prasad N
2022-06-24
2
-15
/
+33
*
cifs: periodically query network interfaces from server
Shyam Prasad N
2022-06-22
4
-1
/
+35
*
cifs: during reconnect, update interface if necessary
Shyam Prasad N
2022-06-22
3
-0
/
+88
*
cifs: change iface_list from array to sorted linked list
Shyam Prasad N
2022-06-22
6
-129
/
+201
*
smb3: use netname when available on secondary channels
Shyam Prasad N
2022-06-22
1
-2
/
+9
*
smb3: fix empty netname context on secondary channels
Steve French
2022-06-20
1
-6
/
+8
*
cifs: when a channel is not found for server, log its connection id
Shyam Prasad N
2022-06-18
1
-0
/
+3
*
smb3: add trace point for SMB2_set_eof
Steve French
2022-06-16
2
-0
/
+40
*
Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2022-06-12
6
-14
/
+29
|
\
|
*
cifs: populate empty hostnames for extra channels
Shyam Prasad N
2022-06-10
2
-1
/
+8
|
*
cifs: return errors during session setup during reconnects
Shyam Prasad N
2022-06-06
1
-0
/
+3
|
*
cifs: fix reconnect on smb3 mount types
Paulo Alcantara
2022-06-06
3
-13
/
+18
*
|
netfs: Further cleanups after struct netfs_inode wrapper introduced
Linus Torvalds
2022-06-10
1
-1
/
+1
*
|
netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
David Howells
2022-06-09
8
-32
/
+28
|
/
*
cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_share
Steve French
2022-06-04
1
-1
/
+2
*
cifs: skip trailing separators of prefix paths
Paulo Alcantara
2022-06-03
1
-36
/
+49
*
cifs: update internal module number
Steve French
2022-06-01
1
-2
/
+3
*
cifs: version operations for smb20 unneeded when legacy support disabled
Steve French
2022-06-01
2
-2
/
+9
*
cifs: do not build smb1ops if legacy support is disabled
Steve French
2022-06-01
1
-1
/
+3
*
cifs: fix potential deadlock in direct reclaim
Vincent Whitchurch
2022-06-01
10
-53
/
+71
*
cifs: when extending a file with falloc we should make files not-sparse
Ronnie Sahlberg
2022-05-31
1
-1
/
+1
*
cifs: remove repeated debug message on cifs_put_smb_ses()
Enzo Matsumiya
2022-05-31
1
-1
/
+0
*
cifs: fix potential double free during failed mount
Ronnie Sahlberg
2022-05-30
1
-4
/
+6
*
Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/...
Linus Torvalds
2022-05-27
22
-182
/
+452
|
\
|
*
smb3: remove unneeded null check in cifs_readdir
Steve French
2022-05-27
2
-4
/
+3
[next]