aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-11cifs: move large array from stack to heapAurelien Aptel1-7/+16
2019-01-10CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky1-2/+6
2019-01-03smb3: add smb3.1.1 to default dialect listSteve French1-13/+27
2018-12-28cifs: Add support for failover in smb2_reconnect()Paulo Alcantara1-3/+85
2018-12-28cifs: remove set but not used variable 'server'YueHaibing1-7/+1
2018-12-23cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg1-12/+0
2018-11-02smb3: allow more detailed protocol info on open files for debuggingSteve French1-0/+3
2018-11-02smb3: add trace point for tree connectionSteve French1-1/+2
2018-10-24cifs: allow calling SMB2_xxx_free(NULL)Ronnie Sahlberg1-7/+12
2018-10-23smb3: show number of current open files in /proc/fs/cifs/StatsSteve French1-1/+4
2018-10-23cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg1-8/+9
2018-10-23fs/cifs: fix uninitialised variable warningsGarry McNulty1-3/+3
2018-10-23smb3: add tracepoint for sending lease break responses to serverSteve French1-1/+9
2018-10-23cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compoundingRonnie Sahlberg1-64/+0
2018-10-23cifs: remove the is_falloc argument to SMB2_set_eofRonnie Sahlberg1-7/+2
2018-10-23cifs: change SMB2_OP_SET_INFO to use compoundingRonnie Sahlberg1-11/+0
2018-10-23cifs: make rmdir() use compoundingRonnie Sahlberg1-16/+0
2018-10-23cifs: create helpers for SMB2_set_info_init/free()Ronnie Sahlberg1-34/+57
2018-10-23cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg1-7/+7
2018-10-23cifs: Use kmemdup rather than duplicating its implementation in smb311_posix_mkdir()YueHaibing1-2/+2
2018-09-12cifs: integer overflow in in SMB2_ioctl()Dan Carpenter1-2/+2
2018-09-12CIFS: fix wrapping bugs in num_entries()Dan Carpenter1-10/+15
2018-09-02smb3: check for and properly advertise directory lease supportSteve French1-0/+3
2018-08-23cifs: create a define for how many iovs we need for an SMB2_open()Ronnie Sahlberg1-2/+2
2018-08-10smb3: allow previous versions to be mounted with snapshot= mount parmSteve French1-0/+60
2018-08-09cifs: update smb2_queryfs() to use compoundingRonnie Sahlberg1-20/+21
2018-08-08cifs: create SMB2_open_init()/SMB2_open_free() helpers.Ronnie Sahlberg1-71/+74
2018-08-08cifs: add SMB2_query_info_[init|free]()Ronnie Sahlberg1-22/+46
2018-08-08cifs: add SMB2_close_init()/SMB2_close_free()Ronnie Sahlberg1-14/+34
2018-08-07cifs: simple stats should always be enabledSteve French1-2/+0
2018-08-07SMB3: Number of requests sent should be displayed for SMB3 not just CIFSSteve French1-1/+1
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French1-28/+3
2018-08-07smb3: add support for statfs for smb3.1.1 posix extensionsSteve French1-0/+71
2018-08-07smb3: fill in statfs fsid and correct namelenSteve French1-0/+8
2018-08-07CIFS: fix memory leak and remove dead codeAurelien Aptel1-51/+50
2018-07-05cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio1-3/+4
2018-07-05cifs: Fix infinite loop when using hard mount optionPaulo Alcantara1-6/+12
2018-07-05cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio1-2/+5
2018-06-15smb3: Fix mode on mkdir on smb311 mountsSteve French1-0/+153
2018-06-15cifs: remove smb2_send_recv()Ronnie Sahlberg1-21/+116
2018-06-15cifs: push rfc1002 generation down the stackRonnie Sahlberg1-26/+12
2018-06-15smb3: increase initial number of credits requested to allow writeSteve French1-2/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+3
2018-06-07cifs: fix a buffer leak in smb2_query_symlinkRonnie Sahlberg1-1/+2
2018-06-05CIFS: SMBD: Support page offset in memory registrationLong Li1-6/+12
2018-06-04cifs: For SMB2 security informaion query, check for minimum sized security descriptor instead of sizeof FileAllInformation classShirish Pargaonkar1-2/+1
2018-06-02CIFS: Use offset when reading pagesLong Li1-0/+1
2018-06-01cifs: remove header_preamble_size where it is always 0Ronnie Sahlberg1-26/+18
2018-06-01cifs: remove struct smb2_hdrRonnie Sahlberg1-14/+14
2018-05-31cifs: change smb2_get_data_area_len to take a smb2_sync_hdr as argumentRonnie Sahlberg1-1/+1