aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2020-04-17btrfs: fix setting last_trans for reloc rootsGravatar Josef Bacik 1-2/+17
2020-04-08btrfs: fix reclaim counter leak of space_info objectsGravatar Filipe Manana 2-6/+15
2020-04-08btrfs: make full fsyncs always operate on the entire file againGravatar Filipe Manana 2-79/+29
2020-04-08btrfs: fix lost i_size update after cloning inline extentGravatar Filipe Manana 1-0/+1
2020-04-08btrfs: check commit root generation in should_ignore_rootGravatar Josef Bacik 1-2/+2
2020-03-25btrfs: fix missing semaphore unlock in btrfs_sync_fileGravatar Robbie Ko 1-0/+1
2020-03-25btrfs: use nofs allocations for running delayed itemsGravatar Josef Bacik 1-0/+13
2020-03-23btrfs: sysfs: Use scnprintf() instead of snprintf()Gravatar Takashi Iwai 1-29/+28
2020-03-23btrfs: do not resolve backrefs for roots that are being deletedGravatar Josef Bacik 1-0/+6
2020-03-23btrfs: track reloc roots based on their commit root bytenrGravatar Josef Bacik 1-10/+7
2020-03-23btrfs: restart relocate_tree_blocks properlyGravatar Josef Bacik 1-9/+2
2020-03-23btrfs: reloc: reorder reservation before root selectionGravatar Josef Bacik 1-6/+8
2020-03-23btrfs: do not readahead in build_backref_treeGravatar Josef Bacik 1-2/+0
2020-03-23btrfs: do not use readahead for running delayed refsGravatar Josef Bacik 1-4/+0
2020-03-23btrfs: Remove async_transid from btrfs_mksubvol/create_subvol/create_snapshotGravatar Nikolay Borisov 1-27/+10
2020-03-23btrfs: Remove transid argument from btrfs_ioctl_snap_create_transidGravatar Nikolay Borisov 1-10/+8
2020-03-23btrfs: Remove BTRFS_SUBVOL_CREATE_ASYNC supportGravatar Nikolay Borisov 1-24/+1
2020-03-23btrfs: kill the subvol_srcuGravatar Josef Bacik 8-88/+14
2020-03-23btrfs: make btrfs_cleanup_fs_roots use the radix tree lockGravatar Josef Bacik 1-4/+3
2020-03-23btrfs: don't take an extra root ref at allocation timeGravatar Josef Bacik 2-14/+8
2020-03-23btrfs: hold a ref on the root on the dead roots listGravatar Josef Bacik 2-3/+5
2020-03-23btrfs: make inodes hold a ref on their rootsGravatar Josef Bacik 2-4/+6
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootGravatar Josef Bacik 9-76/+50
2020-03-23btrfs: move ino_cache_inode dropping out of btrfs_free_fs_rootGravatar Josef Bacik 2-1/+8
2020-03-23btrfs: make the extent buffer leak check per fs infoGravatar Josef Bacik 4-22/+36
2020-03-23btrfs: remove a BUG_ON() from merge_reloc_roots()Gravatar Josef Bacik 1-1/+15
2020-03-23btrfs: hold a ref on the root->reloc_rootGravatar Josef Bacik 1-10/+48
2020-03-23btrfs: clear DEAD_RELOC_TREE before dropping the reloc rootGravatar Josef Bacik 1-6/+6
2020-03-23btrfs: free the reloc_control in a consistent wayGravatar Josef Bacik 1-2/+14
2020-03-23btrfs: do not init a reloc root if we aren't relocatingGravatar Josef Bacik 1-4/+16
2020-03-23btrfs: reloc: clean dirty subvols if we fail to start a transactionGravatar Josef Bacik 1-3/+3
2020-03-23btrfs: unset reloc control if we fail to recoverGravatar Josef Bacik 1-5/+5
2020-03-23btrfs: drop block from cache on error in relocationGravatar Josef Bacik 1-1/+1
2020-03-23btrfs: relocation: Use btrfs_find_all_leafs to locate data extent parent tree...Gravatar Qu Wenruo 3-264/+60
2020-03-23btrfs: fix ref-verify to catch operations on 0 ref extentsGravatar Josef Bacik 1-0/+9
2020-03-23btrfs: make ranged full fsyncs more efficientGravatar Filipe Manana 2-27/+79
2020-03-23btrfs: factor out inode items copy loop from btrfs_log_inode()Gravatar Filipe Manana 1-136/+138
2020-03-23btrfs: add helper to get the end offset of a file extent itemGravatar Filipe Manana 5-76/+34
2020-03-23btrfs: fix missing file extent item for hole after ranged fsyncGravatar Filipe Manana 1-0/+10
2020-03-23btrfs: account ticket size at add/delete timeGravatar Nikolay Borisov 2-6/+13
2020-03-23btrfs: implement migratepage callback for data pagesGravatar Roman Gushchin 1-0/+37
2020-03-23btrfs: Remove block_rsv parameter from btrfs_drop_snapshotGravatar Nikolay Borisov 4-15/+7
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseGravatar Nikolay Borisov 11-34/+24
2020-03-23btrfs: relocation: Check cancel request after each extent foundGravatar Qu Wenruo 1-0/+4
2020-03-23btrfs: relocation: Check cancel request after each data page readGravatar Qu Wenruo 1-0/+12
2020-03-23btrfs: relocation: add error injection points for cancelling balanceGravatar Qu Wenruo 3-1/+12
2020-03-23Btrfs: implement full reflink support for inline extentsGravatar Filipe Manana 1-87/+187
2020-03-23Btrfs: simplify inline extent handling when doing reflinksGravatar Filipe Manana 1-39/+14
2020-03-23Btrfs: move all reflink implementation code into its own fileGravatar Filipe Manana 6-737/+743
2020-03-23btrfs: scrub: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1