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