summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: support nested dfs links over reconnectPaulo Alcantara2021-11-101-3/+7
* cifs: Move SMB2_Create definitions to the shared areaRonnie Sahlberg2021-11-051-4/+4
* cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg2021-11-051-32/+33
* cifs: properly invalidate cached root handle when closing itEnzo Matsumiya2021-09-091-7/+13
* Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-301-0/+2
|\
| * cifs: Fix race between hole punch and page faultJan Kara2021-07-131-0/+2
* | smb3: rc uninitialized in one fallocate pathSteve French2021-07-261-1/+2
* | cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg2021-07-221-5/+18
* | cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg2021-07-221-7/+19
* | cifs: added WARN_ON for all the count decrementsShyam Prasad N2021-07-151-0/+2
* | cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee2021-07-141-2/+2
|/
* smb3: prevent races updating CurrentMidSteve French2021-06-251-0/+2
* cifs: retry lookup and readdir when EAGAIN is returned.Thiago Rafael Becker2021-06-201-0/+5
* cifs: improve fallocate emulationRonnie Sahlberg2021-06-201-0/+133
* Defer close only when lease is enabled.Rohith Surabattula2021-05-191-0/+2
* cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg2021-05-191-0/+2
* smb3: limit noisy errorSteve French2021-04-251-1/+4
* cifs: remove unnecessary copies of tcon->crfid.fidMuhammad Usama Anjum2021-04-251-5/+6
* cifs: Return correct error code from smb2_get_enc_keyPaul Aurich2021-04-251-1/+1
* cifs: fix out-of-bound memory access when calling smb3_notify() at mount pointEugene Korenevsky2021-04-251-1/+1
* smb2: fix use-after-free in smb2_ioctl_query_info()Aurelien Aptel2021-04-251-9/+5
* cifs: add FALLOC_FL_INSERT_RANGE supportRonnie Sahlberg2021-04-251-0/+40
* cifs: add support for FALLOC_FL_COLLAPSE_RANGERonnie Sahlberg2021-04-251-0/+35
* cifs: add a timestamp to track when the lease of the cached dir was takenRonnie Sahlberg2021-04-251-0/+2
* cifs: add a function to get a cached dir based on its dentryRonnie Sahlberg2021-04-251-0/+16
* cifs: Grab a reference for the dentry of the cached directory during the life...Ronnie Sahlberg2021-04-251-0/+9
* cifs: store a pointer to the root dentry in cifs_sb_info once we have complet...Ronnie Sahlberg2021-04-251-1/+4
* cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg2021-04-251-9/+10
* cifs: pass a path to open_shroot and check if it is the root or notRonnie Sahlberg2021-04-251-1/+5
* cifs: move the check for nohandlecache into open_shrootRonnie Sahlberg2021-04-251-8/+8
* cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro2021-04-251-8/+9
* cifs: make build_path_from_dentry() return const char *Al Viro2021-04-251-1/+1
* cifs: constify path argument of ->make_node()Al Viro2021-04-251-1/+1
* smb3: fix cached file size problems in duplicate extents (reflink)Steve French2021-03-261-3/+15
* cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N2021-03-261-4/+5
* cifs: do not send close in compound create+close requestsPaulo Alcantara2021-03-081-5/+5
* cifs: minor simplification to smb2_is_network_name_deletedSteve French2021-02-231-14/+15
* TCON Reconnect during STATUS_NETWORK_NAME_DELETEDRohith Surabattula2021-02-231-0/+41
* cifs: Identify a connection by a conn_id.Shyam Prasad N2021-02-161-16/+47
* cifs: New optype for session operations.Shyam Prasad N2021-02-161-1/+3
* Add SMB 2 support for getting and setting SACLsBoris Protopopov2020-12-181-2/+2
* SMB3: Add support for getting and setting SACLsBoris Protopopov2020-12-181-12/+19
* cifs: Tracepoints and logs for tracing credit changes.Shyam Prasad N2020-12-151-4/+37
* cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg2020-12-141-1/+1
* cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg2020-12-131-8/+9
* SMB3: avoid confusing warning message on mount to AzureSteve French2020-12-131-1/+2
* smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon2020-12-031-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
* smb3: Call cifs reconnect from demultiplex threadRohith Surabattula2020-11-151-5/+8