aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/misc.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-19cifs: set resolved ip in sockaddrGravatar Paulo Alcantara 1-26/+10
2022-12-19cifs: reduce roundtrips on create/qinfo requestsGravatar Paulo Alcantara 1-45/+0
2022-12-12cifs: fix oops during encryptionGravatar Paulo Alcantara 1-2/+2
2022-11-04cifs: always iterate smb sessions using primary channelGravatar Shyam Prasad N 1-1/+5
2022-10-07cifs: secmech: use shash_desc directly, remove sdescGravatar Enzo Matsumiya 1-25/+24
2022-10-07cifs: replace kfree() with kfree_sensitive() for sensitive dataGravatar Enzo Matsumiya 1-1/+1
2022-10-05cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fidGravatar Ronnie Sahlberg 1-3/+3
2022-10-05smb3: add dynamic trace points for tree disconnectGravatar Steve French 1-2/+2
2022-09-25cifs: misc: fix spelling typo in commentGravatar Jiangshan Yi 1-1/+1
2022-08-19cifs: Fix memory leak on the deferred closeGravatar Zhang Xiaoxu 1-0/+6
2022-08-17cifs: remove unused server parameter from calc_smb_size()Gravatar Enzo Matsumiya 1-1/+1
2022-08-13Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Gravatar Linus Torvalds 1-11/+9
2022-08-11cifs: Add constructor/destructors for tcon->cfidGravatar Ronnie Sahlberg 1-11/+9
2022-08-11cifs: Move cached-dir functions into a separate fileGravatar Ronnie Sahlberg 1-6/+6
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+1
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Gravatar Al Viro 1-2/+1
2022-08-01cifs: avoid use of global locks for high contention dataGravatar Shyam Prasad N 1-0/+2
2022-08-01cifs: list_for_each() -> list_for_each_entry()Gravatar Enzo Matsumiya 1-14/+5
2022-08-01cifs: remove some camelCase and also some static build warningsGravatar Steve French 1-6/+6
2022-06-22cifs: change iface_list from array to sorted linked listGravatar Shyam Prasad N 1-1/+8
2022-06-12Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-11/+16
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-2/+2
2022-06-06cifs: fix reconnect on smb3 mount typesGravatar Paulo Alcantara 1-11/+16
2022-05-25cifs: fix ntlmssp on old serversGravatar Paulo Alcantara 1-1/+0
2022-05-24cifs: cache the dirents for entries in a cached directoryGravatar Ronnie Sahlberg 1-0/+2
2022-05-24cifs: use new enum for ses_statusGravatar Shyam Prasad N 1-1/+1
2022-05-20cifs: return ENOENT for DFS lookup_cache_entry()Gravatar Enzo Matsumiya 1-5/+1
2022-03-28smb3: cleanup and clarify status of tree connectionsGravatar Steve French 1-1/+1
2022-01-17cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refsGravatar Eugene Korenevsky 1-0/+49
2021-11-12cifs: protect session channel fields with chan_lockGravatar Shyam Prasad N 1-0/+1
2021-11-10cifs: support nested dfs links over reconnectGravatar Paulo Alcantara 1-57/+5
2021-11-08cifs: send workstation name during ntlmssp session setupGravatar Shyam Prasad N 1-0/+1
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsGravatar Ronnie Sahlberg 1-1/+1
2021-09-23smb3: correct server pointer dereferencing check to be more consistentGravatar Steve French 1-1/+2
2021-09-23cifs: Deal with some warnings from W=1Gravatar David Howells 1-2/+12
2021-09-17cifs: Fix soft lockup during fsstressGravatar Rohith Surabattula 1-2/+2
2021-09-17cifs: Deferred close performance improvementsGravatar Rohith Surabattula 1-0/+37
2021-09-13cifs: remove pathname for file from SPDX headerGravatar Steve French 1-1/+0
2021-08-12cifs: Call close synchronously during unlink/rename/lease break.Gravatar Rohith Surabattula 1-12/+34
2021-08-12cifs: Handle race conditions during renameGravatar Rohith Surabattula 1-5/+11
2021-07-14cifs: use the expiry output of dns_query to schedule next resolutionGravatar Shyam Prasad N 1-1/+1
2021-06-20cifs: use SPDX-Licence-IdentifierGravatar Steve French 1-13/+1
2021-05-20Fix KASAN identified use-after-free issue.Gravatar Rohith Surabattula 1-2/+10
2021-05-19Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Gravatar Rohith Surabattula 1-0/+9
2021-05-16cifs: remove deadstore in cifs_close_all_deferred_files()Gravatar wenhuizhang 1-2/+0
2021-05-04Cifs: Fix kernel oops caused by deferred close for files.Gravatar Rohith Surabattula 1-0/+17
2021-05-03cifs: Deferred close for filesGravatar Rohith Surabattula 1-0/+62
2021-04-25cifs: don't cargo-cult strndup()Gravatar Al Viro 1-1/+1
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbGravatar Ronnie Sahlberg 1-2/+3
2020-12-14cifs: cleanup misc.cGravatar Steve French 1-56/+0