aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-23cifs: add support for ioctl on directoriesRonnie Sahlberg1-9/+34
2018-10-23cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg1-0/+21
2018-10-23cifs: remove set but not used variable 'cifs_sb'YueHaibing1-2/+0
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French1-2/+0
2017-05-03cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp1-0/+2
2017-05-03cifs: fix CIFS_ENUMERATE_SNAPSHOTS oopsDavid Disseldorp1-0/+2
2017-04-28Do not return number of bytes written for ioctl CIFS_IOC_COPYCHUNK_FILESachin Prabhu1-1/+2
2017-04-07Introduce cifs_copy_file_range()Sachin Prabhu1-58/+2
2017-04-07SMB3: Rename clone_range to copychunk_rangeSachin Prabhu1-8/+8
2016-12-02CIFS: Decrease verbosity of ioctl callPavel Shilovsky1-1/+1
2016-10-13Enable previous version supportSteve French1-2/+14
2015-12-07vfs: pull btrfs clone API to vfs layerChristoph Hellwig1-67/+59
2015-11-09Allow copy offload (CopyChunk) across sharesSteve French1-3/+8
2015-09-11CIFS: fix type confusion in copy offload ioctlJann Horn1-0/+6
2015-08-20Add way to query server fs info for smb3Steve French1-6/+42
2015-06-28Add ioctl to set integritySteve French1-0/+11
2015-06-28Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSSteve French1-3/+13
2015-01-18fix deadlock in cifs_ioctl_clone()Al Viro1-16/+5
2014-05-21fs: cifs: new helper: file_inode(file)Libo Chen1-1/+1
2013-11-25[CIFS] Do not use btrfs refcopy ioctl for SMB2 copy offloadSteve French1-2/+4
2013-11-14CIFS: SMB2/SMB3 Copy offload support (refcopy) phase 1Steve French1-0/+111
2013-11-02Fix unused variable warning when CIFS POSIX disabledSteve French1-1/+1
2013-10-28Allow setting per-file compression via SMB2/3Steve French1-18/+37
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches1-3/+3
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-09-24cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctlJeff Layton1-19/+0
2012-09-24CIFS: Replace netfid with cifs_fid struct in cifsFileInfoPavel Shilovsky1-4/+9
2012-07-24CIFS: Rename Get/FreeXid and make them work with unsigned intPavel Shilovsky1-3/+3
2012-05-16cifs: add a deprecation warning to CIFS_IOC_CHECKUMOUNT ioctlJeff Layton1-0/+8
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French1-1/+1
2010-11-08cifs: make cifs_ioctl handle NULL filp->private_data correctlyJeff Layton1-2/+10
2010-11-02FS: cifs, remove unneeded NULL testsJiri Slaby1-4/+0
2010-10-06cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton1-1/+1
2010-09-29cifs: make various routines use the cifsFileInfo->tcon pointerJeff Layton1-14/+3
2010-08-02fs/cifs: Remove unnecessary casts of private_dataJoe Perches1-2/+1
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches1-5/+5
2008-11-14CRED: Wrap task credential accesses in the CIFS filesystemDavid Howells1-1/+1
2008-05-15[CIFS] BKL-removal: convert CIFS over to unlocked_ioctlSteve French1-2/+2
2008-02-07[CIFS] reduce checkpatch warningsSteve French1-1/+1
2007-07-10[CIFS] whitespace cleanupSteve French1-2/+2
2007-06-05[CIFS] whitespace cleanupSteve French1-15/+14
2006-09-30[PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]David Howells1-4/+3
2005-04-28[PATCH] cifs: cleanup of ifdefs usage so it is more consistentSteve French1-10/+11
2005-04-28[PATCH] cifs: CIFS ioctl needed by umount.cifs utilitySteve French1-8/+23
2005-04-28[PATCH] cifs: Enable ioctl support in POSIX extensions to handle lsattrSteve French1-0/+1
2005-04-28[PATCH] cifs: add support for chattr/lsattr in new CIFS POSIX extensionsSteve French1-3/+49
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+49