summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* smb2: fix missing files in root share directory listingAurelien Aptel2018-10-101-1/+1
* cifs: read overflow in is_valid_oplock_break()Dan Carpenter2018-10-101-0/+8
* fs/cifs: suppress a string overflow warningStephen Rothwell2018-10-101-3/+8
* fs/cifs: don't translate SFM_SLASH (U+F026) to backslashJon Kuhn2018-10-101-3/+0
* cifs: integer overflow in in SMB2_ioctl()Dan Carpenter2018-09-261-2/+2
* CIFS: fix wrapping bugs in num_entries()Dan Carpenter2018-09-261-10/+15
* cifs: prevent integer overflow in nxt_dir_entry()Dan Carpenter2018-09-261-2/+9
* cifs: connect to servername instead of IP for IPC$ shareThomas Werschlein2018-09-191-1/+1
* smb3: check for and properly advertise directory lease supportSteve French2018-09-192-5/+8
* SMB3: Backup intent flag missing for directory opens with backupuid mountsSteve French2018-09-192-5/+22
* smb3: if server does not support posix do not allow posix mount optionSteve French2018-09-151-2/+6
* SMB3: Number of requests sent should be displayed for SMB3 not just CIFSSteve French2018-09-151-1/+1
* CIFS: fix memory leak and remove dead codeAurelien Aptel2018-09-151-51/+50
* smb3: fix reset of bytes read and written statsSteve French2018-09-151-0/+8
* cifs: check if SMB2 PDU size has been padded and suppress the warningRonnie Sahlberg2018-09-151-0/+7
* smb3: fill in statfs fsid and correct namelenSteve French2018-09-054-8/+31
* smb3: don't request leases in symlink creation and querySteve French2018-09-051-2/+2
* smb3: Do not send SMB3 SET_INFO if nothing changedSteve French2018-09-052-1/+3
* smb3: enumerating snapshots was leaving part of the data off endSteve French2018-09-051-7/+27
* cifs: check kmalloc before useNicholas Mc Guire2018-09-051-0/+6
* cifs: use a refcount to protect open/closing the cached file handleRonnie Sahlberg2018-09-054-6/+31
* cifs: add missing debug entries for kconfig optionsSteve French2018-09-051-7/+23
* CIFS: fix uninitialized ptr deref in smb2 signingAurelien Aptel2018-09-051-2/+3
* cifs: add missing support for ACLs in SMB 3.11Ronnie Sahlberg2018-09-051-0/+5
* cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio2018-07-055-21/+14
* cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2018-07-052-8/+20
* cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio2018-07-051-2/+5
* cifs: Fix memory leak in smb2_set_ea()Paulo Alcantara2018-07-051-0/+2
* cifs: fix SMB1 breakageRonnie Sahlberg2018-07-055-11/+13
* cifs: Fix validation of signed data in smb2Paulo Alcantara2018-07-051-4/+24
* cifs: Fix validation of signed data in smb3+Paulo Alcantara2018-07-051-6/+25
* cifs: Fix use after free of a mid_q_entryLars Persson2018-07-057-2/+29
* cifs: Fix invalid check in __cifs_calc_signature()Paulo Alcantara2018-06-151-9/+6
* cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara2018-06-154-23/+24
* smb3: fix corrupt path in subdirs on smb311 with posixSteve French2018-06-151-1/+2
* smb3: do not display empty interface listSteve French2018-06-151-1/+3
* smb3: Fix mode on mkdir on smb311 mountsSteve French2018-06-156-3/+175
* cifs: Fix kernel oops when traceSMB is enabledPaulo Alcantara2018-06-151-5/+5
* CIFS: dump every session iface infoAurelien Aptel2018-06-151-0/+27
* CIFS: parse and store info on iface queriesAurelien Aptel2018-06-151-15/+155
* CIFS: add iface info to struct cifs_sesAurelien Aptel2018-06-152-0/+23
* CIFS: complete PDU definitions for interface queriesAurelien Aptel2018-06-151-3/+20
* CIFS: move default port definitions to cifsglob.hAurelien Aptel2018-06-152-3/+3
* cifs: Fix encryption/signingPaulo Alcantara2018-06-151-2/+2
* cifs: update __smb_send_rqst() to take an array of requestsRonnie Sahlberg2018-06-151-35/+44
* cifs: remove smb2_send_recv()Ronnie Sahlberg2018-06-153-42/+116
* cifs: push rfc1002 generation down the stackRonnie Sahlberg2018-06-156-135/+99
* smb3: increase initial number of credits requested to allow writeSteve French2018-06-151-2/+3
* cifs: add lease tracking to the cached root fidRonnie Sahlberg2018-06-156-20/+58
* smb3: note that smb3.11 posix extensions mount option is experimentalSteve French2018-06-151-1/+4