aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/link.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-13cifs: improve symlink handling for smb2+Gravatar Paulo Alcantara 1-104/+3
2022-10-07cifs: secmech: use shash_desc directly, remove sdescGravatar Enzo Matsumiya 1-7/+6
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeGravatar Steve French 1-0/+8
2022-04-13cifs: potential buffer overflow in handling symlinksGravatar Harshit Mogalapalli 1-0/+3
2021-09-13cifs: remove pathname for file from SPDX headerGravatar Steve French 1-1/+0
2021-06-20cifs: use SPDX-Licence-IdentifierGravatar Steve French 1-13/+1
2021-05-04fs/cifs: Fix resource leakGravatar Khaled ROMDHANI 1-1/+5
2021-05-03cifs: add shutdown supportGravatar Steve French 1-0/+7
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Gravatar Al Viro 1-18/+28
2021-04-25cifs: make build_path_from_dentry() return const char *Gravatar Al Viro 1-4/+4
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-1/+2
2020-06-12smb311: add support for using info level for posix extensions queryGravatar Steve French 1-1/+3
2020-06-04cifs: multichannel: move channel selection above transport layerGravatar Aurelien Aptel 1-1/+1
2020-06-04cifs: multichannel: always zero struct cifs_io_parmsGravatar Aurelien Aptel 1-3/+3
2020-03-22cifs: add SMB2_open() arg to return POSIX dataGravatar Aurelien Aptel 1-2/+2
2020-02-03SMB3: Backup intent flag missing from some more opsGravatar Amir Goldstein 1-14/+4
2019-05-07SMB3: Clean up query symlink when reparse pointGravatar Ronnie Sahlberg 1-3/+10
2019-03-04cifs: replace snprintf with scnprintfGravatar Ronnie Sahlberg 1-7/+7
2018-08-07smb3: don't request leases in symlink creation and queryGravatar Steve French 1-2/+2
2018-06-07cifs: fix a buffer leak in smb2_query_symlinkGravatar Ronnie Sahlberg 1-2/+4
2018-04-01CIFS: refactor crypto shash/sdesc allocation&freeGravatar Aurelien Aptel 1-21/+6
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredGravatar Steve French 1-4/+0
2016-12-15cifs: use %16phN for formatting md5 sumGravatar Rasmus Villemoes 1-7/+2
2016-09-27cifs: get rid of unused arguments of CIFSSMBWrite()Gravatar Al Viro 1-1/+1
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-2/+4
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-2/+4
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-15/+13
2015-05-10don't pass nameidata to ->follow_link()Gravatar Al Viro 1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsGravatar Al Viro 1-15/+13
2015-05-10Fix that several functions handle incorrect value of mapcharsGravatar Nakajima Akira 1-1/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-6/+6
2014-10-17[CIFS] Remove obsolete commentGravatar Steve French 1-6/+4
2014-10-16Remap reserved posix characters by default (part 3/3)Gravatar Steve French 1-2/+2
2014-10-16mfsymlinks support for SMB2.1/SMB3. Part 2 query symlinkGravatar Steve French 1-1/+69
2014-10-16Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlinkGravatar Steve French 1-0/+63
2014-09-16Fix mfsymlinks file size checkGravatar Steve French 1-1/+3
2014-09-15[SMB3] Fix oops when creating symlinks on smb3Gravatar Steve French 1-2/+6
2014-06-16fs/cifs: fix regression in cifs_create_mf_symlink()Gravatar Björn Baumbach 1-1/+1
2014-01-31cifs: Fix check for regular file in couldbe_mf_symlink()Gravatar Sachin Prabhu 1-1/+1
2014-01-20CIFS: Cleanup cifs open codepathGravatar Pavel Shilovsky 1-16/+28
2014-01-20cifs: move unix extension call to cifs_query_symlink()Gravatar Sachin Prabhu 1-4/+1
2014-01-20cifs: Re-order M-F Symlink codeGravatar Sachin Prabhu 1-56/+68
2014-01-20cifs: Add create MFSymlinks to protocol ops structGravatar Sachin Prabhu 1-42/+46
2014-01-20cifs: use protocol specific call for query_mf_symlink()Gravatar Sachin Prabhu 1-41/+20
2014-01-20cifs: Rename MF symlink function namesGravatar Sachin Prabhu 1-17/+15
2014-01-20cifs: Rename and cleanup open_query_close_cifs_symlink()Gravatar Sachin Prabhu 1-25/+12
2014-01-19cifs: Fix memory leak in cifs_hardlink()Gravatar Christian Engelmayer 1-2/+4
2013-12-27cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Gravatar Sachin Prabhu 1-15/+11
2013-10-24new helper: kfree_put_link()Gravatar Al Viro 1-7/+0
2013-09-08CIFS: Implement follow_link for SMB2Gravatar Pavel Shilovsky 1-19/+5