summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-061-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-103-0/+4
* | | cifs: do not query ifaces on smb1 mountsPaulo Alcantara2023-01-101-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
* | | cifs: fix file info setting in cifs_open_file()Paulo Alcantara2023-01-091-26/+28
* | | cifs: fix file info setting in cifs_query_path_info()Paulo Alcantara2023-01-091-3/+6
|/ /
* | cifs: fix interface count calculation during refreshShyam Prasad N2023-01-041-1/+2
* | cifs: refcount only the selected iface during interface updateShyam Prasad N2023-01-041-1/+2
* | cifs: protect access of TCP_Server_Info::{dstaddr,hostname}Paulo Alcantara2023-01-042-11/+13
* | cifs: fix race in assemble_neg_contexts()Paulo Alcantara2023-01-041-4/+7
* | cifs: ignore ipc reconnect failures during dfs failoverPaulo Alcantara2023-01-041-2/+1
* | cifs: Fix kmap_local_page() unmappingIra Weiny2023-01-041-7/+2
|/
* Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2022-12-2122-1338/+991
|\
| * cifs: update internal module numberSteve French2022-12-191-2/+2
| * cifs: don't leak -ENOMEM in smb2_open_file()Paulo Alcantara2022-12-191-2/+2
| * cifs: use origin fullpath for automountsPaulo Alcantara2022-12-194-10/+53
| * cifs: set correct status of tcon ipc when reconnectingPaulo Alcantara2022-12-191-1/+3
| * cifs: optimize reconnect of nested linksPaulo Alcantara2022-12-191-5/+4
| * cifs: fix source pathname comparison of dfs supersPaulo Alcantara2022-12-191-1/+15
| * cifs: fix confusing debug messagePaulo Alcantara2022-12-191-1/+3
| * cifs: don't block in dfs_cache_noreq_update_tgthint()Paulo Alcantara2022-12-194-274/+269
| * cifs: refresh root referralsPaulo Alcantara2022-12-191-18/+22
| * cifs: fix refresh of cached referralsPaulo Alcantara2022-12-194-117/+37