| Commit message (Expand) | Author | Age | Files | Lines |
* | smb3.1.1: add new module load parm enable_gcm_256 | Steve French | 2020-10-16 | 1 | -0/+4 |
* | smb3.1.1: add new module load parm require_gcm_256 | Steve French | 2020-10-16 | 1 | -0/+4 |
* | smb3: fix typo in mount options displayed in /proc/mounts | Steve French | 2020-06-10 | 1 | -1/+1 |
* | smb3: Add new parm "nodelete" | Steve French | 2020-06-01 | 1 | -0/+2 |
* | smb3: enable swap on SMB3 mounts | Steve French | 2020-04-10 | 1 | -0/+4 |
* | cifs: do d_move in rename | Steve French | 2020-03-23 | 1 | -2/+2 |
* | cifs: add missing mount option to /proc/mounts | Steve French | 2020-02-24 | 1 | -0/+2 |
* | cifs: fix mount option display for sec=krb5i | Petr Pavlu | 2020-02-10 | 1 | -1/+5 |
* | SMB3: Backup intent flag missing from some more ops | Amir Goldstein | 2020-02-03 | 1 | -1/+1 |
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2019-12-06 | 1 | -6/+1 |
|\ |
|
| * | new helper: lookup_positive_unlocked() | Al Viro | 2019-11-15 | 1 | -6/+1 |
* | | Merge tag 'docs-5.5a' of git://git.lwn.net/linux | Linus Torvalds | 2019-12-02 | 1 | -1/+1 |
|\ \ |
|
| * | | Merge tag 'v5.4-rc4' into docs-next | Jonathan Corbet | 2019-10-29 | 1 | -8/+16 |
| |\| |
|
| * | | docs: fix some broken references | Mauro Carvalho Chehab | 2019-10-10 | 1 | -1/+1 |
* | | | cifs: move cifsFileInfo_put logic into a work-queue | Ronnie Sahlberg | 2019-11-25 | 1 | -1/+12 |
* | | | cifs: add multichannel mount options and data structs | Aurelien Aptel | 2019-11-25 | 1 | -0/+4 |
* | | | cifs: don't use 'pre:' for MODULE_SOFTDEP | Ronnie Sahlberg | 2019-11-25 | 1 | -12/+12 |
* | | | cifs: add support for flock | Steve French | 2019-11-25 | 1 | -0/+3 |
* | | | cifs: clarify comment about timestamp granularity for old servers | Steve French | 2019-10-21 | 1 | -1/+7 |
| |/
|/| |
|
* | | smb3: Fix regression in time handling | Steve French | 2019-10-09 | 1 | -8/+16 |
|/ |
|
* | Merge tag '5.4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2019-09-19 | 1 | -1/+27 |
|\ |
|
| * | smb3: allow disabling requesting leases | Steve French | 2019-09-16 | 1 | -0/+2 |
| * | smb3: only offload decryption of read responses if multiple requests | Steve French | 2019-09-16 | 1 | -3/+6 |
| * | smb3: enable offload of decryption of large reads via mount option | Steve French | 2019-09-16 | 1 | -0/+2 |
| * | smb3: allow parallelizing decryption of reads | Steve French | 2019-09-16 | 1 | -1/+16 |
| * | smb3: add mount option to allow RW caching of share accessed by only 1 client | Steve French | 2019-09-16 | 1 | -0/+2 |
| * | smb3: add mount option to allow forced caching of read only share | Steve French | 2019-09-16 | 1 | -0/+2 |
* | | Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p... | Linus Torvalds | 2019-09-19 | 1 | -0/+22 |
|\ \ |
|
| * | | fs: cifs: Initialize filesystem timestamp ranges | Deepa Dinamani | 2019-08-30 | 1 | -0/+22 |
| |/ |
|
* / | fs: cifs: move from the crypto cipher API to the new DES library interface | Ard Biesheuvel | 2019-08-22 | 1 | -1/+0 |
|/ |
|
* | cifs: copy_file_range needs to strip setuid bits and update timestamps | Amir Goldstein | 2019-07-18 | 1 | -3/+8 |
* | Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2019-07-18 | 1 | -6/+8 |
|\ |
|
| * | smb3: add new mount option to retrieve mode from special ACE | Steve French | 2019-07-08 | 1 | -0/+2 |
| * | cifs: simplify code by removing CONFIG_CIFS_ACL ifdef | Steve French | 2019-07-08 | 1 | -6/+0 |
| * | smb3: if max_credits is specified then display it in /proc/mounts | Steve French | 2019-07-08 | 1 | -0/+5 |
| * | cifs: add missing GCM module dependency | Aurelien Aptel | 2019-07-08 | 1 | -0/+1 |
* | | Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf... | Linus Torvalds | 2019-07-11 | 1 | -0/+4 |
|\ \ |
|
| * | | vfs: allow copy_file_range to copy across devices | Amir Goldstein | 2019-06-09 | 1 | -1/+1 |
| * | | vfs: no fallback for ->copy_file_range | Dave Chinner | 2019-06-09 | 1 | -0/+4 |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2019-07-09 | 1 | -1/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | fs: cifs: switch to RC4 library interface | Ard Biesheuvel | 2019-06-20 | 1 | -1/+0 |
| |/ |
|
* / | cifs: add spinlock for the openFileList to cifsInodeInfo | Ronnie Sahlberg | 2019-06-13 | 1 | -0/+1 |
|/ |
|
* | cifs: add support for SEEK_DATA and SEEK_HOLE | Ronnie Sahlberg | 2019-05-16 | 1 | -0/+9 |
* | Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the s... | Kovtunenko Oleksandr | 2019-05-16 | 1 | -5/+0 |
* | cifs: add fiemap support | Ronnie Sahlberg | 2019-05-08 | 1 | -0/+1 |
* | CIFS: Show locallease in /proc/mounts for cifs shares mounted with locallease... | Kenneth D'souza | 2019-05-08 | 1 | -0/+2 |
* | cifs: switch to ->free_inode() | Al Viro | 2019-05-02 | 1 | -9/+3 |
* | SMB3: Allow persistent handle timeout to be configurable on mount | Steve French | 2019-04-01 | 1 | -0/+2 |
* | cifs: fix that return -EINVAL when do dedupe operation | Xiaoli Feng | 2019-03-23 | 1 | -1/+1 |
* | smb3: for kerberos mounts display the credential uid used | Steve French | 2019-03-06 | 1 | -1/+1 |