summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2016-03-09Btrfs: fix loading of orphan roots leading to BUG_ONFilipe Manana
2016-03-09btrfs: async-thread: Fix a use-after-free error for traceQu Wenruo
2016-03-09btrfs: Fix no_space in write and rm loopZhao Lei
2016-03-09Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana
2016-03-03btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior
2016-03-03Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...Chandan Rajendra
2016-03-03Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana
2016-03-03Btrfs: fix number of transaction units required to create symlinkFilipe Manana
2016-03-03Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana
2016-03-03btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba
2016-03-03Btrfs: igrab inode in writepageJosef Bacik
2016-03-03Btrfs: add missing brelse when superblock checksum failsAnand Jain
2016-02-25Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana
2016-02-25Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana
2016-02-25Btrfs: fix page reading in extent_same ioctl leading to csum errorsFilipe Manana
2016-02-25Btrfs: fix invalid page accesses in extent_same (dedup) ioctlFilipe Manana
2016-02-25btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba
2016-02-25Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"David Sterba
2016-02-25Btrfs: fix fitrim discarding device area reserved for boot loader's useFilipe Manana
2016-02-25btrfs: handle invalid num_stripes in sys_arrayDavid Sterba
2015-12-18Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-12-15Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2015-12-15Btrfs: check prepare_uptodate_page() error code earlierChris Mason
2015-12-15Btrfs: check for empty bitmap list in setup_cluster_bitmapsChris Mason
2015-12-10btrfs: fix misleading warning when space cache failed to loadHolger Hoffstätte
2015-12-10Btrfs: fix transaction handle leak in balanceFilipe Manana
2015-12-10Btrfs: fix unprotected list move from unused_bgs to deleted_bgs listFilipe Manana
2015-11-27Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-11-25btrfs: fix balance range usage filters in 4.4-rcHolger Hoffstätte
2015-11-25btrfs: qgroup: account shared subtree during snapshot deleteMark Fasheh
2015-11-25Btrfs: use btrfs_get_fs_root in resolve_indirect_refJosef Bacik
2015-11-25btrfs: qgroup: fix quota disable during rescanJustin Maggard
2015-11-25Btrfs: fix race between cleaner kthread and space cache writeoutFilipe Manana
2015-11-25Btrfs: fix scrub preventing unused block groups from being deletedFilipe Manana
2015-11-25Btrfs: fix race between scrub and block group deletionFilipe Manana
2015-11-25btrfs: fix rcu warning during device replaceDavid Sterba
2015-11-25btrfs: Continue replace when set_block_ro failedZhaolei
2015-11-25btrfs: fix clashing number of the enhanced balance usage filterDavid Sterba
2015-11-25Btrfs: fix the number of transaction units needed to remove a block groupFilipe Manana
2015-11-25Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana
2015-11-25Btrfs: tests: checking for NULL instead of IS_ERR()Dan Carpenter
2015-11-25btrfs: fix signed overflows in btrfs_sync_fileDavid Sterba
2015-11-13Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-11-10btrfs: Use fs_info directly in btrfs_delete_unused_bgsZhao Lei
2015-11-10btrfs: Fix lost-data-profile caused by balance bgZhao Lei
2015-11-10btrfs: Fix lost-data-profile caused by auto removing bgZhao Lei
2015-11-10btrfs: Remove len argument from scrub_find_csumZhao Lei
2015-11-10btrfs: Reduce unnecessary arguments in scrub_recheck_blockZhao Lei
2015-11-10btrfs: Use scrub_checksum_data and scrub_checksum_tree_block for scrub_rechec...Zhao Lei
2015-11-10btrfs: Reset sblock->xxx_error stats before calling scrub_recheck_block_checksumZhao Lei