summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2pdu.c
AgeCommit message (Expand)Author
2019-04-17SMB3: Allow persistent handle timeout to be configurable on mountSteve French
2019-04-05cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTEDNamjae Jeon
2019-03-27SMB3: Fix SMB3.1.1 guest mounts to SambaSteve French
2019-03-27cifs: allow guest mounts to work for smb3.11Ronnie Sahlberg
2019-01-31CIFS: fix use-after-free of the lease keysAurelien Aptel
2019-01-29CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky
2019-01-29CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky
2019-01-29CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky
2019-01-24CIFS: Do not assume one credit for async responsesPavel Shilovsky
2019-01-24cifs: fix memory leak of an allocated cifs_ntsd structureColin Ian King
2019-01-11cifs: move large array from stack to heapAurelien Aptel
2019-01-10CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky
2019-01-03smb3: add smb3.1.1 to default dialect listSteve French
2018-12-28cifs: Add support for failover in smb2_reconnect()Paulo Alcantara
2018-12-28cifs: remove set but not used variable 'server'YueHaibing
2018-12-23cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg
2018-11-02smb3: allow more detailed protocol info on open files for debuggingSteve French
2018-11-02smb3: add trace point for tree connectionSteve French
2018-10-24cifs: allow calling SMB2_xxx_free(NULL)Ronnie Sahlberg
2018-10-23smb3: show number of current open files in /proc/fs/cifs/StatsSteve French
2018-10-23cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg
2018-10-23fs/cifs: fix uninitialised variable warningsGarry McNulty
2018-10-23smb3: add tracepoint for sending lease break responses to serverSteve French
2018-10-23cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compoundingRonnie Sahlberg
2018-10-23cifs: remove the is_falloc argument to SMB2_set_eofRonnie Sahlberg
2018-10-23cifs: change SMB2_OP_SET_INFO to use compoundingRonnie Sahlberg
2018-10-23cifs: make rmdir() use compoundingRonnie Sahlberg
2018-10-23cifs: create helpers for SMB2_set_info_init/free()Ronnie Sahlberg
2018-10-23cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg
2018-10-23cifs: Use kmemdup rather than duplicating its implementation in smb311_posix_...YueHaibing
2018-09-12cifs: integer overflow in in SMB2_ioctl()Dan Carpenter
2018-09-12CIFS: fix wrapping bugs in num_entries()Dan Carpenter
2018-09-02smb3: check for and properly advertise directory lease supportSteve French
2018-08-23cifs: create a define for how many iovs we need for an SMB2_open()Ronnie Sahlberg
2018-08-10smb3: allow previous versions to be mounted with snapshot= mount parmSteve French
2018-08-09cifs: update smb2_queryfs() to use compoundingRonnie Sahlberg
2018-08-08cifs: create SMB2_open_init()/SMB2_open_free() helpers.Ronnie Sahlberg
2018-08-08cifs: add SMB2_query_info_[init|free]()Ronnie Sahlberg
2018-08-08cifs: add SMB2_close_init()/SMB2_close_free()Ronnie Sahlberg
2018-08-07cifs: simple stats should always be enabledSteve French
2018-08-07SMB3: Number of requests sent should be displayed for SMB3 not just CIFSSteve 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: fix memory leak and remove dead codeAurelien Aptel
2018-07-05cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()Stefano Brivio
2018-07-05cifs: Fix infinite loop when using hard mount optionPaulo Alcantara
2018-07-05cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE settingStefano Brivio
2018-06-15smb3: Fix mode on mkdir on smb311 mountsSteve French
2018-06-15cifs: remove smb2_send_recv()Ronnie Sahlberg