aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2018-07-05cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Gravatar Stefano Brivio 5-21/+14
2018-07-05cifs: Fix infinite loop when using hard mount optionGravatar Paulo Alcantara 2-8/+20
2018-07-05cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingGravatar Stefano Brivio 1-2/+5
2018-07-05cifs: Fix memory leak in smb2_set_ea()Gravatar Paulo Alcantara 1-0/+2
2018-07-05cifs: fix SMB1 breakageGravatar Ronnie Sahlberg 5-11/+13
2018-07-05cifs: Fix validation of signed data in smb2Gravatar Paulo Alcantara 1-4/+24
2018-07-05cifs: Fix validation of signed data in smb3+Gravatar Paulo Alcantara 1-6/+25
2018-07-05cifs: Fix use after free of a mid_q_entryGravatar Lars Persson 7-2/+29
2018-06-15cifs: Fix invalid check in __cifs_calc_signature()Gravatar Paulo Alcantara 1-9/+6
2018-06-15cifs: Use correct packet length in SMB2_TRANSFORM headerGravatar Paulo Alcantara 4-23/+24
2018-06-15smb3: fix corrupt path in subdirs on smb311 with posixGravatar Steve French 1-1/+2
2018-06-15smb3: do not display empty interface listGravatar Steve French 1-1/+3
2018-06-15smb3: Fix mode on mkdir on smb311 mountsGravatar Steve French 6-3/+175
2018-06-15cifs: Fix kernel oops when traceSMB is enabledGravatar Paulo Alcantara 1-5/+5
2018-06-15CIFS: dump every session iface infoGravatar Aurelien Aptel 1-0/+27
2018-06-15CIFS: parse and store info on iface queriesGravatar Aurelien Aptel 1-15/+155
2018-06-15CIFS: add iface info to struct cifs_sesGravatar Aurelien Aptel 2-0/+23
2018-06-15CIFS: complete PDU definitions for interface queriesGravatar Aurelien Aptel 1-3/+20
2018-06-15CIFS: move default port definitions to cifsglob.hGravatar Aurelien Aptel 2-3/+3
2018-06-15cifs: Fix encryption/signingGravatar Paulo Alcantara 1-2/+2
2018-06-15cifs: update __smb_send_rqst() to take an array of requestsGravatar Ronnie Sahlberg 1-35/+44
2018-06-15cifs: remove smb2_send_recv()Gravatar Ronnie Sahlberg 3-42/+116
2018-06-15cifs: push rfc1002 generation down the stackGravatar Ronnie Sahlberg 6-135/+99
2018-06-15smb3: increase initial number of credits requested to allow writeGravatar Steve French 1-2/+3
2018-06-15cifs: add lease tracking to the cached root fidGravatar Ronnie Sahlberg 6-20/+58
2018-06-15smb3: note that smb3.11 posix extensions mount option is experimentalGravatar Steve French 1-1/+4
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-18/+20
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Gravatar Arnd Bergmann 3-18/+20
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 2-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 5-11/+11
2018-06-07cifs: fix a buffer leak in smb2_query_symlinkGravatar Ronnie Sahlberg 6-29/+39
2018-06-07smb3: do not allow insecure cifs mounts when using smb3Gravatar Steve French 3-14/+36
2018-06-07CIFS: Fix NULL ptr derefGravatar Aurelien Aptel 3-7/+9
2018-06-06CIFS: fix encryption in SMB3.1.1Gravatar Aurelien Aptel 1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 3-18/+20
2018-06-05CIFS: Pass page offset for encryptingGravatar Steve French 1-7/+13
2018-06-05CIFS: Pass page offset for calculating signatureGravatar Long Li 1-4/+5
2018-06-05CIFS: SMBD: Support page offset in memory registrationGravatar Long Li 3-38/+58
2018-06-05CIFS: SMBD: Support page offset in RDMA recvGravatar Long Li 1-7/+11
2018-06-05CIFS: SMBD: Support page offset in RDMA sendGravatar Long Li 1-8/+19
2018-06-05CIFS: When sending data on socket, pass the correct page offsetGravatar Long Li 1-8/+6
2018-06-05CIFS: Introduce helper function to get page offset and length in smb_rqstGravatar Long Li 2-0/+20
2018-06-05CIFS: Calculate the correct request length based on page offset and tail sizeGravatar Long Li 1-3/+17
2018-06-04cifs: For SMB2 security informaion query, check for minimum sized security de...Gravatar Shirish Pargaonkar 2-2/+15
2018-06-04CIFS: Fix signing for SMB2/3Gravatar Aurelien Aptel 3-10/+12
2018-06-04Merge tag '4.18-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 28-434/+1346
2018-06-04Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-19/+19
2018-06-02CIFS: Add support for direct pages in wdataGravatar Long Li 3-4/+17
2018-06-02CIFS: Use offset when reading pagesGravatar Long Li 5-19/+45