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-02-23
Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
33
-2280
/
+2228
2023-02-21
update internal module version number for cifs.ko
Steve French
1
-1
/
+1
2023-02-21
cifs: update ip_addr for ses only for primary chan setup
Shyam Prasad N
1
-7
/
+11
2023-02-21
cifs: use tcon allocation functions even for dummy tcon
Shyam Prasad N
1
-2
/
+2
2023-02-21
cifs: use the least loaded channel for sending requests
Shyam Prasad N
1
-4
/
+29
2023-02-21
cifs: DIO to/from KVEC-type iterators should now work
David Howells
1
-20
/
+0
2023-02-21
cifs: Remove unused code
David Howells
1
-606
/
+0
2023-02-21
cifs: Build the RDMA SGE list directly from an iterator
David Howells
2
-93
/
+63
2023-02-21
cifs: Change the I/O paths to use an iterator rather than a page list
David Howells
14
-1091
/
+1133
2023-02-21
cifs: Add a function to read into an iter from a socket
David Howells
2
-0
/
+17
2023-02-21
cifs: Add some helper functions
David Howells
2
-0
/
+96
2023-02-21
cifs: Add a function to Hash the contents of an iterator
David Howells
1
-0
/
+144
2023-02-21
cifs: Add a function to build an RDMA SGE list from an iterator
David Howells
1
-0
/
+214
2023-02-21
cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE
David Howells
3
-6
/
+25
2023-02-21
smb3: Replace smb2pdu 1-element arrays with flex-arrays
Kees Cook
5
-19
/
+17
2023-02-21
cifs: get rid of dns resolve worker
Paulo Alcantara
3
-53
/
+6
2023-02-21
Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
4
-18
/
+14
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-26
/
+26
2023-02-20
Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...
Linus Torvalds
5
-0
/
+5
2023-02-20
cifs: Fix warning and UAF when destroy the MR list
Zhang Xiaoxu
1
-1
/
+2
2023-02-20
cifs: Fix lost destroy smbd connection when MR allocate failed
Zhang Xiaoxu
1
-0
/
+1
2023-02-20
cifs: return a single-use cfid if we did not get a lease
Ronnie Sahlberg
1
-3
/
+13
2023-02-20
cifs: Check the lease context if we actually got a lease
Ronnie Sahlberg
1
-5
/
+9
2023-02-20
cifs: Replace remaining 1-element arrays
Kees Cook
5
-56
/
+52
2023-02-20
cifs: Convert struct fealist away from 1-element array
Kees Cook
2
-10
/
+10
2023-02-20
cifs: fix mount on old smb servers
Paulo Alcantara
1
-59
/
+35
2023-02-20
cifs: Fix uninitialized memory reads for oparms.mode
Volker Lendecke
10
-243
/
+274
2023-02-20
cifs: remove unneeded 2bytes of padding from smb2 tree connect
Namjae Jeon
1
-4
/
+4
2023-02-20
cifs: Use a folio in cifs_page_mkwrite()
Matthew Wilcox (Oracle)
1
-9
/
+8
2023-02-20
cifs: Fix uninitialized memory read in smb3_qfs_tcon()
Volker Lendecke
1
-6
/
+7
2023-02-20
cifs: don't try to use rdma offload on encrypted connections
Stefan Metzmacher
1
-0
/
+4
2023-02-20
cifs: split out smb3_use_rdma_offload() helper
Stefan Metzmacher
1
-6
/
+28
2023-02-20
cifs: introduce cifs_io_parms in smb2_async_writev()
Stefan Metzmacher
1
-14
/
+39
2023-02-20
cifs: get rid of unneeded conditional in cifs_get_num_sgs()
Paulo Alcantara
1
-5
/
+7
2023-02-20
cifs: prevent data race in smb2_reconnect()
Paulo Alcantara
1
-55
/
+64
2023-02-20
cifs: fix indentation in make menuconfig options
Steve French
1
-0
/
+4
2023-02-20
cifs: update Kconfig description
Steve French
1
-32
/
+29
2023-02-20
cifs: Get rid of unneeded conditional in the smb2_get_aead_req()
Andy Shevchenko
1
-5
/
+9
2023-02-20
cifs: print last update time for interface list
Shyam Prasad N
1
-2
/
+4
2023-02-20
cifs: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
1
-2
/
+2
2023-02-20
cifs: Use kstrtobool() instead of strtobool()
Christophe JAILLET
1
-2
/
+3
2023-02-07
cifs: Fix use-after-free in rdata->read_into_pages()
ZhaoLong Wang
1
-2
/
+2
2023-02-03
cifs: use bvec_set_page to initialize bvecs
Christoph Hellwig
4
-18
/
+14
2023-01-25
cifs: Fix oops due to uncleared server->smbd_conn in reconnect
David Howells
1
-0
/
+1
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->get_acl() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
[next]