summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-10cifs: properly invalidate cached root handle when closing itEnzo Matsumiya1-7/+13
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2021-07-27smb3: rc uninitialized in one fallocate pathSteve French1-1/+2
2021-07-23cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg1-5/+18
2021-07-22cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg1-7/+19
2021-07-16cifs: added WARN_ON for all the count decrementsShyam Prasad N1-0/+2
2021-07-14cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee1-2/+2
2021-07-13cifs: Fix race between hole punch and page faultJan Kara1-0/+2
2021-06-25smb3: prevent races updating CurrentMidSteve French1-0/+2
2021-06-21cifs: retry lookup and readdir when EAGAIN is returned.Thiago Rafael Becker1-0/+5
2021-06-21cifs: improve fallocate emulationRonnie Sahlberg1-0/+133
2021-05-20Defer close only when lease is enabled.Rohith Surabattula1-0/+2
2021-05-20cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg1-0/+2
2021-04-26smb3: limit noisy errorSteve French1-1/+4
2021-04-26cifs: remove unnecessary copies of tcon->crfid.fidMuhammad Usama Anjum1-5/+6
2021-04-26cifs: Return correct error code from smb2_get_enc_keyPaul Aurich1-1/+1
2021-04-26cifs: fix out-of-bound memory access when calling smb3_notify() at mount pointEugene Korenevsky1-1/+1
2021-04-26smb2: fix use-after-free in smb2_ioctl_query_info()Aurelien Aptel1-9/+5
2021-04-26cifs: add FALLOC_FL_INSERT_RANGE supportRonnie Sahlberg1-0/+40
2021-04-26cifs: add support for FALLOC_FL_COLLAPSE_RANGERonnie Sahlberg1-0/+35
2021-04-26cifs: add a timestamp to track when the lease of the cached dir was takenRonnie Sahlberg1-0/+2
2021-04-26cifs: add a function to get a cached dir based on its dentryRonnie Sahlberg1-0/+16
2021-04-26cifs: Grab a reference for the dentry of the cached directory during the life...Ronnie Sahlberg1-0/+9
2021-04-26cifs: store a pointer to the root dentry in cifs_sb_info once we have complet...Ronnie Sahlberg1-1/+4
2021-04-26cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg1-9/+10
2021-04-26cifs: pass a path to open_shroot and check if it is the root or notRonnie Sahlberg1-1/+5
2021-04-26cifs: move the check for nohandlecache into open_shrootRonnie Sahlberg1-8/+8
2021-04-26cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro1-8/+9
2021-04-26cifs: make build_path_from_dentry() return const char *Al Viro1-1/+1
2021-04-26cifs: constify path argument of ->make_node()Al Viro1-1/+1
2021-03-27smb3: fix cached file size problems in duplicate extents (reflink)Steve French1-3/+15
2021-03-26cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N1-4/+5
2021-03-09cifs: do not send close in compound create+close requestsPaulo Alcantara1-5/+5
2021-02-23cifs: minor simplification to smb2_is_network_name_deletedSteve French1-14/+15
2021-02-23TCON Reconnect during STATUS_NETWORK_NAME_DELETEDRohith Surabattula1-0/+41
2021-02-17cifs: Identify a connection by a conn_id.Shyam Prasad N1-16/+47
2021-02-17cifs: New optype for session operations.Shyam Prasad N1-1/+3
2020-12-19Add SMB 2 support for getting and setting SACLsBoris Protopopov1-2/+2
2020-12-18SMB3: Add support for getting and setting SACLsBoris Protopopov1-12/+19
2020-12-16cifs: Tracepoints and logs for tracing credit changes.Shyam Prasad N1-4/+37
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg1-1/+1
2020-12-14cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg1-8/+9
2020-12-14SMB3: avoid confusing warning message on mount to AzureSteve French1-1/+2
2020-12-04smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon1-2/+2
2020-11-16smb3: Handle error case during offload read pathRohith Surabattula1-1/+19
2020-11-16smb3: Avoid Mid pending list corruptionRohith Surabattula1-9/+46
2020-11-16smb3: Call cifs reconnect from demultiplex threadRohith Surabattula1-5/+8
2020-10-23smb3: remove two unused variablesSteve French1-5/+0