aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2022-07-13smb3: workaround negprot bug in some Samba serversGravatar Steve French 1-6/+7
2022-07-12cifs: remove unnecessary locking of chan_lock while freeing sessionGravatar Shyam Prasad N 1-2/+0
2022-07-12cifs: fix race condition with delayed threadsGravatar Shyam Prasad N 1-2/+9
2022-06-24cifs: update cifs_ses::ip_addr after failoverGravatar Paulo Alcantara 1-1/+7
2022-06-24cifs: avoid deadlocks while updating ifaceGravatar Shyam Prasad N 2-15/+33
2022-06-22cifs: periodically query network interfaces from serverGravatar Shyam Prasad N 4-1/+35
2022-06-22cifs: during reconnect, update interface if necessaryGravatar Shyam Prasad N 3-0/+88
2022-06-22cifs: change iface_list from array to sorted linked listGravatar Shyam Prasad N 6-129/+201
2022-06-22smb3: use netname when available on secondary channelsGravatar Shyam Prasad N 1-2/+9
2022-06-20smb3: fix empty netname context on secondary channelsGravatar Steve French 1-6/+8
2022-06-18cifs: when a channel is not found for server, log its connection idGravatar Shyam Prasad N 1-0/+3
2022-06-16smb3: add trace point for SMB2_set_eofGravatar Steve French 2-0/+40
2022-06-12Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 6-14/+29
2022-06-10cifs: populate empty hostnames for extra channelsGravatar Shyam Prasad N 2-1/+8
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedGravatar Linus Torvalds 1-1/+1
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 8-32/+28
2022-06-06cifs: return errors during session setup during reconnectsGravatar Shyam Prasad N 1-0/+3
2022-06-06cifs: fix reconnect on smb3 mount typesGravatar Paulo Alcantara 3-13/+18
2022-06-04cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_shareGravatar Steve French 1-1/+2
2022-06-03cifs: skip trailing separators of prefix pathsGravatar Paulo Alcantara 1-36/+49
2022-06-01cifs: update internal module numberGravatar Steve French 1-2/+3
2022-06-01cifs: version operations for smb20 unneeded when legacy support disabledGravatar Steve French 2-2/+9
2022-06-01cifs: do not build smb1ops if legacy support is disabledGravatar Steve French 1-1/+3
2022-06-01cifs: fix potential deadlock in direct reclaimGravatar Vincent Whitchurch 10-53/+71
2022-05-31cifs: when extending a file with falloc we should make files not-sparseGravatar Ronnie Sahlberg 1-1/+1
2022-05-31cifs: remove repeated debug message on cifs_put_smb_ses()Gravatar Enzo Matsumiya 1-1/+0
2022-05-30cifs: fix potential double free during failed mountGravatar Ronnie Sahlberg 1-4/+6
2022-05-27Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/...Gravatar Linus Torvalds 22-182/+452
2022-05-27smb3: remove unneeded null check in cifs_readdirGravatar Steve French 2-4/+3
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-1/+1
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+6
2022-05-25cifs: fix ntlmssp on old serversGravatar Paulo Alcantara 6-49/+26
2022-05-24cifs: cache the dirents for entries in a cached directoryGravatar Ronnie Sahlberg 4-8/+213
2022-05-24cifs: avoid parallel session setups on same channelGravatar Shyam Prasad N 5-7/+65
2022-05-24cifs: use new enum for ses_statusGravatar Shyam Prasad N 8-32/+39
2022-05-24cifs: do not use tcpStatus after negotiate completesGravatar Shyam Prasad N 3-14/+15
2022-05-24Merge tag 'v5.18' into rdma.git for-nextGravatar Jason Gunthorpe 10-42/+83
2022-05-23smb3: add mount parm nosparseGravatar Steve French 5-1/+11
2022-05-23smb3: don't set rc when used and unneeded in query_info_compoundGravatar Steve French 1-1/+1
2022-05-23smb3: check for null tconGravatar Steve French 1-2/+5
2022-05-23cifs: fix minor compile warningGravatar Steve French 1-0/+2
2022-05-23Add various fsctl structsGravatar Steve French 1-22/+0
2022-05-22smb3: add trace point for oplock not foundGravatar Steve French 2-0/+5
2022-05-22cifs: return the more nuanced writeback error on close()Gravatar ChenXiaoSong 1-1/+4
2022-05-21smb3: add trace point for lease not found issueGravatar Steve French 2-0/+7
2022-05-21cifs: smbd: fix typo in commentGravatar Julia Lawall 1-1/+1
2022-05-21cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir()Gravatar Ronnie Sahlberg 2-3/+7
2022-05-21cifs: check for smb1 in open_cached_dir()Gravatar Ronnie Sahlberg 1-1/+2
2022-05-21cifs: move definition of cifs_fattr earlier in cifsglob.hGravatar Ronnie Sahlberg 1-31/+31
2022-05-20cifs: print TIDs as hexGravatar Enzo Matsumiya 2-2/+2