summaryrefslogtreecommitdiff
path: root/fs/cifs/misc.c
AgeCommit message (Expand)Author
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
2021-07-14cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French
2021-05-20Fix KASAN identified use-after-free issue.Rohith Surabattula
2021-05-19Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Rohith Surabattula
2021-05-16cifs: remove deadstore in cifs_close_all_deferred_files()wenhuizhang
2021-05-04Cifs: Fix kernel oops caused by deferred close for files.Rohith Surabattula
2021-05-03cifs: Deferred close for filesRohith Surabattula
2021-04-25cifs: don't cargo-cult strndup()Al Viro
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg
2020-12-14cifs: cleanup misc.cSteve French
2020-12-14cifs: Make extract_sharename function publicSamuel Cabrero
2020-12-14cifs: Make extract_hostname function publicSamuel Cabrero
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds