summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-12-20nilfs2: switch WARN_ONs to warning output in nilfs_sufile_do_free()Ryusuke Konishi
2023-12-20freevxfs: lookup: fix function params kernel-docRandy Dunlap
2023-12-20freevxfs: immed: fix kernel-doc param nameRandy Dunlap
2023-12-20freevxfs: bmap: fix kernel-doc warningsRandy Dunlap
2023-12-10nilfs2: convert nilfs_page_bug() to nilfs_folio_bug()Matthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_prepare_chunk() and nilfs_commit_chunk() to foliosMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_make_empty() to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_empty_dir() to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_add_link() to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_rename() to use foliosMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_find_entry to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_readdir to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: add nilfs_get_folio()Matthew Wilcox (Oracle)
2023-12-10nilfs2: switch to kmap_local for directory handlingMatthew Wilcox (Oracle)
2023-12-10nilfs2: pass the mapped address to nilfs_check_page()Matthew Wilcox (Oracle)
2023-12-10nilfs2: return the mapped address from nilfs_get_page()Matthew Wilcox (Oracle)
2023-12-10nilfs2: remove page_address() from nilfs_delete_entryMatthew Wilcox (Oracle)
2023-12-10nilfs2: remove page_address() from nilfs_add_linkMatthew Wilcox (Oracle)
2023-12-10nilfs2: remove page_address() from nilfs_set_linkMatthew Wilcox (Oracle)
2023-12-10nilfs2: eliminate staggered calls to kunmap in nilfs_renameRyusuke Konishi
2023-12-10nilfs2: move page release outside of nilfs_delete_entry and nilfs_set_linkRyusuke Konishi
2023-12-10jffs2: mark __jffs2_dbg_superblock_counts() staticArnd Bergmann
2023-12-10nilfs2: convert nilfs_btnode_abort_change_key to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_btnode_commit_change_key to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_btnode_prepare_change_key to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_btnode_delete to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_btnode_submit_block to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_btnode_create_block to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_gccache_submit_read_data to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_mdt_submit_block to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_mdt_create_block to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_page_mkwrite() to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_segctor_prepare_write to use foliosMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert to __nilfs_clear_folio_dirty()Matthew Wilcox (Oracle)
2023-12-10nilfs2: convert to nilfs_clear_folio_dirty()Matthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_mdt_write_page() to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_writepage() to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert to nilfs_folio_buffers_clean()Matthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_forget_buffer to use a folioMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_segctor_complete_write to use foliosMatthew Wilcox (Oracle)
2023-12-10nilfs2: convert nilfs_abort_logs to use foliosMatthew Wilcox (Oracle)
2023-12-10nilfs2: add nilfs_end_folio_io()Matthew Wilcox (Oracle)
2023-12-10Squashfs: fix variable overflow triggered by sysbotPhillip Lougher
2023-12-10fs/nilfs2: use standard array-copy-functionPhilipp Stanner
2023-12-10introduce for_other_threads(p, t)Oleg Nesterov
2023-12-06Merge branch 'master' into mm-hotfixes-stableAndrew Morton
2023-12-06nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Ryusuke Konishi
2023-12-06mm/hugetlb: have CONFIG_HUGETLB_PAGE select CONFIG_XARRAY_MULTISidhartha Kumar
2023-12-06nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi
2023-12-06squashfs: squashfs_read_data need to check if the length is 0Lizhi Xu