summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-11btrfs: lzo: drop unused paramter level from lzo_alloc_workspace()David Sterba
2024-11-11btrfs: drop unused transaction parameter from btrfs_qgroup_add_swapped_blocks()David Sterba
2024-11-11btrfs: qgroup: drop unused parameter fs_info from __del_qgroup_rb()David Sterba
2024-11-11btrfs: drop unused parameter map from scrub_simple_mirror()David Sterba
2024-11-11btrfs: scrub: drop unused parameter sctx from scrub_submit_extent_sector_read()David Sterba
2024-11-11btrfs: send: drop unused parameter index from iterate_inode_ref_t callbacksDavid Sterba
2024-11-11btrfs: send: drop unused parameter num from iterate_inode_ref_t callbacksDavid Sterba
2024-11-11btrfs: drop unused parameter fs_info from do_reclaim_sweep()David Sterba
2024-11-11btrfs: drop unused parameter fs_info from wait_reserve_ticket()David Sterba
2024-11-11btrfs: drop unused parameter ctx from batch_delete_dir_index_items()David Sterba
2024-11-11btrfs: drop unused parameter path from btrfs_tree_mod_log_rewind()David Sterba
2024-11-11btrfs: zstd: assert the timer pointer in callbackDavid Sterba
2024-11-11btrfs: remove btrfs_set_range_writeback()Qu Wenruo
2024-11-11btrfs: qgroup: run delayed iputs after ordered extent completionFilipe Manana
2024-11-11btrfs: scrub: skip initial RST lookup errorsJohannes Thumshirn
2024-11-11btrfs: return ENODATA in case RST lookup failsJohannes Thumshirn
2024-11-11btrfs: handle empty list of NOCOW ordered extents with checksum listJohannes Thumshirn
2024-11-11btrfs: simplify the page uptodate preparation for prepare_pages()Qu Wenruo
2024-11-11btrfs: remove the dirty_page local variableQu Wenruo
2024-11-11btrfs: remove unused btrfs_try_tree_write_lock()Dr. David Alan Gilbert
2024-11-11btrfs: remove unused btrfs_is_parity_mirror()Dr. David Alan Gilbert
2024-11-11btrfs: remove unused btrfs_free_squota_rsv()Dr. David Alan Gilbert
2024-11-11btrfs: tests: add selftests for raid-stripe-treeJohannes Thumshirn
2024-11-11btrfs: correct typos in multiple comments across various filesShen Lichuan
2024-11-11btrfs: remove unused page_to_inode and page_to_fs_info macrosYouling Tang
2024-11-11btrfs: remove redundant stop_loop variable in scrub_stripe()Riyan Dhiman
2024-11-11btrfs: remove pointless initialization at btrfs_qgroup_trace_extent()Filipe Manana
2024-11-11btrfs: always use delayed_refs local variable at btrfs_qgroup_trace_extent()Filipe Manana
2024-11-11btrfs: remove unnecessary delayed refs locking at btrfs_qgroup_trace_extent()Filipe Manana
2024-11-11btrfs: store fs_info in a local variable at btrfs_qgroup_trace_extent_post()Filipe Manana
2024-11-11btrfs: qgroups: remove bytenr field from struct btrfs_qgroup_extent_recordFilipe Manana
2024-11-11btrfs: remove code duplication in ordered extent finishingJohannes Thumshirn
2024-11-11btrfs: canonicalize the device path before adding itQu Wenruo
2024-11-11btrfs: avoid unnecessary device path update for the same deviceQu Wenruo
2024-11-11btrfs: allow compression even if the range is not page alignedQu Wenruo
2024-11-11btrfs: mark all dirty sectors as locked inside writepage_delalloc()Qu Wenruo
2024-11-11btrfs: move the delalloc range bitmap search into extent_io.cQu Wenruo
2024-11-11btrfs: do not assume the full page range is not dirty in extent_writepage_io()Qu Wenruo
2024-11-11btrfs: make extent_range_clear_dirty_for_io() to handle sector size < page si...Qu Wenruo
2024-11-11btrfs: wait for writeback if sector size is smaller than page sizeQu Wenruo
2024-11-11btrfs: compression: add an ASSERT() to ensure the read-in length is saneQu Wenruo
2024-11-11btrfs: zstd: make the compression path to handle sector size < page sizeQu Wenruo
2024-11-11btrfs: zlib: make the compression path to handle sector size < page sizeQu Wenruo
2024-11-11btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUGQu Wenruo
2024-11-11btrfs: make assert_rbio() to only check CONFIG_BTRFS_ASSERTQu Wenruo
2024-11-11btrfs: don't take dev_replace rwsem on task already holding itJohannes Thumshirn
2024-11-11ovl: use wrapper ovl_revert_creds()Vinicius Costa Gomes
2024-11-11fs/backing-file: Convert to revert/override_creds_light()Vinicius Costa Gomes
2024-11-11backing-file: clean up the APIMiklos Szeredi
2024-11-11ovl: properly handle large files in ovl_security_fileattrOleksandr Tymoshenko