summaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | | | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-192-6/+6
* | | | | Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds2023-02-205-0/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | filelock: move file locking definitions to separate header fileJeff Layton2023-01-115-0/+5
* | | | | cifs: Fix use-after-free in rdata->read_into_pages()ZhaoLong Wang2023-02-071-2/+2
| |_|/ / |/| | |
* | | | cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells2023-01-251-0/+1
* | | | cifs: remove unused functionPaulo Alcantara2023-01-182-63/+0
* | | | cifs: do not include page data when checking signatureEnzo Matsumiya2023-01-181-6/+9
* | | | cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()Paulo Alcantara2023-01-181-3/+3
* | | | cifs: handle cache lookup errors different than -ENOENTPaulo Alcantara2023-01-181-2/+9
* | | | cifs: remove duplicate code in __refresh_tcon()Paulo Alcantara2023-01-181-38/+33
* | | | cifs: don't take exclusive lock for updating target hintsPaulo Alcantara2023-01-181-27/+20
* | | | cifs: avoid re-lookups in dfs_cache_find()Paulo Alcantara2023-01-181-24/+34
* | | | cifs: fix potential deadlock in cache_refresh_path()Paulo Alcantara2023-01-181-19/+23
| |_|/ |/| |
* | | cifs: Fix uninitialized memory read for smb311 posix symlink createVolker Lendecke2023-01-121-0/+1
* | | cifs: fix potential memory leaks in session setupPaulo Alcantara2023-01-113-0/+4
* | | cifs: do not query ifaces on smb1 mountsPaulo Alcantara2023-01-111-3/+6
* | | cifs: fix double free on failed kerberos authPaulo Alcantara2023-01-101-1/+4
* | | cifs: remove redundant assignment to the variable matchColin Ian King2023-01-101-1/+0