index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-19
cifs: move from strlcpy with unused retval to strscpy
Wolfram Sang
3
-3
/
+3
2022-08-19
cifs: Fix memory leak on the deferred close
Zhang Xiaoxu
1
-0
/
+6
2022-08-18
cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()
Enzo Matsumiya
4
-36
/
+24
2022-08-18
cifs: remove unused server parameter from calc_smb_size()
Enzo Matsumiya
9
-13
/
+11
2022-08-14
Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...
Linus Torvalds
19
-445
/
+528
2022-08-13
cifs: Do not access tcon->cfids->cfid directly from is_path_accessible
Ronnie Sahlberg
5
-12
/
+25
2022-08-12
cifs: Add constructor/destructors for tcon->cfid
Ronnie Sahlberg
6
-97
/
+121
2022-08-12
SMB3: fix lease break timeout when multiple deferred close handles for the sa...
Bharath SM
1
-19
/
+1
2022-08-12
smb3: allow deferred close timeout to be configurable
Steve French
5
-2
/
+22
2022-08-12
cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dir
Ronnie Sahlberg
2
-3
/
+3
2022-08-11
cifs: Move cached-dir functions into a separate file
Ronnie Sahlberg
15
-351
/
+411
2022-08-11
cifs: Remove {cifs,nfs}_fscache_release_page()
David Howells
1
-16
/
+0
2022-08-11
cifs: fix lock length calculation
Paulo Alcantara
2
-5
/
+5
2022-08-09
Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-7
/
+4
2022-08-09
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
2
-6
/
+3
2022-08-09
new iov_iter flavour - ITER_UBUF
Al Viro
1
-1
/
+1
2022-08-05
cifs: update internal module number
Steve French
1
-2
/
+2
2022-08-05
cifs: alloc_mid function should be marked as static
Steve French
2
-4
/
+1
2022-08-05
cifs: remove "cifs_" prefix from init/destroy mids functions
Enzo Matsumiya
1
-7
/
+5
2022-08-05
cifs: remove useless DeleteMidQEntry()
Enzo Matsumiya
7
-49
/
+43
2022-08-05
cifs: when insecure legacy is disabled shrink amount of SMB1 code
Steve French
13
-463
/
+582
2022-08-01
cifs: trivial style fixup
Steve French
1
-0
/
+1
2022-08-01
cifs: fix wrong unlock before return from cifs_tree_connect()
Yang Yingliang
1
-1
/
+1
2022-08-01
cifs: avoid use of global locks for high contention data
Shyam Prasad N
13
-243
/
+336
2022-08-01
cifs: remove remaining build warnings
Steve French
2
-11
/
+30
2022-08-01
cifs: list_for_each() -> list_for_each_entry()
Enzo Matsumiya
5
-67
/
+22
2022-08-01
smb2: small refactor in smb2_check_message()
Enzo Matsumiya
2
-26
/
+34
2022-08-01
cifs: Fix memory leak when using fscache
Matthew Wilcox (Oracle)
1
-4
/
+4
2022-08-01
cifs: remove minor build warning
Steve French
2
-2
/
+4
2022-08-01
cifs: remove some camelCase and also some static build warnings
Steve French
7
-27
/
+34
2022-08-01
cifs: remove unnecessary (void*) conversions.
Yu Zhe
1
-1
/
+1
2022-08-01
cifs: remove unnecessary type castings
Yu Zhe
5
-6
/
+6
2022-08-01
cifs: remove redundant initialization to variable mnt_sign_enabled
Colin Ian King
1
-1
/
+1
2022-08-01
smb3: check xattr value length earlier
Steve French
1
-2
/
+3
2022-07-14
smb3: workaround negprot bug in some Samba servers
Steve French
1
-6
/
+7
2022-07-12
cifs: remove unnecessary locking of chan_lock while freeing session
Shyam Prasad N
1
-2
/
+0
2022-07-12
cifs: fix race condition with delayed threads
Shyam Prasad N
1
-2
/
+9
2022-06-24
cifs: update cifs_ses::ip_addr after failover
Paulo Alcantara
1
-1
/
+7
2022-06-24
cifs: avoid deadlocks while updating iface
Shyam Prasad N
2
-15
/
+33
2022-06-23
cifs: periodically query network interfaces from server
Shyam Prasad N
4
-1
/
+35
2022-06-23
cifs: during reconnect, update interface if necessary
Shyam Prasad N
3
-0
/
+88
2022-06-23
cifs: change iface_list from array to sorted linked list
Shyam Prasad N
6
-129
/
+201
2022-06-23
smb3: use netname when available on secondary channels
Shyam Prasad N
1
-2
/
+9
2022-06-21
smb3: fix empty netname context on secondary channels
Steve French
1
-6
/
+8
2022-06-18
cifs: when a channel is not found for server, log its connection id
Shyam Prasad N
1
-0
/
+3
2022-06-17
smb3: add trace point for SMB2_set_eof
Steve French
2
-0
/
+40
2022-06-12
Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
6
-14
/
+29
2022-06-11
cifs: populate empty hostnames for extra channels
Shyam Prasad N
2
-1
/
+8
2022-06-10
netfs: Further cleanups after struct netfs_inode wrapper introduced
Linus Torvalds
1
-1
/
+1
2022-06-09
netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
David Howells
8
-32
/
+28
[next]