1. 4c51de1 cifs: fix incorrect kernel doc comments by Steve French · 3 years, 4 months ago
  2. 099dd78 cifs: remove pathname for file from SPDX header by Steve French · 3 years, 4 months ago
  3. 929be90 cifs: use SPDX-Licence-Identifier by Steve French · 3 years, 6 months ago
  4. 1bb5681 cifs: change format of CIFS_FULL_KEY_DUMP ioctl by Aurelien Aptel · 3 years, 7 months ago
  5. 7ba3d1c smb3.1.1: allow dumping keys for multiuser mounts by Steve French · 3 years, 8 months ago
  6. aa22ebc smb3.1.1: allow dumping GCM256 keys to improve debugging of encrypted shares by Steve French · 3 years, 8 months ago
  7. 087f757 cifs: add shutdown support by Steve French · 3 years, 8 months ago
  8. f6a9bc3 cifs: allocate buffer in the caller of build_path_from_dentry() by Al Viro · 3 years, 10 months ago
  9. 8e33cf2 cifs: make build_path_from_dentry() return const char * by Al Viro · 3 years, 9 months ago
  10. a77592a cifs: fix reference leak for tlink by Ronnie Sahlberg · 4 years, 6 months ago
  11. d26c2dd cifs: add SMB3 change notification support by Steve French · 5 years ago
  12. 0f06093 SMB3: Backup intent flag missing from some more ops by Amir Goldstein · 5 years ago
  13. 7e7db86 smb3: allow decryption keys to be dumped by admin for debugging by Steve French · 5 years ago
  14. 8d8b26e cifs: add support for ioctl on directories by Ronnie Sahlberg · 6 years ago
  15. f5b05d6 cifs: add IOCTL for QUERY_INFO passthrough to userspace by Ronnie Sahlberg · 6 years ago
  16. ce7fb50 cifs: remove set but not used variable 'cifs_sb' by YueHaibing · 6 years ago
  17. 2a38e12 [SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferred by Steve French · 7 years ago
  18. d8a6e50 cifs: fix CIFS_IOC_GET_MNT_INFO oops by David Disseldorp · 8 years ago
  19. 6026685 cifs: fix CIFS_ENUMERATE_SNAPSHOTS oops by David Disseldorp · 8 years ago
  20. 7d0c234 Do not return number of bytes written for ioctl CIFS_IOC_COPYCHUNK_FILE by Sachin Prabhu · 8 years ago
  21. 620d874 Introduce cifs_copy_file_range() by Sachin Prabhu · 8 years ago
  22. 312bbc5 SMB3: Rename clone_range to copychunk_range by Sachin Prabhu · 8 years ago
  23. b0a752b CIFS: Decrease verbosity of ioctl call by Pavel Shilovsky · 8 years ago
  24. 834170c Enable previous version support by Steve French · 8 years ago
  25. 04b38d6 vfs: pull btrfs clone API to vfs layer by Christoph Hellwig · 9 years ago
  26. 7b52e27 Allow copy offload (CopyChunk) across shares by Steve French · 9 years ago
  27. 4c17a6d CIFS: fix type confusion in copy offload ioctl by Jann Horn · 9 years ago
  28. 0de1f4c Add way to query server fs info for smb3 by Steve French · 9 years ago
  29. b3152e2 Add ioctl to set integrity by Steve French · 10 years ago
  30. 02b1666 Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTS by Steve French · 10 years ago
  31. 378ff1a fix deadlock in cifs_ioctl_clone() by Al Viro · 10 years ago
  32. 2d4f84b fs: cifs: new helper: file_inode(file) by Libo Chen · 11 years ago
  33. f19e84d [CIFS] Do not use btrfs refcopy ioctl for SMB2 copy offload by Steve French · 11 years ago
  34. 41c1358 CIFS: SMB2/SMB3 Copy offload support (refcopy) phase 1 by Steve French · 11 years ago
  35. f10d9ba Fix unused variable warning when CIFS POSIX disabled by Steve French · 11 years ago
  36. 64a5cfa Allow setting per-file compression via SMB2/3 by Steve French · 11 years ago
  37. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 12 years ago
  38. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  39. 52b0c34 cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctl by Jeff Layton · 12 years ago
  40. 4b4de76 CIFS: Replace netfid with cifs_fid struct in cifsFileInfo by Pavel Shilovsky · 12 years ago
  41. 6d5786a CIFS: Rename Get/FreeXid and make them work with unsigned int by Pavel Shilovsky · 13 years ago
  42. 4d61cd6 cifs: add a deprecation warning to CIFS_IOC_CHECKUMOUNT ioctl by Jeff Layton · 13 years ago
  43. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 14 years ago
  44. 6187639 cifs: make cifs_ioctl handle NULL filp->private_data correctly by Jeff Layton · 14 years ago
  45. 50ae28f FS: cifs, remove unneeded NULL tests by Jiri Slaby · 14 years ago
  46. 13cfb73 cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer by Jeff Layton · 14 years ago
  47. ba00ba64 cifs: make various routines use the cifsFileInfo->tcon pointer by Jeff Layton · 14 years ago
  48. c21dfb6 fs/cifs: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  49. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 15 years ago
  50. a001e5b CRED: Wrap task credential accesses in the CIFS filesystem by David Howells · 16 years ago
  51. f9ddcca [CIFS] BKL-removal: convert CIFS over to unlocked_ioctl by Steve French · 17 years ago
  52. ad7a292 [CIFS] reduce checkpatch warnings by Steve French · 17 years ago
  53. fb8c4b1 [CIFS] whitespace cleanup by Steve French · 17 years ago
  54. 5fdae1f [CIFS] whitespace cleanup by Steve French · 18 years ago
  55. 3669567 [PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6] by David Howells · 18 years ago
  56. c81156d [PATCH] cifs: cleanup of ifdefs usage so it is more consistent by Steve French · 20 years ago
  57. f28ac91 [PATCH] cifs: CIFS ioctl needed by umount.cifs utility by Steve French · 20 years ago
  58. c67593a [PATCH] cifs: Enable ioctl support in POSIX extensions to handle lsattr by Steve French · 20 years ago
  59. f654bac [PATCH] cifs: add support for chattr/lsattr in new CIFS POSIX extensions by Steve French · 20 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago