aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-20cifs: clarify comment about timestamp granularity for old serversSteve French1-1/+7
2019-10-09smb3: Fix regression in time handlingSteve French1-8/+16
2019-09-19Merge tag '5.4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+27
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-0/+22
2019-09-16smb3: allow disabling requesting leasesSteve French1-0/+2
2019-09-16smb3: only offload decryption of read responses if multiple requestsSteve French1-3/+6
2019-09-16smb3: enable offload of decryption of large reads via mount optionSteve French1-0/+2
2019-09-16smb3: allow parallelizing decryption of readsSteve French1-1/+16
2019-09-16smb3: add mount option to allow RW caching of share accessed by only 1 clientSteve French1-0/+2
2019-09-16smb3: add mount option to allow forced caching of read only shareSteve French1-0/+2
2019-08-30fs: cifs: Initialize filesystem timestamp rangesDeepa Dinamani1-0/+22
2019-08-22fs: cifs: move from the crypto cipher API to the new DES library interfaceArd Biesheuvel1-1/+0
2019-07-18cifs: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein1-3/+8
2019-07-18Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-6/+8
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+4
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+0
2019-07-07smb3: add new mount option to retrieve mode from special ACESteve French1-0/+2
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French1-6/+0
2019-07-07smb3: if max_credits is specified then display it in /proc/mountsSteve French1-0/+5
2019-07-07cifs: add missing GCM module dependencyAurelien Aptel1-0/+1
2019-06-20fs: cifs: switch to RC4 library interfaceArd Biesheuvel1-1/+0
2019-06-13cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg1-0/+1
2019-06-09vfs: allow copy_file_range to copy across devicesAmir Goldstein1-1/+1
2019-06-09vfs: no fallback for ->copy_file_rangeDave Chinner1-0/+4
2019-05-15cifs: add support for SEEK_DATA and SEEK_HOLERonnie Sahlberg1-0/+9
2019-05-15Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the same fileKovtunenko Oleksandr1-5/+0
2019-05-07cifs: add fiemap supportRonnie Sahlberg1-0/+1
2019-05-07CIFS: Show locallease in /proc/mounts for cifs shares mounted with locallease feature.Kenneth D'souza1-0/+2
2019-05-01cifs: switch to ->free_inode()Al Viro1-9/+3
2019-04-01SMB3: Allow persistent handle timeout to be configurable on mountSteve French1-0/+2
2019-03-22cifs: fix that return -EINVAL when do dedupe operationXiaoli Feng1-1/+1
2019-03-05smb3: for kerberos mounts display the credential uid usedSteve French1-1/+1
2019-03-04smb3: make default i/o size for smb3 mounts largerSteve French1-0/+1
2018-12-28cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara1-1/+16
2018-11-02cifs: don't dereference smb_file_target before null checkColin Ian King1-2/+5
2018-11-02CIFS: Add direct I/O functions to file_operationsLong Li1-6/+4
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-10/+14
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong1-3/+3
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong1-9/+13
2018-10-23cifs: minor clarification in commentsSteve French1-2/+4
2018-10-23CIFS: Print message when attempting a mountRodrigo Freire1-1/+6
2018-10-23CIFS: make 'nodfs' mount opt a superblock flagAurelien Aptel1-0/+2
2018-10-23smb3: add way to control slow response threshold for logging and statsSteve French1-0/+13
2018-10-23cifs: minor updates to module description for cifs.koSteve French1-3/+3
2018-08-10cifs: don't show domain= in mount output when domain is emptyRonnie Sahlberg1-1/+1
2018-08-07smb3: snapshot mounts are read-only and make sure info is displayable about the mountSteve French1-0/+5
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French1-8/+0
2018-08-07smb3: fill in statfs fsid and correct namelenSteve French1-8/+10
2018-06-07smb3: do not allow insecure cifs mounts when using smb3Steve French1-4/+18
2018-05-30smb3: allow "posix" mount option to enable new SMB311 protocol extensionsSteve French1-0/+10