summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-01-1722-325/+719
|\
| * cifs: fix FILE_BOTH_DIRECTORY_INFO definitionEugene Korenevsky2022-01-151-1/+1
| * cifs: move superblock magic defitions to magic.hJeff Layton2022-01-155-8/+7
| * cifs: Fix smb311_update_preauth_hash() kernel-doc commentYang Li2022-01-151-0/+1
| * cifs: avoid race during socket reconnect between send and recvShyam Prasad N2022-01-073-24/+6
| * cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N2022-01-075-35/+82
| * cifs: fix hang on cifs_get_next_mid()Enzo Matsumiya2022-01-071-1/+1
| * cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N2022-01-0712-43/+164
| * cifs: reconnect only the connection and not smb session where possibleShyam Prasad N2022-01-025-35/+52
| * cifs: add WARN_ON for when chan_count goes below minimumShyam Prasad N2022-01-021-0/+5
| * cifs: adjust DebugData to use chans_need_reconnect for conn statusShyam Prasad N2022-01-021-1/+7
| * cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N2022-01-0215-207/+236
| * cifs: track individual channel status using chans_need_reconnectShyam Prasad N2022-01-026-24/+211
| * cifs: remove redundant assignment to pointer pColin Ian King2022-01-021-1/+1
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\ \
| * | exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-131-1/+1
* | | Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-121-1/+1
|\ \ \ | |_|/ |/| |
| * | fscache, cachefiles: Disable configurationDavid Howells2022-01-071-1/+1
* | | cifs: sanitize multiple delimiters in prepathThiago Rafael Becker2021-12-171-1/+37
* | | cifs: ignore resource_id while getting fscache super cookieShyam Prasad N2021-12-172-13/+7
* | | cifs: fix ntlmssp auth when there is no key exchangePaulo Alcantara2021-12-081-18/+36
|/ /
* | cifs: avoid use of dstaddr as key for fscache client cookieShyam Prasad N2021-12-031-37/+1
* | cifs: add server conn_id to fscache client cookieShyam Prasad N2021-12-032-0/+14
* | cifs: wait for tcon resource_id before getting fscache superShyam Prasad N2021-12-033-7/+8
* | cifs: fix missed refcounting of ipc tconPaulo Alcantara2021-12-031-0/+1
* | cifs: update internal version numberSteve French2021-11-231-1/+1
* | smb2: clarify rc initialization in smb2_reconnectSteve French2021-11-231-1/+1
* | cifs: populate server_hostname for extra channelsShyam Prasad N2021-11-231-0/+1
* | cifs: nosharesock should be set on new serverShyam Prasad N2021-11-231-3/+4
* | cifs: introduce cifs_ses_mark_for_reconnect() helperPaulo Alcantara2021-11-165-33/+18
* | cifs: protect srv_count with cifs_tcp_ses_lockSteve French2021-11-161-0/+2
* | cifs: move debug print out of spinlockSteve French2021-11-161-1/+1
|/
* cifs: do not duplicate fscache cookie for secondary channelsShyam Prasad N2021-11-121-2/+7
* cifs: connect individual channel servers to primary channel serverShyam Prasad N2021-11-126-14/+36
* cifs: protect session channel fields with chan_lockShyam Prasad N2021-11-126-15/+71
* cifs: do not negotiate session if session already existsShyam Prasad N2021-11-121-8/+10
* smb3: do not setup the fscache_super_cookie until fsinfo initializedSteve French2021-11-122-2/+14
* cifs: fix potential use-after-free bugsPaulo Alcantara2021-11-121-22/+19
* cifs: fix memory leak of smb3_fs_context_dup::server_hostnamePaulo Alcantara2021-11-121-0/+2
* smb3: add additional null check in SMB311_posix_mkdirSteve French2021-11-121-0/+11
* cifs: release lock earlier in dequeue_mid error caseSteve French2021-11-121-3/+4
* smb3: add additional null check in SMB2_tconSteve French2021-11-121-1/+1
* smb3: add additional null check in SMB2_openSteve French2021-11-121-1/+3
* smb3: add additional null check in SMB2_ioctlSteve French2021-11-111-0/+10
* smb3: remove trivial dfs compile warningSteve French2021-11-101-2/+2
* cifs: support nested dfs links over reconnectPaulo Alcantara2021-11-109-693/+660
* smb3: do not error on fsync when readonlySteve French2021-11-101-6/+29
* cifs: for compound requests, use open handle if possibleShyam Prasad N2021-11-101-5/+17
* cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara2021-11-092-2/+3
* cifs: split out dfs code from cifs_reconnect()Paulo Alcantara2021-11-091-133/+162