| Commit message (Expand) | Author | Age | Files | Lines |
* | smb: move client and server files to common directory fs/smb | Steve French | 2023-05-24 | 1 | -844/+0 |
* | cifs: append path to open_enter trace event | Shyam Prasad N | 2023-03-24 | 1 | -0/+1 |
* | cifs: Fix smb2_set_path_size() | Volker Lendecke | 2023-03-14 | 1 | -7/+24 |
* | cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALID | Paulo Alcantara | 2023-03-01 | 1 | -10/+11 |
* | cifs: Fix uninitialized memory reads for oparms.mode | Volker Lendecke | 2023-02-20 | 1 | -8/+9 |
* | cifs: reduce roundtrips on create/qinfo requests | Paulo Alcantara | 2022-12-19 | 1 | -13/+33 |
* | cifs: Parse owner/group for stat in smb311 posix extensions | Volker Lendecke | 2022-12-08 | 1 | -3/+46 |
* | cifs: Add "extbuf" and "extbuflen" args to smb2_compound_op() | Volker Lendecke | 2022-12-08 | 1 | -11/+12 |
* | cifs: drop the lease for cached directories on rmdir or rename | Ronnie Sahlberg | 2022-10-19 | 1 | -0/+2 |
* | cifs: fix uninitialised var in smb2_compound_op() | Paulo Alcantara | 2022-10-13 | 1 | -0/+1 |
* | cifs: improve symlink handling for smb2+ | Paulo Alcantara | 2022-10-13 | 1 | -82/+87 |
* | smb3: add dynamic trace points for tree disconnect | Steve French | 2022-10-05 | 1 | -1/+1 |
* | cifs: Do not access tcon->cfids->cfid directly from is_path_accessible | Ronnie Sahlberg | 2022-08-12 | 1 | -1/+1 |
* | cifs: Add constructor/destructors for tcon->cfid | Ronnie Sahlberg | 2022-08-11 | 1 | -2/+2 |
* | cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dir | Ronnie Sahlberg | 2022-08-11 | 1 | -2/+2 |
* | cifs: Move cached-dir functions into a separate file | Ronnie Sahlberg | 2022-08-11 | 1 | -2/+3 |
* | cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir() | Ronnie Sahlberg | 2022-05-21 | 1 | -1/+4 |
* | SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compou... | Steve French | 2022-05-17 | 1 | -2/+0 |
* | cifs: for compound requests, use open handle if possible | Shyam Prasad N | 2021-11-10 | 1 | -5/+17 |
* | cifs: remove pathname for file from SPDX header | Steve French | 2021-09-13 | 1 | -1/+0 |
* | cifs: use SPDX-Licence-Identifier | Steve French | 2021-06-20 | 1 | -13/+1 |
* | cifs: rename the *_shroot* functions to *_cached_dir* | Ronnie Sahlberg | 2021-04-25 | 1 | -2/+2 |
* | cifs: pass a path to open_shroot and check if it is the root or not | Ronnie Sahlberg | 2021-04-25 | 1 | -12/+10 |
* | cifs: move the check for nohandlecache into open_shroot | Ronnie Sahlberg | 2021-04-25 | 1 | -13/+11 |
* | cifs: do not send close in compound create+close requests | Paulo Alcantara | 2021-03-08 | 1 | -0/+1 |
* | smb3: add support for stat of WSL reparse points for special file types | Steve French | 2020-10-23 | 1 | -6/+6 |
* | cifs: return cached_fid from open_shroot | Ronnie Sahlberg | 2020-10-11 | 1 | -5/+6 |
* | SMB3: Fix mkdir when idsfromsid configured on mount | Steve French | 2020-08-13 | 1 | -0/+1 |
* | smb311: Add tracepoints for new compound posix query info | Steve French | 2020-06-12 | 1 | -6/+3 |
* | SMB311: Add support for query info using posix extensions (level 100) | Steve French | 2020-06-12 | 1 | -0/+108 |
* | cifs: multichannel: move channel selection above transport layer | Aurelien Aptel | 2020-06-04 | 1 | -14/+30 |
* | cifs: Standardize logging output | Joe Perches | 2020-06-01 | 1 | -2/+1 |
* | cifs: reduce stack use in smb2_compound_op | Ronnie Sahlberg | 2020-06-01 | 1 | -45/+47 |
* | cifs: fix rename() by ensuring source handle opened with DELETE bit | Aurelien Aptel | 2020-02-24 | 1 | -2/+2 |
* | SMB3: Backup intent flag missing from some more ops | Amir Goldstein | 2020-02-03 | 1 | -7/+2 |
* | SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding path | Steve French | 2019-12-13 | 1 | -0/+1 |
* | smb3: query attributes on file close | Steve French | 2019-12-03 | 1 | -1/+1 |
* | smb3: pass mode bits into create calls | Steve French | 2019-09-26 | 1 | -15/+19 |
* | smb3: improve handling of share deleted (and share recreated) | Steve French | 2019-09-16 | 1 | -0/+6 |
* | cifs: add a helper to find an existing readable handle to a file | Ronnie Sahlberg | 2019-09-16 | 1 | -5/+23 |
* | cifs: use existing handle for compound_op(OP_SET_INFO) when possible | Ronnie Sahlberg | 2019-09-16 | 1 | -9/+26 |
* | cifs: create a helper to find a writeable handle by path name | Ronnie Sahlberg | 2019-09-16 | 1 | -26/+68 |
* | cifs: fix crash in smb2_compound_op()/smb2_set_next_command() | Ronnie Sahlberg | 2019-07-15 | 1 | -0/+12 |
* | smb3: Add dynamic trace points for various compounded smb3 ops | Steve French | 2019-03-14 | 1 | -4/+68 |
* | cifs: cache FILE_ALL_INFO for the shared root handle | Ronnie Sahlberg | 2019-03-14 | 1 | -5/+10 |
* | CIFS: Fix mounts if the client is low on credits | Pavel Shilovsky | 2019-01-24 | 1 | -0/+17 |
* | cifs: we can not use small padding iovs together with encryption | Ronnie Sahlberg | 2018-12-31 | 1 | -9/+7 |
* | smb3: Fix rmdir compounding regression to strict servers | Ronnie Sahlberg | 2018-12-19 | 1 | -8/+8 |
* | smb3: send backup intent on compounded query info | Steve French | 2018-10-23 | 1 | -2/+7 |
* | cifs: add IOCTL for QUERY_INFO passthrough to userspace | Ronnie Sahlberg | 2018-10-23 | 1 | -1/+1 |