summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-2/+3
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | cifs: In the new mount api we get the full devname as source=Ronnie Sahlberg2021-02-111-1/+1
* | cifs: fix dfs domain referralsRonnie Sahlberg2021-01-281-1/+1
|/
* cifs: fix use after free in cifs_smb3_do_mount()Ronnie Sahlberg2020-12-151-1/+3
* cifs: fix rsize/wsize to be negotiated valuesSteve French2020-12-151-6/+3
* cifs: update super_operations to show_devnameSteve French2020-12-151-0/+21
* cifs: remove ctx argument from cifs_setup_cifs_sbRonnie Sahlberg2020-12-141-1/+1
* cifs: uncomplicate printing the iocharset parameterRonnie Sahlberg2020-12-141-15/+2
* cifs: we do not allow changing username/password/unc/... during remountRonnie Sahlberg2020-12-141-1/+1
* cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg2020-12-141-4/+7
* cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg2020-12-141-1/+1
* cifs: remove actimeo from cifs_sbRonnie Sahlberg2020-12-141-1/+1
* cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg2020-12-141-6/+6
* cifs: add witness mount option and data structsSamuel Cabrero2020-12-141-0/+5
* cifs: Register generic netlink familySamuel Cabrero2020-12-141-1/+16
* cifs: get rid of cifs_sb->mountdataRonnie Sahlberg2020-12-131-7/+0
* cifs: add an smb3_fs_context to cifs_sbRonnie Sahlberg2020-12-131-31/+29
* cifs: switch to new mount apiRonnie Sahlberg2020-12-131-31/+23
* cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg2020-12-131-12/+13
* smb3.1.1: add new module load parm enable_gcm_256Steve French2020-10-151-0/+4
* smb3.1.1: add new module load parm require_gcm_256Steve French2020-10-151-0/+4
* smb3: fix typo in mount options displayed in /proc/mountsSteve French2020-06-101-1/+1
* smb3: Add new parm "nodelete"Steve French2020-06-011-0/+2
* smb3: enable swap on SMB3 mountsSteve French2020-04-101-0/+4
* cifs: do d_move in renameSteve French2020-03-221-2/+2
* cifs: add missing mount option to /proc/mountsSteve French2020-02-241-0/+2
* cifs: fix mount option display for sec=krb5iPetr Pavlu2020-02-101-1/+5
* SMB3: Backup intent flag missing from some more opsAmir Goldstein2020-02-031-1/+1
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-12-061-6/+1
|\
| * new helper: lookup_positive_unlocked()Al Viro2019-11-151-6/+1
* | Merge tag 'docs-5.5a' of git://git.lwn.net/linuxLinus Torvalds2019-12-021-1/+1
|\ \
| * | Merge tag 'v5.4-rc4' into docs-nextJonathan Corbet2019-10-291-8/+16
| |\|
| * | docs: fix some broken referencesMauro Carvalho Chehab2019-10-101-1/+1
* | | cifs: move cifsFileInfo_put logic into a work-queueRonnie Sahlberg2019-11-251-1/+12
* | | cifs: add multichannel mount options and data structsAurelien Aptel2019-11-251-0/+4
* | | cifs: don't use 'pre:' for MODULE_SOFTDEPRonnie Sahlberg2019-11-251-12/+12
* | | cifs: add support for flockSteve French2019-11-251-0/+3
* | | cifs: clarify comment about timestamp granularity for old serversSteve French2019-10-201-1/+7
| |/ |/|
* | smb3: Fix regression in time handlingSteve French2019-10-091-8/+16
|/
* Merge tag '5.4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-09-191-1/+27
|\
| * smb3: allow disabling requesting leasesSteve French2019-09-161-0/+2
| * smb3: only offload decryption of read responses if multiple requestsSteve French2019-09-161-3/+6
| * smb3: enable offload of decryption of large reads via mount optionSteve French2019-09-161-0/+2
| * smb3: allow parallelizing decryption of readsSteve French2019-09-161-1/+16
| * smb3: add mount option to allow RW caching of share accessed by only 1 clientSteve French2019-09-161-0/+2
| * smb3: add mount option to allow forced caching of read only shareSteve French2019-09-161-0/+2
* | Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-09-191-0/+22
|\ \
| * | fs: cifs: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-301-0/+22
| |/