summaryrefslogtreecommitdiff
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
* | smb3: add way to control slow response threshold for logging and statsSteve French2018-10-233-3/+26
* | cifs: minor updates to module description for cifs.koSteve French2018-10-231-3/+3
* | cifs: protect against server returning invalid file system block sizeSteve French2018-10-231-0/+21
* | smb3: allow stats which track session and share reconnects to be resetSteve French2018-10-231-0/+3
* | SMB3: Backup intent flag missing from compounded opsSteve French2018-10-231-0/+2
* | cifs: create a define for the max number of iov we need for a SMB2 set_infoRonnie Sahlberg2018-10-232-1/+10
* | cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compoundingRonnie Sahlberg2018-10-234-142/+60
* | cifs: remove the is_falloc argument to SMB2_set_eofRonnie Sahlberg2018-10-233-9/+4
* | cifs: change SMB2_OP_SET_INFO to use compoundingRonnie Sahlberg2018-10-233-26/+23
* | cifs: change SMB2_OP_SET_EOF to use compoundingRonnie Sahlberg2018-10-231-8/+20
* | cifs: make rmdir() use compoundingRonnie Sahlberg2018-10-233-31/+35
* | cifs: create helpers for SMB2_set_info_init/free()Ronnie Sahlberg2018-10-233-40/+68
* | cifs: change unlink to use a compoundRonnie Sahlberg2018-10-231-5/+6
* | cifs: change mkdir to use a compoundRonnie Sahlberg2018-10-231-9/+13
* | cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg2018-10-234-22/+136
* | cifs: fix a credits leak for compund commandsRonnie Sahlberg2018-10-231-20/+37
* | smb3: add tracepoint to catch cases where credit refund of failed op overlaps...Steve French2018-10-232-0/+36
* | cifs: remove set but not used variable 'cifs_sb'YueHaibing2018-10-231-2/+0
* | cifs: Use kmemdup rather than duplicating its implementation in smb311_posix_...YueHaibing2018-10-231-2/+2
* | smb3: do not display confusing message on mount to Azure serversSteve French2018-10-231-1/+1
|/
* smb3: fix lease break problem introduced by compoundingSteve French2018-10-021-2/+1
* cifs: only wake the thread for the very last PDU in a compoundRonnie Sahlberg2018-10-021-1/+17
* cifs: add a warning if we try to to dequeue a deleted midRonnie Sahlberg2018-10-023-2/+12
* smb2: fix missing files in root share directory listingAurelien Aptel2018-10-021-1/+1
* cifs: read overflow in is_valid_oplock_break()Dan Carpenter2018-09-121-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-021-1/+1
* smb3: check for and properly advertise directory lease supportSteve French2018-09-022-5/+8
* smb3: minor debugging clarifications in rfc1001 len processingSteve French2018-09-021-5/+9
* SMB3: Backup intent flag missing for directory opens with backupuid mountsSteve French2018-09-022-5/+22
* fs/cifs: don't translate SFM_SLASH (U+F026) to backslashJon Kuhn2018-09-021-3/+0
* 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-1326-667/+1259
| |\
| | * smb3: create smb3 equivalent alias for cifs pseudo-xattrsSteve French2018-08-101-2/+26
| | * smb3: allow previous versions to be mounted with snapshot= mount parmSteve French2018-08-102-0/+68
| | * cifs: don't show domain= in mount output when domain is emptyRonnie Sahlberg2018-08-101-1/+1
| | * cifs: add missing support for ACLs in SMB 3.11Ronnie Sahlberg2018-08-101-0/+5
| | * smb3: enumerating snapshots was leaving part of the data off endSteve French2018-08-091-7/+27
| | * cifs: update smb2_queryfs() to use compoundingRonnie Sahlberg2018-08-094-26/+131
| | * cifs: update receive_encrypted_standard to handle compounded responsesRonnie Sahlberg2018-08-094-43/+107
| | * cifs: create SMB2_open_init()/SMB2_open_free() helpers.Ronnie Sahlberg2018-08-082-71/+78
| | * cifs: add SMB2_query_info_[init|free]()Ronnie Sahlberg2018-08-082-22/+51