summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-27smb3: remove unneeded null check in cifs_readdirSteve French1-0/+1
2022-05-24cifs: cache the dirents for entries in a cached directoryRonnie Sahlberg1-0/+16
2022-05-23smb3: don't set rc when used and unneeded in query_info_compoundSteve French1-1/+1
2022-05-23smb3: check for null tconSteve French1-2/+5
2022-05-21cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir()Ronnie Sahlberg1-2/+3
2022-05-21cifs: check for smb1 in open_cached_dir()Ronnie Sahlberg1-1/+2
2022-04-20cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg1-0/+8
2022-04-08cifs: Split the smb3_add_credits tracepointDavid Howells1-3/+6
2022-03-31cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara1-59/+65
2022-03-31cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara1-6/+10
2022-03-26smb3: move defines for query info and query fsinfo to smbfs_commonSteve French1-14/+14
2022-03-25[smb3] move more common protocol header definitions to smbfs_commonSteve French1-6/+6
2022-03-23cifs: fix bad fids sent over wirePaulo Alcantara1-4/+4
2022-03-23cifs: change smb2_query_info_compound to use a cached fid, if availableRonnie Sahlberg1-10/+35
2022-03-23cifs: convert the path to utf16 in smb2_query_info_compoundRonnie Sahlberg1-11/+12
2022-03-18cifs: truncate the inode and mapping when we simulate fcollapseRonnie Sahlberg1-4/+14
2022-01-15cifs: move superblock magic defitions to magic.hJeff Layton1-2/+3
2022-01-07cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N1-2/+13
2022-01-02cifs: reconnect only the connection and not smb session where possibleShyam Prasad N1-3/+3
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N1-3/+5
2021-11-10cifs: support nested dfs links over reconnectPaulo Alcantara1-3/+7
2021-11-05cifs: Move SMB2_Create definitions to the shared areaRonnie Sahlberg1-4/+4
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg1-32/+33
2021-09-09cifs: 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-26smb3: rc uninitialized in one fallocate pathSteve French1-1/+2
2021-07-22cifs: 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-15cifs: 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-20cifs: retry lookup and readdir when EAGAIN is returned.Thiago Rafael Becker1-0/+5
2021-06-20cifs: improve fallocate emulationRonnie Sahlberg1-0/+133
2021-05-19Defer close only when lease is enabled.Rohith Surabattula1-0/+2
2021-05-19cifs: fix memory leak in smb2_copychunk_rangeRonnie Sahlberg1-0/+2
2021-04-25smb3: limit noisy errorSteve French1-1/+4
2021-04-25cifs: remove unnecessary copies of tcon->crfid.fidMuhammad Usama Anjum1-5/+6
2021-04-25cifs: Return correct error code from smb2_get_enc_keyPaul Aurich1-1/+1
2021-04-25cifs: fix out-of-bound memory access when calling smb3_notify() at mount pointEugene Korenevsky1-1/+1
2021-04-25smb2: fix use-after-free in smb2_ioctl_query_info()Aurelien Aptel1-9/+5
2021-04-25cifs: add FALLOC_FL_INSERT_RANGE supportRonnie Sahlberg1-0/+40
2021-04-25cifs: add support for FALLOC_FL_COLLAPSE_RANGERonnie Sahlberg1-0/+35
2021-04-25cifs: add a timestamp to track when the lease of the cached dir was takenRonnie Sahlberg1-0/+2
2021-04-25cifs: add a function to get a cached dir based on its dentryRonnie Sahlberg1-0/+16
2021-04-25cifs: Grab a reference for the dentry of the cached directory during the life...Ronnie Sahlberg1-0/+9
2021-04-25cifs: store a pointer to the root dentry in cifs_sb_info once we have complet...Ronnie Sahlberg1-1/+4
2021-04-25cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg1-9/+10
2021-04-25cifs: pass a path to open_shroot and check if it is the root or notRonnie Sahlberg1-1/+5
2021-04-25cifs: move the check for nohandlecache into open_shrootRonnie Sahlberg1-8/+8