summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2022-12-19cifs: refresh root referralsPaulo Alcantara
2022-12-19cifs: fix refresh of cached referralsPaulo Alcantara
2022-12-19cifs: don't refresh cached referrals from unactive mountsPaulo Alcantara
2022-12-19cifs: share dfs connections and supersPaulo Alcantara
2022-12-19cifs: split out ses and tcon retrieval from mount_get_conns()Paulo Alcantara
2022-12-19cifs: set resolved ip in sockaddrPaulo Alcantara
2022-12-19cifs: remove unused smb3_fs_context::mount_optionsPaulo Alcantara
2022-12-19cifs: get rid of mount options string parsingPaulo Alcantara
2022-12-19cifs: use fs_context for automountsPaulo Alcantara
2022-12-19cifs: reduce roundtrips on create/qinfo requestsPaulo Alcantara
2022-12-16cifs: set correct ipc status after initial tree connectPaulo Alcantara
2022-12-15cifs: set correct tcon status after initial tree connectPaulo Alcantara
2022-12-15Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-13cifs: Remove duplicated include in cifsglob.hYang Li
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-12cifs: fix oops during encryptionPaulo Alcantara
2022-12-12cifs: print warning when conflicting soft vs. hard mount options specifiedSteve French
2022-12-12cifs: fix missing display of three mount optionsSteve French
2022-12-12cifs: fix various whitespace errors in headersSteve French
2022-12-12cifs: minor cleanup of some headersSteve French
2022-12-12Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds
2022-12-08cifs: skip alloc when request has no pagesPaulo Alcantara
2022-12-08cifs: remove ->writepageChristoph Hellwig
2022-12-08cifs: stop using generic_writepagesChristoph Hellwig
2022-12-08cifs: wire up >migrate_folioChristoph Hellwig
2022-12-08cifs: Parse owner/group for stat in smb311 posix extensionsVolker Lendecke
2022-12-08cifs: Add "extbuf" and "extbuflen" args to smb2_compound_op()Volker Lendecke
2022-11-30cifs: use locks_inode_context helperJeff Layton
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-21cifs: fix missing unlock in cifs_file_copychunk_range()ChenXiaoSong
2022-11-19cifs: Use after free in debug codeDan Carpenter
2022-11-16cifs: add check for returning value of SMB2_set_info_initAnastasia Belova
2022-11-16cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu
2022-11-15cifs: add check for returning value of SMB2_close_initAnastasia Belova
2022-11-11cifs: Fix connections leak when tlink setup failedZhang Xiaoxu
2022-11-04cifs: fix use-after-free on the link nameChenXiaoSong
2022-11-04cifs: avoid unnecessary iteration of tcp sessionsShyam Prasad N
2022-11-04cifs: always iterate smb sessions using primary channelShyam Prasad N
2022-11-01cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook
2022-10-28cifs: check whether acl is valid earlyChristian Brauner
2022-10-27cifs: fix use-after-free caused by invalid pointer `hostname`Zeng Heng
2022-10-23cifs: Fix pages leak when writedata alloc failed in cifs_write_from_iter()Zhang Xiaoxu
2022-10-23cifs: Fix pages array leak when writedata alloc failed in cifs_writedata_alloc()Zhang Xiaoxu
2022-10-20cifs: use stub posix acl handlersChristian Brauner
2022-10-20cifs: implement set acl methodChristian Brauner
2022-10-20cifs: implement get acl methodChristian Brauner
2022-10-19cifs: update internal module numberSteve French
2022-10-19cifs: fix memory leaks in session setupPaulo Alcantara