aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-23Add various fsctl structsSteve French1-22/+0
2022-05-22smb3: add trace point for oplock not foundSteve French2-0/+5
2022-05-22cifs: return the more nuanced writeback error on close()ChenXiaoSong1-1/+4
2022-05-21smb3: add trace point for lease not found issueSteve French2-0/+7
2022-05-21cifs: smbd: fix typo in commentJulia Lawall1-1/+1
2022-05-21cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir()Ronnie Sahlberg2-3/+7
2022-05-21cifs: check for smb1 in open_cached_dir()Ronnie Sahlberg1-1/+2
2022-05-21cifs: move definition of cifs_fattr earlier in cifsglob.hRonnie Sahlberg1-31/+31
2022-05-20cifs: print TIDs as hexEnzo Matsumiya2-2/+2
2022-05-20cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya3-10/+8
2022-05-20cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was setEnzo Matsumiya1-4/+12
2022-05-19cifs: fix signed integer overflow when fl_end is OFFSET_MAXPaulo Alcantara3-5/+11
2022-05-17SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compound_opSteve French1-2/+0
2022-05-09cifs: Convert to release_folioMatthew Wilcox (Oracle)1-7/+7
2022-05-09mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown1-0/+4
2022-05-09mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown1-1/+2
2022-05-09cifs: Convert cifs to read_folioMatthew Wilcox (Oracle)1-6/+7
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-04-20cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg1-0/+8
2022-04-20cifs: use correct lock type in cifs_reconnect()Paulo Alcantara1-1/+8
2022-04-20cifs: fix NULL ptr dereference in refresh_mounts()Paulo Alcantara2-7/+14
2022-04-18cifs: Use kzalloc instead of kmalloc/memsetHaowen Bai1-2/+1
2022-04-14cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg1-3/+3
2022-04-13cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli1-0/+3
2022-04-08cifs: Split the smb3_add_credits tracepointDavid Howells4-6/+16
2022-04-08cifs: release cached dentries only if mount is completeShyam Prasad N1-13/+15
2022-04-08cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells1-1/+1
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-1/+1
2022-04-04cifs: update internal module numberSteve French1-1/+1
2022-04-04cifs: force new session setup and tcon for dfsPaulo Alcantara1-5/+8
2022-04-04cifs: remove check of list iterator against head past the loop bodyJakob Koschel1-4/+6
2022-04-04cifs: fix potential race with cifsd threadPaulo Alcantara2-2/+2
2022-04-01Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-774/+243
2022-04-01Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-2/+2
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2-2/+2
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds3-18/+13
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-31smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_commonSteve French1-112/+0
2022-03-28smb3: cleanup and clarify status of tree connectionsSteve French7-33/+40
2022-03-26smb3: move defines for query info and query fsinfo to smbfs_commonSteve French3-319/+18
2022-03-26smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French4-70/+0
2022-03-25[smb3] move more common protocol header definitions to smbfs_commonSteve French3-111/+11
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-1/+1
2022-03-23cifs: fix incorrect use of list iterator after the loopXiaomeng Tong1-2/+4
2022-03-23cifs: fix bad fids sent over wirePaulo Alcantara3-41/+34
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 Sahlberg2-12/+13
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-19/+20