summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2022-06-14cifs: fix reconnect on smb3 mount typesPaulo Alcantara3-13/+18
2022-06-14cifs: return errors during session setup during reconnectsShyam Prasad N1-0/+3
2022-06-14cifs: version operations for smb20 unneeded when legacy support disabledSteve French2-2/+9
2022-06-09SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compou...Steve French1-2/+0
2022-06-09cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg1-1/+1
2022-05-09cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg1-0/+8
2022-04-27cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells1-1/+1
2022-04-20cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli1-0/+3
2022-04-08cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara1-59/+65
2022-04-08cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara1-6/+10
2022-03-08cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg1-0/+1
2021-12-01smb3: do not error on fsync when readonlySteve French1-6/+29
2021-10-09smb3: correct smb3 ACL security descriptorSteve French1-2/+2
2021-09-30cifs: fix a sign extension bugDan Carpenter1-1/+1
2021-09-30cifs: fix incorrect check for null pointer in header_assembleSteve French1-2/+3
2021-09-18cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui1-1/+1
2021-09-15CIFS: Fix a potencially linear read overflowLen Baker1-7/+2
2021-09-08new helper: inode_wrong_type()Al Viro1-3/+2
2021-08-18cifs: create sd context must be a multiple of 8Shyam Prasad N1-1/+1
2021-08-12smb3: rc uninitialized in one fallocate pathSteve French1-1/+2
2021-08-04SMB3: fix readpage for large swap cacheSteve French1-1/+1
2021-07-31cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee1-2/+2
2021-07-28cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg1-5/+18
2021-07-28cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg1-7/+19
2021-07-25cifs: prevent NULL deref in cifs_compose_mount_options()Paulo Alcantara1-0/+3
2021-07-20cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara1-4/+2
2021-07-14cifs: fix missing spinlock around update to ses->statusSteve French2-2/+6
2021-07-14cifs: improve fallocate emulationRonnie Sahlberg1-0/+133
2021-06-03SMB3: incorrect file id in requests compounded with openSteve French1-3/+3
2021-06-03cifs: set server->cipher_type to AES-128-CCM for SMB3.0Aurelien Aptel1-0/+7
2021-05-26cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg1-0/+2
2021-05-11smb3: do not attempt multichannel to server which does not support itSteve French1-0/+6
2021-05-11smb3: when mounting with multichannel include it in requested capabilitiesSteve French1-0/+5
2021-05-11smb2: fix use-after-free in smb2_ioctl_query_info()Aurelien Aptel1-9/+5
2021-05-11cifs: detect dead connections only when echoes are enabled.Shyam Prasad N1-0/+1
2021-05-11cifs: fix out-of-bound memory access when calling smb3_notify() at mount pointEugene Korenevsky1-1/+1
2021-05-11cifs: Return correct error code from smb2_get_enc_keyPaul Aurich1-1/+1
2021-04-10cifs: Silently ignore unknown oplock break handleVincent Whitchurch1-2/+2
2021-04-10cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg1-0/+1
2021-03-30cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N5-15/+41
2021-03-30smb3: fix cached file size problems in duplicate extents (reflink)Steve French1-3/+15
2021-03-30cifs: change noisy error message to FYIPaulo Alcantara1-1/+1
2021-03-30cifs: ask for more credit on async read/write code pathsAurelien Aptel1-4/+2
2021-03-25cifs: Fix preauth hash corruptionVincent Whitchurch1-1/+6
2021-03-25cifs: fix allocation size on newly created filesSteve French1-1/+9
2021-03-17cifs: do not send close in compound create+close requestsPaulo Alcantara6-17/+18
2021-03-17cifs: fix credit accounting for extra channelAurelien Aptel2-5/+6
2021-03-17cifs: return proper error code in statfs(2)Paulo Alcantara1-1/+1
2021-02-26cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N1-0/+1
2021-02-10smb3: fix crediting for compounding when only one request in flightPavel Shilovsky1-3/+15