aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsfs.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-15smb3.1.1: add new module load parm enable_gcm_256Gravatar Steve French 1-0/+4
2020-10-15smb3.1.1: add new module load parm require_gcm_256Gravatar Steve French 1-0/+4
2020-06-10smb3: fix typo in mount options displayed in /proc/mountsGravatar Steve French 1-1/+1
2020-06-01smb3: Add new parm "nodelete"Gravatar Steve French 1-0/+2
2020-04-10smb3: enable swap on SMB3 mountsGravatar Steve French 1-0/+4
2020-03-22cifs: do d_move in renameGravatar Steve French 1-2/+2
2020-02-24cifs: add missing mount option to /proc/mountsGravatar Steve French 1-0/+2
2020-02-10cifs: fix mount option display for sec=krb5iGravatar Petr Pavlu 1-1/+5
2020-02-03SMB3: Backup intent flag missing from some more opsGravatar Amir Goldstein 1-1/+1
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-6/+1
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-11-25cifs: move cifsFileInfo_put logic into a work-queueGravatar Ronnie Sahlberg 1-1/+12
2019-11-25cifs: add multichannel mount options and data structsGravatar Aurelien Aptel 1-0/+4
2019-11-25cifs: don't use 'pre:' for MODULE_SOFTDEPGravatar Ronnie Sahlberg 1-12/+12
2019-11-25cifs: add support for flockGravatar Steve French 1-0/+3
2019-11-15new helper: lookup_positive_unlocked()Gravatar Al Viro 1-6/+1
2019-10-29Merge tag 'v5.4-rc4' into docs-nextGravatar Jonathan Corbet 1-8/+16
2019-10-20cifs: clarify comment about timestamp granularity for old serversGravatar Steve French 1-1/+7
2019-10-10docs: fix some broken referencesGravatar Mauro Carvalho Chehab 1-1/+1
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