summaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
Commit message (Expand)AuthorAgeFilesLines
* cifs: avoid use of global locks for high contention dataShyam Prasad N2022-08-0113-243/+336
* cifs: remove remaining build warningsSteve French2022-08-012-11/+30
* cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya2022-08-015-67/+22
* smb2: small refactor in smb2_check_message()Enzo Matsumiya2022-08-012-26/+34
* cifs: Fix memory leak when using fscacheMatthew Wilcox (Oracle)2022-08-011-4/+4
* cifs: remove minor build warningSteve French2022-08-012-2/+4
* cifs: remove some camelCase and also some static build warningsSteve French2022-08-017-27/+34
* cifs: remove unnecessary (void*) conversions.Yu Zhe2022-08-011-1/+1
* cifs: remove unnecessary type castingsYu Zhe2022-08-015-6/+6
* cifs: remove redundant initialization to variable mnt_sign_enabledColin Ian King2022-08-011-1/+1
* smb3: check xattr value length earlierSteve French2022-08-011-2/+3
* smb3: workaround negprot bug in some Samba serversSteve French2022-07-141-6/+7
* cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N2022-07-121-2/+0
* cifs: fix race condition with delayed threadsShyam Prasad N2022-07-121-2/+9
* cifs: update cifs_ses::ip_addr after failoverPaulo Alcantara2022-06-241-1/+7
* cifs: avoid deadlocks while updating ifaceShyam Prasad N2022-06-242-15/+33
* cifs: periodically query network interfaces from serverShyam Prasad N2022-06-234-1/+35
* cifs: during reconnect, update interface if necessaryShyam Prasad N2022-06-233-0/+88
* cifs: change iface_list from array to sorted linked listShyam Prasad N2022-06-236-129/+201
* smb3: use netname when available on secondary channelsShyam Prasad N2022-06-231-2/+9
* smb3: fix empty netname context on secondary channelsSteve French2022-06-201-6/+8
* cifs: when a channel is not found for server, log its connection idShyam Prasad N2022-06-181-0/+3
* smb3: add trace point for SMB2_set_eofSteve French2022-06-172-0/+40
* Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-06-126-14/+29
|\
| * cifs: populate empty hostnames for extra channelsShyam Prasad N2022-06-112-1/+8
| * cifs: return errors during session setup during reconnectsShyam Prasad N2022-06-071-0/+3
| * cifs: fix reconnect on smb3 mount typesPaulo Alcantara2022-06-063-13/+18
* | netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds2022-06-101-1/+1
* | netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-098-32/+28
|/
* cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_shareSteve French2022-06-041-1/+2
* cifs: skip trailing separators of prefix pathsPaulo Alcantara2022-06-031-36/+49
* cifs: update internal module numberSteve French2022-06-021-2/+3
* cifs: version operations for smb20 unneeded when legacy support disabledSteve French2022-06-022-2/+9
* cifs: do not build smb1ops if legacy support is disabledSteve French2022-06-021-1/+3
* cifs: fix potential deadlock in direct reclaimVincent Whitchurch2022-06-0110-53/+71
* cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg2022-06-011-1/+1
* cifs: remove repeated debug message on cifs_put_smb_ses()Enzo Matsumiya2022-05-311-1/+0
* cifs: fix potential double free during failed mountRonnie Sahlberg2022-05-311-4/+6
* Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/...Linus Torvalds2022-05-2822-182/+452
|\
| * smb3: remove unneeded null check in cifs_readdirSteve French2022-05-272-4/+3
| * cifs: fix ntlmssp on old serversPaulo Alcantara2022-05-256-49/+26
| * cifs: cache the dirents for entries in a cached directoryRonnie Sahlberg2022-05-244-8/+213
| * cifs: avoid parallel session setups on same channelShyam Prasad N2022-05-245-7/+65
| * cifs: use new enum for ses_statusShyam Prasad N2022-05-248-32/+39
| * cifs: do not use tcpStatus after negotiate completesShyam Prasad N2022-05-243-14/+15
| * smb3: add mount parm nosparseSteve French2022-05-245-1/+11
| * smb3: don't set rc when used and unneeded in query_info_compoundSteve French2022-05-241-1/+1
| * smb3: check for null tconSteve French2022-05-241-2/+5
| * cifs: fix minor compile warningSteve French2022-05-241-0/+2
| * Add various fsctl structsSteve French2022-05-241-22/+0