summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsfs.c
AgeCommit message (Expand)Author
2020-02-10cifs: fix mount option display for sec=krb5iPetr Pavlu
2020-02-03SMB3: Backup intent flag missing from some more opsAmir Goldstein
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds
2019-11-25cifs: move cifsFileInfo_put logic into a work-queueRonnie Sahlberg
2019-11-25cifs: add multichannel mount options and data structsAurelien Aptel
2019-11-25cifs: don't use 'pre:' for MODULE_SOFTDEPRonnie Sahlberg
2019-11-25cifs: add support for flockSteve French
2019-11-15new helper: lookup_positive_unlocked()Al Viro
2019-10-29Merge tag 'v5.4-rc4' into docs-nextJonathan Corbet
2019-10-20cifs: clarify comment about timestamp granularity for old serversSteve French
2019-10-10docs: fix some broken referencesMauro Carvalho Chehab
2019-10-09smb3: Fix regression in time handlingSteve French
2019-09-19Merge tag '5.4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds
2019-09-16smb3: allow disabling requesting leasesSteve French
2019-09-16smb3: only offload decryption of read responses if multiple requestsSteve French
2019-09-16smb3: enable offload of decryption of large reads via mount optionSteve French
2019-09-16smb3: allow parallelizing decryption of readsSteve French
2019-09-16smb3: add mount option to allow RW caching of share accessed by only 1 clientSteve French
2019-09-16smb3: add mount option to allow forced caching of read only shareSteve French
2019-08-30fs: cifs: Initialize filesystem timestamp rangesDeepa Dinamani
2019-08-22fs: cifs: move from the crypto cipher API to the new DES library interfaceArd Biesheuvel
2019-07-18cifs: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein
2019-07-18Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-07smb3: add new mount option to retrieve mode from special ACESteve French
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French
2019-07-07smb3: if max_credits is specified then display it in /proc/mountsSteve French
2019-07-07cifs: add missing GCM module dependencyAurelien Aptel
2019-06-20fs: cifs: switch to RC4 library interfaceArd Biesheuvel
2019-06-13cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg
2019-06-09vfs: allow copy_file_range to copy across devicesAmir Goldstein
2019-06-09vfs: no fallback for ->copy_file_rangeDave Chinner
2019-05-15cifs: add support for SEEK_DATA and SEEK_HOLERonnie Sahlberg
2019-05-15Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the s...Kovtunenko Oleksandr
2019-05-07cifs: add fiemap supportRonnie Sahlberg
2019-05-07CIFS: Show locallease in /proc/mounts for cifs shares mounted with locallease...Kenneth D'souza
2019-05-01cifs: switch to ->free_inode()Al Viro
2019-04-01SMB3: Allow persistent handle timeout to be configurable on mountSteve French
2019-03-22cifs: fix that return -EINVAL when do dedupe operationXiaoli Feng
2019-03-05smb3: for kerberos mounts display the credential uid usedSteve French
2019-03-04smb3: make default i/o size for smb3 mounts largerSteve French
2018-12-28cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara
2018-11-02cifs: don't dereference smb_file_target before null checkColin Ian King
2018-11-02CIFS: Add direct I/O functions to file_operationsLong Li
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong