summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara2022-03-311-59/+65
* cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara2022-03-311-6/+10
* smb3: move defines for query info and query fsinfo to smbfs_commonSteve French2022-03-261-14/+14
* [smb3] move more common protocol header definitions to smbfs_commonSteve French2022-03-251-6/+6
* cifs: fix bad fids sent over wirePaulo Alcantara2022-03-231-4/+4
* cifs: change smb2_query_info_compound to use a cached fid, if availableRonnie Sahlberg2022-03-231-10/+35
* cifs: convert the path to utf16 in smb2_query_info_compoundRonnie Sahlberg2022-03-231-11/+12
* cifs: truncate the inode and mapping when we simulate fcollapseRonnie Sahlberg2022-03-181-4/+14
* cifs: move superblock magic defitions to magic.hJeff Layton2022-01-151-2/+3
* cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N2022-01-071-2/+13
* cifs: reconnect only the connection and not smb session where possibleShyam Prasad N2022-01-021-3/+3
* cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N2022-01-021-3/+5
* 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