summaryrefslogtreecommitdiff
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
| * cifs: don't refresh cached referrals from unactive mountsPaulo Alcantara2022-12-191-72/+1
| * cifs: share dfs connections and supersPaulo Alcantara2022-12-199-369/+323
| * cifs: split out ses and tcon retrieval from mount_get_conns()Paulo Alcantara2022-12-193-39/+78
| * cifs: set resolved ip in sockaddrPaulo Alcantara2022-12-196-103/+55
| * cifs: remove unused smb3_fs_context::mount_optionsPaulo Alcantara2022-12-192-11/+0
| * cifs: get rid of mount options string parsingPaulo Alcantara2022-12-197-247/+101
| * cifs: use fs_context for automountsPaulo Alcantara2022-12-191-60/+40
| * cifs: reduce roundtrips on create/qinfo requestsPaulo Alcantara2022-12-195-84/+57
| * cifs: set correct ipc status after initial tree connectPaulo Alcantara2022-12-161-2/+5
| * cifs: set correct tcon status after initial tree connectPaulo Alcantara2022-12-151-0/+1
* | Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-211-0/+1
|\ \ | |/ |/|
| * Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-191-0/+1
* | Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2022-12-1513-165/+297
|\ \
| * | cifs: Remove duplicated include in cifsglob.hYang Li2022-12-131-1/+0
| * | cifs: fix oops during encryptionPaulo Alcantara2022-12-124-79/+140
| * | cifs: print warning when conflicting soft vs. hard mount options specifiedSteve French2022-12-121-3/+8
| * | cifs: fix missing display of three mount optionsSteve French2022-12-121-1/+7
| * | cifs: fix various whitespace errors in headersSteve French2022-12-122-30/+22
| * | cifs: minor cleanup of some headersSteve French2022-12-123-5/+8
| * | cifs: skip alloc when request has no pagesPaulo Alcantara2022-12-081-15/+21
| * | cifs: remove ->writepageChristoph Hellwig2022-12-081-9/+0
| * | cifs: stop using generic_writepagesChristoph Hellwig2022-12-081-2/+18
| * | cifs: wire up >migrate_folioChristoph Hellwig2022-12-081-3/+4
| * | cifs: Parse owner/group for stat in smb311 posix extensionsVolker Lendecke2022-12-083-8/+59
| * | cifs: Add "extbuf" and "extbuflen" args to smb2_compound_op()Volker Lendecke2022-12-081-11/+12
* | | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-142-2/+2
|\ \ \ | |_|/ |/| |
| * | cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook2022-11-012-2/+2
* | | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-125-146/+291
|\ \ \