Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-13cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli
2021-09-13cifs: remove pathname for file from SPDX headerSteve French
2021-06-21cifs: use SPDX-Licence-IdentifierSteve French
2021-05-04fs/cifs: Fix resource leakKhaled ROMDHANI
2021-05-03cifs: add shutdown supportSteve French
2021-04-26cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro
2021-04-26cifs: make build_path_from_dentry() return const char *Al Viro
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2020-06-12smb311: add support for using info level for posix extensions querySteve French
2020-06-04cifs: multichannel: move channel selection above transport layerAurelien Aptel
2020-06-04cifs: multichannel: always zero struct cifs_io_parmsAurelien Aptel
2020-03-23cifs: add SMB2_open() arg to return POSIX dataAurelien Aptel
2020-02-04SMB3: Backup intent flag missing from some more opsAmir Goldstein
2019-05-08SMB3: Clean up query symlink when reparse pointRonnie Sahlberg
2019-03-05cifs: replace snprintf with scnprintfRonnie Sahlberg
2018-08-07smb3: don't request leases in symlink creation and querySteve French
2018-06-08cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg
2018-04-02CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel
2017-07-09[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French
2016-12-15cifs: use %16phN for formatting md5 sumRasmus Villemoes
2016-09-28cifs: get rid of unused arguments of CIFSSMBWrite()Al Viro
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-09replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-05-11don't pass nameidata to ->follow_link()Al Viro
2015-05-11new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-05-11Fix that several functions handle incorrect value of mapcharsNakajima Akira
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-10-18[CIFS] Remove obsolete commentSteve French
2014-10-17Remap reserved posix characters by default (part 3/3)Steve French
2014-10-17mfsymlinks support for SMB2.1/SMB3. Part 2 query symlinkSteve French
2014-10-17Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlinkSteve French
2014-09-16Fix mfsymlinks file size checkSteve French
2014-09-15[SMB3] Fix oops when creating symlinks on smb3Steve French
2014-06-16fs/cifs: fix regression in cifs_create_mf_symlink()Björn Baumbach
2014-01-31cifs: Fix check for regular file in couldbe_mf_symlink()Sachin Prabhu
2014-01-20CIFS: Cleanup cifs open codepathPavel Shilovsky
2014-01-20cifs: move unix extension call to cifs_query_symlink()Sachin Prabhu
2014-01-20cifs: Re-order M-F Symlink codeSachin Prabhu
2014-01-20cifs: Add create MFSymlinks to protocol ops structSachin Prabhu
2014-01-20cifs: use protocol specific call for query_mf_symlink()Sachin Prabhu
2014-01-20cifs: Rename MF symlink function namesSachin Prabhu
2014-01-20cifs: Rename and cleanup open_query_close_cifs_symlink()Sachin Prabhu
2014-01-20cifs: Fix memory leak in cifs_hardlink()Christian Engelmayer
2013-12-28cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Sachin Prabhu
2013-10-25new helper: kfree_put_link()Al Viro
2013-09-08CIFS: Implement follow_link for SMB2Pavel Shilovsky
2013-07-31Do not attempt to do cifs operations reading symlinks with SMB2Steve French
2013-05-05[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2013-01-09treewide: Fix typo in various driversMasanari Iida