summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cifs: use correct lock type in cifs_reconnect()Paulo Alcantara2022-04-201-1/+8
* | cifs: fix NULL ptr dereference in refresh_mounts()Paulo Alcantara2022-04-202-7/+14
* | cifs: Use kzalloc instead of kmalloc/memsetHaowen Bai2022-04-181-2/+1
* | cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg2022-04-141-3/+3
* | cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli2022-04-131-0/+3
* | cifs: Split the smb3_add_credits tracepointDavid Howells2022-04-084-6/+16
* | cifs: release cached dentries only if mount is completeShyam Prasad N2022-04-081-13/+15
* | cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells2022-04-081-1/+1
* | 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