summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2021-04-19btrfs: subpage: introduce helpers for writeback statusQu Wenruo2-0/+32
2021-04-19btrfs: subpage: introduce helpers for dirty statusQu Wenruo2-0/+57
2021-04-19btrfs: remove unnecessary variable shadowing in btrfs_invalidatepage()Qu Wenruo1-6/+2
2021-04-19btrfs: use min() to replace open-code in btrfs_invalidatepage()Qu Wenruo1-4/+2
2021-04-19btrfs: add sysfs interface for supported sectorsizeQu Wenruo1-0/+15
2021-04-19btrfs: improve btree readahead for full send operationsFilipe Manana3-6/+46
2021-04-19btrfs: fix exhaustion of the system chunk array due to concurrent allocationsFilipe Manana3-1/+69
2021-04-19btrfs: make reflinks respect O_SYNC O_DSYNC and S_SYNC flagsFilipe Manana1-0/+25
2021-04-19btrfs: zoned: bail out in btrfs_alloc_chunk for bad inputArnd Bergmann1-0/+2
2021-04-19btrfs: fix a potential hole punching failureBingJing Chang1-3/+3
2021-04-19btrfs: zoned: move log tree node allocation out of log_root_tree->log_mutexNaohiro Aota1-5/+7
2021-04-19btrfs: use percpu_read_positive instead of sum_positive for need_preemptJosef Bacik1-2/+2
2021-04-19btrfs: update outdated comment at btrfs_replace_file_extents()Filipe Manana1-4/+2
2021-04-19btrfs: update outdated comment at btrfs_orphan_cleanup()Filipe Manana1-7/+11
2021-04-19btrfs: update debug message when checking seq number of a delayed refFilipe Manana1-3/+2
2021-04-19btrfs: add and use helper to get lowest sequence number for the tree mod logFilipe Manana3-24/+33
2021-04-19btrfs: remove unnecessary leaf check at btrfs_tree_mod_log_free_eb()Filipe Manana1-4/+1
2021-04-19btrfs: use the new bit BTRFS_FS_TREE_MOD_LOG_USERS at btrfs_free_tree_block()Filipe Manana1-5/+3
2021-04-19btrfs: use a bit to track the existence of tree mod log usersFilipe Manana2-5/+9
2021-04-19btrfs: use booleans where appropriate for the tree mod log functionsFilipe Manana3-25/+25
2021-04-19btrfs: move the tree mod log code into its own fileFilipe Manana8-961/+1005
2021-04-19btrfs: integrity-checker: convert block context kmap's to kmap_local_pageIra Weiny1-2/+3
2021-04-19btrfs: integrity-checker: use kmap_local_page in __btrfsic_submit_bioIra Weiny1-4/+5
2021-04-19btrfs: raid56: convert kmaps to kmap_local_pageIra Weiny1-31/+34
2021-04-19btrfs: convert kmap to kmap_local_page, simple casesIra Weiny4-11/+10
2021-04-19btrfs: remove duplicated in_range() macroJohannes Thumshirn4-2/+3
2021-04-19btrfs: remove stale comment and logic from btrfs_inode_in_log()Filipe Manana1-13/+4
2021-04-19btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana4-12/+19
2021-04-19btrfs: fix race between memory mapped writes and fsyncFilipe Manana1-9/+9
2021-04-19btrfs: exclude mmap from happening during all fallocate operationsJosef Bacik1-6/+6
2021-04-19btrfs: exclude mmaps while doing remapJosef Bacik1-6/+24
2021-04-19btrfs: use btrfs_inode_lock/btrfs_inode_unlock inode lock helpersJosef Bacik5-28/+28
2021-04-19btrfs: add a i_mmap_lock to our inodeJosef Bacik3-0/+12
2021-04-19btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues3-5/+3
2021-04-19btrfs: remove force argument from run_delalloc_nocow()Goldwyn Rodrigues1-24/+13
2021-04-19btrfs: don't opencode extent_changeset_freeNikolay Borisov1-2/+1
2021-04-19btrfs: assign proper values to a bool variable in dev_extent_hole_check_zonedJiapeng Chong1-2/+2
2021-04-19btrfs: add btree read ahead for incremental send operationsFilipe Manana1-6/+36
2021-04-19btrfs: add btree read ahead for full send operationsFilipe Manana1-0/+1
2021-04-19btrfs: simplify code flow in btrfs_delayed_inode_reserve_metadataNikolay Borisov1-20/+5
2021-04-19btrfs: remove btrfs_inode parameter from btrfs_delayed_inode_reserve_metadataNikolay Borisov1-5/+3
2021-04-19btrfs: simplify commit logic in try_flush_qgroupNikolay Borisov1-28/+7
2021-04-19btrfs: scrub: drop a few function declarationsAnand Jain1-8/+0
2021-04-19btrfs: change return type to bool in btrfs_extent_readonlyAnand Jain1-3/+3
2021-04-19btrfs: unexport btrfs_extent_readonly() and make it staticAnand Jain3-14/+13
2021-04-19btrfs: replace open coded while loop with proper constructNikolay Borisov1-19/+23
2021-04-19btrfs: replace offset_in_entry with in_rangeNikolay Borisov1-15/+4
2021-04-19btrfs: make find_desired_extent take btrfs_inodeNikolay Borisov1-8/+7
2021-04-19btrfs: make btrfs_replace_file_extents take btrfs_inodeNikolay Borisov4-34/+34
2021-04-19btrfs: fix comment for btrfs ordered extent flag bitsQu Wenruo1-2/+2