summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | cifs: check whether acl is valid earlyChristian Brauner2022-10-281-4/+4
| * | | cifs: use stub posix acl handlersChristian Brauner2022-10-203-370/+4
| * | | cifs: implement set acl methodChristian Brauner2022-10-204-0/+240
| * | | cifs: implement get acl methodChristian Brauner2022-10-204-0/+271
| |/ /
* | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-125-12/+12
|\ \ \
| * | | use less confusing names for iov_iter direction initializersAl Viro2022-11-255-12/+12
* | | | Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds2022-12-121-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | cifs: use locks_inode_context helperJeff Layton2022-11-301-1/+1
* | | | cifs: fix missing unlock in cifs_file_copychunk_range()ChenXiaoSong2022-11-211-1/+3
* | | | cifs: Use after free in debug codeDan Carpenter2022-11-191-2/+2
| |/ / |/| |
* | | cifs: add check for returning value of SMB2_set_info_initAnastasia Belova2022-11-161-0/+2