| Commit message (Expand) | Author | Age | Files | Lines |
* | cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl() | Enzo Matsumiya | 2022-08-18 | 1 | -2/+2 |
* | cifs: remove unused server parameter from calc_smb_size() | Enzo Matsumiya | 2022-08-18 | 1 | -1/+1 |
* | cifs: Move cached-dir functions into a separate file | Ronnie Sahlberg | 2022-08-11 | 1 | -10/+0 |
* | cifs: convert the path to utf16 in smb2_query_info_compound | Ronnie Sahlberg | 2022-03-23 | 1 | -1/+1 |
* | cifs: use the chans_need_reconnect bitmap for reconnect status | Shyam Prasad N | 2022-01-03 | 1 | -1/+5 |
* | cifs: Create a new shared file holding smb2 pdu definitions | Ronnie Sahlberg | 2021-11-05 | 1 | -1/+1 |
* | 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-21 | 1 | -13/+1 |
* | cifs: remove duplicated prototype | Steve French | 2021-06-21 | 1 | -2/+0 |
* | cifs: add a function to get a cached dir based on its dentry | Ronnie Sahlberg | 2021-04-25 | 1 | -0/+3 |
* | cifs: rename the *_shroot* functions to *_cached_dir* | Ronnie Sahlberg | 2021-04-25 | 1 | -7/+7 |
* | cifs: pass a path to open_shroot and check if it is the root or not | Ronnie Sahlberg | 2021-04-25 | 1 | -0/+1 |
* | cifs: do not send close in compound create+close requests | Paulo Alcantara | 2021-03-09 | 1 | -2/+1 |
* | SMB3: Add support for getting and setting SACLs | Boris Protopopov | 2020-12-18 | 1 | -2/+2 |
* | smb3: add support for stat of WSL reparse points for special file types | Steve French | 2020-10-23 | 1 | -0/+3 |
* | cifs: return cached_fid from open_shroot | Ronnie Sahlberg | 2020-10-12 | 1 | -1/+2 |
* | smb311: Add support for SMB311 query info (non-compounded) | Steve French | 2020-06-12 | 1 | -0/+2 |
* | SMB311: Add support for query info using posix extensions (level 100) | Steve French | 2020-06-12 | 1 | -0/+4 |
* | cifs: multichannel: move channel selection above transport layer | Aurelien Aptel | 2020-06-04 | 1 | -6/+19 |
* | cifs: Allocate crypto structures on the fly for calculating signatures of inc... | Long Li | 2020-04-07 | 1 | -2/+4 |
* | cifs: add SMB2_open() arg to return POSIX data | Aurelien Aptel | 2020-03-23 | 1 | -1/+4 |
* | cifs: add smb2 POSIX info level | Aurelien Aptel | 2020-03-23 | 1 | -0/+2 |
* | SMB3: Backup intent flag missing from some more ops | Amir Goldstein | 2020-02-03 | 1 | -1/+1 |
* | cifs: prepare SMB2_query_directory to be used with compounding | Ronnie Sahlberg | 2020-01-27 | 1 | -0/+5 |
* | CIFS: Close cached root handle only if it has a lease | Pavel Shilovsky | 2019-12-13 | 1 | -0/+2 |
* | smb3: query attributes on file close | Steve French | 2019-12-03 | 1 | -1/+4 |
* | smb3: remove unused flag passed into close functions | Steve French | 2019-12-03 | 1 | -2/+0 |
* | cifs: add server param | Aurelien Aptel | 2019-11-25 | 1 | -1/+2 |
* | CIFS: Close open handle after interrupted close | Pavel Shilovsky | 2019-11-25 | 1 | -0/+3 |
* | smb3: cleanup some recent endian errors spotted by updated sparse | Steve French | 2019-10-07 | 1 | -0/+4 |
* | smb3: pass mode bits into create calls | Steve French | 2019-09-26 | 1 | -1/+2 |
* | cifs: prepare SMB2_Flush to be usable in compounds | Ronnie Sahlberg | 2019-09-16 | 1 | -0/+4 |
* | smb3: optimize open to not send query file internal info | Steve French | 2019-07-19 | 1 | -3/+4 |
* | smb3: Fix enumerating snapshots to Azure | Steve French | 2019-04-01 | 1 | -2/+3 |
* | cifs: add SMB2_ioctl_init/free helpers to be used with compounding | Ronnie Sahlberg | 2019-03-15 | 1 | -0/+4 |
* | cifs: cache FILE_ALL_INFO for the shared root handle | Ronnie Sahlberg | 2019-03-15 | 1 | -0/+3 |
* | cifs: we can not use small padding iovs together with encryption | Ronnie Sahlberg | 2018-12-31 | 1 | -3/+2 |
* | cifs: change smb2_query_eas to use the compound query-info helper | Ronnie Sahlberg | 2018-12-24 | 1 | -4/+6 |
* | smb3: Fix rmdir compounding regression to strict servers | Ronnie Sahlberg | 2018-12-19 | 1 | -1/+2 |
* | cifs: add IOCTL for QUERY_INFO passthrough to userspace | Ronnie Sahlberg | 2018-10-24 | 1 | -1/+2 |
* | cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compounding | Ronnie Sahlberg | 2018-10-24 | 1 | -6/+0 |
* | cifs: remove the is_falloc argument to SMB2_set_eof | Ronnie Sahlberg | 2018-10-24 | 1 | -1/+1 |
* | cifs: change SMB2_OP_SET_INFO to use compounding | Ronnie Sahlberg | 2018-10-24 | 1 | -3/+0 |
* | cifs: make rmdir() use compounding | Ronnie Sahlberg | 2018-10-24 | 1 | -2/+0 |
* | cifs: create helpers for SMB2_set_info_init/free() | Ronnie Sahlberg | 2018-10-24 | 1 | -3/+8 |
* | cifs: add a smb2_compound_op and change QUERY_INFO to use it | Ronnie Sahlberg | 2018-10-24 | 1 | -0/+7 |
* | cifs: update smb2_queryfs() to use compounding | Ronnie Sahlberg | 2018-08-10 | 1 | -0/+6 |
* | cifs: create SMB2_open_init()/SMB2_open_free() helpers. | Ronnie Sahlberg | 2018-08-09 | 1 | -0/+4 |
* | cifs: add SMB2_query_info_[init|free]() | Ronnie Sahlberg | 2018-08-09 | 1 | -0/+5 |
* | cifs: add SMB2_close_init()/SMB2_close_free() | Ronnie Sahlberg | 2018-08-08 | 1 | -0/+3 |