summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-05-10jbd2: Convert jbd2_journal_try_to_free_buffers to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-05-10fs: Remove last vestiges of releasepageMatthew Wilcox (Oracle)2-2/+1
2022-05-10iomap: Convert to release_folioMatthew Wilcox (Oracle)1-1/+1
2022-05-10fs: Add aops->release_folioMatthew Wilcox (Oracle)1-0/+1
2022-05-10VFS: add FMODE_CAN_ODIRECT file flagNeilBrown1-0/+3
2022-05-10mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown1-0/+7
2022-05-10nfs: rename nfs_direct_IO and use as ->swap_rwNeilBrown1-1/+1
2022-05-10mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown1-0/+1
2022-05-10mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown1-0/+6
2022-05-10mm: drop swap_dirty_folioNeilBrown1-1/+0
2022-05-10mm: create new mm/swap.h header fileNeilBrown1-121/+0
2022-05-10mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand2-0/+31
2022-05-10mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...David Hildenbrand1-0/+39
2022-05-10mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand1-0/+8
2022-05-10mm/rmap: fail try_to_migrate() early when setting a PMD migration entry failsDavid Hildenbrand1-2/+2
2022-05-10mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand3-4/+76
2022-05-10mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand1-1/+38
2022-05-10mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand1-1/+2
2022-05-10mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand1-1/+1
2022-05-10mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand1-2/+0
2022-05-10mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand1-4/+18
2022-05-10mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand2-5/+49
2022-05-10mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()David Hildenbrand1-0/+4
2022-05-10fscrypt: add new helper functions for test_dummy_encryptionEric Biggers1-0/+39
2022-05-10Merge tag 'qcom-drivers-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-0/+2
2022-05-10Merge tag 'ti-driver-soc-for-v5.19' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-0/+13
2022-05-09fs: Change the type of filler_tMatthew Wilcox (Oracle)1-3/+3
2022-05-09mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)1-2/+1
2022-05-09nfs: Convert nfs to read_folioMatthew Wilcox (Oracle)1-1/+1
2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)1-1/+1
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)1-1/+1
2022-05-09fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)1-1/+1
2022-05-09fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)1-1/+1
2022-05-09fs: Introduce aops->read_folioMatthew Wilcox (Oracle)1-0/+1
2022-05-09nvmem: core: support passing DT node in cell infoRafał Miłecki1-0/+1
2022-05-09misc: rtsx: add rts5261 efuse functionRicky WU1-0/+3
2022-05-09Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-passthroughJens Axboe2-0/+6
2022-05-09Merge branch 'for-5.19/io_uring' into for-5.19/io_uring-passthroughJens Axboe2-2/+12
2022-05-09mtd: spi-nor: expose internal parameters via debugfsMichael Walle1-0/+2
2022-05-09net: phy: export genphy_c45_baset1_read_status()Oleksij Rempel1-0/+1
2022-05-09net: phy: introduce genphy_c45_pma_baset1_read_master_slave()Oleksij Rempel1-0/+1
2022-05-09net: phy: introduce genphy_c45_pma_baset1_setup_master_slave()Oleksij Rempel1-0/+1
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed1-1/+1
2022-05-09net: skb: introduce skb_data_area_size()Ricardo Martinez1-0/+5
2022-05-09list: Add list_next_entry_circular() and list_prev_entry_circular()Ricardo Martinez1-0/+26
2022-05-09entry: Rename arch_check_user_regs() to arch_enter_from_user_mode()Sven Schnelle1-4/+4
2022-05-08mm/readahead: Convert page_cache_async_readahead to take a folioMatthew Wilcox (Oracle)1-3/+3
2022-05-08fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)2-2/+2
2022-05-08filemap: Update the folio_lock documentationMatthew Wilcox (Oracle)1-2/+57
2022-05-08filemap: Remove obsolete comment in lock_pageMiaohe Lin1-3/+0