summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2023-02-24cifs: Fix cifs_writepages_region()David Howells1-1/+2
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-52/+66
2023-02-23Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds33-2280/+2228
2023-02-21update internal module version number for cifs.koSteve French1-1/+1
2023-02-21cifs: update ip_addr for ses only for primary chan setupShyam Prasad N1-7/+11
2023-02-21cifs: use tcon allocation functions even for dummy tconShyam Prasad N1-2/+2
2023-02-21cifs: use the least loaded channel for sending requestsShyam Prasad N1-4/+29
2023-02-21cifs: DIO to/from KVEC-type iterators should now workDavid Howells1-20/+0
2023-02-21cifs: Remove unused codeDavid Howells1-606/+0
2023-02-21cifs: Build the RDMA SGE list directly from an iteratorDavid Howells2-93/+63
2023-02-21cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells14-1091/+1133
2023-02-21cifs: Add a function to read into an iter from a socketDavid Howells2-0/+17
2023-02-21cifs: Add some helper functionsDavid Howells2-0/+96
2023-02-21cifs: Add a function to Hash the contents of an iteratorDavid Howells1-0/+144
2023-02-21cifs: Add a function to build an RDMA SGE list from an iteratorDavid Howells1-0/+214
2023-02-21cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPEDavid Howells3-6/+25
2023-02-21smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook5-19/+17
2023-02-21cifs: get rid of dns resolve workerPaulo Alcantara3-53/+6
2023-02-21Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds4-18/+14
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-26/+26
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds5-0/+5
2023-02-20cifs: Fix warning and UAF when destroy the MR listZhang Xiaoxu1-1/+2
2023-02-20cifs: Fix lost destroy smbd connection when MR allocate failedZhang Xiaoxu1-0/+1
2023-02-20cifs: return a single-use cfid if we did not get a leaseRonnie Sahlberg1-3/+13
2023-02-20cifs: Check the lease context if we actually got a leaseRonnie Sahlberg1-5/+9
2023-02-20cifs: Replace remaining 1-element arraysKees Cook5-56/+52
2023-02-20cifs: Convert struct fealist away from 1-element arrayKees Cook2-10/+10
2023-02-20cifs: fix mount on old smb serversPaulo Alcantara1-59/+35
2023-02-20cifs: Fix uninitialized memory reads for oparms.modeVolker Lendecke10-243/+274
2023-02-20cifs: remove unneeded 2bytes of padding from smb2 tree connectNamjae Jeon1-4/+4
2023-02-20cifs: Use a folio in cifs_page_mkwrite()Matthew Wilcox (Oracle)1-9/+8
2023-02-20cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke1-6/+7
2023-02-20cifs: don't try to use rdma offload on encrypted connectionsStefan Metzmacher1-0/+4
2023-02-20cifs: split out smb3_use_rdma_offload() helperStefan Metzmacher1-6/+28
2023-02-20cifs: introduce cifs_io_parms in smb2_async_writev()Stefan Metzmacher1-14/+39
2023-02-20cifs: get rid of unneeded conditional in cifs_get_num_sgs()Paulo Alcantara1-5/+7
2023-02-20cifs: prevent data race in smb2_reconnect()Paulo Alcantara1-55/+64
2023-02-20cifs: fix indentation in make menuconfig optionsSteve French1-0/+4
2023-02-20cifs: update Kconfig descriptionSteve French1-32/+29
2023-02-20cifs: Get rid of unneeded conditional in the smb2_get_aead_req()Andy Shevchenko1-5/+9
2023-02-20cifs: print last update time for interface listShyam Prasad N1-2/+4
2023-02-20cifs: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-2/+2
2023-02-20cifs: Use kstrtobool() instead of strtobool()Christophe JAILLET1-2/+3
2023-02-07cifs: Fix use-after-free in rdata->read_into_pages()ZhaoLong Wang1-2/+2
2023-02-03cifs: use bvec_set_page to initialize bvecsChristoph Hellwig4-18/+14
2023-02-03fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)1-4/+4
2023-02-03cifs: convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-3/+29
2023-01-25cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells1-0/+1
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-2/+2