index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
ioctl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: fix incorrect kernel doc comments
Steve French
2021-09-14
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: change format of CIFS_FULL_KEY_DUMP ioctl
Aurelien Aptel
2021-05-27
1
-38
/
+105
*
smb3.1.1: allow dumping keys for multiuser mounts
Steve French
2021-05-03
1
-20
/
+46
*
smb3.1.1: allow dumping GCM256 keys to improve debugging of encrypted shares
Steve French
2021-05-03
1
-0
/
+33
*
cifs: add shutdown support
Steve French
2021-05-03
1
-0
/
+53
*
cifs: allocate buffer in the caller of build_path_from_dentry()
Al Viro
2021-04-25
1
-4
/
+7
*
cifs: make build_path_from_dentry() return const char *
Al Viro
2021-04-25
1
-1
/
+1
*
cifs: fix reference leak for tlink
Ronnie Sahlberg
2020-07-09
1
-1
/
+8
*
cifs: add SMB3 change notification support
Steve French
2020-02-06
1
-0
/
+16
*
SMB3: Backup intent flag missing from some more ops
Amir Goldstein
2020-02-03
1
-1
/
+1
*
smb3: allow decryption keys to be dumped by admin for debugging
Steve French
2019-09-21
1
-0
/
+29
*
cifs: add support for ioctl on directories
Ronnie Sahlberg
2018-10-24
1
-9
/
+34
*
cifs: add IOCTL for QUERY_INFO passthrough to userspace
Ronnie Sahlberg
2018-10-24
1
-0
/
+21
*
cifs: remove set but not used variable 'cifs_sb'
YueHaibing
2018-10-24
1
-2
/
+0
*
[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferred
Steve French
2017-07-09
1
-2
/
+0
*
cifs: fix CIFS_IOC_GET_MNT_INFO oops
David Disseldorp
2017-05-04
1
-0
/
+2
*
cifs: fix CIFS_ENUMERATE_SNAPSHOTS oops
David Disseldorp
2017-05-03
1
-0
/
+2
*
Do not return number of bytes written for ioctl CIFS_IOC_COPYCHUNK_FILE
Sachin Prabhu
2017-04-28
1
-1
/
+2
*
Introduce cifs_copy_file_range()
Sachin Prabhu
2017-04-07
1
-58
/
+2
*
SMB3: Rename clone_range to copychunk_range
Sachin Prabhu
2017-04-07
1
-8
/
+8
*
CIFS: Decrease verbosity of ioctl call
Pavel Shilovsky
2016-12-03
1
-1
/
+1
*
Enable previous version support
Steve French
2016-10-14
1
-2
/
+14
*
vfs: pull btrfs clone API to vfs layer
Christoph Hellwig
2015-12-08
1
-67
/
+59
*
Allow copy offload (CopyChunk) across shares
Steve French
2015-11-09
1
-3
/
+8
*
CIFS: fix type confusion in copy offload ioctl
Jann Horn
2015-09-11
1
-0
/
+6
*
Add way to query server fs info for smb3
Steve French
2015-08-20
1
-6
/
+42
*
Add ioctl to set integrity
Steve French
2015-06-29
1
-0
/
+11
*
Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTS
Steve French
2015-06-29
1
-3
/
+13
*
fix deadlock in cifs_ioctl_clone()
Al Viro
2015-01-19
1
-16
/
+5
*
fs: cifs: new helper: file_inode(file)
Libo Chen
2014-05-21
1
-1
/
+1
*
[CIFS] Do not use btrfs refcopy ioctl for SMB2 copy offload
Steve French
2013-11-25
1
-2
/
+4
*
CIFS: SMB2/SMB3 Copy offload support (refcopy) phase 1
Steve French
2013-11-14
1
-0
/
+111
*
Fix unused variable warning when CIFS POSIX disabled
Steve French
2013-11-02
1
-1
/
+1
*
Allow setting per-file compression via SMB2/3
Steve French
2013-10-28
1
-18
/
+37
*
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
Joe Perches
2013-05-05
1
-3
/
+3
*
new helper: file_inode(file)
Al Viro
2013-02-23
1
-1
/
+1
*
cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctl
Jeff Layton
2012-09-25
1
-19
/
+0
*
CIFS: Replace netfid with cifs_fid struct in cifsFileInfo
Pavel Shilovsky
2012-09-25
1
-4
/
+9
*
CIFS: Rename Get/FreeXid and make them work with unsigned int
Pavel Shilovsky
2012-07-24
1
-3
/
+3
*
cifs: add a deprecation warning to CIFS_IOC_CHECKUMOUNT ioctl
Jeff Layton
2012-05-17
1
-0
/
+8
*
[CIFS] Rename three structures to avoid camel case
Steve French
2011-05-27
1
-1
/
+1
*
cifs: make cifs_ioctl handle NULL filp->private_data correctly
Jeff Layton
2010-11-08
1
-2
/
+10
*
FS: cifs, remove unneeded NULL tests
Jiri Slaby
2010-11-02
1
-4
/
+0
*
cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer
Jeff Layton
2010-10-06
1
-1
/
+1
*
cifs: make various routines use the cifsFileInfo->tcon pointer
Jeff Layton
2010-09-29
1
-14
/
+3
*
fs/cifs: Remove unnecessary casts of private_data
Joe Perches
2010-08-02
1
-2
/
+1
*
[CIFS] Neaten cERROR and cFYI macros, reduce text space
Joe Perches
2010-04-21
1
-5
/
+5
*
CRED: Wrap task credential accesses in the CIFS filesystem
David Howells
2008-11-14
1
-1
/
+1
[next]