summaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
Commit message (Expand)AuthorAgeFilesLines
* smb3: check for null tconSteve French2022-05-241-2/+5
* cifs: fix minor compile warningSteve French2022-05-241-0/+2
* Add various fsctl structsSteve French2022-05-241-22/+0
* smb3: add trace point for oplock not foundSteve French2022-05-222-0/+5
* cifs: return the more nuanced writeback error on close()ChenXiaoSong2022-05-221-1/+4
* smb3: add trace point for lease not found issueSteve French2022-05-222-0/+7
* cifs: smbd: fix typo in commentJulia Lawall2022-05-221-1/+1
* cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir()Ronnie Sahlberg2022-05-212-3/+7
* cifs: check for smb1 in open_cached_dir()Ronnie Sahlberg2022-05-211-1/+2
* cifs: move definition of cifs_fattr earlier in cifsglob.hRonnie Sahlberg2022-05-211-31/+31
* cifs: print TIDs as hexEnzo Matsumiya2022-05-212-2/+2
* cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya2022-05-213-10/+8
* cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was setEnzo Matsumiya2022-05-211-4/+12
* cifs: fix signed integer overflow when fl_end is OFFSET_MAXPaulo Alcantara2022-05-193-5/+11
* SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compou...Steve French2022-05-171-2/+0
* cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg2022-04-211-0/+8
* cifs: use correct lock type in cifs_reconnect()Paulo Alcantara2022-04-211-1/+8
* cifs: fix NULL ptr dereference in refresh_mounts()Paulo Alcantara2022-04-212-7/+14
* cifs: Use kzalloc instead of kmalloc/memsetHaowen Bai2022-04-181-2/+1
* cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg2022-04-141-3/+3
* cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli2022-04-131-0/+3
* cifs: Split the smb3_add_credits tracepointDavid Howells2022-04-094-6/+16
* cifs: release cached dentries only if mount is completeShyam Prasad N2022-04-081-13/+15
* cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells2022-04-081-1/+1
* cifs: update internal module numberSteve French2022-04-051-1/+1
* cifs: force new session setup and tcon for dfsPaulo Alcantara2022-04-051-5/+8
* cifs: remove check of list iterator against head past the loop bodyJakob Koschel2022-04-041-4/+6
* cifs: fix potential race with cifsd threadPaulo Alcantara2022-04-042-2/+2
* Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-04-0114-774/+243
|\
| * 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: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Steve French2022-03-311-112/+0
| * smb3: cleanup and clarify status of tree connectionsSteve French2022-03-297-33/+40
| * smb3: move defines for query info and query fsinfo to smbfs_commonSteve French2022-03-273-319/+18
| * smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French2022-03-274-70/+0
| * [smb3] move more common protocol header definitions to smbfs_commonSteve French2022-03-253-111/+11
| * cifs: fix incorrect use of list iterator after the loopXiaomeng Tong2022-03-231-2/+4
| * cifs: fix bad fids sent over wirePaulo Alcantara2022-03-233-41/+34
| * 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-232-12/+13
| * cifs: writeback fixDavid Howells2022-03-221-1/+7
| * cifs: do not skip link targets when an I/O failsPaulo Alcantara2022-03-221-3/+11
* | Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-04-012-2/+2
|\ \
| * | fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-012-2/+2
* | | Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-04-013-18/+13
|\ \ \ | |/ / |/| |
| * | netfs: Add a netfs inode contextDavid Howells2022-03-183-10/+13
| * | fscache: export fscache_end_operation()Jeffle Xu2022-03-181-8/+0
* | | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\ \ \
| * | | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
* | | | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-231-19/+20
|\ \ \ \