summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb1ops.c
Commit message (Expand)AuthorAgeFilesLines
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-1276/+0
* SMB3: drop reference to cfile before sending oplock breakBharath SM2023-05-171-5/+4
* cifs: Fix uninitialized memory reads for oparms.modeVolker Lendecke2023-02-201-34/+38
* cifs: fix file info setting in cifs_open_file()Paulo Alcantara2023-01-091-26/+28
* cifs: fix file info setting in cifs_query_path_info()Paulo Alcantara2023-01-091-3/+6
* cifs: improve symlink handling for smb2+Paulo Alcantara2022-10-131-22/+34
* cifs: avoid use of global locks for high contention dataShyam Prasad N2022-08-011-5/+5
* cifs: fix potential deadlock in direct reclaimVincent Whitchurch2022-06-011-3/+3
* cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N2022-03-181-1/+1
* cifs: call helper functions for marking channels for reconnectShyam Prasad N2022-02-081-3/+1
* cifs: move superblock magic defitions to magic.hJeff Layton2022-01-151-1/+2
* cifs: fix hang on cifs_get_next_mid()Enzo Matsumiya2022-01-071-1/+1
* cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N2022-01-071-2/+9
* cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N2022-01-021-4/+6
* cifs: constify path argument of ->make_node()Al Viro2021-04-251-1/+1
* cifs: don't cargo-cult strndup()Al Viro2021-04-251-3/+1
* cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg2020-12-141-1/+1
* cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg2020-12-131-5/+6
* cifs: smb1: Try failing back to SetFileInfo if SetPathInfo failsRonnie Sahlberg2020-08-021-2/+2
* cifs: Standardize logging outputJoe Perches2020-06-011-1/+1
* cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel2020-02-241-1/+1
* SMB3: Backup intent flag missing from some more opsAmir Goldstein2020-02-031-10/+9
* CIFS: Properly process SMB3 lease breaksPavel Shilovsky2019-11-251-5/+3
* CIFS: avoid using MID 0xFFFFRoberto Bergantinos Corpas2019-10-201-0/+3
* cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French2019-07-071-2/+0
* Fix match_server check to allow for auto dialect negotiateSteve French2019-07-071-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 231Thomas Gleixner2019-06-191-13/+1
* SMB3: Clean up query symlink when reparse pointRonnie Sahlberg2019-05-071-2/+7
* CIFS: make mknod() an smb_version_opAurelien Aptel2019-03-141-0/+126
* cifs: use correct format charactersLouis Taylor2019-03-051-1/+1
* CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky2019-03-051-3/+3
* cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara2018-12-281-8/+7
* cifs: simple stats should always be enabledSteve French2018-08-071-4/+0
* 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-241-1/+3
* CIFS: Improve readdir verbosityPavel Shilovsky2017-06-201-2/+7
* cifs: Do not send echoes before Negotiate is completeSachin Prabhu2017-04-171-0/+10
* smb2: Enforce sec= mount optionSachin Prabhu2017-03-021-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-101-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/+9
* 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