summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-06-126-14/+29
|\
| * cifs: populate empty hostnames for extra channelsShyam Prasad N2022-06-102-1/+8
| * cifs: return errors during session setup during reconnectsShyam Prasad N2022-06-061-0/+3
| * cifs: fix reconnect on smb3 mount typesPaulo Alcantara2022-06-063-13/+18
* | netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds2022-06-101-1/+1
* | netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-098-32/+28
|/
* cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_shareSteve French2022-06-041-1/+2
* cifs: skip trailing separators of prefix pathsPaulo Alcantara2022-06-031-36/+49
* cifs: update internal module numberSteve French2022-06-011-2/+3
* cifs: version operations for smb20 unneeded when legacy support disabledSteve French2022-06-012-2/+9
* cifs: do not build smb1ops if legacy support is disabledSteve French2022-06-011-1/+3
* cifs: fix potential deadlock in direct reclaimVincent Whitchurch2022-06-0110-53/+71
* cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg2022-05-311-1/+1
* cifs: remove repeated debug message on cifs_put_smb_ses()Enzo Matsumiya2022-05-311-1/+0
* cifs: fix potential double free during failed mountRonnie Sahlberg2022-05-301-4/+6
* Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/...Linus Torvalds2022-05-2722-182/+452
|\
| * smb3: remove unneeded null check in cifs_readdirSteve French2022-05-272-4/+3
| * cifs: fix ntlmssp on old serversPaulo Alcantara2022-05-256-49/+26
| * cifs: cache the dirents for entries in a cached directoryRonnie Sahlberg2022-05-244-8/+213
| * cifs: avoid parallel session setups on same channelShyam Prasad N2022-05-245-7/+65
| * cifs: use new enum for ses_statusShyam Prasad N2022-05-248-32/+39
| * cifs: do not use tcpStatus after negotiate completesShyam Prasad N2022-05-243-14/+15
| * smb3: add mount parm nosparseSteve French2022-05-235-1/+11
| * smb3: don't set rc when used and unneeded in query_info_compoundSteve French2022-05-231-1/+1
| * smb3: check for null tconSteve French2022-05-231-2/+5
| * cifs: fix minor compile warningSteve French2022-05-231-0/+2
| * Add various fsctl structsSteve French2022-05-231-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-212-0/+7
| * cifs: smbd: fix typo in commentJulia Lawall2022-05-211-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-202-2/+2
| * cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya2022-05-203-10/+8
| * cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was setEnzo Matsumiya2022-05-201-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
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-05-261-1/+1
|\ \
| * | Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe2022-05-2410-42/+83
| |\|
| * | RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-1/+1
* | | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-1/+6
|\ \ \
| * | | mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown2022-05-091-0/+4
| * | | mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown2022-05-091-1/+2
| | |/ | |/|
* | | cifs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-7/+7
* | | cifs: Convert cifs to read_folioMatthew Wilcox (Oracle)2022-05-091-6/+7
* | | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
* | | fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
|/ /
* | cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg2022-04-201-0/+8