aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-12Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-14/+29
2022-06-10cifs: populate empty hostnames for extra channelsShyam Prasad N2-1/+8
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds1-1/+1
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells8-32/+28
2022-06-06cifs: return errors during session setup during reconnectsShyam Prasad N1-0/+3
2022-06-06cifs: fix reconnect on smb3 mount typesPaulo Alcantara3-13/+18
2022-06-04cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_shareSteve French1-1/+2
2022-06-03cifs: skip trailing separators of prefix pathsPaulo Alcantara1-36/+49
2022-06-01cifs: update internal module numberSteve French1-2/+3
2022-06-01cifs: version operations for smb20 unneeded when legacy support disabledSteve French2-2/+9
2022-06-01cifs: do not build smb1ops if legacy support is disabledSteve French1-1/+3
2022-06-01cifs: fix potential deadlock in direct reclaimVincent Whitchurch10-53/+71
2022-05-31cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg1-1/+1
2022-05-31cifs: remove repeated debug message on cifs_put_smb_ses()Enzo Matsumiya1-1/+0
2022-05-30cifs: fix potential double free during failed mountRonnie Sahlberg1-4/+6
2022-05-27Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds22-182/+452
2022-05-27smb3: remove unneeded null check in cifs_readdirSteve French2-4/+3
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+6
2022-05-25cifs: fix ntlmssp on old serversPaulo Alcantara6-49/+26
2022-05-24cifs: cache the dirents for entries in a cached directoryRonnie Sahlberg4-8/+213
2022-05-24cifs: avoid parallel session setups on same channelShyam Prasad N5-7/+65
2022-05-24cifs: use new enum for ses_statusShyam Prasad N8-32/+39
2022-05-24cifs: do not use tcpStatus after negotiate completesShyam Prasad N3-14/+15
2022-05-24Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe10-42/+83
2022-05-23smb3: add mount parm nosparseSteve French5-1/+11
2022-05-23smb3: don't set rc when used and unneeded in query_info_compoundSteve French1-1/+1
2022-05-23smb3: check for null tconSteve French1-2/+5
2022-05-23cifs: fix minor compile warningSteve French1-0/+2
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