aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/misc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-04cifs: always iterate smb sessions using primary channelShyam Prasad N1-1/+5
2022-10-07cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya1-25/+24
2022-10-07cifs: 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-25cifs: misc: fix spelling typo in commentJiangshan Yi1-1/+1
2022-08-19cifs: Fix memory leak on the deferred closeZhang Xiaoxu1-0/+6
2022-08-17cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya1-1/+1
2022-08-13Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-11/+9
2022-08-11cifs: 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-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2022-08-08iov_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-22cifs: 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-20cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya1-5/+1
2022-03-28smb3: 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-12cifs: protect session channel fields with chan_lockShyam Prasad N1-0/+1
2021-11-10cifs: 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-23smb3: 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-17cifs: Fix soft lockup during fsstressRohith Surabattula1-2/+2
2021-09-17cifs: 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
2021-07-14cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N1-1/+1
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French1-13/+1
2021-05-20Fix KASAN identified use-after-free issue.Rohith Surabattula1-2/+10
2021-05-19Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Rohith Surabattula1-0/+9
2021-05-16cifs: remove deadstore in cifs_close_all_deferred_files()wenhuizhang1-2/+0
2021-05-04Cifs: Fix kernel oops caused by deferred close for files.Rohith Surabattula1-0/+17
2021-05-03cifs: Deferred close for filesRohith Surabattula1-0/+62
2021-04-25cifs: don't cargo-cult strndup()Al Viro1-1/+1
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg1-2/+3
2020-12-14cifs: cleanup misc.cSteve French1-56/+0
2020-12-14cifs: Make extract_sharename function publicSamuel Cabrero1-0/+24
2020-12-14cifs: Make extract_hostname function publicSamuel Cabrero1-0/+32
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+4