summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2022-07-13smb3: workaround negprot bug in some Samba serversSteve French
2022-07-12cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N
2022-07-12cifs: fix race condition with delayed threadsShyam Prasad N
2022-06-24cifs: update cifs_ses::ip_addr after failoverPaulo Alcantara
2022-06-24cifs: avoid deadlocks while updating ifaceShyam Prasad N
2022-06-22cifs: periodically query network interfaces from serverShyam Prasad N
2022-06-22cifs: during reconnect, update interface if necessaryShyam Prasad N
2022-06-22cifs: change iface_list from array to sorted linked listShyam Prasad N
2022-06-22smb3: use netname when available on secondary channelsShyam Prasad N
2022-06-20smb3: fix empty netname context on secondary channelsSteve French
2022-06-18cifs: when a channel is not found for server, log its connection idShyam Prasad N
2022-06-16smb3: add trace point for SMB2_set_eofSteve French
2022-06-12Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-06-10cifs: populate empty hostnames for extra channelsShyam Prasad N
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-06-06cifs: return errors during session setup during reconnectsShyam Prasad N
2022-06-06cifs: fix reconnect on smb3 mount typesPaulo Alcantara
2022-06-04cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_shareSteve French
2022-06-03cifs: skip trailing separators of prefix pathsPaulo Alcantara
2022-06-01cifs: update internal module numberSteve French
2022-06-01cifs: version operations for smb20 unneeded when legacy support disabledSteve French
2022-06-01cifs: do not build smb1ops if legacy support is disabledSteve French
2022-06-01cifs: fix potential deadlock in direct reclaimVincent Whitchurch
2022-05-31cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg
2022-05-31cifs: remove repeated debug message on cifs_put_smb_ses()Enzo Matsumiya
2022-05-30cifs: fix potential double free during failed mountRonnie Sahlberg
2022-05-27Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/...Linus Torvalds
2022-05-27smb3: remove unneeded null check in cifs_readdirSteve French
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-25cifs: fix ntlmssp on old serversPaulo Alcantara
2022-05-24cifs: cache the dirents for entries in a cached directoryRonnie Sahlberg
2022-05-24cifs: avoid parallel session setups on same channelShyam Prasad N
2022-05-24cifs: use new enum for ses_statusShyam Prasad N
2022-05-24cifs: do not use tcpStatus after negotiate completesShyam Prasad N
2022-05-24Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe
2022-05-23smb3: add mount parm nosparseSteve French
2022-05-23smb3: don't set rc when used and unneeded in query_info_compoundSteve French
2022-05-23smb3: check for null tconSteve French
2022-05-23cifs: fix minor compile warningSteve French
2022-05-23Add various fsctl structsSteve French
2022-05-22smb3: add trace point for oplock not foundSteve French
2022-05-22cifs: return the more nuanced writeback error on close()ChenXiaoSong
2022-05-21smb3: add trace point for lease not found issueSteve French
2022-05-21cifs: smbd: fix typo in commentJulia Lawall
2022-05-21cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir()Ronnie Sahlberg
2022-05-21cifs: check for smb1 in open_cached_dir()Ronnie Sahlberg
2022-05-21cifs: move definition of cifs_fattr earlier in cifsglob.hRonnie Sahlberg
2022-05-20cifs: print TIDs as hexEnzo Matsumiya