summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)Author
2019-05-25cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst
2019-04-27cifs: fix handle leak in smb2_query_symlink()Ronnie Sahlberg
2019-04-20cifs: return -ENODATA when deleting an xattr that does not existRonnie Sahlberg
2019-03-23CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky
2019-03-23CIFS: Do not reset lease state to NONE on lease breakPavel Shilovsky
2019-01-29cifs: limit amount of data we request for xattrs to CIFSMaxBufSizeRonnie Sahlberg
2019-01-24CIFS: Fix credit calculations in compound mid callbackPavel Shilovsky
2019-01-24CIFS: Fix credit calculation for encrypted reads with errorsPavel Shilovsky
2019-01-24CIFS: Do not reconnect TCP session in add_credits()Pavel Shilovsky
2019-01-24CIFS: Fix possible hang during async MTU reads and writesPavel Shilovsky
2019-01-02smb3: fix large reads on encrypted connectionsPaul Aurich
2018-12-31cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg
2018-12-23cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg
2018-12-23cifs: create a helper function for compound query_infoRonnie Sahlberg
2018-12-23cifs: use a compound for setting an xattrRonnie Sahlberg
2018-12-19smb3: Fix rmdir compounding regression to strict serversRonnie Sahlberg
2018-11-02smb3: allow more detailed protocol info on open files for debuggingSteve French
2018-11-02cifs: fix return value for cifs_listxattrRonnie Sahlberg
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-23smb3: show number of current open files in /proc/fs/cifs/StatsSteve French
2018-10-23cifs: add support for ioctl on directoriesRonnie Sahlberg
2018-10-23smb2: fix uninitialized variable bug in smb2_ioctl_query_infoGustavo A. R. Silva
2018-10-23cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg
2018-10-23smb3: update default requested iosize to 4MB from 1MB for recent dialectsSteve French
2018-10-23smb3: Add debug message later in smb2/smb3 reconnect pathSteve French
2018-10-23smb3: track the instance of each session for debuggingSteve French
2018-10-23cifs: remove the is_falloc argument to SMB2_set_eofRonnie Sahlberg
2018-10-23cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg
2018-10-23smb3: add tracepoint to catch cases where credit refund of failed op overlaps...Steve French
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-02smb2: fix missing files in root share directory listingAurelien Aptel
2018-09-02smb3: check for and properly advertise directory lease supportSteve French
2018-09-02SMB3: Backup intent flag missing for directory opens with backupuid mountsSteve French
2018-08-23cifs: create a define for how many iovs we need for an SMB2_open()Ronnie Sahlberg
2018-08-10cifs: add missing support for ACLs in SMB 3.11Ronnie Sahlberg
2018-08-09smb3: enumerating snapshots was leaving part of the data off endSteve French
2018-08-09cifs: update smb2_queryfs() to use compoundingRonnie Sahlberg
2018-08-09cifs: update receive_encrypted_standard to handle compounded responsesRonnie Sahlberg
2018-08-07cifs: update init_sg, crypt_message to take an array of rqstRonnie Sahlberg
2018-08-07smb3: display bytes_read and bytes_written in smb3 statsSteve French
2018-08-07cifs: simple stats should always be enabledSteve French
2018-08-07cifs: use a refcount to protect open/closing the cached file handleRonnie Sahlberg
2018-08-07smb3: add tracepoint for session expired or deletedSteve French
2018-08-07smb3: remove per-session operations from per-tree connection statsSteve French
2018-08-07smb3: remove noisy warning message on mountSteve French
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French
2018-08-07smb3: add support for statfs for smb3.1.1 posix extensionsSteve French
2018-08-07smb3: fill in statfs fsid and correct namelenSteve French
2018-08-07cifs: Silence uninitialized variable warningDan Carpenter
2018-07-05cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio