summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui2021-09-181-1/+1
* CIFS: Fix a potencially linear read overflowLen Baker2021-09-151-7/+2
* new helper: inode_wrong_type()Al Viro2021-09-081-3/+2
* cifs: create sd context must be a multiple of 8Shyam Prasad N2021-08-181-1/+1
* smb3: rc uninitialized in one fallocate pathSteve French2021-08-121-1/+2
* SMB3: fix readpage for large swap cacheSteve French2021-08-041-1/+1
* cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee2021-07-311-2/+2
* cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg2021-07-281-5/+18
* cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg2021-07-281-7/+19
* cifs: prevent NULL deref in cifs_compose_mount_options()Paulo Alcantara2021-07-251-0/+3
* cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara2021-07-201-4/+2
* cifs: fix missing spinlock around update to ses->statusSteve French2021-07-142-2/+6
* cifs: improve fallocate emulationRonnie Sahlberg2021-07-141-0/+133
* SMB3: incorrect file id in requests compounded with openSteve French2021-06-031-3/+3
* cifs: set server->cipher_type to AES-128-CCM for SMB3.0Aurelien Aptel2021-06-031-0/+7
* cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg2021-05-261-0/+2
* smb3: do not attempt multichannel to server which does not support itSteve French2021-05-111-0/+6
* smb3: when mounting with multichannel include it in requested capabilitiesSteve French2021-05-111-0/+5
* smb2: fix use-after-free in smb2_ioctl_query_info()Aurelien Aptel2021-05-111-9/+5
* cifs: detect dead connections only when echoes are enabled.Shyam Prasad N2021-05-111-0/+1
* cifs: fix out-of-bound memory access when calling smb3_notify() at mount pointEugene Korenevsky2021-05-111-1/+1
* cifs: Return correct error code from smb2_get_enc_keyPaul Aurich2021-05-111-1/+1
* cifs: Silently ignore unknown oplock break handleVincent Whitchurch2021-04-101-2/+2
* cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg2021-04-101-0/+1
* cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N2021-03-305-15/+41
* smb3: fix cached file size problems in duplicate extents (reflink)Steve French2021-03-301-3/+15
* cifs: change noisy error message to FYIPaulo Alcantara2021-03-301-1/+1
* cifs: ask for more credit on async read/write code pathsAurelien Aptel2021-03-301-4/+2
* cifs: Fix preauth hash corruptionVincent Whitchurch2021-03-251-1/+6
* cifs: fix allocation size on newly created filesSteve French2021-03-251-1/+9
* cifs: do not send close in compound create+close requestsPaulo Alcantara2021-03-176-17/+18
* cifs: fix credit accounting for extra channelAurelien Aptel2021-03-172-5/+6
* cifs: return proper error code in statfs(2)Paulo Alcantara2021-03-171-1/+1
* cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N2021-02-261-0/+1
* smb3: fix crediting for compounding when only one request in flightPavel Shilovsky2021-02-101-3/+15
* smb3: Fix out-of-bounds bug in SMB2_negotiate()Gustavo A. R. Silva2021-02-101-1/+1
* cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel2021-02-101-2/+20
* cifs: do not fail __smb_send_rqst if non-fatal signals are pendingRonnie Sahlberg2021-01-271-2/+2
* cifs: fix interrupted close commandsPaulo Alcantara2021-01-191-1/+1
* cifs: check pointer before freeingTom Rix2021-01-191-1/+2
* SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2020-12-302-5/+16
* SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rspSteve French2020-12-301-4/+12
* SMB3: avoid confusing warning message on mount to AzureSteve French2020-12-301-1/+2
* cifs: refactor create_sd_buf() and and avoid corrupting the bufferRonnie Sahlberg2020-12-032-35/+38
* cifs: add NULL check for ses->tcon_ipcAurelien Aptel2020-12-031-1/+2
* smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon2020-12-031-2/+2
* cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara2020-11-301-0/+2
* cifs: allow syscalls to be restarted in __smb_send_rqst()Paulo Alcantara2020-11-301-2/+2
* smb3: Handle error case during offload read pathRohith Surabattula2020-11-151-1/+19
* smb3: Avoid Mid pending list corruptionRohith Surabattula2020-11-151-9/+46