summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2015-12-23Merge branch 'dev/gfp-flags' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2015-12-23Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason
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-12-07btrfs: make set_range_writeback return voidDavid Sterba
2015-12-07btrfs: make extent_range_redirty_for_io return voidDavid Sterba
2015-12-07btrfs: make extent_range_clear_dirty_for_io return voidDavid Sterba
2015-12-07btrfs: make end_extent_writepage return voidDavid Sterba
2015-12-07btrfs: make extent_clear_unlock_delalloc return voidDavid Sterba
2015-12-07btrfs: make clear_extent_buffer_uptodate return voidDavid Sterba
2015-12-07btrfs: make set_extent_buffer_uptodate return voidDavid Sterba
2015-12-07btrfs: remove a trivial helper btrfs_set_buffer_uptodateDavid Sterba
2015-12-03btrfs: use GFP_KERNEL for xattr and acl allocationsDavid Sterba
2015-12-03btrfs: use GFP_KERNEL for allocations of workqueuesDavid Sterba
2015-12-03btrfs: use GFP_KERNEL for allocations in ioctl handlersDavid Sterba
2015-12-03btrfs: remove wait from struct btrfs_delalloc_workDavid Sterba
2015-12-03btrfs: sink parameter wait to btrfs_alloc_delalloc_workDavid Sterba
2015-12-03btrfs: make btrfs_close_one_device staticDavid Sterba
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-14Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-11-11btrfs: Use fs_info directly in btrfs_delete_unused_bgsZhao Lei
2015-11-11btrfs: Fix lost-data-profile caused by balance bgZhao Lei
2015-11-11btrfs: Fix lost-data-profile caused by auto removing bgZhao Lei
2015-11-11btrfs: Remove len argument from scrub_find_csumZhao Lei
2015-11-11btrfs: Reduce unnecessary arguments in scrub_recheck_blockZhao Lei
2015-11-11btrfs: Use scrub_checksum_data and scrub_checksum_tree_block for scrub_rechec...Zhao Lei
2015-11-11btrfs: Reset sblock->xxx_error stats before calling scrub_recheck_block_checksumZhao Lei
2015-11-11btrfs: scrub: setup all fields for sblock_to_checkZhao Lei
2015-11-11btrfs: scrub: set error stats when tree block spanning stripesZhao Lei
2015-11-09fs/btrfs/inode.c: remove unnecessary new_valid_dev() checkYaowei Bai
2015-11-09Btrfs: fix race when listing an inode's xattrsFilipe Manana