summaryrefslogtreecommitdiff
path: root/fs/cifs/misc.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-1326/+0
2023-04-27SMB3: Close deferred file handles in case of handle lease breakBharath SM1-1/+1
2023-04-27SMB3: Add missing locks to protect deferred close file listBharath SM1-0/+6
2023-04-05cifs: sanitize paths in cifs_update_super_prepath.Thiago Rafael Becker1-1/+1
2023-03-15cifs: use DFS root session instead of tcon sesPaulo Alcantara1-0/+1
2023-03-15cifs: fix use-after-free bug in refresh_cache_worker()Paulo Alcantara1-0/+7
2023-03-02cifs: prevent data race in cifs_reconnect_tcon()Paulo Alcantara1-0/+44
2023-03-02cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALIDPaulo Alcantara1-0/+67
2023-02-21cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells1-115/+13
2023-01-04cifs: protect access of TCP_Server_Info::{dstaddr,hostname}Paulo Alcantara1-0/+2
2022-12-19cifs: set resolved ip in sockaddrPaulo Alcantara1-26/+10
2022-12-19cifs: reduce roundtrips on create/qinfo requestsPaulo Alcantara1-45/+0
2022-12-12cifs: fix oops during encryptionPaulo Alcantara1-2/+2
2022-11-05cifs: always iterate smb sessions using primary channelShyam Prasad N1-1/+5
2022-10-08cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya1-25/+24
2022-10-08cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya1-1/+1
2022-10-05cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fidRonnie Sahlberg1-3/+3
2022-10-05smb3: add dynamic trace points for tree disconnectSteve French1-2/+2
2022-09-26cifs: misc: fix spelling typo in commentJiangshan Yi1-1/+1
2022-08-19cifs: Fix memory leak on the deferred closeZhang Xiaoxu1-0/+6
2022-08-18cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya1-1/+1
2022-08-14Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Linus Torvalds1-11/+9
2022-08-12cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg1-11/+9
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg1-6/+6
2022-08-09Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2022-08-09iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro1-2/+1
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N1-0/+2
2022-08-01cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya1-14/+5
2022-08-01cifs: remove some camelCase and also some static build warningsSteve French1-6/+6
2022-06-23cifs: change iface_list from array to sorted linked listShyam Prasad N1-1/+8
2022-06-12Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-11/+16
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-2/+2
2022-06-06cifs: fix reconnect on smb3 mount typesPaulo Alcantara1-11/+16
2022-05-25cifs: fix ntlmssp on old serversPaulo Alcantara1-1/+0
2022-05-24cifs: cache the dirents for entries in a cached directoryRonnie Sahlberg1-0/+2
2022-05-24cifs: use new enum for ses_statusShyam Prasad N1-1/+1
2022-05-21cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya1-5/+1
2022-03-29smb3: cleanup and clarify status of tree connectionsSteve French1-1/+1
2022-01-17cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refsEugene Korenevsky1-0/+49
2021-11-13cifs: protect session channel fields with chan_lockShyam Prasad N1-0/+1
2021-11-11cifs: support nested dfs links over reconnectPaulo Alcantara1-57/+5
2021-11-08cifs: send workstation name during ntlmssp session setupShyam Prasad N1-0/+1
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg1-1/+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