summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2023-03-01cifs: Fix memory leak in direct I/ODavid Howells
2023-03-01cifs: prevent data race in cifs_reconnect_tcon()Paulo Alcantara
2023-03-01cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALIDPaulo Alcantara
2023-03-01cifs: Fix cifs_write_back_from_locked_folio()David Howells
2023-03-01cifs: reuse cifs_match_ipaddr for comparison of dstaddr tooShyam Prasad N
2023-03-01cifs: match even the scope id for ipv6 addressesShyam Prasad N
2023-03-01cifs: Fix an uninitialised variableDavid Howells
2023-03-01cifs: Add some missing xas_retry() callsDavid Howells
2023-02-24cifs: Fix cifs_writepages_region()David Howells
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-02-21update internal module version number for cifs.koSteve French
2023-02-21cifs: update ip_addr for ses only for primary chan setupShyam Prasad N
2023-02-21cifs: use tcon allocation functions even for dummy tconShyam Prasad N
2023-02-21cifs: use the least loaded channel for sending requestsShyam Prasad N
2023-02-20cifs: DIO to/from KVEC-type iterators should now workDavid Howells
2023-02-20cifs: Remove unused codeDavid Howells
2023-02-20cifs: Build the RDMA SGE list directly from an iteratorDavid Howells
2023-02-20cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells
2023-02-20cifs: Add a function to read into an iter from a socketDavid Howells
2023-02-20cifs: Add some helper functionsDavid Howells
2023-02-20cifs: Add a function to Hash the contents of an iteratorDavid Howells
2023-02-20cifs: Add a function to build an RDMA SGE list from an iteratorDavid Howells
2023-02-20cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPEDavid Howells
2023-02-20smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook
2023-02-20cifs: get rid of dns resolve workerPaulo Alcantara
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds
2023-02-20cifs: Fix warning and UAF when destroy the MR listZhang Xiaoxu
2023-02-20cifs: Fix lost destroy smbd connection when MR allocate failedZhang Xiaoxu
2023-02-20cifs: return a single-use cfid if we did not get a leaseRonnie Sahlberg
2023-02-20cifs: Check the lease context if we actually got a leaseRonnie Sahlberg
2023-02-20cifs: Replace remaining 1-element arraysKees Cook
2023-02-20cifs: Convert struct fealist away from 1-element arrayKees Cook
2023-02-20cifs: fix mount on old smb serversPaulo Alcantara
2023-02-20cifs: Fix uninitialized memory reads for oparms.modeVolker Lendecke
2023-02-20cifs: remove unneeded 2bytes of padding from smb2 tree connectNamjae Jeon
2023-02-20cifs: Use a folio in cifs_page_mkwrite()Matthew Wilcox (Oracle)
2023-02-20cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke
2023-02-20cifs: don't try to use rdma offload on encrypted connectionsStefan Metzmacher
2023-02-20cifs: split out smb3_use_rdma_offload() helperStefan Metzmacher
2023-02-20cifs: introduce cifs_io_parms in smb2_async_writev()Stefan Metzmacher
2023-02-20cifs: get rid of unneeded conditional in cifs_get_num_sgs()Paulo Alcantara
2023-02-20cifs: prevent data race in smb2_reconnect()Paulo Alcantara
2023-02-20cifs: fix indentation in make menuconfig optionsSteve French
2023-02-20cifs: update Kconfig descriptionSteve French
2023-02-20cifs: Get rid of unneeded conditional in the smb2_get_aead_req()Andy Shevchenko
2023-02-20cifs: print last update time for interface listShyam Prasad N
2023-02-20cifs: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva