summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: empty interface list when server doesn't support query interfacesShyam Prasad N2023-03-301-1/+1
* cifs: Fix uninitialized memory read in smb3_qfs_tcon()Volker Lendecke2023-03-101-6/+7
* cifs: fix oops during encryptionPaulo Alcantara2023-01-121-75/+68
* cifs: support nested dfs links over reconnectPaulo Alcantara2022-12-021-3/+7
* cifs: add check for returning value of SMB2_set_info_initAnastasia Belova2022-11-261-0/+2
* cifs: add check for returning value of SMB2_close_initAnastasia Belova2022-11-261-0/+2
* smb3: missing inode locks in punch holeDavid Howells2022-08-311-6/+6
* smb3: check xattr value length earlierSteve French2022-08-251-2/+3
* cifs: version operations for smb20 unneeded when legacy support disabledSteve French2022-06-141-1/+6
* smb3: check for null tconSteve French2022-06-091-2/+5
* cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg2022-06-091-1/+1
* cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg2022-05-091-0/+8
* cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara2022-04-081-59/+65
* cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara2022-04-081-6/+10
* 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