summaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2022-12-21Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds22-1338/+991
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+1
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington1-0/+1
2022-12-19cifs: update internal module numberSteve French1-2/+2
2022-12-19cifs: don't leak -ENOMEM in smb2_open_file()Paulo Alcantara1-2/+2
2022-12-19cifs: use origin fullpath for automountsPaulo Alcantara4-10/+53
2022-12-19cifs: set correct status of tcon ipc when reconnectingPaulo Alcantara1-1/+3
2022-12-19cifs: optimize reconnect of nested linksPaulo Alcantara1-5/+4
2022-12-19cifs: fix source pathname comparison of dfs supersPaulo Alcantara1-1/+15
2022-12-19cifs: fix confusing debug messagePaulo Alcantara1-1/+3
2022-12-19cifs: don't block in dfs_cache_noreq_update_tgthint()Paulo Alcantara4-274/+269
2022-12-19cifs: refresh root referralsPaulo Alcantara1-18/+22
2022-12-19cifs: fix refresh of cached referralsPaulo Alcantara4-117/+37
2022-12-19cifs: don't refresh cached referrals from unactive mountsPaulo Alcantara1-72/+1
2022-12-19cifs: share dfs connections and supersPaulo Alcantara9-369/+323
2022-12-19cifs: split out ses and tcon retrieval from mount_get_conns()Paulo Alcantara3-39/+78
2022-12-19cifs: set resolved ip in sockaddrPaulo Alcantara6-103/+55
2022-12-19cifs: remove unused smb3_fs_context::mount_optionsPaulo Alcantara2-11/+0
2022-12-19cifs: get rid of mount options string parsingPaulo Alcantara7-247/+101
2022-12-19cifs: use fs_context for automountsPaulo Alcantara1-60/+40
2022-12-19cifs: reduce roundtrips on create/qinfo requestsPaulo Alcantara5-84/+57
2022-12-16cifs: set correct ipc status after initial tree connectPaulo Alcantara1-2/+5
2022-12-15cifs: set correct tcon status after initial tree connectPaulo Alcantara1-0/+1
2022-12-15Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds13-165/+297
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2022-12-13cifs: Remove duplicated include in cifsglob.hYang Li1-1/+0
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-146/+291
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds5-12/+12
2022-12-12cifs: fix oops during encryptionPaulo Alcantara4-79/+140
2022-12-12cifs: print warning when conflicting soft vs. hard mount options specifiedSteve French1-3/+8
2022-12-12cifs: fix missing display of three mount optionsSteve French1-1/+7
2022-12-12cifs: fix various whitespace errors in headersSteve French2-30/+22
2022-12-12cifs: minor cleanup of some headersSteve French3-5/+8
2022-12-12Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds1-1/+1
2022-12-08cifs: skip alloc when request has no pagesPaulo Alcantara1-15/+21
2022-12-08cifs: remove ->writepageChristoph Hellwig1-9/+0
2022-12-08cifs: stop using generic_writepagesChristoph Hellwig1-2/+18
2022-12-08cifs: wire up >migrate_folioChristoph Hellwig1-3/+4
2022-12-08cifs: Parse owner/group for stat in smb311 posix extensionsVolker Lendecke3-8/+59
2022-12-08cifs: Add "extbuf" and "extbuflen" args to smb2_compound_op()Volker Lendecke1-11/+12
2022-11-30cifs: use locks_inode_context helperJeff Layton1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro5-12/+12
2022-11-21cifs: fix missing unlock in cifs_file_copychunk_range()ChenXiaoSong1-1/+3
2022-11-19cifs: Use after free in debug codeDan Carpenter1-2/+2
2022-11-16cifs: add check for returning value of SMB2_set_info_initAnastasia Belova1-0/+2
2022-11-16cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu1-2/+2
2022-11-15cifs: add check for returning value of SMB2_close_initAnastasia Belova1-0/+2
2022-11-11cifs: Fix connections leak when tlink setup failedZhang Xiaoxu1-3/+11
2022-11-04cifs: fix use-after-free on the link nameChenXiaoSong2-6/+25
2022-11-04cifs: avoid unnecessary iteration of tcp sessionsShyam Prasad N3-51/+55