aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2021-05-20Fix KASAN identified use-after-free issue.Gravatar Rohith Surabattula 2-9/+23
2021-05-19Defer close only when lease is enabled.Gravatar Rohith Surabattula 3-0/+4
2021-05-19Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Gravatar Rohith Surabattula 4-18/+23
2021-05-19cifs: Fix inconsistent indentingGravatar Jiapeng Chong 1-1/+1
2021-05-19cifs: fix memory leak in smb2_copychunk_rangeGravatar Ronnie Sahlberg 1-0/+2
2021-05-19SMB3: incorrect file id in requests compounded with openGravatar Steve French 1-3/+3
2021-05-16cifs: remove deadstore in cifs_close_all_deferred_files()Gravatar wenhuizhang 1-2/+0
2021-05-08smb3: if max_channels set to more than one channel request multichannelGravatar Steve French 1-0/+3
2021-05-08smb3: do not attempt multichannel to server which does not support itGravatar Steve French 1-0/+6
2021-05-08smb3: when mounting with multichannel include it in requested capabilitiesGravatar Steve French 1-0/+5
2021-05-05Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 14-33/+447
2021-05-04fs/cifs: Fix resource leakGravatar Khaled ROMDHANI 1-1/+5
2021-05-04Cifs: Fix kernel oops caused by deferred close for files.Gravatar Rohith Surabattula 4-5/+33
2021-05-04cifs: fix regression when mounting shares with prefix pathsGravatar Paulo Alcantara 3-13/+23
2021-05-03cifs: use echo_interval even when connection not ready.Gravatar Shyam Prasad N 1-11/+1
2021-05-03cifs: detect dead connections only when echoes are enabled.Gravatar Shyam Prasad N 1-0/+1
2021-05-03smb3.1.1: allow dumping keys for multiuser mountsGravatar Steve French 1-20/+46
2021-05-03smb3.1.1: allow dumping GCM256 keys to improve debugging of encrypted sharesGravatar Steve French 2-0/+52
2021-05-03cifs: add shutdown supportGravatar Steve French 9-2/+121
2021-05-03cifs: Deferred close for filesGravatar Rohith Surabattula 6-3/+187
2021-04-27smb3.1.1: enable negotiating stronger encryption by defaultGravatar Steve French 1-1/+1
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-44/+40
2021-04-25cifs: update internal version numberGravatar Steve French 1-1/+1
2021-04-25smb3: add rasize mount parameter to improve readahead performanceGravatar Steve French 3-3/+33
2021-04-25smb3: limit noisy errorGravatar Steve French 1-1/+4
2021-04-25cifs: fix leak in cifs_smb3_do_mount() ctxGravatar David Disseldorp 1-0/+6
2021-04-25cifs: remove unnecessary copies of tcon->crfid.fidGravatar Muhammad Usama Anjum 1-5/+6
2021-04-25cifs: Return correct error code from smb2_get_enc_keyGravatar Paul Aurich 1-1/+1
2021-04-25cifs: fix out-of-bound memory access when calling smb3_notify() at mount pointGravatar Eugene Korenevsky 1-1/+1
2021-04-25smb2: fix use-after-free in smb2_ioctl_query_info()Gravatar Aurelien Aptel 1-9/+5
2021-04-25cifs: export supported mount options via new mount_params /proc fileGravatar Aurelien Aptel 1-0/+50
2021-04-25cifs: log mount errors using cifs_errorf()Gravatar Aurelien Aptel 1-49/+46
2021-04-25cifs: add fs_context param to parsing helpersGravatar Aurelien Aptel 2-14/+11
2021-04-25cifs: make fs_context error logging wrapperGravatar Aurelien Aptel 1-1/+6
2021-04-25cifs: add FALLOC_FL_INSERT_RANGE supportGravatar Ronnie Sahlberg 1-0/+40
2021-04-25cifs: add support for FALLOC_FL_COLLAPSE_RANGEGravatar Ronnie Sahlberg 1-0/+35
2021-04-25cifs: check the timestamp for the cached dirent when deciding on revalidateGravatar Ronnie Sahlberg 1-0/+12
2021-04-25cifs: pass the dentry instead of the inode down to the revalidation check fun...Gravatar Ronnie Sahlberg 1-4/+5
2021-04-25cifs: add a timestamp to track when the lease of the cached dir was takenGravatar Ronnie Sahlberg 3-0/+4
2021-04-25cifs: add a function to get a cached dir based on its dentryGravatar Ronnie Sahlberg 2-0/+19
2021-04-25cifs: Grab a reference for the dentry of the cached directory during the life...Gravatar Ronnie Sahlberg 3-0/+27
2021-04-25cifs: store a pointer to the root dentry in cifs_sb_info once we have complet...Gravatar Ronnie Sahlberg 3-1/+17
2021-04-25cifs: rename the *_shroot* functions to *_cached_dir*Gravatar Ronnie Sahlberg 5-20/+21
2021-04-25cifs: pass a path to open_shroot and check if it is the root or notGravatar Ronnie Sahlberg 3-13/+16
2021-04-25cifs: move the check for nohandlecache into open_shrootGravatar Ronnie Sahlberg 2-21/+19
2021-04-25cifs: switch build_path_from_dentry() to using dentry_path_raw()Gravatar Al Viro 1-62/+23
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Gravatar Al Viro 10-178/+212
2021-04-25cifs: make build_path_from_dentry() return const char *Gravatar Al Viro 9-27/+27
2021-04-25cifs: constify pathname arguments in a bunch of helpersGravatar Al Viro 5-10/+10
2021-04-25cifs: constify path argument of ->make_node()Gravatar Al Viro 3-3/+3