aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-01cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya5-67/+22
2022-08-01smb2: small refactor in smb2_check_message()Enzo Matsumiya2-26/+34
2022-08-01cifs: Fix memory leak when using fscacheMatthew Wilcox (Oracle)1-4/+4
2022-08-01cifs: remove minor build warningSteve French2-2/+4
2022-08-01cifs: remove some camelCase and also some static build warningsSteve French7-27/+34
2022-08-01cifs: remove unnecessary (void*) conversions.Yu Zhe1-1/+1
2022-08-01cifs: remove unnecessary type castingsYu Zhe5-6/+6
2022-08-01cifs: remove redundant initialization to variable mnt_sign_enabledColin Ian King1-1/+1
2022-08-01smb3: check xattr value length earlierSteve French1-2/+3
2022-07-13smb3: workaround negprot bug in some Samba serversSteve French1-6/+7
2022-07-12cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N1-2/+0
2022-07-12cifs: fix race condition with delayed threadsShyam Prasad N1-2/+9
2022-06-24cifs: update cifs_ses::ip_addr after failoverPaulo Alcantara1-1/+7
2022-06-24cifs: avoid deadlocks while updating ifaceShyam Prasad N2-15/+33
2022-06-22cifs: periodically query network interfaces from serverShyam Prasad N4-1/+35
2022-06-22cifs: during reconnect, update interface if necessaryShyam Prasad N3-0/+88
2022-06-22cifs: change iface_list from array to sorted linked listShyam Prasad N6-129/+201
2022-06-22smb3: use netname when available on secondary channelsShyam Prasad N1-2/+9
2022-06-20smb3: fix empty netname context on secondary channelsSteve French1-6/+8
2022-06-18cifs: when a channel is not found for server, log its connection idShyam Prasad N1-0/+3
2022-06-16smb3: add trace point for SMB2_set_eofSteve French2-0/+40
2022-06-12Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-14/+29
2022-06-10cifs: populate empty hostnames for extra channelsShyam Prasad N2-1/+8
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds1-1/+1
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells8-32/+28
2022-06-06cifs: return errors during session setup during reconnectsShyam Prasad N1-0/+3
2022-06-06cifs: fix reconnect on smb3 mount typesPaulo Alcantara3-13/+18
2022-06-04cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_shareSteve French1-1/+2
2022-06-03cifs: skip trailing separators of prefix pathsPaulo Alcantara1-36/+49
2022-06-01cifs: update internal module numberSteve French1-2/+3
2022-06-01cifs: version operations for smb20 unneeded when legacy support disabledSteve French2-2/+9
2022-06-01cifs: do not build smb1ops if legacy support is disabledSteve French1-1/+3
2022-06-01cifs: fix potential deadlock in direct reclaimVincent Whitchurch10-53/+71
2022-05-31cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg1-1/+1
2022-05-31cifs: remove repeated debug message on cifs_put_smb_ses()Enzo Matsumiya1-1/+0
2022-05-30cifs: fix potential double free during failed mountRonnie Sahlberg1-4/+6
2022-05-27Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds22-182/+452
2022-05-27smb3: remove unneeded null check in cifs_readdirSteve French2-4/+3
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+6
2022-05-25cifs: fix ntlmssp on old serversPaulo Alcantara6-49/+26
2022-05-24cifs: cache the dirents for entries in a cached directoryRonnie Sahlberg4-8/+213
2022-05-24cifs: avoid parallel session setups on same channelShyam Prasad N5-7/+65
2022-05-24cifs: use new enum for ses_statusShyam Prasad N8-32/+39
2022-05-24cifs: do not use tcpStatus after negotiate completesShyam Prasad N3-14/+15
2022-05-24Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe10-42/+83
2022-05-23smb3: add mount parm nosparseSteve French5-1/+11
2022-05-23smb3: don't set rc when used and unneeded in query_info_compoundSteve French1-1/+1
2022-05-23smb3: check for null tconSteve French1-2/+5
2022-05-23cifs: fix minor compile warningSteve French1-0/+2