summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* cifs: update internal module numberSteve French2022-04-041-1/+1
* cifs: force new session setup and tcon for dfsPaulo Alcantara2022-04-041-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-287-33/+40
| * smb3: move defines for query info and query fsinfo to smbfs_commonSteve French2022-03-263-319/+18
| * smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French2022-03-264-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-211-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-03-313-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-221-19/+20
|\ \ \ \
| * | | | fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)2022-03-151-5/+6
| * | | | cifs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)2022-03-151-9/+9
| * | | | cifs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-5/+5
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* | | | | cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N2022-03-186-7/+50
* | | | | cifs: we do not need a spinlock around the tree access during umountRonnie Sahlberg2022-03-181-2/+0
* | | | | Adjust cifssb maximum read sizeRohith Surabattula2022-03-182-0/+13
* | | | | cifs: truncate the inode and mapping when we simulate fcollapseRonnie Sahlberg2022-03-181-4/+14
* | | | | cifs: fix handlecache and multiuserRonnie Sahlberg2022-03-181-3/+10
|/ / / /
* | | / smb3: fix incorrect session setup check for multiuser mountsSteve French2022-03-161-1/+2
| |_|/ |/| |
* | | cifs: fix confusing unneeded warning message on smb2.1 and earlierSteve French2022-02-161-5/+6
* | | cifs: modefromsids must add an ACE for authenticated usersRonnie Sahlberg2022-02-141-1/+4
* | | cifs: fix double free race when mount fails in cifs_get_root()Ronnie Sahlberg2022-02-131-0/+1
* | | cifs: do not use uninitialized data in the owner/group sidRonnie Sahlberg2022-02-131-2/+2
* | | cifs: fix set of group SID via NTSD xattrsAmir Goldstein2022-02-131-0/+2
* | | smb3: fix snapshot mount optionSteve French2022-02-131-2/+2
|/ /
* | cifs: mark sessions for reconnection in helper functionShyam Prasad N2022-02-081-5/+14
* | cifs: call helper functions for marking channels for reconnectShyam Prasad N2022-02-084-11/+6
* | cifs: call cifs_reconnect when a connection is markedShyam Prasad N2022-02-081-0/+1
* | [smb3] improve error message when mount options conflict with posixSteve French2022-02-061-1/+10
* | cifs: fix workstation_name for multiuser mountsRyan Bair2022-02-032-1/+18
* | Invalidate fscache cookie only when inode attributes are changed.Rohith Surabattula2022-02-031-4/+4
* | cifs: Fix the readahead conversion to manage the batch when reading from cacheDavid Howells2022-02-011-1/+1