summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-19btrfs: support page uptodate assertions in subpage modeQu Wenruo
2021-04-19btrfs: make alloc_extent_buffer() check subpage dirty bitmapQu Wenruo
2021-04-19btrfs: subpage: support metadata checksum calculation at write timeQu Wenruo
2021-04-19btrfs: subpage: do more sanity checks on metadata page dirtyingQu Wenruo
2021-04-19btrfs: subpage: introduce helpers for writeback statusQu Wenruo
2021-04-19btrfs: subpage: introduce helpers for dirty statusQu Wenruo
2021-04-19btrfs: remove unnecessary variable shadowing in btrfs_invalidatepage()Qu Wenruo
2021-04-19btrfs: use min() to replace open-code in btrfs_invalidatepage()Qu Wenruo
2021-04-19btrfs: add sysfs interface for supported sectorsizeQu Wenruo
2021-04-19btrfs: improve btree readahead for full send operationsFilipe Manana
2021-04-19btrfs: fix exhaustion of the system chunk array due to concurrent allocationsFilipe Manana
2021-04-19btrfs: make reflinks respect O_SYNC O_DSYNC and S_SYNC flagsFilipe Manana
2021-04-19btrfs: zoned: bail out in btrfs_alloc_chunk for bad inputArnd Bergmann
2021-04-19btrfs: fix a potential hole punching failureBingJing Chang
2021-04-19btrfs: zoned: move log tree node allocation out of log_root_tree->log_mutexNaohiro Aota
2021-04-19btrfs: use percpu_read_positive instead of sum_positive for need_preemptJosef Bacik
2021-04-19btrfs: update outdated comment at btrfs_replace_file_extents()Filipe Manana
2021-04-19btrfs: update outdated comment at btrfs_orphan_cleanup()Filipe Manana
2021-04-19btrfs: update debug message when checking seq number of a delayed refFilipe Manana
2021-04-19btrfs: add and use helper to get lowest sequence number for the tree mod logFilipe Manana
2021-04-19btrfs: remove unnecessary leaf check at btrfs_tree_mod_log_free_eb()Filipe Manana
2021-04-19btrfs: use the new bit BTRFS_FS_TREE_MOD_LOG_USERS at btrfs_free_tree_block()Filipe Manana
2021-04-19btrfs: use a bit to track the existence of tree mod log usersFilipe Manana
2021-04-19btrfs: use booleans where appropriate for the tree mod log functionsFilipe Manana
2021-04-19btrfs: move the tree mod log code into its own fileFilipe Manana
2021-04-19btrfs: integrity-checker: convert block context kmap's to kmap_local_pageIra Weiny
2021-04-19btrfs: integrity-checker: use kmap_local_page in __btrfsic_submit_bioIra Weiny
2021-04-19btrfs: raid56: convert kmaps to kmap_local_pageIra Weiny
2021-04-19btrfs: convert kmap to kmap_local_page, simple casesIra Weiny
2021-04-19btrfs: remove duplicated in_range() macroJohannes Thumshirn
2021-04-19btrfs: remove stale comment and logic from btrfs_inode_in_log()Filipe Manana
2021-04-19btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana
2021-04-19btrfs: fix race between memory mapped writes and fsyncFilipe Manana
2021-04-19btrfs: exclude mmap from happening during all fallocate operationsJosef Bacik
2021-04-19btrfs: exclude mmaps while doing remapJosef Bacik
2021-04-19btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik
2021-04-19btrfs: add a i_mmap_lock to our inodeJosef Bacik
2021-04-19btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues
2021-04-19btrfs: remove force argument from run_delalloc_nocow()Goldwyn Rodrigues
2021-04-19btrfs: don't opencode extent_changeset_freeNikolay Borisov
2021-04-19btrfs: assign proper values to a bool variable in dev_extent_hole_check_zonedJiapeng Chong
2021-04-19btrfs: add btree read ahead for incremental send operationsFilipe Manana
2021-04-19btrfs: add btree read ahead for full send operationsFilipe Manana
2021-04-19btrfs: simplify code flow in btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-04-19btrfs: remove btrfs_inode parameter from btrfs_delayed_inode_reserve_metadataNikolay Borisov
2021-04-19btrfs: simplify commit logic in try_flush_qgroupNikolay Borisov
2021-04-19btrfs: scrub: drop a few function declarationsAnand Jain
2021-04-19btrfs: change return type to bool in btrfs_extent_readonlyAnand Jain
2021-04-19btrfs: unexport btrfs_extent_readonly() and make it staticAnand Jain
2021-04-19btrfs: replace open coded while loop with proper constructNikolay Borisov