summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.c
AgeCommit message (Expand)Author
2020-12-15cifs: fix use after free in cifs_smb3_do_mount()Ronnie Sahlberg
2020-12-15cifs: fix rsize/wsize to be negotiated valuesSteve French
2020-12-15cifs: update super_operations to show_devnameSteve French
2020-12-14cifs: remove ctx argument from cifs_setup_cifs_sbRonnie Sahlberg
2020-12-14cifs: uncomplicate printing the iocharset parameterRonnie Sahlberg
2020-12-14cifs: we do not allow changing username/password/unc/... during remountRonnie Sahlberg
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg
2020-12-14cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg
2020-12-14cifs: remove actimeo from cifs_sbRonnie Sahlberg
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg
2020-12-14cifs: add witness mount option and data structsSamuel Cabrero
2020-12-14cifs: Register generic netlink familySamuel Cabrero
2020-12-13cifs: get rid of cifs_sb->mountdataRonnie Sahlberg
2020-12-13cifs: add an smb3_fs_context to cifs_sbRonnie Sahlberg
2020-12-13cifs: switch to new mount apiRonnie Sahlberg
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg
2020-10-15smb3.1.1: add new module load parm enable_gcm_256Steve French
2020-10-15smb3.1.1: add new module load parm require_gcm_256Steve French
2020-06-10smb3: fix typo in mount options displayed in /proc/mountsSteve French
2020-06-01smb3: Add new parm "nodelete"Steve French
2020-04-10smb3: enable swap on SMB3 mountsSteve French
2020-03-22cifs: do d_move in renameSteve French
2020-02-24cifs: add missing mount option to /proc/mountsSteve French
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