summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
| * | update internal module version number for cifs.koSteve French2023-02-211-1/+1
| * | cifs: update ip_addr for ses only for primary chan setupShyam Prasad N2023-02-211-7/+11
| * | cifs: use tcon allocation functions even for dummy tconShyam Prasad N2023-02-211-2/+2
| * | cifs: use the least loaded channel for sending requestsShyam Prasad N2023-02-211-4/+29
| * | cifs: DIO to/from KVEC-type iterators should now workDavid Howells2023-02-201-20/+0
| * | cifs: Remove unused codeDavid Howells2023-02-201-606/+0
| * | cifs: Build the RDMA SGE list directly from an iteratorDavid Howells2023-02-202-93/+63
| * | cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells2023-02-2014-1091/+1133
| * | cifs: Add a function to read into an iter from a socketDavid Howells2023-02-202-0/+17
| * | cifs: Add some helper functionsDavid Howells2023-02-202-0/+96
| * | cifs: Add a function to Hash the contents of an iteratorDavid Howells2023-02-201-0/+144
| * | cifs: Add a function to build an RDMA SGE list from an iteratorDavid Howells2023-02-201-0/+214
| * | cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPEDavid Howells2023-02-203-6/+25
| * | smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook2023-02-205-19/+17
| * | cifs: get rid of dns resolve workerPaulo Alcantara2023-02-203-53/+6
| * | cifs: Fix warning and UAF when destroy the MR listZhang Xiaoxu2023-02-201-1/+2
| * | cifs: Fix lost destroy smbd connection when MR allocate failedZhang Xiaoxu2023-02-201-0/+1
| * | cifs: return a single-use cfid if we did not get a leaseRonnie Sahlberg2023-02-201-3/+13
| * | cifs: Check the lease context if we actually got a leaseRonnie Sahlberg2023-02-201-5/+9
| * | cifs: Replace remaining 1-element arraysKees Cook2023-02-205-56/+52
| * | cifs: Convert struct fealist away from 1-element arrayKees Cook2023-02-202-10/+10
| * | cifs: fix mount on old smb serversPaulo Alcantara2023-02-201-59/+35
| * | cifs: Fix uninitialized memory reads for oparms.modeVolker Lendecke2023-02-2010-243/+274
| * | cifs: remove unneeded 2bytes of padding from smb2 tree connectNamjae Jeon2023-02-201-4/+4
| * | cifs: Use a folio in cifs_page_mkwrite()Matthew Wilcox (Oracle)2023-02-201-9/+8
| * | cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke2023-02-201-6/+7
| * | cifs: don't try to use rdma offload on encrypted connectionsStefan Metzmacher2023-02-201-0/+4
| * | cifs: split out smb3_use_rdma_offload() helperStefan Metzmacher2023-02-201-6/+28
| * | cifs: introduce cifs_io_parms in smb2_async_writev()Stefan Metzmacher2023-02-201-14/+39
| * | cifs: get rid of unneeded conditional in cifs_get_num_sgs()Paulo Alcantara2023-02-201-5/+7
| * | cifs: prevent data race in smb2_reconnect()Paulo Alcantara2023-02-201-55/+64
| * | cifs: fix indentation in make menuconfig optionsSteve French2023-02-201-0/+4
| * | cifs: update Kconfig descriptionSteve French2023-02-201-32/+29
| * | cifs: Get rid of unneeded conditional in the smb2_get_aead_req()Andy Shevchenko2023-02-201-5/+9
| * | cifs: print last update time for interface listShyam Prasad N2023-02-201-2/+4
| * | cifs: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2023-02-201-2/+2
| * | cifs: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-02-201-2/+3
* | | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-204-18/+14
|\ \ \
| * | | cifs: use bvec_set_page to initialize bvecsChristoph Hellwig2023-02-034-18/+14
* | | | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-208-26/+26
|\ \ \ \
| * | | | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-1/+1
| * | | | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| * | | | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | | | fs: port ->get_acl() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | | | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | | | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | | | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | | | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | | | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | | | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-192-3/+3