summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-11btrfs: qgroup: delete a TODO about using kmem cache to allocate structuresJunchao Sun
2024-07-11btrfs: make extent_write_locked_range() handle subpage writeback correctlyQu Wenruo
2024-07-11btrfs: do not clear page dirty inside extent_write_locked_range()Qu Wenruo
2024-07-11btrfs: lock subpage ranges in one go for writepage_delalloc()Qu Wenruo
2024-07-11btrfs: subpage: introduce helpers to handle subpage delalloc lockingQu Wenruo
2024-07-11btrfs: make __extent_writepage_io() to write specified range onlyQu Wenruo
2024-07-11btrfs: add MODULE_DESCRIPTION()Jeff Johnson
2024-07-11btrfs: rename err to ret in btrfs_drop_snapshot()Anand Jain
2024-07-11btrfs: rename err to ret in btrfs_recover_relocation()Anand Jain
2024-07-11btrfs: rename ret to ret2 in btrfs_recover_relocation()Anand Jain
2024-07-11btrfs: rename ret to err in btrfs_recover_relocation()Anand Jain
2024-07-11btrfs: rename err to ret in btrfs_cleanup_fs_roots()Anand Jain
2024-07-11btrfs: cleanup duplicated parameters related to btrfs_create_dio_extent()Qu Wenruo
2024-07-11btrfs: cleanup duplicated parameters related to create_io_em()Qu Wenruo
2024-07-11btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extentQu Wenruo
2024-07-11btrfs: cleanup duplicated parameters related to can_nocow_file_extent_argsQu Wenruo
2024-07-11btrfs: remove extent_map::block_start memberQu Wenruo
2024-07-11btrfs: remove extent_map::block_len memberQu Wenruo
2024-07-11btrfs: remove extent_map::orig_start memberQu Wenruo
2024-07-11btrfs: introduce extra sanity checks for extent mapsQu Wenruo
2024-07-11btrfs: introduce new members for extent_mapQu Wenruo
2024-07-11btrfs: export the expected file extent through can_nocow_extent()Qu Wenruo
2024-07-11btrfs: rename extent_map::orig_block_len to disk_num_bytesQu Wenruo
2024-07-11btrfs: move fiemap code into its own fileFilipe Manana
2024-07-11btrfs: send: get rid of the label and gotos at ensure_commit_roots_uptodate()Filipe Manana
2024-07-11btrfs: add and use helper to commit the current transactionFilipe Manana
2024-07-11btrfs: scrub: avoid create/commit empty transaction at finish_extent_writes_f...Filipe Manana
2024-07-11btrfs: send: avoid create/commit empty transaction at ensure_commit_roots_upt...Filipe Manana
2024-07-11btrfs: send: make ensure_commit_roots_uptodate() simpler and more efficientFilipe Manana
2024-07-11btrfs: avoid create and commit empty transaction when committing superFilipe Manana
2024-07-11btrfs: qgroup: avoid start/commit empty transaction when flushing reservationsFilipe Manana
2024-07-11btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba
2024-07-11btrfs: automatically remove the subvolume qgroupQu Wenruo
2024-07-11btrfs: slightly loosen the requirement for qgroup removalQu Wenruo
2024-07-11btrfs: constify parameters of write_eb_member() and its usersDavid Sterba
2024-07-11btrfs: keep const when returning value from get_unaligned_le8()David Sterba
2024-07-11btrfs: remove unused define EXTENT_SIZE_PER_ITEMDavid Sterba
2024-07-11btrfs: use for-local variables that shadow function variablesDavid Sterba
2024-07-11btrfs: rename macro local variables that clash with other variablesDavid Sterba
2024-07-11btrfs: remove duplicate name variable declarationsDavid Sterba
2024-07-11btrfs: use a btrfs_inode local variable at btrfs_sync_file()Filipe Manana
2024-07-11btrfs: pass a btrfs_inode to btrfs_wait_ordered_range()Filipe Manana
2024-07-11btrfs: pass a btrfs_inode to btrfs_fdatawrite_range()Filipe Manana
2024-07-11btrfs: use a btrfs_inode in the log context (struct btrfs_log_ctx)Filipe Manana
2024-07-11btrfs: make btrfs_finish_ordered_extent() return voidFilipe Manana
2024-07-11btrfs: move btrfs_block_group_root() to block-group.cAnand Jain
2024-07-11btrfs: drop bytenr_orig and fix comment in btrfs_scan_one_device()Anand Jain
2024-07-11btrfs: use a regular rb_root instead of cached rb_root for extent_map_treeFilipe Manana
2024-07-11btrfs: rename rb_root member of extent_map_tree from map to rootFilipe Manana
2024-07-11btrfs: remove objectid from struct btrfs_inode on 64 bits platformsFilipe Manana