summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* smb3: use filemap_write_and_wait_range instead of filemap_write_and_waitSteve French2022-08-311-2/+7
* smb3: fix temporary data corruption in insert rangeDavid Howells2022-08-291-8/+16
* smb3: fix temporary data corruption in collapse rangeSteve French2022-08-291-10/+16
* smb3: Move the flush out of smb2_copychunk_range() into its callersDavid Howells2022-08-291-12/+8
* smb3: missing inode locks in punch holeDavid Howells2022-08-231-6/+6
* smb3: missing inode locks in zero rangeDavid Howells2022-08-231-25/+30
* cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya2022-08-181-22/+13
* cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya2022-08-181-1/+1
* cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleRonnie Sahlberg2022-08-131-4/+15
* cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg2022-08-121-4/+4
* cifs: Move cached-dir functions into a separate fileRonnie Sahlberg2022-08-111-295/+2
* cifs: remove useless DeleteMidQEntry()Enzo Matsumiya2022-08-051-1/+1
* cifs: avoid use of global locks for high contention dataShyam Prasad N2022-08-011-21/+26
* cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya2022-08-011-5/+2
* smb3: check xattr value length earlierSteve French2022-08-011-2/+3
* cifs: periodically query network interfaces from serverShyam Prasad N2022-06-231-1/+1
* cifs: change iface_list from array to sorted linked listShyam Prasad N2022-06-231-82/+89
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-4/+4
* cifs: version operations for smb20 unneeded when legacy support disabledSteve French2022-06-021-1/+6
* cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg2022-06-011-1/+1
* smb3: remove unneeded null check in cifs_readdirSteve French2022-05-271-0/+1
* cifs: cache the dirents for entries in a cached directoryRonnie Sahlberg2022-05-241-0/+16
* smb3: don't set rc when used and unneeded in query_info_compoundSteve French2022-05-241-1/+1
* smb3: check for null tconSteve French2022-05-241-2/+5
* cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir()Ronnie Sahlberg2022-05-211-2/+3
* cifs: check for smb1 in open_cached_dir()Ronnie Sahlberg2022-05-211-1/+2
* cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg2022-04-211-0/+8
* cifs: Split the smb3_add_credits tracepointDavid Howells2022-04-091-3/+6
* 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-271-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-191-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-081-2/+13
* cifs: reconnect only the connection and not smb session where possibleShyam Prasad N2022-01-031-3/+3
* cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N2022-01-031-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-101-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-271-1/+2
* | cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg2021-07-231-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-161-0/+2