summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2021-05-27cifs: change format of CIFS_FULL_KEY_DUMP ioctlAurelien Aptel3-45/+126
2021-05-27cifs: fix string declarations and assignments in tracepointsShyam Prasad N1-12/+17
2021-05-27cifs: set server->cipher_type to AES-128-CCM for SMB3.0Aurelien Aptel1-0/+7
2021-05-20Fix KASAN identified use-after-free issue.Rohith Surabattula2-9/+23
2021-05-20Defer close only when lease is enabled.Rohith Surabattula3-0/+4
2021-05-20Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Rohith Surabattula4-18/+23
2021-05-20cifs: Fix inconsistent indentingJiapeng Chong1-1/+1
2021-05-20cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg1-0/+2
2021-05-19SMB3: incorrect file id in requests compounded with openSteve French1-3/+3
2021-05-17cifs: remove deadstore in cifs_close_all_deferred_files()wenhuizhang1-2/+0
2021-05-08smb3: if max_channels set to more than one channel request multichannelSteve French1-0/+3
2021-05-08smb3: do not attempt multichannel to server which does not support itSteve French1-0/+6
2021-05-08smb3: when mounting with multichannel include it in requested capabilitiesSteve French1-0/+5
2021-05-05Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-33/+447
2021-05-04fs/cifs: Fix resource leakKhaled ROMDHANI1-1/+5
2021-05-04Cifs: Fix kernel oops caused by deferred close for files.Rohith Surabattula4-5/+33
2021-05-04cifs: fix regression when mounting shares with prefix pathsPaulo Alcantara3-13/+23
2021-05-03cifs: use echo_interval even when connection not ready.Shyam Prasad N1-11/+1
2021-05-03cifs: detect dead connections only when echoes are enabled.Shyam Prasad N1-0/+1
2021-05-03smb3.1.1: allow dumping keys for multiuser mountsSteve French1-20/+46
2021-05-03smb3.1.1: allow dumping GCM256 keys to improve debugging of encrypted sharesSteve French2-0/+52
2021-05-03cifs: add shutdown supportSteve French9-2/+121
2021-05-03cifs: Deferred close for filesRohith Surabattula6-3/+187
2021-04-28smb3.1.1: enable negotiating stronger encryption by defaultSteve French1-1/+1
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-44/+40
2021-04-26cifs: update internal version numberSteve French1-1/+1
2021-04-26smb3: add rasize mount parameter to improve readahead performanceSteve French3-3/+33
2021-04-26smb3: limit noisy errorSteve French1-1/+4
2021-04-26cifs: fix leak in cifs_smb3_do_mount() ctxDavid Disseldorp1-0/+6
2021-04-26cifs: remove unnecessary copies of tcon->crfid.fidMuhammad Usama Anjum1-5/+6
2021-04-26cifs: Return correct error code from smb2_get_enc_keyPaul Aurich1-1/+1
2021-04-26cifs: fix out-of-bound memory access when calling smb3_notify() at mount pointEugene Korenevsky1-1/+1
2021-04-26smb2: fix use-after-free in smb2_ioctl_query_info()Aurelien Aptel1-9/+5
2021-04-26cifs: export supported mount options via new mount_params /proc fileAurelien Aptel1-0/+50
2021-04-26cifs: log mount errors using cifs_errorf()Aurelien Aptel1-49/+46
2021-04-26cifs: add fs_context param to parsing helpersAurelien Aptel2-14/+11
2021-04-26cifs: make fs_context error logging wrapperAurelien Aptel1-1/+6
2021-04-26cifs: add FALLOC_FL_INSERT_RANGE supportRonnie Sahlberg1-0/+40
2021-04-26cifs: add support for FALLOC_FL_COLLAPSE_RANGERonnie Sahlberg1-0/+35
2021-04-26cifs: check the timestamp for the cached dirent when deciding on revalidateRonnie Sahlberg1-0/+12
2021-04-26cifs: pass the dentry instead of the inode down to the revalidation check fun...Ronnie Sahlberg1-4/+5
2021-04-26cifs: add a timestamp to track when the lease of the cached dir was takenRonnie Sahlberg3-0/+4
2021-04-26cifs: add a function to get a cached dir based on its dentryRonnie Sahlberg2-0/+19
2021-04-26cifs: Grab a reference for the dentry of the cached directory during the life...Ronnie Sahlberg3-0/+27
2021-04-26cifs: store a pointer to the root dentry in cifs_sb_info once we have complet...Ronnie Sahlberg3-1/+17
2021-04-26cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg5-20/+21
2021-04-26cifs: pass a path to open_shroot and check if it is the root or notRonnie Sahlberg3-13/+16
2021-04-26cifs: move the check for nohandlecache into open_shrootRonnie Sahlberg2-21/+19
2021-04-26cifs: switch build_path_from_dentry() to using dentry_path_raw()Al Viro1-62/+23
2021-04-26cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro10-178/+212