summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* CIFS: Do not assume one credit for async responsesPavel Shilovsky2019-02-201-4/+11
* cifs: Limit memory used by lock request calls to a pageRoss Lagerwall2019-02-202-0/+12
* cifs: check ntwrk_buf_start for NULL before dereferencing itRonnie Sahlberg2019-02-121-1/+8
* cifs: Always resolve hostname before reconnectingPaulo Alcantara2019-02-061-0/+53
* CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky2019-02-061-1/+1
* CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky2019-02-061-16/+30
* CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky2019-02-061-2/+2
* smb3: add credits we receive from oplock/break PDUsRonnie Sahlberg2019-01-311-0/+7
* CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky2019-01-312-7/+46
* CIFS: Fix credit calculation for encrypted reads with errorsPavel Shilovsky2019-01-311-10/+14
* CIFS: Fix credits calculations for reads with errorsPavel Shilovsky2019-01-311-12/+23
* CIFS: Fix possible hang during async MTU reads and writesPavel Shilovsky2019-01-311-3/+3
* cifs: Fix potential OOB access of lock element arrayRoss Lagerwall2019-01-162-6/+6
* CIFS: Fix credit computation for compounded requestsPavel Shilovsky2019-01-161-18/+41
* CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky2019-01-161-1/+1
* CIFS: Do not set credits to 1 if the server didn't grant anythingPavel Shilovsky2019-01-161-2/+0Star
* CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky2019-01-161-2/+6
* smb3: fix large reads on encrypted connectionsPaul Aurich2019-01-091-1/+3
* CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin2019-01-091-2/+2
* cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)Steve French2018-12-211-1/+1
* cifs: Fix separator when building path from dentryPaulo Alcantara2018-12-131-1/+1
* cifs: fix return value for cifs_listxattrRonnie Sahlberg2018-11-271-5/+6
* cifs: don't dereference smb_file_target before null checkColin Ian King2018-11-271-2/+5
* smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French2018-11-131-2/+4
* smb3: do not attempt cifs operation in smb3 query info error pathSteve French2018-11-131-1/+9
* smb3: allow stats which track session and share reconnects to be resetSteve French2018-11-131-0/+3
* cifs: fix a credits leak for compund commandsRonnie Sahlberg2018-11-131-20/+37
* smb3: fix lease break problem introduced by compoundingSteve French2018-10-031-2/+1Star
* cifs: only wake the thread for the very last PDU in a compoundRonnie Sahlberg2018-10-031-1/+17
* cifs: add a warning if we try to to dequeue a deleted midRonnie Sahlberg2018-10-033-2/+12
* smb2: fix missing files in root share directory listingAurelien Aptel2018-10-031-1/+1
* cifs: read overflow in is_valid_oplock_break()Dan Carpenter2018-09-131-0/+8
* cifs: integer overflow in in SMB2_ioctl()Dan Carpenter2018-09-121-2/+2
* CIFS: fix wrapping bugs in num_entries()Dan Carpenter2018-09-121-10/+15
* cifs: prevent integer overflow in nxt_dir_entry()Dan Carpenter2018-09-121-2/+9
* fs/cifs: require sha512Stefan Metzmacher2018-09-091-0/+1
* fs/cifs: suppress a string overflow warningStephen Rothwell2018-09-091-3/+8
* cifs: connect to servername instead of IP for IPC$ shareThomas Werschlein2018-09-031-1/+1
* smb3: check for and properly advertise directory lease supportSteve French2018-09-032-5/+8
* smb3: minor debugging clarifications in rfc1001 len processingSteve French2018-09-031-5/+9
* SMB3: Backup intent flag missing for directory opens with backupuid mountsSteve French2018-09-032-5/+22
* fs/cifs: don't translate SFM_SLASH (U+F026) to backslashJon Kuhn2018-09-031-3/+0Star
* cifs: update internal module version number for cifs.ko to 2.12Steve French2018-08-231-1/+1
* cifs: check kmalloc before useNicholas Mc Guire2018-08-231-0/+6
* cifs: check if SMB2 PDU size has been padded and suppress the warningRonnie Sahlberg2018-08-231-0/+7
* cifs: create a define for how many iovs we need for an SMB2_open()Ronnie Sahlberg2018-08-233-4/+16
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-1628-673/+1263
|\
| * Merge tag '4.19-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-08-1426-667/+1259
| |\
| | * smb3: create smb3 equivalent alias for cifs pseudo-xattrsSteve French2018-08-111-2/+26
| | * smb3: allow previous versions to be mounted with snapshot= mount parmSteve French2018-08-102-0/+68