summaryrefslogtreecommitdiff
path: root/fs/cifs/misc.c
Commit message (Expand)AuthorAgeFilesLines
* SMB3: Close deferred file handles in case of handle lease breakBharath SM2023-04-271-1/+1
* SMB3: Add missing locks to protect deferred close file listBharath SM2023-04-271-0/+6
* cifs: sanitize paths in cifs_update_super_prepath.Thiago Rafael Becker2023-04-051-1/+1
* cifs: use DFS root session instead of tcon sesPaulo Alcantara2023-03-141-0/+1
* cifs: fix use-after-free bug in refresh_cache_worker()Paulo Alcantara2023-03-141-0/+7
* cifs: prevent data race in cifs_reconnect_tcon()Paulo Alcantara2023-03-011-0/+44
* cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALIDPaulo Alcantara2023-03-011-0/+67
* cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells2023-02-201-115/+13
* cifs: protect access of TCP_Server_Info::{dstaddr,hostname}Paulo Alcantara2023-01-041-0/+2
* cifs: set resolved ip in sockaddrPaulo Alcantara2022-12-191-26/+10
* cifs: reduce roundtrips on create/qinfo requestsPaulo Alcantara2022-12-191-45/+0
* cifs: fix oops during encryptionPaulo Alcantara2022-12-121-2/+2
* cifs: always iterate smb sessions using primary channelShyam Prasad N2022-11-041-1/+5
* cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya2022-10-071-25/+24
* cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya2022-10-071-1/+1
* cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fidRonnie Sahlberg2022-10-051-3/+3
* smb3: add dynamic trace points for tree disconnectSteve French2022-10-051-2/+2
* cifs: misc: fix spelling typo in commentJiangshan Yi2022-09-251-1/+1
* cifs: Fix memory leak on the deferred closeZhang Xiaoxu2022-08-191-0/+6
* cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya2022-08-171-1/+1
* Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Linus Torvalds2022-08-131-11/+9
|\
| * cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg2022-08-111-11/+9
| * cifs: Move cached-dir functions into a separate fileRonnie Sahlberg2022-08-111-6/+6
* | Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-081-2/+1
|\ \ | |/ |/|
| * iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-081-2/+1
* | cifs: avoid use of global locks for high contention dataShyam Prasad N2022-08-011-0/+2
* | cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya2022-08-011-14/+5
* | cifs: remove some camelCase and also some static build warningsSteve French2022-08-011-6/+6
|/
* 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