aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 28-236/+113
2022-04-01Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarrayGravatar Linus Torvalds 4-5/+36
2022-04-01Merge tag 'riscv-for-linus-5.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 43-202/+1491
2022-04-01Merge tag 's390-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 36-192/+296
2022-04-01Merge tag 'soc-fixes-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 13-212/+309
2022-04-01Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 33-393/+554
2022-04-01mm/damon: prevent activated scheme from sleeping by deactivated schemesGravatar Jonghyeon Kim 1-1/+4
2022-04-01mm/kmemleak: reset tag when compare object pointerGravatar Kuan-Ying Lee 1-2/+7
2022-04-01doc/vm/page_owner.rst: remove content related to -c optionGravatar Yinan Zhang 1-1/+0
2022-04-01tools/vm/page_owner_sort.c: remove -c optionGravatar Yinan Zhang 1-5/+1
2022-04-01mm, kasan: fix __GFP_BITS_SHIFT definition breaking LOCKDEPGravatar Andrey Konovalov 1-3/+1
2022-04-01mm,hwpoison: unmap poisoned page before invalidationGravatar Rik van Riel 1-4/+8
2022-04-01mailmap: update Kirill's emailGravatar Kirill Tkhai 1-0/+1
2022-04-01mm: kfence: fix objcgs vector allocationGravatar Muchun Song 2-1/+13
2022-04-01mm/munlock: protect the per-CPU pagevec by a local_lock_tGravatar Sebastian Andrzej Siewior 6-16/+47
2022-04-01mm/munlock: update Documentation/vm/unevictable-lru.rstGravatar Hugh Dickins 1-261/+210
2022-04-01mm/munlock: add lru_add_drain() to fix memcg_stat_testGravatar Hugh Dickins 1-2/+8
2022-04-01nilfs2: get rid of nilfs_mapping_init()Gravatar Ryusuke Konishi 2-10/+0
2022-04-01nilfs2: fix lockdep warnings during disk space reclamationGravatar Ryusuke Konishi 5-21/+92
2022-04-01nilfs2: fix lockdep warnings in page operations for btree nodesGravatar Ryusuke Konishi 10-50/+154
2022-04-01ocfs2: fix crash when mount with quota enabledGravatar Joseph Qi 2-13/+12
2022-04-01Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"Gravatar Charan Teja Kalla 1-8/+1
2022-04-01btrfs: Remove a use of PAGE_SIZE in btrfs_invalidate_folio()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-04-01ntfs: Correct mark_ntfs_record_dirty() folio conversionGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-04-01f2fs: Get the superblock from the mapping instead of the pageGravatar Matthew Wilcox (Oracle) 2-3/+3
2022-04-01f2fs: Correct f2fs_dirty_data_folio() conversionGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-04-01ext4: Correct ext4_journalled_dirty_folio() conversionGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-04-01filemap: Remove AOP_FLAG_CONT_EXPANDGravatar Matthew Wilcox (Oracle) 2-3/+1
2022-04-01fs: Pass an iocb to generic_perform_write()Gravatar Matthew Wilcox (Oracle) 6-9/+11
2022-04-01fs, net: Move read_descriptor_t to net.hGravatar Matthew Wilcox (Oracle) 2-19/+19
2022-04-01fs: Remove read_actor_tGravatar Matthew Wilcox (Oracle) 1-3/+0
2022-04-01iomap: Simplify is_partially_uptodate a littleGravatar Matthew Wilcox (Oracle) 1-5/+4
2022-04-01readahead: Update commentsGravatar Matthew Wilcox (Oracle) 1-47/+45
2022-04-01mm: remove the skip_page argument to read_pagesGravatar Christoph Hellwig 1-10/+8
2022-04-01mm: remove the pages argument to read_pagesGravatar Christoph Hellwig 1-8/+5
2022-04-01fs: Remove ->readpages address space operationGravatar Matthew Wilcox (Oracle) 15-52/+18
2022-04-01readahead: Remove read_cache_pages()Gravatar Matthew Wilcox (Oracle) 2-78/+0
2022-04-01Merge tag 'sound-fix-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 14-68/+159
2022-04-01Merge tag 'gpio-fixes-for-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-12/+17
2022-04-01dm: fix bio polling to handle possibile BLK_STS_AGAINGravatar Ming Lei 1-7/+13
2022-04-01dm: fix dm_io and dm_target_io flags race condition on AlphaGravatar Mikulas Patocka 2-2/+4
2022-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 36-333/+1364
2022-04-01Merge tag 'rtc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 41-243/+1205
2022-04-01dm integrity: set journal entry unused when shrinking deviceGravatar Mikulas Patocka 1-2/+4
2022-04-01dm ioctl: log an error if the ioctl structure is corruptedGravatar Mikulas Patocka 1-3/+12
2022-03-31Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads"Gravatar José Expósito 1-6/+0
2022-04-01exfat: do not clear VolumeDirty in writebackGravatar Yuezhang Mo 3-15/+2
2022-04-01exfat: allow access to paths with trailing dotsGravatar Vasant Karasulli 3-15/+45
2022-03-31RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=nGravatar Palmer Dabbelt 3-3/+0
2022-03-31RISC-V: defconfig: Drop redundant SBI HVC and earlyconGravatar Palmer Dabbelt 2-4/+0