aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/smb1ops.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-13cifs: improve symlink handling for smb2+Gravatar Paulo Alcantara 1-22/+34
2022-08-01cifs: avoid use of global locks for high contention dataGravatar Shyam Prasad N 1-5/+5
2022-06-01cifs: fix potential deadlock in direct reclaimGravatar Vincent Whitchurch 1-3/+3
2022-03-18cifs: use a different reconnect helper for non-cifsd threadsGravatar Shyam Prasad N 1-1/+1
2022-02-08cifs: call helper functions for marking channels for reconnectGravatar Shyam Prasad N 1-3/+1
2022-01-15cifs: move superblock magic defitions to magic.hGravatar Jeff Layton 1-1/+2
2022-01-07cifs: fix hang on cifs_get_next_mid()Gravatar Enzo Matsumiya 1-1/+1
2022-01-07cifs: take cifs_tcp_ses_lock for status checksGravatar Shyam Prasad N 1-2/+9
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusGravatar Shyam Prasad N 1-4/+6
2021-04-25cifs: constify path argument of ->make_node()Gravatar Al Viro 1-1/+1
2021-04-25cifs: don't cargo-cult strndup()Gravatar Al Viro 1-3/+1
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxGravatar Ronnie Sahlberg 1-1/+1
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hGravatar Ronnie Sahlberg 1-5/+6
2020-08-02cifs: smb1: Try failing back to SetFileInfo if SetPathInfo failsGravatar Ronnie Sahlberg 1-2/+2
2020-06-01cifs: Standardize logging outputGravatar Joe Perches 1-1/+1
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitGravatar Aurelien Aptel 1-1/+1
2020-02-03SMB3: Backup intent flag missing from some more opsGravatar Amir Goldstein 1-10/+9
2019-11-25CIFS: Properly process SMB3 lease breaksGravatar Pavel Shilovsky 1-5/+3
2019-10-20CIFS: avoid using MID 0xFFFFGravatar Roberto Bergantinos Corpas 1-0/+3
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefGravatar Steve French 1-2/+0
2019-07-07Fix match_server check to allow for auto dialect negotiateGravatar Steve French 1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 231Gravatar Thomas Gleixner 1-13/+1
2019-05-07SMB3: Clean up query symlink when reparse pointGravatar Ronnie Sahlberg 1-2/+7
2019-03-14CIFS: make mknod() an smb_version_opGravatar Aurelien Aptel 1-0/+126
2019-03-05cifs: use correct format charactersGravatar Louis Taylor 1-1/+1
2019-03-05CIFS: Respect reconnect in MTU credits calculationsGravatar Pavel Shilovsky 1-3/+3
2018-12-28cifs: Make use of DFS cache to get new DFS referralsGravatar Paulo Alcantara 1-8/+7
2018-08-07cifs: simple stats should always be enabledGravatar Steve French 1-4/+0
2018-07-05cifs: Fix use after free of a mid_q_entryGravatar Lars Persson 1-0/+1
2018-04-02cifs: add server->vals->header_preamble_sizeGravatar Ronnie Sahlberg 1-0/+1
2018-01-24CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/OGravatar Long Li 1-1/+3
2017-06-20CIFS: Improve readdir verbosityGravatar Pavel Shilovsky 1-2/+7
2017-04-17cifs: Do not send echoes before Negotiate is completeGravatar Sachin Prabhu 1-0/+10
2017-03-02smb2: Enforce sec= mount optionGravatar Sachin Prabhu 1-0/+1
2017-02-01CIFS: Make send_cancel take rqst as argumentGravatar Pavel Shilovsky 1-2/+2
2015-05-10Fix that several functions handle incorrect value of mapcharsGravatar Nakajima Akira 1-1/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2014-10-16Remap reserved posix characters by default (part 3/3)Gravatar Steve French 1-16/+9
2014-10-16Allow mknod and mkfifo on SMB2/SMB3 mountsGravatar Steve French 1-4/+4
2014-10-02Fix problem recognizing symlinksGravatar Steve French 1-1/+1
2014-08-17CIFS: Fix SMB2 readdir error handlingGravatar Pavel Shilovsky 1-0/+7
2014-08-02CIFS: Use multicredits for SMB 2.1/3 writesGravatar Pavel Shilovsky 1-0/+1
2014-08-02CIFS: Fix cifs_writev_requeue when wsize changesGravatar Pavel Shilovsky 1-0/+7
2014-04-16cifs: Wait for writebacks to complete before attempting write.Gravatar Sachin Prabhu 1-0/+11
2014-02-10[CIFS] Fix cifsacl mounts over smb2 to not call cifsGravatar Steve French 1-0/+1
2014-02-07retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionGravatar Steve French 1-0/+4
2014-02-07Add protocol specific operation for CIFS xattrsGravatar Steve French 1-0/+4
2014-01-20CIFS: Cleanup cifs open codepathGravatar Pavel Shilovsky 1-28/+43
2014-01-20cifs: Add support for follow_link on dfs shares under posix extensionsGravatar Sachin Prabhu 1-0/+32
2014-01-20cifs: move unix extension call to cifs_query_symlink()Gravatar Sachin Prabhu 1-6/+14