summaryrefslogtreecommitdiff
path: root/fs/cifs/smb2ops.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-31smb3: use filemap_write_and_wait_range instead of filemap_write_and_waitSteve French1-2/+7
2022-08-29smb3: fix temporary data corruption in insert rangeDavid Howells1-8/+16
2022-08-29smb3: fix temporary data corruption in collapse rangeSteve French1-10/+16
2022-08-29smb3: Move the flush out of smb2_copychunk_range() into its callersDavid Howells1-12/+8
2022-08-23smb3: missing inode locks in punch holeDavid Howells1-6/+6
2022-08-23smb3: missing inode locks in zero rangeDavid Howells1-25/+30
2022-08-18cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya1-22/+13
2022-08-18cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya1-1/+1
2022-08-13cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleRonnie Sahlberg1-4/+15
2022-08-12cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg1-4/+4
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg1-295/+2
2022-08-05cifs: remove useless DeleteMidQEntry()Enzo Matsumiya1-1/+1
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N1-21/+26
2022-08-01cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya1-5/+2
2022-08-01smb3: check xattr value length earlierSteve French1-2/+3
2022-06-23cifs: periodically query network interfaces from serverShyam Prasad N1-1/+1
2022-06-23cifs: change iface_list from array to sorted linked listShyam Prasad N1-82/+89
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-4/+4
2022-06-02cifs: version operations for smb20 unneeded when legacy support disabledSteve French1-1/+6
2022-06-01cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg1-1/+1
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-24smb3: don't set rc when used and unneeded in query_info_compoundSteve French1-1/+1
2022-05-24smb3: 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-21cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg1-0/+8
2022-04-09cifs: 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-27smb3: 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-19cifs: 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-08cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N1-2/+13
2022-01-03cifs: reconnect only the connection and not smb session where possibleShyam Prasad N1-3/+3
2022-01-03cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N1-3/+5
2021-11-11cifs: 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-10cifs: 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-27smb3: rc uninitialized in one fallocate pathSteve French1-1/+2
2021-07-23cifs: 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-16cifs: 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