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
2023-04-26
cifs: avoid dup prefix path in dfs_get_automount_devname()
Paulo Alcantara
2
-6
/
+18
2023-04-20
cifs: fix negotiate context parsing
David Disseldorp
1
-10
/
+31
2023-04-13
cifs: sanitize paths in cifs_update_super_prepath.
Thiago Rafael Becker
3
-7
/
+11
2023-04-06
cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL
David Disseldorp
1
-1
/
+4
2023-04-06
cifs: prevent infinite recursion in CIFSGetDFSRefer()
Paulo Alcantara
1
-2
/
+7
2023-04-06
cifs: fix missing unload_nls() in smb2_reconnect()
Paulo Alcantara
1
-3
/
+3
2023-04-06
cifs: avoid race conditions with parallel reconnects
Shyam Prasad N
3
-33
/
+76
2023-04-06
cifs: prevent data race in cifs_reconnect_tcon()
Paulo Alcantara
4
-101
/
+69
2023-04-06
cifs: update ip_addr for ses only for primary chan setup
Shyam Prasad N
1
-7
/
+11
2023-03-30
cifs: fix dentry lookups in directory handle cache
Paulo Alcantara
1
-2
/
+34
2023-03-30
cifs: print session id while listing open files
Shyam Prasad N
1
-2
/
+3
2023-03-30
cifs: dump pending mids for all channels in DebugData
Shyam Prasad N
1
-14
/
+27
2023-03-30
cifs: empty interface list when server doesn't support query interfaces
Shyam Prasad N
1
-1
/
+1
2023-03-30
cifs: do not poll server interfaces too regularly
Shyam Prasad N
1
-0
/
+14
2023-03-30
cifs: append path to open_enter trace event
Shyam Prasad N
6
-6
/
+25
2023-03-30
cifs: lock chan_lock outside match_session
Shyam Prasad N
1
-6
/
+7
2023-03-30
smb3: fix unusable share after force unmount failure
Steve French
4
-13
/
+11
2023-03-30
smb3: lower default deferred close timeout to address perf regression
Steve French
1
-1
/
+1
2023-03-22
cifs: use DFS root session instead of tcon ses
Paulo Alcantara
1
-0
/
+1
2023-03-22
cifs: return DFS root session id in DebugData
Paulo Alcantara
1
-0
/
+5
2023-03-22
cifs: fix use-after-free bug in refresh_cache_worker()
Paulo Alcantara
8
-164
/
+67
2023-03-22
cifs: set DFS root session in cifs_get_smb_ses()
Paulo Alcantara
6
-13
/
+13
2023-03-22
cifs: Fix smb2_set_path_size()
Volker Lendecke
1
-7
/
+24
2023-03-22
cifs: generate signkey for the channel that's reconnecting
Shyam Prasad N
1
-1
/
+1
2023-03-22
cifs: Move the in_send statistic to __smb_send_rqst()
Zhang Xiaoxu
1
-12
/
+9
2023-03-10
cifs: return a single-use cfid if we did not get a lease
Ronnie Sahlberg
1
-3
/
+13
2023-03-10
cifs: Check the lease context if we actually got a lease
Ronnie Sahlberg
1
-5
/
+9
2023-03-10
cifs: don't try to use rdma offload on encrypted connections
Stefan Metzmacher
1
-0
/
+4
2023-03-10
cifs: split out smb3_use_rdma_offload() helper
Stefan Metzmacher
1
-6
/
+28
2023-03-10
cifs: introduce cifs_io_parms in smb2_async_writev()
Stefan Metzmacher
1
-14
/
+39
2023-03-10
cifs: fix mount on old smb servers
Paulo Alcantara
1
-59
/
+35
2023-03-10
cifs: Fix uninitialized memory reads for oparms.mode
Volker Lendecke
10
-243
/
+274
2023-03-10
cifs: Fix uninitialized memory read in smb3_qfs_tcon()
Volker Lendecke
1
-6
/
+7
2023-03-10
cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALID
Paulo Alcantara
4
-25
/
+106
2023-03-10
cifs: prevent data race in smb2_reconnect()
Paulo Alcantara
1
-55
/
+64
2023-03-10
cifs: use tcon allocation functions even for dummy tcon
Shyam Prasad N
1
-2
/
+2
2023-03-10
cifs: Fix warning and UAF when destroy the MR list
Zhang Xiaoxu
1
-1
/
+2
2023-03-10
cifs: Fix lost destroy smbd connection when MR allocate failed
Zhang Xiaoxu
1
-0
/
+1
2023-02-07
cifs: Fix use-after-free in rdata->read_into_pages()
ZhaoLong Wang
1
-2
/
+2
2023-01-25
cifs: Fix oops due to uncleared server->smbd_conn in reconnect
David Howells
1
-0
/
+1
2023-01-18
cifs: remove unused function
Paulo Alcantara
2
-63
/
+0
2023-01-18
cifs: do not include page data when checking signature
Enzo Matsumiya
1
-6
/
+9
2023-01-18
cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()
Paulo Alcantara
1
-3
/
+3
2023-01-18
cifs: handle cache lookup errors different than -ENOENT
Paulo Alcantara
1
-2
/
+9
2023-01-18
cifs: remove duplicate code in __refresh_tcon()
Paulo Alcantara
1
-38
/
+33
2023-01-18
cifs: don't take exclusive lock for updating target hints
Paulo Alcantara
1
-27
/
+20
2023-01-18
cifs: avoid re-lookups in dfs_cache_find()
Paulo Alcantara
1
-24
/
+34
2023-01-18
cifs: fix potential deadlock in cache_refresh_path()
Paulo Alcantara
1
-19
/
+23
2023-01-12
cifs: Fix uninitialized memory read for smb311 posix symlink create
Volker Lendecke
1
-0
/
+1
2023-01-11
cifs: fix potential memory leaks in session setup
Paulo Alcantara
3
-0
/
+4
[next]