summaryrefslogtreecommitdiff
path: root/fs/cifs/misc.c
AgeCommit message (Expand)Author
2023-05-24smb: move client and server files to common directory fs/smbSteve French
2023-04-27SMB3: Close deferred file handles in case of handle lease breakBharath SM
2023-04-27SMB3: Add missing locks to protect deferred close file listBharath SM
2023-04-05cifs: sanitize paths in cifs_update_super_prepath.Thiago Rafael Becker
2023-03-14cifs: use DFS root session instead of tcon sesPaulo Alcantara
2023-03-14cifs: fix use-after-free bug in refresh_cache_worker()Paulo Alcantara
2023-03-01cifs: prevent data race in cifs_reconnect_tcon()Paulo Alcantara
2023-03-01cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALIDPaulo Alcantara
2023-02-20cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells
2023-01-04cifs: protect access of TCP_Server_Info::{dstaddr,hostname}Paulo Alcantara
2022-12-19cifs: set resolved ip in sockaddrPaulo Alcantara
2022-12-19cifs: reduce roundtrips on create/qinfo requestsPaulo Alcantara
2022-12-12cifs: fix oops during encryptionPaulo Alcantara
2022-11-04cifs: always iterate smb sessions using primary channelShyam Prasad N
2022-10-07cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya
2022-10-07cifs: replace kfree() with kfree_sensitive() for sensitive dataEnzo Matsumiya
2022-10-05cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fidRonnie Sahlberg
2022-10-05smb3: add dynamic trace points for tree disconnectSteve French
2022-09-25cifs: misc: fix spelling typo in commentJiangshan Yi
2022-08-19cifs: Fix memory leak on the deferred closeZhang Xiaoxu
2022-08-17cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya
2022-08-13Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Linus Torvalds
2022-08-11cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N
2022-08-01cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya
2022-08-01cifs: remove some camelCase and also some static build warningsSteve French
2022-06-22cifs: change iface_list from array to sorted linked listShyam Prasad N
2022-06-12Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-06-06cifs: fix reconnect on smb3 mount typesPaulo Alcantara
2022-05-25cifs: fix ntlmssp on old serversPaulo Alcantara
2022-05-24cifs: cache the dirents for entries in a cached directoryRonnie Sahlberg
2022-05-24cifs: use new enum for ses_statusShyam Prasad N
2022-05-20cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya
2022-03-28smb3: cleanup and clarify status of tree connectionsSteve French
2022-01-17cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refsEugene Korenevsky
2021-11-12cifs: protect session channel fields with chan_lockShyam Prasad N
2021-11-10cifs: support nested dfs links over reconnectPaulo Alcantara
2021-11-08cifs: send workstation name during ntlmssp session setupShyam Prasad N
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg
2021-09-23smb3: correct server pointer dereferencing check to be more consistentSteve French
2021-09-23cifs: Deal with some warnings from W=1David Howells
2021-09-17cifs: Fix soft lockup during fsstressRohith Surabattula
2021-09-17cifs: Deferred close performance improvementsRohith Surabattula
2021-09-13cifs: remove pathname for file from SPDX headerSteve French
2021-08-12cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula
2021-08-12cifs: Handle race conditions during renameRohith Surabattula