aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/ioctl.c
AgeCommit message (Expand)Author
2023-05-24smb: move client and server files to common directory fs/smbSteve French
2023-05-04cifs: fix sharing of DFS connectionsPaulo Alcantara
2022-11-16cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu
2022-10-15smb3: improve SMB3 change notification supportSteve French
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French
2021-09-13cifs: fix incorrect kernel doc commentsSteve French
2021-09-13cifs: remove pathname for file from SPDX headerSteve French
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French
2021-05-27cifs: change format of CIFS_FULL_KEY_DUMP ioctlAurelien Aptel
2021-05-03smb3.1.1: allow dumping keys for multiuser mountsSteve French
2021-05-03smb3.1.1: allow dumping GCM256 keys to improve debugging of encrypted sharesSteve French
2021-05-03cifs: add shutdown supportSteve French
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro
2021-04-25cifs: make build_path_from_dentry() return const char *Al Viro
2020-07-09cifs: fix reference leak for tlinkRonnie Sahlberg
2020-02-06cifs: add SMB3 change notification supportSteve French
2020-02-03SMB3: Backup intent flag missing from some more opsAmir Goldstein
2019-09-21smb3: allow decryption keys to be dumped by admin for debuggingSteve French
2018-10-23cifs: add support for ioctl on directoriesRonnie Sahlberg
2018-10-23cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg
2018-10-23cifs: remove set but not used variable 'cifs_sb'YueHaibing
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French
2017-05-03cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp
2017-05-03cifs: fix CIFS_ENUMERATE_SNAPSHOTS oopsDavid Disseldorp
2017-04-28Do not return number of bytes written for ioctl CIFS_IOC_COPYCHUNK_FILESachin Prabhu
2017-04-07Introduce cifs_copy_file_range()Sachin Prabhu
2017-04-07SMB3: Rename clone_range to copychunk_rangeSachin Prabhu
2016-12-02CIFS: Decrease verbosity of ioctl callPavel Shilovsky
2016-10-13Enable previous version supportSteve French
2015-12-07vfs: pull btrfs clone API to vfs layerChristoph Hellwig
2015-11-09Allow copy offload (CopyChunk) across sharesSteve French
2015-09-11CIFS: fix type confusion in copy offload ioctlJann Horn
2015-08-20Add way to query server fs info for smb3Steve French
2015-06-28Add ioctl to set integritySteve French
2015-06-28Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSSteve French
2015-01-18fix deadlock in cifs_ioctl_clone()Al Viro
2014-05-21fs: cifs: new helper: file_inode(file)Libo Chen
2013-11-25[CIFS] Do not use btrfs refcopy ioctl for SMB2 copy offloadSteve French
2013-11-14CIFS: SMB2/SMB3 Copy offload support (refcopy) phase 1Steve French
2013-11-02Fix unused variable warning when CIFS POSIX disabledSteve French
2013-10-28Allow setting per-file compression via SMB2/3Steve French
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2013-02-22new helper: file_inode(file)Al Viro
2012-09-24cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctlJeff Layton
2012-09-24CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky
2012-05-16cifs: add a deprecation warning to CIFS_IOC_CHECKUMOUNT ioctlJeff Layton
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French
2010-11-08cifs: make cifs_ioctl handle NULL filp->private_data correctlyJeff Layton
2010-11-02FS: cifs, remove unneeded NULL testsJiri Slaby