summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-05xfs: move the online repair rmap hooks to the generic group structureChristoph Hellwig
2024-11-05xfs: move draining of deferred operations to the generic group structureChristoph Hellwig
2024-11-05xfs: mark xfs_perag_intent_{hold,rele} staticChristoph Hellwig
2024-11-05xfs: move metadata health tracking to the generic group structureChristoph Hellwig
2024-11-05xfs: switch perag iteration from the for_each macros to a while based iteratorChristoph Hellwig
2024-11-05xfs: insert the pag structures into the xarray laterChristoph Hellwig
2024-11-05xfs: add a xfs_group_next_range helperChristoph Hellwig
2024-11-05xfs: split xfs_initialize_peragChristoph Hellwig
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig
2024-11-05xfs: convert remaining trace points to pass pag structuresChristoph Hellwig
2024-11-05xfs: factor out a xfs_iwalk_args helperChristoph Hellwig
2024-11-05xfs: pass the pag to the xrep_newbt_extent_class tracepointsChristoph Hellwig
2024-11-05xfs: pass the pag to the trace_xrep_calc_ag_resblks{,_btsize} trace pointsChristoph Hellwig
2024-11-05xfs: pass objects to the xrep_ibt_walk_rmap tracepointChristoph Hellwig
2024-11-05xfs: pass the iunlink item to the xfs_iunlink_update_dinode trace pointChristoph Hellwig
2024-11-05xfs: pass objects to the xfs_irec_merge_{pre,post} trace pointsChristoph Hellwig
2024-11-05xfs: pass a perag structure to the xfs_ag_resv_init_error trace pointChristoph Hellwig
2024-11-05xfs: constify pag arguments to trace pointsChristoph Hellwig
2024-11-05xfs: remove the unused xrep_bmap_walk_rmap trace pointChristoph Hellwig
2024-11-05xfs: remove the unused trace_xfs_iwalk_ag trace pointChristoph Hellwig
2024-11-05xfs: remove the mount field from struct xfs_busy_extentsChristoph Hellwig
2024-11-05xfs: keep a reference to the pag for busy extentsChristoph Hellwig
2024-11-05xfs: pass a pag to xfs_extent_busy_{search,reuse}Christoph Hellwig
2024-11-05xfs: add a xfs_agino_to_ino helperChristoph Hellwig
2024-11-05xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpersChristoph Hellwig
2024-11-05xfs: remove the agno argument to xfs_free_ag_extentChristoph Hellwig
2024-11-05xfs: pass a pag to xfs_difree_inode_chunkChristoph Hellwig
2024-11-05xfs: remove the unused pag_active_wq field in struct xfs_peragChristoph Hellwig
2024-11-05xfs: remove the unused pagb_count field in struct xfs_peragChristoph Hellwig
2024-11-05xfs: fix superfluous clearing of info->low in __xfs_getfsmap_datadevChristoph Hellwig
2024-11-05xfs: fix simplify extent lookup in xfs_can_free_eofblocksDarrick J. Wong
2024-11-05f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inodeChao Yu
2024-11-05f2fs: fix to map blocks correctly for direct writeChao Yu
2024-11-05f2fs: fix race in concurrent f2fs_stop_gc_threadLong Li
2024-11-05f2fs: fix fiemap failure issue when page size is 16KBXiuhong Wang
2024-11-05ecryptfs: Pass the folio index to crypt_extent()Matthew Wilcox (Oracle)
2024-11-05ecryptfs: Convert lower_offset_for_page() to take a folioMatthew Wilcox (Oracle)
2024-11-05ecryptfs: Convert ecryptfs_decrypt_page() to take a folioMatthew Wilcox (Oracle)
2024-11-05ecryptfs: Convert ecryptfs_encrypt_page() to take a folioMatthew Wilcox (Oracle)
2024-11-05ecryptfs: Convert ecryptfs_write_lower_page_segment() to take a folioMatthew Wilcox (Oracle)
2024-11-05ecryptfs: Convert ecryptfs_write() to use a folioMatthew Wilcox (Oracle)
2024-11-05ecryptfs: Convert ecryptfs_read_lower_page_segment() to take a folioMatthew Wilcox (Oracle)
2024-11-05ecryptfs: Convert ecryptfs_copy_up_encrypted_with_header() to take a folioMatthew Wilcox (Oracle)
2024-11-05ecryptfs: Use a folio throughout ecryptfs_read_folio()Matthew Wilcox (Oracle)
2024-11-05ecryptfs: Convert ecryptfs_writepage() to ecryptfs_writepages()Matthew Wilcox (Oracle)
2024-11-05fuse: remove pages for requests and exclusively use foliosJoanne Koong
2024-11-05sysfs: bin_attribute: add const read/write callback variantsThomas Weißschuh
2024-11-05sysfs: introduce callback attribute_group::bin_sizeThomas Weißschuh
2024-11-05sysfs: explicitly pass size to sysfs_add_bin_file_mode_ns()Thomas Weißschuh
2024-11-05xfs: remove xfs_page_mkwrite_iomap_opsChristoph Hellwig