summaryrefslogtreecommitdiffstats
path: root/fs/cifs/misc.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: change iface_list from array to sorted linked listShyam Prasad N2022-06-221-1/+8
* Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-06-121-11/+16
|\
| * cifs: fix reconnect on smb3 mount typesPaulo Alcantara2022-06-061-11/+16
* | netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-2/+2
|/
* cifs: fix ntlmssp on old serversPaulo Alcantara2022-05-251-1/+0
* cifs: cache the dirents for entries in a cached directoryRonnie Sahlberg2022-05-241-0/+2
* cifs: use new enum for ses_statusShyam Prasad N2022-05-241-1/+1
* cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya2022-05-201-5/+1
* smb3: cleanup and clarify status of tree connectionsSteve French2022-03-281-1/+1
* cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refsEugene Korenevsky2022-01-171-0/+49
* cifs: protect session channel fields with chan_lockShyam Prasad N2021-11-121-0/+1
* cifs: support nested dfs links over reconnectPaulo Alcantara2021-11-101-57/+5
* cifs: send workstation name during ntlmssp session setupShyam Prasad N2021-11-081-0/+1
* cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg2021-11-051-1/+1
* smb3: correct server pointer dereferencing check to be more consistentSteve French2021-09-231-1/+2
* cifs: Deal with some warnings from W=1David Howells2021-09-231-2/+12
* cifs: Fix soft lockup during fsstressRohith Surabattula2021-09-171-2/+2
* cifs: Deferred close performance improvementsRohith Surabattula2021-09-171-0/+37
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula2021-08-121-12/+34
* cifs: Handle race conditions during renameRohith Surabattula2021-08-121-5/+11
* cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N2021-07-141-1/+1
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-13/+1
* Fix KASAN identified use-after-free issue.Rohith Surabattula2021-05-201-2/+10
* Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Rohith Surabattula2021-05-191-0/+9
* cifs: remove deadstore in cifs_close_all_deferred_files()wenhuizhang2021-05-161-2/+0
* Cifs: Fix kernel oops caused by deferred close for files.Rohith Surabattula2021-05-041-0/+17
* cifs: Deferred close for filesRohith Surabattula2021-05-031-0/+62
* cifs: don't cargo-cult strndup()Al Viro2021-04-251-1/+1
* cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg2020-12-141-2/+3
* cifs: cleanup misc.cSteve French2020-12-141-56/+0
* cifs: Make extract_sharename function publicSamuel Cabrero2020-12-141-0/+24
* cifs: Make extract_hostname function publicSamuel Cabrero2020-12-141-0/+32
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-4/+4
|\
| * mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-4/+4
* | cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara2020-08-021-4/+3
|/
* cifs: misc: Use array_size() in if-statement controlling expressionGustavo A. R. Silva2020-06-231-9/+7
* cifs: Standardize logging outputJoe Perches2020-06-011-6/+6
* cifs: handle hostnames that resolve to same ip in failoverPaulo Alcantara2020-06-011-0/+48
* cifs: ensure correct super block for DFS reconnectPaulo Alcantara2020-04-221-17/+65
* cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)2020-03-221-0/+80
* CIFS: Properly process SMB3 lease breaksPavel Shilovsky2019-11-251-14/+3
* cifs: replace various strncpy with strscpy and similarRonnie Sahlberg2019-08-271-0/+22
* cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)2019-07-071-0/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-061-1/+0
|\
| * crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
* | cifs: fix page reference leak with readv/writevJérôme Glisse2019-04-241-1/+22
* | CIFS: keep FileInfo handle live during oplock breakAurelien Aptel2019-04-161-2/+23
|/
* cifs: Add support for failover in smb2_reconnect()Paulo Alcantara2018-12-281-0/+17
* cifs: Add support for failover in cifs_mount()Paulo Alcantara2018-12-281-0/+3