summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | dm ioctl: log an error if the ioctl structure is corruptedMikulas Patocka2022-04-011-3/+12
* | | | | Merge tag '5.18-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-04-015-18/+17
|\ \ \ \ \
| * | | | | ksmbd: replace usage of found with dedicated list iterator variableJakob Koschel2022-03-301-11/+10
| * | | | | ksmbd: Remove a redundant zeroing of memoryChristophe JAILLET2022-03-301-1/+1
| * | | | | MAINTAINERS: ksmbd: switch Sergey to reviewerNamjae Jeon2022-03-301-1/+1
| * | | | | ksmbd: shorten experimental warning on loading the moduleSteve French2022-03-301-1/+1
| * | | | | ksmbd: use netif_is_bridge_portTobias Klauser2022-03-201-2/+2
| * | | | | Documentation: ksmbd: update Feature Status tableNamjae Jeon2022-03-201-2/+2
* | | | | | Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-04-0118-1377/+924
|\ \ \ \ \ \
| * | | | | | 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-315-191/+119
| * | | | | | smb3: cleanup and clarify status of tree connectionsSteve French2022-03-297-33/+40
| * | | | | | smb3: move defines for query info and query fsinfo to smbfs_commonSteve French2022-03-275-603/+335
| * | | | | | smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French2022-03-277-143/+88
| * | | | | | [smb3] move more common protocol header definitions to smbfs_commonSteve French2022-03-255-206/+112
| * | | | | | cifs: fix incorrect use of list iterator after the loopXiaomeng Tong2022-03-231-2/+4
| * | | | | | ksmbd: store fids as opaque u64 integersPaulo Alcantara2022-03-232-72/+56
| * | | | | | cifs: fix bad fids sent over wirePaulo Alcantara2022-03-234-53/+46
| * | | | | | 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-221-3/+11
* | | | | | | Merge tag 'exfat-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-014-30/+47
|\ \ \ \ \ \ \
| * | | | | | | exfat: do not clear VolumeDirty in writebackYuezhang Mo2022-04-013-15/+2
| * | | | | | | exfat: allow access to paths with trailing dotsVasant Karasulli2022-04-013-15/+45
* | | | | | | | Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-04-0128-236/+113
|\ \ \ \ \ \ \ \
| * | | | | | | | btrfs: Remove a use of PAGE_SIZE in btrfs_invalidate_folio()Matthew Wilcox (Oracle)2022-04-011-1/+1
| * | | | | | | | ntfs: Correct mark_ntfs_record_dirty() folio conversionMatthew Wilcox (Oracle)2022-04-011-1/+1
| * | | | | | | | f2fs: Get the superblock from the mapping instead of the pageMatthew Wilcox (Oracle)2022-04-012-3/+3
| * | | | | | | | f2fs: Correct f2fs_dirty_data_folio() conversionMatthew Wilcox (Oracle)2022-04-011-1/+1
| * | | | | | | | ext4: Correct ext4_journalled_dirty_folio() conversionMatthew Wilcox (Oracle)2022-04-011-1/+1
| * | | | | | | | filemap: Remove AOP_FLAG_CONT_EXPANDMatthew Wilcox (Oracle)2022-04-012-3/+1
| * | | | | | | | fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)2022-04-016-9/+11
| * | | | | | | | fs, net: Move read_descriptor_t to net.hMatthew Wilcox (Oracle)2022-04-012-19/+19
| * | | | | | | | fs: Remove read_actor_tMatthew Wilcox (Oracle)2022-04-011-3/+0
| * | | | | | | | iomap: Simplify is_partially_uptodate a littleMatthew Wilcox (Oracle)2022-04-011-5/+4
| * | | | | | | | readahead: Update commentsMatthew Wilcox (Oracle)2022-04-011-47/+45
| * | | | | | | | mm: remove the skip_page argument to read_pagesChristoph Hellwig2022-04-011-10/+8
| * | | | | | | | mm: remove the pages argument to read_pagesChristoph Hellwig2022-04-011-8/+5
| * | | | | | | | fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-0115-52/+18
| * | | | | | | | readahead: Remove read_cache_pages()Matthew Wilcox (Oracle)2022-04-012-78/+0
* | | | | | | | | Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarrayLinus Torvalds2022-04-014-5/+36
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | XArray: Update the LRU list in xas_split()Matthew Wilcox (Oracle)2022-03-311-0/+2
| * | | | | | | | | XArray: Fix xas_create_range() when multi-order entry presentMatthew Wilcox (Oracle)2022-03-292-0/+24
| * | | | | | | | | XArray: Include bitmap.h from xarray.hMatthew Wilcox (Oracle)2022-02-031-0/+1
| * | | | | | | | | XArray: Document the locking requirement for the xa_stateMatthew Wilcox (Oracle)2022-02-031-5/+9
* | | | | | | | | | Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-0143-202/+1491
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=nPalmer Dabbelt2022-04-013-3/+0
| * | | | | | | | | | RISC-V: defconfig: Drop redundant SBI HVC and earlyconPalmer Dabbelt2022-04-012-4/+0