summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2022-06-12Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-06-10cifs: populate empty hostnames for extra channelsShyam Prasad N
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-06-06cifs: return errors during session setup during reconnectsShyam Prasad N
2022-06-06cifs: fix reconnect on smb3 mount typesPaulo Alcantara
2022-06-04cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_shareSteve French
2022-06-03cifs: skip trailing separators of prefix pathsPaulo Alcantara
2022-06-01cifs: update internal module numberSteve French
2022-06-01cifs: version operations for smb20 unneeded when legacy support disabledSteve French
2022-06-01cifs: do not build smb1ops if legacy support is disabledSteve French
2022-06-01cifs: fix potential deadlock in direct reclaimVincent Whitchurch
2022-05-31cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg
2022-05-31cifs: remove repeated debug message on cifs_put_smb_ses()Enzo Matsumiya
2022-05-30cifs: fix potential double free during failed mountRonnie Sahlberg
2022-05-27Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/...Linus Torvalds
2022-05-27smb3: remove unneeded null check in cifs_readdirSteve French
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-25cifs: fix ntlmssp on old serversPaulo Alcantara
2022-05-24cifs: cache the dirents for entries in a cached directoryRonnie Sahlberg
2022-05-24cifs: avoid parallel session setups on same channelShyam Prasad N
2022-05-24cifs: use new enum for ses_statusShyam Prasad N
2022-05-24cifs: do not use tcpStatus after negotiate completesShyam Prasad N
2022-05-24Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe
2022-05-23smb3: add mount parm nosparseSteve French
2022-05-23smb3: don't set rc when used and unneeded in query_info_compoundSteve French
2022-05-23smb3: check for null tconSteve French
2022-05-23cifs: fix minor compile warningSteve French
2022-05-23Add various fsctl structsSteve French
2022-05-22smb3: add trace point for oplock not foundSteve French
2022-05-22cifs: return the more nuanced writeback error on close()ChenXiaoSong
2022-05-21smb3: add trace point for lease not found issueSteve French
2022-05-21cifs: smbd: fix typo in commentJulia Lawall
2022-05-21cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir()Ronnie Sahlberg
2022-05-21cifs: check for smb1 in open_cached_dir()Ronnie Sahlberg
2022-05-21cifs: move definition of cifs_fattr earlier in cifsglob.hRonnie Sahlberg
2022-05-20cifs: print TIDs as hexEnzo Matsumiya
2022-05-20cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya
2022-05-20cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was setEnzo Matsumiya
2022-05-19cifs: fix signed integer overflow when fl_end is OFFSET_MAXPaulo Alcantara
2022-05-17SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compou...Steve French
2022-05-09cifs: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown
2022-05-09mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown
2022-05-09cifs: Convert cifs to read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2022-04-20cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg
2022-04-20cifs: use correct lock type in cifs_reconnect()Paulo Alcantara