summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix gcc-4.8 build warning for struct initializerArnd Bergmann2020-04-301-1/+1
* btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf...Qu Wenruo2020-04-271-2/+11
* btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana2020-04-271-3/+40
* btrfs: fix transaction leak in btrfs_recover_relocationXiyu Yang2020-04-231-0/+1
* btrfs: fix block group leak when removing failsXiyu Yang2020-04-231-6/+10
* btrfs: drop logs when we've aborted a transactionJosef Bacik2020-04-231-4/+32
* btrfs: fix memory leak of transaction when deleting unused block groupFilipe Manana2020-04-231-0/+4
* btrfs: discard: Use the correct style for SPDX License IdentifierNishad Kamdar2020-04-201-1/+1
* btrfs: fix setting last_trans for reloc rootsJosef Bacik2020-04-171-2/+17
* btrfs: fix reclaim counter leak of space_info objectsFilipe Manana2020-04-082-6/+15
* btrfs: make full fsyncs always operate on the entire file againFilipe Manana2020-04-082-79/+29
* btrfs: fix lost i_size update after cloning inline extentFilipe Manana2020-04-081-0/+1
* btrfs: check commit root generation in should_ignore_rootJosef Bacik2020-04-081-2/+2
* btrfs: fix missing semaphore unlock in btrfs_sync_fileRobbie Ko2020-03-251-0/+1
* btrfs: use nofs allocations for running delayed itemsJosef Bacik2020-03-251-0/+13
* btrfs: sysfs: Use scnprintf() instead of snprintf()Takashi Iwai2020-03-231-29/+28
* btrfs: do not resolve backrefs for roots that are being deletedJosef Bacik2020-03-231-0/+6
* btrfs: track reloc roots based on their commit root bytenrJosef Bacik2020-03-231-10/+7
* btrfs: restart relocate_tree_blocks properlyJosef Bacik2020-03-231-9/+2
* btrfs: reloc: reorder reservation before root selectionJosef Bacik2020-03-231-6/+8
* btrfs: do not readahead in build_backref_treeJosef Bacik2020-03-231-2/+0
* btrfs: do not use readahead for running delayed refsJosef Bacik2020-03-231-4/+0
* btrfs: Remove async_transid from btrfs_mksubvol/create_subvol/create_snapshotNikolay Borisov2020-03-231-27/+10
* btrfs: Remove transid argument from btrfs_ioctl_snap_create_transidNikolay Borisov2020-03-231-10/+8
* btrfs: Remove BTRFS_SUBVOL_CREATE_ASYNC supportNikolay Borisov2020-03-231-24/+1
* btrfs: kill the subvol_srcuJosef Bacik2020-03-238-88/+14
* btrfs: make btrfs_cleanup_fs_roots use the radix tree lockJosef Bacik2020-03-231-4/+3
* btrfs: don't take an extra root ref at allocation timeJosef Bacik2020-03-232-14/+8
* btrfs: hold a ref on the root on the dead roots listJosef Bacik2020-03-232-3/+5
* btrfs: make inodes hold a ref on their rootsJosef Bacik2020-03-232-4/+6
* btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik2020-03-239-76/+50
* btrfs: move ino_cache_inode dropping out of btrfs_free_fs_rootJosef Bacik2020-03-232-1/+8
* btrfs: make the extent buffer leak check per fs infoJosef Bacik2020-03-234-22/+36
* btrfs: remove a BUG_ON() from merge_reloc_roots()Josef Bacik2020-03-231-1/+15
* btrfs: hold a ref on the root->reloc_rootJosef Bacik2020-03-231-10/+48
* btrfs: clear DEAD_RELOC_TREE before dropping the reloc rootJosef Bacik2020-03-231-6/+6
* btrfs: free the reloc_control in a consistent wayJosef Bacik2020-03-231-2/+14
* btrfs: do not init a reloc root if we aren't relocatingJosef Bacik2020-03-231-4/+16
* btrfs: reloc: clean dirty subvols if we fail to start a transactionJosef Bacik2020-03-231-3/+3
* btrfs: unset reloc control if we fail to recoverJosef Bacik2020-03-231-5/+5
* btrfs: drop block from cache on error in relocationJosef Bacik2020-03-231-1/+1
* btrfs: relocation: Use btrfs_find_all_leafs to locate data extent parent tree...Qu Wenruo2020-03-233-264/+60
* btrfs: fix ref-verify to catch operations on 0 ref extentsJosef Bacik2020-03-231-0/+9
* btrfs: make ranged full fsyncs more efficientFilipe Manana2020-03-232-27/+79
* btrfs: factor out inode items copy loop from btrfs_log_inode()Filipe Manana2020-03-231-136/+138
* btrfs: add helper to get the end offset of a file extent itemFilipe Manana2020-03-235-76/+34
* btrfs: fix missing file extent item for hole after ranged fsyncFilipe Manana2020-03-231-0/+10
* btrfs: account ticket size at add/delete timeNikolay Borisov2020-03-232-6/+13
* btrfs: implement migratepage callback for data pagesRoman Gushchin2020-03-231-0/+37
* btrfs: Remove block_rsv parameter from btrfs_drop_snapshotNikolay Borisov2020-03-234-15/+7