summaryrefslogtreecommitdiffstats
path: root/fs/cifs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-526/+0
* cifs: fix sharing of DFS connectionsPaulo Alcantara2023-05-041-1/+1
* cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu2022-11-161-2/+2
* smb3: improve SMB3 change notification supportSteve French2022-10-151-1/+24
* cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French2022-08-051-0/+2
* cifs: fix incorrect kernel doc commentsSteve French2021-09-131-1/+1
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-13/+1
* cifs: change format of CIFS_FULL_KEY_DUMP ioctlAurelien Aptel2021-05-271-38/+105
* smb3.1.1: allow dumping keys for multiuser mountsSteve French2021-05-031-20/+46
* smb3.1.1: allow dumping GCM256 keys to improve debugging of encrypted sharesSteve French2021-05-031-0/+33
* cifs: add shutdown supportSteve French2021-05-031-0/+53
* cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro2021-04-251-4/+7
* cifs: make build_path_from_dentry() return const char *Al Viro2021-04-251-1/+1
* cifs: fix reference leak for tlinkRonnie Sahlberg2020-07-091-1/+8
* cifs: add SMB3 change notification supportSteve French2020-02-061-0/+16
* SMB3: Backup intent flag missing from some more opsAmir Goldstein2020-02-031-1/+1
* smb3: allow decryption keys to be dumped by admin for debuggingSteve French2019-09-211-0/+29
* cifs: add support for ioctl on directoriesRonnie Sahlberg2018-10-231-9/+34
* cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg2018-10-231-0/+21
* cifs: remove set but not used variable 'cifs_sb'YueHaibing2018-10-231-2/+0
* [SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French2017-07-081-2/+0
* cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp2017-05-031-0/+2
* cifs: fix CIFS_ENUMERATE_SNAPSHOTS oopsDavid Disseldorp2017-05-031-0/+2
* Do not return number of bytes written for ioctl CIFS_IOC_COPYCHUNK_FILESachin Prabhu2017-04-281-1/+2
* Introduce cifs_copy_file_range()Sachin Prabhu2017-04-071-58/+2
* SMB3: Rename clone_range to copychunk_rangeSachin Prabhu2017-04-071-8/+8
* CIFS: Decrease verbosity of ioctl callPavel Shilovsky2016-12-021-1/+1
* Enable previous version supportSteve French2016-10-131-2/+14
* vfs: pull btrfs clone API to vfs layerChristoph Hellwig2015-12-071-67/+59
* Allow copy offload (CopyChunk) across sharesSteve French2015-11-091-3/+8
* CIFS: fix type confusion in copy offload ioctlJann Horn2015-09-111-0/+6
* Add way to query server fs info for smb3Steve French2015-08-201-6/+42
* Add ioctl to set integritySteve French2015-06-281-0/+11
* Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSSteve French2015-06-281-3/+13
* fix deadlock in cifs_ioctl_clone()Al Viro2015-01-181-16/+5
* fs: cifs: new helper: file_inode(file)Libo Chen2014-05-211-1/+1
* [CIFS] Do not use btrfs refcopy ioctl for SMB2 copy offloadSteve French2013-11-251-2/+4
* CIFS: SMB2/SMB3 Copy offload support (refcopy) phase 1Steve French2013-11-141-0/+111
* Fix unused variable warning when CIFS POSIX disabledSteve French2013-11-021-1/+1
* Allow setting per-file compression via SMB2/3Steve French2013-10-281-18/+37
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-3/+3
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctlJeff Layton2012-09-241-19/+0
* CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky2012-09-241-4/+9
* CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky2012-07-241-3/+3
* cifs: add a deprecation warning to CIFS_IOC_CHECKUMOUNT ioctlJeff Layton2012-05-161-0/+8
* [CIFS] Rename three structures to avoid camel caseSteve French2011-05-271-1/+1
* cifs: make cifs_ioctl handle NULL filp->private_data correctlyJeff Layton2010-11-081-2/+10
* FS: cifs, remove unneeded NULL testsJiri Slaby2010-11-021-4/+0