aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2020-07-01cifs: prevent truncation from long to int in wait_for_free_creditsGravatar Ronnie Sahlberg 1-1/+1
2020-07-01cifs: Fix the target file was deleted when rename failed.Gravatar Zhang Xiaoxu 1-2/+8
2020-07-01SMB3: Honor 'posix' flag for multiuser mountsGravatar Paul Aurich 1-4/+1
2020-07-01SMB3: Honor 'handletimeout' flag for multiuser mountsGravatar Paul Aurich 1-0/+1
2020-07-01SMB3: Honor lease disabling for multiuser mountsGravatar Paul Aurich 1-0/+1
2020-07-01SMB3: Honor persistent/resilient handle flags for multiuser mountsGravatar Paul Aurich 1-0/+2
2020-07-01SMB3: Honor 'seal' flag for multiuser mountsGravatar Paul Aurich 1-0/+1
2020-07-01cifs: Display local UID details for SMB sessions in DebugDataGravatar Paul Aurich 1-1/+5
2020-06-23cifs: misc: Use array_size() in if-statement controlling expressionGravatar Gustavo A. R. Silva 1-9/+7
2020-06-23cifs: update ctime and mtime during truncateGravatar Zhang Xiaoxu 1-0/+9
2020-06-23cifs/smb3: Fix data inconsistent when punch holeGravatar Zhang Xiaoxu 1-0/+6
2020-06-23cifs/smb3: Fix data inconsistent when zero file rangeGravatar Zhang Xiaoxu 1-0/+5
2020-06-23cifs: Fix double add page to memcg when cifs_readpagesGravatar Zhang Xiaoxu 1-4/+7
2020-06-21cifs: Fix cached_fid refcnt leak in open_shrootGravatar Xiyu Yang 1-0/+1
2020-06-12smb3: Add debug message for new file creation with idsfromsid mount optionGravatar Steve French 2-2/+4
2020-06-12cifs: fix chown and chgrp when idsfromsid mount option enabledGravatar Steve French 1-15/+42
2020-06-12smb3: allow uid and gid owners to be set on create with idsfromsid mount optionGravatar Steve French 4-21/+129
2020-06-12smb311: Add tracepoints for new compound posix query infoGravatar Steve French 2-6/+6
2020-06-12smb311: add support for using info level for posix extensions queryGravatar Steve French 4-4/+15
2020-06-12smb311: Add support for lookup with posix extensions query infoGravatar Steve French 1-1/+3
2020-06-12smb311: Add support for SMB311 query info (non-compounded)Gravatar Steve French 2-0/+15
2020-06-12SMB311: Add support for query info using posix extensions (level 100)Gravatar Steve French 6-2/+316
2020-06-12smb3: add indatalen that can be a non-zero value to calculation of credit cha...Gravatar Namjae Jeon 1-1/+3
2020-06-10smb3: fix typo in mount options displayed in /proc/mountsGravatar Steve French 1-1/+1
2020-06-08cifs: Add get_security_type_str function to return sec type.Gravatar Kenneth D'souza 2-3/+19
2020-06-06smb3: extend fscache mount volume coherency checkGravatar Steve French 3-9/+26
2020-06-05Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 27-729/+1041
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-2/+5
2020-06-04cifs: update internal module version numberGravatar Steve French 1-1/+1
2020-06-04cifs: multichannel: try to rebind when reconnecting a channelGravatar Aurelien Aptel 3-0/+34
2020-06-04cifs: multichannel: use pointer for binding channelGravatar Aurelien Aptel 2-4/+14
2020-06-04smb3: remove static checker warningGravatar Steve French 1-1/+1
2020-06-04cifs: multichannel: move channel selection above transport layerGravatar Aurelien Aptel 9-198/+356
2020-06-04cifs: multichannel: always zero struct cifs_io_parmsGravatar Aurelien Aptel 4-7/+7
2020-06-04cifs: dump Security Type info in DebugDataGravatar Kenneth D'souza 1-0/+6
2020-06-04smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64KGravatar Steve French 1-1/+1
2020-06-04smb3: default to minimum of two channels when multichannel specifiedGravatar Steve French 1-0/+4
2020-06-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+5
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepGravatar Christoph Hellwig 1-2/+1
2020-06-03fs: move fiemap range validation into the file systems instancesGravatar Christoph Hellwig 1-2/+4
2020-06-03fs: move the fiemap definitions out of fs.hGravatar Christoph Hellwig 2-0/+2
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Gravatar Johannes Weiner 1-5/+5
2020-06-02cifs: multichannel: move channel selection in functionGravatar Aurelien Aptel 2-11/+28
2020-06-02cifs: fix minor typos in comments and log messagesGravatar Steve French 1-4/+4
2020-06-02smb3: minor update to compression header definitionsGravatar Steve French 1-2/+11
2020-06-01cifs: minor fix to two debug messagesGravatar Steve French 2-2/+2
2020-06-01cifs: Standardize logging outputGravatar Joe Perches 20-381/+319
2020-06-01smb3: Add new parm "nodelete"Gravatar Steve French 4-1/+23
2020-06-01cifs: move some variables off the stack in smb2_ioctl_query_infoGravatar Ronnie Sahlberg 1-23/+35
2020-06-01cifs: reduce stack use in smb2_compound_opGravatar Ronnie Sahlberg 1-45/+47