summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik
2020-03-23btrfs: move ino_cache_inode dropping out of btrfs_free_fs_rootJosef Bacik
2020-03-23btrfs: make the extent buffer leak check per fs infoJosef Bacik
2020-03-23btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik
2020-03-23btrfs: hold a ref on the root->reloc_rootJosef Bacik
2020-03-23btrfs: clear DEAD_RELOC_TREE before dropping the reloc rootJosef Bacik
2020-03-23btrfs: free the reloc_control in a consistent wayJosef Bacik
2020-03-23btrfs: do not init a reloc root if we aren't relocatingJosef Bacik
2020-03-23btrfs: reloc: clean dirty subvols if we fail to start a transactionJosef Bacik
2020-03-23btrfs: unset reloc control if we fail to recoverJosef Bacik
2020-03-23btrfs: drop block from cache on error in relocationJosef Bacik
2020-03-23btrfs: relocation: Use btrfs_find_all_leafs to locate data extent parent tree...Qu Wenruo
2020-03-23btrfs: fix ref-verify to catch operations on 0 ref extentsJosef Bacik
2020-03-23btrfs: make ranged full fsyncs more efficientFilipe Manana
2020-03-23btrfs: factor out inode items copy loop from btrfs_log_inode()Filipe Manana
2020-03-23btrfs: add helper to get the end offset of a file extent itemFilipe Manana
2020-03-23btrfs: fix missing file extent item for hole after ranged fsyncFilipe Manana
2020-03-23btrfs: account ticket size at add/delete timeNikolay Borisov
2020-03-23btrfs: implement migratepage callback for data pagesRoman Gushchin
2020-03-23btrfs: Remove block_rsv parameter from btrfs_drop_snapshotNikolay Borisov
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov
2020-03-23btrfs: relocation: Check cancel request after each extent foundQu Wenruo
2020-03-23btrfs: relocation: Check cancel request after each data page readQu Wenruo
2020-03-23btrfs: relocation: add error injection points for cancelling balanceQu Wenruo
2020-03-23Btrfs: implement full reflink support for inline extentsFilipe Manana
2020-03-23Btrfs: simplify inline extent handling when doing reflinksFilipe Manana
2020-03-23Btrfs: move all reflink implementation code into its own fileFilipe Manana
2020-03-23btrfs: scrub: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-23btrfs: rcu-string: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-23btrfs: delayed-inode: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-23btrfs: add RCU locks around block group initializationMadhuparna Bhowmik
2020-03-23btrfs: Open code insert_extent_backrefNikolay Borisov
2020-03-23btrfs: Remove impossible BUG_ON in get_tree_block_keyNikolay Borisov
2020-03-23btrfs: balance: factor out convert profile validationDavid Sterba
2020-03-23btrfs: return void from csum_tree_blockDavid Sterba
2020-03-23btrfs: simplify tree block checksumming loopDavid Sterba
2020-03-23btrfs: inline checksum name and driver definitionsDavid Sterba
2020-03-23btrfs: Rename __btrfs_alloc_chunk to btrfs_alloc_chunkNikolay Borisov
2020-03-23btrfs: fix btrfs_calc_reclaim_metadata_size calculationJosef Bacik
2020-03-23Btrfs: fix crash during unmount due to race with delayed inode workersFilipe Manana
2020-03-23btrfs: factor out prepare_allocation() for extent allocationNaohiro Aota
2020-03-23btrfs: skip LOOP_NO_EMPTY_SIZE if not clustered allocationNaohiro Aota
2020-03-23btrfs: factor out chunk_allocation_failed() for extent allocationNaohiro Aota
2020-03-23btrfs: drop unnecessary arguments from find_free_extent_update_loop()Naohiro Aota
2020-03-23btrfs: factor out found_extent() for extent allocationNaohiro Aota
2020-03-23btrfs: factor out release_block_group()Naohiro Aota
2020-03-23btrfs: drop unnecessary arguments from clustered allocation functionsNaohiro Aota
2020-03-23btrfs: factor out do_allocation() for extent allocationNaohiro Aota
2020-03-23btrfs: move variables for clustered allocation into find_free_extent_ctlNaohiro Aota
2020-03-23btrfs: move hint_byte into find_free_extent_ctlNaohiro Aota