aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-10cifs: support nested dfs links over reconnectGravatar Paulo Alcantara 1-3/+7
2021-11-05cifs: Move SMB2_Create definitions to the shared areaGravatar Ronnie Sahlberg 1-4/+4
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsGravatar Ronnie Sahlberg 1-32/+33
2021-09-09cifs: properly invalidate cached root handle when closing itGravatar Enzo Matsumiya 1-7/+13
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2021-07-26smb3: rc uninitialized in one fallocate pathGravatar Steve French 1-1/+2
2021-07-22cifs: fix fallocate when trying to allocate a hole.Gravatar Ronnie Sahlberg 1-5/+18
2021-07-22cifs: only write 64kb at a time when fallocating a small region of a fileGravatar Ronnie Sahlberg 1-7/+19
2021-07-15cifs: added WARN_ON for all the count decrementsGravatar Shyam Prasad N 1-0/+2
2021-07-14cifs: fix the out of range assignment to bit fields in parse_server_interfacesGravatar Hyunchul Lee 1-2/+2
2021-07-13cifs: Fix race between hole punch and page faultGravatar Jan Kara 1-0/+2
2021-06-25smb3: prevent races updating CurrentMidGravatar Steve French 1-0/+2
2021-06-20cifs: retry lookup and readdir when EAGAIN is returned.Gravatar Thiago Rafael Becker 1-0/+5
2021-06-20cifs: improve fallocate emulationGravatar Ronnie Sahlberg 1-0/+133
2021-05-19Defer close only when lease is enabled.Gravatar Rohith Surabattula 1-0/+2
2021-05-19cifs: fix memory leak in smb2_copychunk_rangeGravatar Ronnie Sahlberg 1-0/+2
2021-04-25smb3: limit noisy errorGravatar Steve French 1-1/+4
2021-04-25cifs: remove unnecessary copies of tcon->crfid.fidGravatar Muhammad Usama Anjum 1-5/+6
2021-04-25cifs: Return correct error code from smb2_get_enc_keyGravatar Paul Aurich 1-1/+1
2021-04-25cifs: fix out-of-bound memory access when calling smb3_notify() at mount pointGravatar Eugene Korenevsky 1-1/+1
2021-04-25smb2: fix use-after-free in smb2_ioctl_query_info()Gravatar Aurelien Aptel 1-9/+5
2021-04-25cifs: add FALLOC_FL_INSERT_RANGE supportGravatar Ronnie Sahlberg 1-0/+40
2021-04-25cifs: add support for FALLOC_FL_COLLAPSE_RANGEGravatar Ronnie Sahlberg 1-0/+35
2021-04-25cifs: add a timestamp to track when the lease of the cached dir was takenGravatar Ronnie Sahlberg 1-0/+2
2021-04-25cifs: add a function to get a cached dir based on its dentryGravatar Ronnie Sahlberg 1-0/+16
2021-04-25cifs: Grab a reference for the dentry of the cached directory during the life...Gravatar Ronnie Sahlberg 1-0/+9
2021-04-25cifs: store a pointer to the root dentry in cifs_sb_info once we have complet...Gravatar Ronnie Sahlberg 1-1/+4
2021-04-25cifs: rename the *_shroot* functions to *_cached_dir*Gravatar Ronnie Sahlberg 1-9/+10
2021-04-25cifs: pass a path to open_shroot and check if it is the root or notGravatar Ronnie Sahlberg 1-1/+5
2021-04-25cifs: move the check for nohandlecache into open_shrootGravatar Ronnie Sahlberg 1-8/+8
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Gravatar Al Viro 1-8/+9
2021-04-25cifs: make build_path_from_dentry() return const char *Gravatar Al Viro 1-1/+1
2021-04-25cifs: constify path argument of ->make_node()Gravatar Al Viro 1-1/+1
2021-03-26smb3: fix cached file size problems in duplicate extents (reflink)Gravatar Steve French 1-3/+15
2021-03-26cifs: Adjust key sizes and key generation routines for AES256 encryptionGravatar Shyam Prasad N 1-4/+5
2021-03-08cifs: do not send close in compound create+close requestsGravatar Paulo Alcantara 1-5/+5
2021-02-23cifs: minor simplification to smb2_is_network_name_deletedGravatar Steve French 1-14/+15
2021-02-23TCON Reconnect during STATUS_NETWORK_NAME_DELETEDGravatar Rohith Surabattula 1-0/+41
2021-02-16cifs: Identify a connection by a conn_id.Gravatar Shyam Prasad N 1-16/+47
2021-02-16cifs: New optype for session operations.Gravatar Shyam Prasad N 1-1/+3
2020-12-18Add SMB 2 support for getting and setting SACLsGravatar Boris Protopopov 1-2/+2
2020-12-18SMB3: Add support for getting and setting SACLsGravatar Boris Protopopov 1-12/+19
2020-12-15cifs: Tracepoints and logs for tracing credit changes.Gravatar Shyam Prasad N 1-4/+37
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxGravatar Ronnie Sahlberg 1-1/+1
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hGravatar Ronnie Sahlberg 1-8/+9
2020-12-13SMB3: avoid confusing warning message on mount to AzureGravatar Steve French 1-1/+2
2020-12-03smb3: set COMPOUND_FID to FileID field of subsequent compound requestGravatar Namjae Jeon 1-2/+2
2020-11-15smb3: Handle error case during offload read pathGravatar Rohith Surabattula 1-1/+19
2020-11-15smb3: Avoid Mid pending list corruptionGravatar Rohith Surabattula 1-9/+46
2020-11-15smb3: Call cifs reconnect from demultiplex threadGravatar Rohith Surabattula 1-5/+8