aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-02-08btrfs: stop setting nbytes when filling inode item for loggingFilipe Manana
2021-02-08btrfs: remove unnecessary directory inode item update when deleting dir entryFilipe Manana
2021-02-08btrfs: let callers of btrfs_get_io_geometry pass the emMichal Rostecki
2021-02-08btrfs: fix double accounting of ordered extent for subpage case in btrfs_inva...Qu Wenruo
2021-02-08btrfs: simplify condition in __btrfs_run_delayed_itemsAbaci Team
2021-02-08btrfs: remove wrong comment for can_nocow_extent()Filipe Manana
2021-02-08btrfs: add a trace class for dumping the current ENOSPC stateJosef Bacik
2021-02-08btrfs: adjust the flush trace point to include the sourceJosef Bacik
2021-02-08btrfs: implement space clamping for preemptive flushingJosef Bacik
2021-02-08btrfs: simplify the logic in need_preemptive_flushingJosef Bacik
2021-02-08btrfs: rework btrfs_calc_reclaim_metadata_sizeJosef Bacik
2021-02-08btrfs: check reclaim_size in need_preemptive_reclaimJosef Bacik
2021-02-08btrfs: rename need_do_async_reclaimJosef Bacik
2021-02-08btrfs: improve preemptive background space flushingJosef Bacik
2021-02-08btrfs: introduce a FORCE_COMMIT_TRANS flush operationJosef Bacik
2021-02-08btrfs: track ordered bytes instead of just dio ordered bytesJosef Bacik
2021-02-08btrfs: add a trace point for reserve ticketsJosef Bacik
2021-02-08btrfs: make flush_space take a enum btrfs_flush_state instead of intJosef Bacik
2021-02-08btrfs: send: use struct send_ctx *sctx for btrfs_compare_trees and changed_cbRoman Anasal
2021-02-08btrfs: run delayed refs less often in commit_cowonly_rootsJosef Bacik
2021-02-08btrfs: stop running all delayed refs during snapshotJosef Bacik
2021-02-08btrfs: remove bogus BUG_ON in alloc_reserved_tree_blockJosef Bacik
2021-02-08btrfs: move delayed ref flushing for qgroup into qgroup helperJosef Bacik
2021-02-08btrfs: only run delayed refs once before committingJosef Bacik
2021-02-08btrfs: delayed refs pre-flushing should only run the heads we haveJosef Bacik
2021-02-08btrfs: only let one thread pre-flush delayed refs in commitJosef Bacik
2021-02-08btrfs: do not block on deleted bgs mutex in the cleanerJosef Bacik
2021-02-08btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik
2021-02-08btrfs: add asserts for deleting backref cache nodesJosef Bacik
2021-02-08btrfs: do not warn if we can't find the reloc root when looking up backrefJosef Bacik
2021-02-08btrfs: splice remaining dirty_bg's onto the transaction dirty bg listJosef Bacik
2021-02-08btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik
2021-02-08btrfs: remove repeated word in struct member commentNigel Christian
2021-02-08btrfs: account for new extents being deleted in total_bytes_pinnedJosef Bacik
2021-02-08btrfs: handle space_info::total_bytes_pinned inside the delayed ref itselfJosef Bacik
2021-02-08btrfs: enable W=1 checks for btrfsNikolay Borisov
2021-02-08btrfs: zoned: remove unused variable in btrfs_sb_log_location_bdevNikolay Borisov
2021-02-08btrfs: fix parameter description for functions in extent_io.cNikolay Borisov
2021-02-08btrfs: fix parameter description in space-info.cNikolay Borisov
2021-02-08btrfs: fix parameter description of btrfs_inode_rsv_release/btrfs_delalloc_re...Nikolay Borisov
2021-02-08btrfs: document btrfs_check_shared parametersNikolay Borisov
2021-02-08btrfs: fix description format of fs_info of btrfs_wait_on_delayed_iputsNikolay Borisov
2021-02-08btrfs: document fs_info in btrfs_rmap_blockNikolay Borisov
2021-02-08btrfs: document now parameter of peek_discard_listNikolay Borisov
2021-02-08btrfs: improve parameter description for __btrfs_write_out_cacheNikolay Borisov
2021-02-08btrfs: fix parameter description in delayed-ref.c functionsNikolay Borisov
2021-02-08btrfs: fix function description formats in file-item.cNikolay Borisov
2021-02-08btrfs: fix parameter description of btrfs_add_extent_mappingNikolay Borisov
2021-02-08btrfs: document modified parameter of add_extent_mappingNikolay Borisov
2021-02-08btrfs: rework the order of btrfs_ordered_extent::flagsQu Wenruo