summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-01-25nilfs2: do not force clear folio if buffer is referencedRyusuke Konishi1-4/+27
2025-01-25ocfs2: remove parameter parent_fe_bh from __ocfs2_mknod_lockedSu Yue1-4/+3
2025-01-25ocfs2: mark dquot as inactive if failed to start trans while releasing dquotSu Yue1-0/+5
2025-01-25ocfs2: check tl->count of truncate log inode in ocfs2_get_truncate_log_infoSu Yue1-0/+15
2025-01-25mailmap: update entry for Linus LüssingLinus Lüssing1-0/+1
2025-01-25ocfs2: correct l_next_free_rec in online checkJulian Sun1-0/+24
2025-01-25ocfs2: check el->l_next_free_rec in ocfs2_get_clusters_nocacheJulian Sun1-0/+10
2025-01-25lib/list_sort: clarify comparison function requirements in list_sort()Kuan-Wei Chiu1-0/+7
2025-01-25lib/sort: clarify comparison function requirements in sort_r()Kuan-Wei Chiu1-0/+7
2025-01-25MAINTAINERS: fix list entries with display namesRob Herring (Arm)1-5/+5
2025-01-25kthread: correct comments before kthread_queue_work()Tio Zhang1-1/+1
2025-01-25squashfs: convert squashfs_fill_page() to take a folioMatthew Wilcox (Oracle)2-10/+12
2025-01-25squashfs; convert squashfs_copy_cache() to take a folioMatthew Wilcox (Oracle)3-24/+28
2025-01-25squashfs: convert squashfs_readpage_block() to take a folioMatthew Wilcox (Oracle)4-11/+10
2025-01-25squashfs: pass a folio to squashfs_readpage_fragment()Matthew Wilcox (Oracle)1-4/+4
2025-01-25squashfs: use a folio throughout squashfs_read_folio()Matthew Wilcox (Oracle)1-16/+9
2025-01-25squashfs: update Kconfig informationPhillip Lougher1-3/+3
2025-01-25Documentation: update the Squashfs filesystem documentationPhillip Lougher1-8/+6
2025-01-25squashfs: don't allocate read_page cache if SQUASHFS_FILE_DIRECT configuredPhillip Lougher2-1/+7
2025-01-25squashfs: make squashfs_cache_init() return ERR_PTR(-ENOMEM)Phillip Lougher2-10/+17
2025-01-13delayacct: add delay min to record delay peakWang Yaxin7-40/+88
2025-01-13drivers: remove get_task_comm() and print task comm directlyYafang Shao6-22/+10
2025-01-13security: remove get_task_comm() and print task comm directlyYafang Shao1-3/+1
2025-01-13net: remove get_task_comm() and print task comm directlyYafang Shao1-3/+1
2025-01-13arch: remove get_task_comm() and print task comm directlyYafang Shao2-6/+4
2025-01-13kernel: remove get_task_comm() and print task comm directlyYafang Shao2-8/+3
2025-01-13kasan: fix typo in kasan_poison_new_object documentationDominik Karol Piątkowski1-1/+1
2025-01-13lib/inflate.c: remove dead codeAriel Otilibili1-2/+0
2025-01-13init: fix removal warning for deprecated initrd loadingMartin Kepplinger1-1/+1
2025-01-13iov_iter: remove setting of page->indexMatthew Wilcox (Oracle)1-3/+0
2025-01-13ocfs2: support large folios in ocfs2_write_zero_page()Mark Tinguely1-4/+4
2025-01-13ocfs2: support large folios in ocfs2_zero_cluster_folios()Mark Tinguely1-9/+5
2025-01-13ocfs2: remove ocfs2_start_walk_page_trans() prototypeMatthew Wilcox (Oracle)1-5/+0
2025-01-13ocfs2: use a folio in ocfs2_fast_symlink_read_folio()Matthew Wilcox (Oracle)1-8/+3
2025-01-13ocfs2: convert ocfs2_read_inline_data() to take a folioMatthew Wilcox (Oracle)3-16/+8
2025-01-13ocfs2: convert ocfs2_map_and_dirty_page() to ocfs2_map_and_dirty_folio()Mark Tinguely3-15/+13
2025-01-13ocfs2: convert ocfs2_duplicate_clusters_by_page() to use a folioMark Tinguely1-17/+15
2025-01-13ocfs2: use an array of folios instead of an array of pagesMark Tinguely4-65/+49
2025-01-13ocfs2: convert ocfs2_clear_page_regions() to ocfs2_clear_folio_regions()Mark Tinguely1-5/+4
2025-01-13ocfs2: convert ocfs2_map_page_blocks() to ocfs2_map_folio_blocks()Mark Tinguely3-12/+10
2025-01-13ocfs2: use a folio in ocfs2_map_and_dirty_page()Mark Tinguely1-5/+6
2025-01-13ocfs2: use a folio in ocfs2_prepare_page_for_write()Mark Tinguely1-9/+9
2025-01-13ocfs2: use a folio in ocfs2_write_end_nolock()Mark Tinguely1-20/+17
2025-01-13ocfs2: convert ocfs2_write_failure() to use a folioMark Tinguely1-4/+3
2025-01-13ocfs2: convert w_pages to w_foliosMark Tinguely2-54/+65
2025-01-13ocfs2: convert ocfs2_inode_lock_with_page() to ocfs2_inode_lock_with_folio()Mark Tinguely3-15/+11
2025-01-13ocfs2: convert ocfs2_readpage_inline() to take a folioMark Tinguely1-5/+5
2025-01-13ocfs2: pass mmap_folio around instead of mmap_pageMatthew Wilcox (Oracle)3-23/+22
2025-01-13ocfs2: use a folio in ocfs2_write_begin_inline()Mark Tinguely1-9/+10
2025-01-13ocfs2: use a folio in ocfs2_zero_new_buffers()Mark Tinguely1-7/+7