index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
netfs: Add a function to extract an iterator into a scatterlist
David Howells
3
-0
/
+273
2023-02-21
netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
David Howells
3
-0
/
+108
2023-02-21
cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE
David Howells
3
-6
/
+25
2023-02-21
splice: Export filemap/direct_splice_read()
David Howells
2
-0
/
+2
2023-02-21
iov_iter: Add a function to extract a page list from an iterator
David Howells
2
-1
/
+290
2023-02-21
iov_iter: Define flags to qualify page extraction.
David Howells
4
-15
/
+23
2023-02-21
splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPE
David Howells
2
-0
/
+95
2023-02-21
splice: Add a func to do a splice from a buffered file without ITER_PIPE
David Howells
5
-6
/
+158
2023-02-21
mm: Pass info, not iter, into filemap_get_pages()
David Howells
1
-13
/
+14
2023-02-21
smb3: Replace smb2pdu 1-element arrays with flex-arrays
Kees Cook
8
-45
/
+47
2023-02-21
cifs: get rid of dns resolve worker
Paulo Alcantara
3
-53
/
+6
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
filemap: Remove lock_page_killable()
Matthew Wilcox (Oracle)
1
-10
/
+0
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-20
Linux 6.2
Linus Torvalds
1
-1
/
+1
2023-02-19
Merge tag 'x86-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+1
2023-02-19
Merge tag 'timers-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+29
2023-02-19
Merge tag 'irq-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+12
2023-02-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-16
/
+28
[next]