aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-10cifs: fix mount option display for sec=krb5iPetr Pavlu1-1/+5
2020-02-03SMB3: Backup intent flag missing from some more opsAmir Goldstein1-1/+1
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+1
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-11-25cifs: move cifsFileInfo_put logic into a work-queueRonnie Sahlberg1-1/+12
2019-11-25cifs: add multichannel mount options and data structsAurelien Aptel1-0/+4
2019-11-25cifs: don't use 'pre:' for MODULE_SOFTDEPRonnie Sahlberg1-12/+12
2019-11-25cifs: add support for flockSteve French1-0/+3
2019-11-15new helper: lookup_positive_unlocked()Al Viro1-6/+1
2019-10-29Merge tag 'v5.4-rc4' into docs-nextJonathan Corbet1-8/+16
2019-10-20cifs: clarify comment about timestamp granularity for old serversSteve French1-1/+7
2019-10-10docs: fix some broken referencesMauro Carvalho Chehab1-1/+1
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