aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-17cifs: alloc_path_with_tree_prefix: do not append sep. if the path is emptyEugene Korenevsky1-2/+7
2022-01-17cifs: clean up an inconsistent indentingYang Li1-1/+1
2022-01-17cifs: free ntlmsspblob allocated in negotiateShyam Prasad N1-5/+8
2022-01-17Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds22-325/+719
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2022-01-15cifs: fix FILE_BOTH_DIRECTORY_INFO definitionEugene Korenevsky1-1/+1
2022-01-15cifs: move superblock magic defitions to magic.hJeff Layton5-8/+7
2022-01-15cifs: Fix smb311_update_preauth_hash() kernel-doc commentYang Li1-0/+1
2022-01-12Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2022-01-07cifs: avoid race during socket reconnect between send and recvShyam Prasad N3-24/+6
2022-01-07cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N5-35/+82
2022-01-07cifs: fix hang on cifs_get_next_mid()Enzo Matsumiya1-1/+1
2022-01-07cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N12-43/+164
2022-01-07fscache, cachefiles: Disable configurationDavid Howells1-1/+1
2022-01-02cifs: reconnect only the connection and not smb session where possibleShyam Prasad N5-35/+52
2022-01-02cifs: add WARN_ON for when chan_count goes below minimumShyam Prasad N1-0/+5
2022-01-02cifs: adjust DebugData to use chans_need_reconnect for conn statusShyam Prasad N1-1/+7
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N15-207/+236
2022-01-02cifs: track individual channel status using chans_need_reconnectShyam Prasad N6-24/+211
2022-01-02cifs: remove redundant assignment to pointer pColin Ian King1-1/+1
2021-12-17cifs: sanitize multiple delimiters in prepathThiago Rafael Becker1-1/+37
2021-12-17cifs: ignore resource_id while getting fscache super cookieShyam Prasad N2-13/+7
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman1-1/+1
2021-12-08cifs: fix ntlmssp auth when there is no key exchangePaulo Alcantara1-18/+36
2021-12-03cifs: avoid use of dstaddr as key for fscache client cookieShyam Prasad N1-37/+1
2021-12-03cifs: add server conn_id to fscache client cookieShyam Prasad N2-0/+14
2021-12-03cifs: wait for tcon resource_id before getting fscache superShyam Prasad N3-7/+8
2021-12-03cifs: fix missed refcounting of ipc tconPaulo Alcantara1-0/+1
2021-11-23cifs: update internal version numberSteve French1-1/+1
2021-11-23smb2: clarify rc initialization in smb2_reconnectSteve French1-1/+1
2021-11-23cifs: populate server_hostname for extra channelsShyam Prasad N1-0/+1
2021-11-23cifs: nosharesock should be set on new serverShyam Prasad N1-3/+4
2021-11-16cifs: introduce cifs_ses_mark_for_reconnect() helperPaulo Alcantara5-33/+18
2021-11-16cifs: protect srv_count with cifs_tcp_ses_lockSteve French1-0/+2
2021-11-16cifs: move debug print out of spinlockSteve French1-1/+1
2021-11-12cifs: do not duplicate fscache cookie for secondary channelsShyam Prasad N1-2/+7
2021-11-12cifs: connect individual channel servers to primary channel serverShyam Prasad N6-14/+36
2021-11-12cifs: protect session channel fields with chan_lockShyam Prasad N6-15/+71
2021-11-12cifs: do not negotiate session if session already existsShyam Prasad N1-8/+10
2021-11-12smb3: do not setup the fscache_super_cookie until fsinfo initializedSteve French2-2/+14
2021-11-12cifs: fix potential use-after-free bugsPaulo Alcantara1-22/+19
2021-11-12cifs: fix memory leak of smb3_fs_context_dup::server_hostnamePaulo Alcantara1-0/+2
2021-11-12smb3: add additional null check in SMB311_posix_mkdirSteve French1-0/+11
2021-11-12cifs: release lock earlier in dequeue_mid error caseSteve French1-3/+4
2021-11-12smb3: add additional null check in SMB2_tconSteve French1-1/+1
2021-11-12smb3: add additional null check in SMB2_openSteve French1-1/+3
2021-11-11smb3: add additional null check in SMB2_ioctlSteve French1-0/+10
2021-11-10smb3: remove trivial dfs compile warningSteve French1-2/+2
2021-11-10cifs: support nested dfs links over reconnectPaulo Alcantara9-693/+660
2021-11-10smb3: do not error on fsync when readonlySteve French1-6/+29