summaryrefslogtreecommitdiffstats
path: root/fs/cifs/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton2010-10-061-1/+1
* cifs: make various routines use the cifsFileInfo->tcon pointerJeff Layton2010-09-291-14/+3
* fs/cifs: Remove unnecessary casts of private_dataJoe Perches2010-08-021-2/+1
* [CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches2010-04-211-5/+5
* CRED: Wrap task credential accesses in the CIFS filesystemDavid Howells2008-11-141-1/+1
* [CIFS] BKL-removal: convert CIFS over to unlocked_ioctlSteve French2008-05-151-2/+2
* [CIFS] reduce checkpatch warningsSteve French2008-02-071-1/+1
* [CIFS] whitespace cleanupSteve French2007-07-101-2/+2
* [CIFS] whitespace cleanupSteve French2007-06-051-15/+14
* [PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]David Howells2006-09-301-4/+3
* [PATCH] cifs: cleanup of ifdefs usage so it is more consistentSteve French2005-04-281-10/+11
* [PATCH] cifs: CIFS ioctl needed by umount.cifs utilitySteve French2005-04-281-8/+23
* [PATCH] cifs: Enable ioctl support in POSIX extensions to handle lsattrSteve French2005-04-281-0/+1
* [PATCH] cifs: add support for chattr/lsattr in new CIFS POSIX extensionsSteve French2005-04-281-3/+49
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+49
OpenPOWER on IntegriCloud