summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb1ops.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French2019-07-081-2/+0Star
* Fix match_server check to allow for auto dialect negotiateSteve French2019-07-081-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 231Thomas Gleixner2019-06-191-13/+1Star
* SMB3: Clean up query symlink when reparse pointRonnie Sahlberg2019-05-081-2/+7
* CIFS: make mknod() an smb_version_opAurelien Aptel2019-03-151-0/+126
* cifs: use correct format charactersLouis Taylor2019-03-061-1/+1
* CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky2019-03-061-3/+3
* cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara2018-12-281-8/+7Star
* cifs: simple stats should always be enabledSteve French2018-08-071-4/+0Star
* cifs: Fix use after free of a mid_q_entryLars Persson2018-07-051-0/+1
* cifs: add server->vals->header_preamble_sizeRonnie Sahlberg2018-04-021-0/+1
* CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/OLong Li2018-01-251-1/+3
* CIFS: Improve readdir verbosityPavel Shilovsky2017-06-211-2/+7
* cifs: Do not send echoes before Negotiate is completeSachin Prabhu2017-04-171-0/+10
* smb2: Enforce sec= mount optionSachin Prabhu2017-03-031-0/+1
* CIFS: Make send_cancel take rqst as argumentPavel Shilovsky2017-02-011-2/+2
* Fix that several functions handle incorrect value of mapcharsNakajima Akira2015-05-111-1/+2
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* Remap reserved posix characters by default (part 3/3)Steve French2014-10-161-16/+9Star
* Allow mknod and mkfifo on SMB2/SMB3 mountsSteve French2014-10-161-4/+4
* Fix problem recognizing symlinksSteve French2014-10-021-1/+1
* CIFS: Fix SMB2 readdir error handlingPavel Shilovsky2014-08-171-0/+7
* CIFS: Use multicredits for SMB 2.1/3 writesPavel Shilovsky2014-08-021-0/+1
* CIFS: Fix cifs_writev_requeue when wsize changesPavel Shilovsky2014-08-021-0/+7
* cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu2014-04-161-0/+11
* [CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French2014-02-101-0/+1
* retrieving CIFS ACLs when mounted with SMB2 fails dropping sessionSteve French2014-02-071-0/+4
* Add protocol specific operation for CIFS xattrsSteve French2014-02-071-0/+4
* CIFS: Cleanup cifs open codepathPavel Shilovsky2014-01-201-28/+43
* cifs: Add support for follow_link on dfs shares under posix extensionsSachin Prabhu2014-01-201-0/+32
* cifs: move unix extension call to cifs_query_symlink()Sachin Prabhu2014-01-201-6/+14
* cifs: Add create MFSymlinks to protocol ops structSachin Prabhu2014-01-201-0/+1
* cifs: Rename and cleanup open_query_close_cifs_symlink()Sachin Prabhu2014-01-201-1/+1
* CIFS: Fix symbolic links usagePavel Shilovsky2013-11-111-1/+20
* Allow setting per-file compression via CIFS protocolSteve French2013-11-021-0/+8
* cifs: Make big endian multiplex ID sequences monotonic on the wireTim Gardner2013-11-021-2/+2
* CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky2013-09-101-1/+7
* CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky2013-09-091-2/+2
* CIFS: Implement follow_link for nounix CIFS mountsPavel Shilovsky2013-09-081-0/+32
* Do not attempt to do cifs operations reading symlinks with SMB2Steve French2013-07-311-0/+1
* CIFS: Introduce cifs_open_parms structPavel Shilovsky2013-07-101-13/+16
* cifs: fix SMB2 signing enablement in cifs_enable_signingJeff Layton2013-06-281-0/+2
* cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton2013-06-241-2/+1Star
* cifs: remove the cifs_ses->flags fieldJeff Layton2013-06-241-12/+6Star
* cifs: on send failure, readjust server sequence number downwardJeff Layton2013-05-051-0/+3
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-051-23/+24
* CIFS: Don't let read only caching for mandatory byte-range locked filesPavel Shilovsky2013-01-021-0/+1
* cifs: adjust sequence number downward after signing NT_CANCEL requestJeff Layton2012-12-301-0/+7
* CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French2012-12-051-32/+0Star
* CIFS: Fix wrong buffer pointer usage in smb_set_file_infoPavel Shilovsky2012-11-281-2/+1Star