aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsfs.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-09smb3: Fix regression in time handlingGravatar Steve French 1-8/+16
2019-09-19Merge tag '5.4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-1/+27
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Gravatar Linus Torvalds 1-0/+22
2019-09-16smb3: allow disabling requesting leasesGravatar Steve French 1-0/+2
2019-09-16smb3: only offload decryption of read responses if multiple requestsGravatar Steve French 1-3/+6
2019-09-16smb3: enable offload of decryption of large reads via mount optionGravatar Steve French 1-0/+2
2019-09-16smb3: allow parallelizing decryption of readsGravatar Steve French 1-1/+16
2019-09-16smb3: add mount option to allow RW caching of share accessed by only 1 clientGravatar Steve French 1-0/+2
2019-09-16smb3: add mount option to allow forced caching of read only shareGravatar Steve French 1-0/+2
2019-08-30fs: cifs: Initialize filesystem timestamp rangesGravatar Deepa Dinamani 1-0/+22
2019-08-22fs: cifs: move from the crypto cipher API to the new DES library interfaceGravatar Ard Biesheuvel 1-1/+0
2019-07-18cifs: copy_file_range needs to strip setuid bits and update timestampsGravatar Amir Goldstein 1-3/+8
2019-07-18Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-6/+8
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Gravatar Linus Torvalds 1-0/+4
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+0
2019-07-07smb3: add new mount option to retrieve mode from special ACEGravatar Steve French 1-0/+2
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefGravatar Steve French 1-6/+0
2019-07-07smb3: if max_credits is specified then display it in /proc/mountsGravatar Steve French 1-0/+5
2019-07-07cifs: add missing GCM module dependencyGravatar Aurelien Aptel 1-0/+1
2019-06-20fs: cifs: switch to RC4 library interfaceGravatar Ard Biesheuvel 1-1/+0
2019-06-13cifs: add spinlock for the openFileList to cifsInodeInfoGravatar Ronnie Sahlberg 1-0/+1
2019-06-09vfs: allow copy_file_range to copy across devicesGravatar Amir Goldstein 1-1/+1
2019-06-09vfs: no fallback for ->copy_file_rangeGravatar Dave Chinner 1-0/+4
2019-05-15cifs: add support for SEEK_DATA and SEEK_HOLEGravatar Ronnie Sahlberg 1-0/+9
2019-05-15Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the s...Gravatar Kovtunenko Oleksandr 1-5/+0
2019-05-07cifs: add fiemap supportGravatar Ronnie Sahlberg 1-0/+1
2019-05-07CIFS: Show locallease in /proc/mounts for cifs shares mounted with locallease...Gravatar Kenneth D'souza 1-0/+2
2019-05-01cifs: switch to ->free_inode()Gravatar Al Viro 1-9/+3
2019-04-01SMB3: Allow persistent handle timeout to be configurable on mountGravatar Steve French 1-0/+2
2019-03-22cifs: fix that return -EINVAL when do dedupe operationGravatar Xiaoli Feng 1-1/+1
2019-03-05smb3: for kerberos mounts display the credential uid usedGravatar Steve French 1-1/+1
2019-03-04smb3: make default i/o size for smb3 mounts largerGravatar Steve French 1-0/+1
2018-12-28cifs: Make use of DFS cache to get new DFS referralsGravatar Paulo Alcantara 1-1/+16
2018-11-02cifs: don't dereference smb_file_target before null checkGravatar Colin Ian King 1-2/+5
2018-11-02CIFS: Add direct I/O functions to file_operationsGravatar Long Li 1-6/+4
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-10/+14
2018-10-30vfs: make remap_file_range functions take and return bytes completedGravatar Darrick J. Wong 1-3/+3
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeGravatar Darrick J. Wong 1-9/+13
2018-10-23cifs: minor clarification in commentsGravatar Steve French 1-2/+4
2018-10-23CIFS: Print message when attempting a mountGravatar Rodrigo Freire 1-1/+6
2018-10-23CIFS: make 'nodfs' mount opt a superblock flagGravatar Aurelien Aptel 1-0/+2
2018-10-23smb3: add way to control slow response threshold for logging and statsGravatar Steve French 1-0/+13
2018-10-23cifs: minor updates to module description for cifs.koGravatar Steve French 1-3/+3
2018-08-10cifs: don't show domain= in mount output when domain is emptyGravatar Ronnie Sahlberg 1-1/+1
2018-08-07smb3: snapshot mounts are read-only and make sure info is displayable about t...Gravatar Steve French 1-0/+5
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Gravatar Steve French 1-8/+0
2018-08-07smb3: fill in statfs fsid and correct namelenGravatar Steve French 1-8/+10
2018-06-07smb3: do not allow insecure cifs mounts when using smb3Gravatar Steve French 1-4/+18
2018-05-30smb3: allow "posix" mount option to enable new SMB311 protocol extensionsGravatar Steve French 1-0/+10
2018-05-30cifs: allow disabling less secure legacy dialectsGravatar Steve French 1-0/+10