summaryrefslogtreecommitdiffstats
path: root/fs/cifs/misc.c
AgeCommit message (Expand)AuthorLines
2022-08-19cifs: Fix memory leak on the deferred closeZhang Xiaoxu-0/+6
2022-08-17cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya-1/+1
2022-08-13Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Linus Torvalds-11/+9
2022-08-11cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg-11/+9
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg-6/+6
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+1
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro-2/+1
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N-0/+2
2022-08-01cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya-14/+5
2022-08-01cifs: remove some camelCase and also some static build warningsSteve French-6/+6
2022-06-22cifs: change iface_list from array to sorted linked listShyam Prasad N-1/+8
2022-06-12Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-11/+16
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells-2/+2
2022-06-06cifs: fix reconnect on smb3 mount typesPaulo Alcantara-11/+16
2022-05-25cifs: fix ntlmssp on old serversPaulo Alcantara-1/+0
2022-05-24cifs: cache the dirents for entries in a cached directoryRonnie Sahlberg-0/+2
2022-05-24cifs: use new enum for ses_statusShyam Prasad N-1/+1
2022-05-20cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya-5/+1
2022-03-28smb3: cleanup and clarify status of tree connectionsSteve French-1/+1
2022-01-17cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refsEugene Korenevsky-0/+49
2021-11-12cifs: protect session channel fields with chan_lockShyam Prasad N-0/+1
2021-11-10cifs: support nested dfs links over reconnectPaulo Alcantara-57/+5
2021-11-08cifs: send workstation name during ntlmssp session setupShyam Prasad N-0/+1
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg-1/+1
2021-09-23smb3: correct server pointer dereferencing check to be more consistentSteve French-1/+2
2021-09-23cifs: Deal with some warnings from W=1David Howells-2/+12
2021-09-17cifs: Fix soft lockup during fsstressRohith Surabattula-2/+2
2021-09-17cifs: Deferred close performance improvementsRohith Surabattula-0/+37
2021-09-13cifs: remove pathname for file from SPDX headerSteve French-1/+0
2021-08-12cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula-12/+34
2021-08-12cifs: Handle race conditions during renameRohith Surabattula-5/+11
2021-07-14cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N-1/+1
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French-13/+1
2021-05-20Fix KASAN identified use-after-free issue.Rohith Surabattula-2/+10
2021-05-19Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Rohith Surabattula-0/+9
2021-05-16cifs: remove deadstore in cifs_close_all_deferred_files()wenhuizhang-2/+0
2021-05-04Cifs: Fix kernel oops caused by deferred close for files.Rohith Surabattula-0/+17
2021-05-03cifs: Deferred close for filesRohith Surabattula-0/+62
2021-04-25cifs: don't cargo-cult strndup()Al Viro-1/+1
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg-2/+3
2020-12-14cifs: cleanup misc.cSteve French-56/+0
2020-12-14cifs: Make extract_sharename function publicSamuel Cabrero-0/+24
2020-12-14cifs: Make extract_hostname function publicSamuel Cabrero-0/+32
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+4
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-4/+4
2020-08-02cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara-4/+3
2020-06-23cifs: misc: Use array_size() in if-statement controlling expressionGustavo A. R. Silva-9/+7
2020-06-01cifs: Standardize logging outputJoe Perches-6/+6
2020-06-01cifs: handle hostnames that resolve to same ip in failoverPaulo Alcantara-0/+48
2020-04-22cifs: ensure correct super block for DFS reconnectPaulo Alcantara-17/+65