summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)Author
2022-01-15cifs: move superblock magic defitions to magic.hJeff Layton
2022-01-07cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N
2022-01-02cifs: reconnect only the connection and not smb session where possibleShyam Prasad N
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N
2021-11-10cifs: support nested dfs links over reconnectPaulo Alcantara
2021-11-05cifs: Move SMB2_Create definitions to the shared areaRonnie Sahlberg
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg
2021-09-09cifs: properly invalidate cached root handle when closing itEnzo Matsumiya
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-07-26smb3: rc uninitialized in one fallocate pathSteve French
2021-07-22cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg
2021-07-22cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg
2021-07-15cifs: added WARN_ON for all the count decrementsShyam Prasad N
2021-07-14cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee
2021-07-13cifs: Fix race between hole punch and page faultJan Kara
2021-06-25smb3: prevent races updating CurrentMidSteve French
2021-06-20cifs: retry lookup and readdir when EAGAIN is returned.Thiago Rafael Becker
2021-06-20cifs: improve fallocate emulationRonnie Sahlberg
2021-05-19Defer close only when lease is enabled.Rohith Surabattula
2021-05-19cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg
2021-04-25smb3: limit noisy errorSteve French
2021-04-25cifs: remove unnecessary copies of tcon->crfid.fidMuhammad Usama Anjum
2021-04-25cifs: Return correct error code from smb2_get_enc_keyPaul Aurich
2021-04-25cifs: fix out-of-bound memory access when calling smb3_notify() at mount pointEugene Korenevsky
2021-04-25smb2: fix use-after-free in smb2_ioctl_query_info()Aurelien Aptel
2021-04-25cifs: add FALLOC_FL_INSERT_RANGE supportRonnie Sahlberg
2021-04-25cifs: add support for FALLOC_FL_COLLAPSE_RANGERonnie Sahlberg
2021-04-25cifs: add a timestamp to track when the lease of the cached dir was takenRonnie Sahlberg
2021-04-25cifs: add a function to get a cached dir based on its dentryRonnie Sahlberg
2021-04-25cifs: Grab a reference for the dentry of the cached directory during the life...Ronnie Sahlberg
2021-04-25cifs: store a pointer to the root dentry in cifs_sb_info once we have complet...Ronnie Sahlberg
2021-04-25cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg
2021-04-25cifs: pass a path to open_shroot and check if it is the root or notRonnie Sahlberg
2021-04-25cifs: move the check for nohandlecache into open_shrootRonnie Sahlberg
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro
2021-04-25cifs: make build_path_from_dentry() return const char *Al Viro
2021-04-25cifs: constify path argument of ->make_node()Al Viro
2021-03-26smb3: fix cached file size problems in duplicate extents (reflink)Steve French
2021-03-26cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N
2021-03-08cifs: do not send close in compound create+close requestsPaulo Alcantara
2021-02-23cifs: minor simplification to smb2_is_network_name_deletedSteve French
2021-02-23TCON Reconnect during STATUS_NETWORK_NAME_DELETEDRohith Surabattula
2021-02-16cifs: Identify a connection by a conn_id.Shyam Prasad N
2021-02-16cifs: New optype for session operations.Shyam Prasad N
2020-12-18Add SMB 2 support for getting and setting SACLsBoris Protopopov
2020-12-18SMB3: Add support for getting and setting SACLsBoris Protopopov
2020-12-15cifs: Tracepoints and logs for tracing credit changes.Shyam Prasad N
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg
2020-12-13SMB3: avoid confusing warning message on mount to AzureSteve French