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