summaryrefslogtreecommitdiff
path: root/fs/cifs/misc.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-10cifs: Fix cifs_query_path_info() for Windows NT serversPali Rohár1-0/+8
2024-01-05smb: client: fix OOB in smbCalcSize()Paulo Alcantara1-0/+4
2023-05-11SMB3: Close deferred file handles in case of handle lease breakBharath SM1-1/+1
2023-05-11SMB3: Add missing locks to protect deferred close file listBharath SM1-0/+6
2023-04-13cifs: sanitize paths in cifs_update_super_prepath.Thiago Rafael Becker1-1/+1
2023-01-12cifs: fix oops during encryptionPaulo Alcantara1-2/+2
2022-12-02cifs: support nested dfs links over reconnectPaulo Alcantara1-57/+5
2022-08-25cifs: Fix memory leak on the deferred closeZhang Xiaoxu1-0/+6
2022-06-14cifs: fix reconnect on smb3 mount typesPaulo Alcantara1-11/+16
2022-03-08cifs: protect session channel fields with chan_lockShyam Prasad N1-0/+1
2021-09-24smb3: correct server pointer dereferencing check to be more consistentSteve French1-1/+2
2021-09-23cifs: Deal with some warnings from W=1David Howells1-2/+12
2021-09-18cifs: Fix soft lockup during fsstressRohith Surabattula1-2/+2
2021-09-18cifs: Deferred close performance improvementsRohith Surabattula1-0/+37
2021-09-13cifs: remove pathname for file from SPDX headerSteve French1-1/+0
2021-08-12cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula1-12/+34
2021-08-12cifs: Handle race conditions during renameRohith Surabattula1-5/+11
2021-07-14cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N1-1/+1
2021-06-21cifs: use SPDX-Licence-IdentifierSteve French1-13/+1
2021-05-20Fix KASAN identified use-after-free issue.Rohith Surabattula1-2/+10
2021-05-20Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Rohith Surabattula1-0/+9
2021-05-17cifs: remove deadstore in cifs_close_all_deferred_files()wenhuizhang1-2/+0
2021-05-04Cifs: Fix kernel oops caused by deferred close for files.Rohith Surabattula1-0/+17
2021-05-03cifs: Deferred close for filesRohith Surabattula1-0/+62
2021-04-26cifs: don't cargo-cult strndup()Al Viro1-1/+1
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg1-2/+3
2020-12-14cifs: cleanup misc.cSteve French1-56/+0
2020-12-14cifs: Make extract_sharename function publicSamuel Cabrero1-0/+24
2020-12-14cifs: Make extract_hostname function publicSamuel Cabrero1-0/+32
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+4
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-4/+4
2020-08-03cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara1-4/+3
2020-06-24cifs: misc: Use array_size() in if-statement controlling expressionGustavo A. R. Silva1-9/+7
2020-06-01cifs: Standardize logging outputJoe Perches1-6/+6
2020-06-01cifs: handle hostnames that resolve to same ip in failoverPaulo Alcantara1-0/+48
2020-04-23cifs: ensure correct super block for DFS reconnectPaulo Alcantara1-17/+65
2020-03-23cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)1-0/+80
2019-11-25CIFS: Properly process SMB3 lease breaksPavel Shilovsky1-14/+3
2019-08-28cifs: replace various strncpy with strscpy and similarRonnie Sahlberg1-0/+22
2019-07-08cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)1-0/+1
2019-05-07Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+0
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-24cifs: fix page reference leak with readv/writevJérôme Glisse1-1/+22
2019-04-16CIFS: keep FileInfo handle live during oplock breakAurelien Aptel1-2/+23
2018-12-28cifs: Add support for failover in smb2_reconnect()Paulo Alcantara1-0/+17
2018-12-28cifs: Add support for failover in cifs_mount()Paulo Alcantara1-0/+3
2018-12-28cifs: check kzalloc returnJoe Perches1-14/+20
2018-12-24cifs: Save TTL value when parsing DFS referralsPaulo Alcantara1-0/+2
2018-12-24cifs: auto disable 'serverino' in dfs mountsAurelien Aptel1-2/+10
2018-11-02Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-2/+2