aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-02smb3: allow more detailed protocol info on open files for debuggingSteve French1-0/+3
2018-11-02cifs: fix return value for cifs_listxattrRonnie Sahlberg1-5/+6
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-10-23smb3: show number of current open files in /proc/fs/cifs/StatsSteve French1-0/+3
2018-10-23cifs: add support for ioctl on directoriesRonnie Sahlberg1-20/+65
2018-10-23smb2: fix uninitialized variable bug in smb2_ioctl_query_infoGustavo A. R. Silva1-1/+1
2018-10-23cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg1-1/+86
2018-10-23smb3: update default requested iosize to 4MB from 1MB for recent dialectsSteve French1-4/+54
2018-10-23smb3: Add debug message later in smb2/smb3 reconnect pathSteve French1-0/+3
2018-10-23smb3: track the instance of each session for debuggingSteve French1-0/+2
2018-10-23cifs: remove the is_falloc argument to SMB2_set_eofRonnie Sahlberg1-1/+1
2018-10-23cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg1-3/+3
2018-10-23smb3: add tracepoint to catch cases where credit refund of failed op overlaps reconnectSteve French1-0/+6
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-2/+2
2018-10-02smb2: fix missing files in root share directory listingAurelien Aptel1-1/+1
2018-09-02smb3: check for and properly advertise directory lease supportSteve French1-5/+5
2018-09-02SMB3: Backup intent flag missing for directory opens with backupuid mountsSteve French1-5/+20
2018-08-23cifs: create a define for how many iovs we need for an SMB2_open()Ronnie Sahlberg1-2/+2
2018-08-10cifs: add missing support for ACLs in SMB 3.11Ronnie Sahlberg1-0/+5
2018-08-09smb3: enumerating snapshots was leaving part of the data off endSteve French1-7/+27
2018-08-09cifs: update smb2_queryfs() to use compoundingRonnie Sahlberg1-6/+100
2018-08-09cifs: update receive_encrypted_standard to handle compounded responsesRonnie Sahlberg1-8/+53
2018-08-07cifs: update init_sg, crypt_message to take an array of rqstRonnie Sahlberg1-98/+108
2018-08-07smb3: display bytes_read and bytes_written in smb3 statsSteve French1-0/+3
2018-08-07cifs: simple stats should always be enabledSteve French1-4/+0
2018-08-07cifs: use a refcount to protect open/closing the cached file handleRonnie Sahlberg1-5/+26
2018-08-07smb3: add tracepoint for session expired or deletedSteve French1-0/+4
2018-08-07smb3: remove per-session operations from per-tree connection statsSteve French1-28/+18
2018-08-07smb3: remove noisy warning message on mountSteve French1-1/+5
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French1-6/+0
2018-08-07smb3: add support for statfs for smb3.1.1 posix extensionsSteve French1-1/+34
2018-08-07smb3: fill in statfs fsid and correct namelenSteve French1-0/+2
2018-08-07cifs: Silence uninitialized variable warningDan Carpenter1-1/+2
2018-07-05cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio1-6/+3
2018-07-05cifs: Fix memory leak in smb2_set_ea()Paulo Alcantara1-0/+2
2018-07-05cifs: fix SMB1 breakageRonnie Sahlberg1-1/+1
2018-07-05cifs: Fix use after free of a mid_q_entryLars Persson1-0/+1
2018-06-15cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara1-4/+3
2018-06-15smb3: Fix mode on mkdir on smb311 mountsSteve French1-0/+1
2018-06-15CIFS: parse and store info on iface queriesAurelien Aptel1-15/+155
2018-06-15cifs: Fix encryption/signingPaulo Alcantara1-2/+2
2018-06-15cifs: push rfc1002 generation down the stackRonnie Sahlberg1-42/+29
2018-06-15cifs: add lease tracking to the cached root fidRonnie Sahlberg1-9/+25
2018-06-07cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg1-23/+28
2018-06-06CIFS: fix encryption in SMB3.1.1Aurelien Aptel1-1/+1
2018-06-05CIFS: Pass page offset for encryptingSteve French1-7/+13
2018-06-02CIFS: Use offset when reading pagesLong Li1-1/+1
2018-06-02cifs: update multiplex loop to handle compounded responsesRonnie Sahlberg1-0/+17
2018-06-01cifs: remove header_preamble_size where it is always 0Ronnie Sahlberg1-26/+18
2018-06-01cifs: remove struct smb2_hdrRonnie Sahlberg1-6/+6