summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2016-01-11Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason
2016-01-07btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba
2016-01-07btrfs: constify static arraysDavid Sterba
2016-01-07btrfs: constify remaining structs with function pointersDavid Sterba
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee
2016-01-07btrfs: cleanup, remove stray return statementsDavid Sterba
2016-01-07btrfs: remove unused inode argument from uncompress_inline()Byongho Lee
2016-01-07btrfs: don't use slab cache for struct btrfs_delalloc_workDavid Sterba
2016-01-07btrfs: put delayed item hook into inodeDavid Sterba
2016-01-07Btrfs: igrab inode in writepageJosef Bacik
2016-01-06Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana
2015-12-31Btrfs: fix number of transaction units required to create symlinkFilipe Manana
2015-12-31Btrfs: don't leave dangling dentry if symlink creation failedFilipe Manana
2015-12-23Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2015-12-23Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2015-12-23Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason
2015-12-17Btrfs: fix leaking of ordered extents after direct IO write errorFilipe Manana
2015-12-17Btrfs: fix deadlock between direct IO write and defrag/readpagesFilipe Manana
2015-12-17Btrfs: fix error path when failing to submit bio for direct IO writeFilipe Manana
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: drop unused parameter from lock_extent_bitsDavid Sterba
2015-11-27Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-11-25Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana
2015-11-13Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-11-09fs/btrfs/inode.c: remove unnecessary new_valid_dev() checkYaowei Bai
2015-11-09Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana
2015-11-05Btrfs: fix extent accounting for partial direct IO writesFilipe Manana
2015-10-26btrfs: qgroup: Fix a race in delayed_ref which leads to abort transQu Wenruo
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana
2015-10-21Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason
2015-10-21Btrfs: fix prealloc under heavy fragmentation conditionsJosef Bacik
2015-10-21btrfs: qgroup: Check if qgroup reserved space leakedQu Wenruo
2015-10-21btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hookQu Wenruo
2015-10-21btrfs: Add handler for invalidate pageQu Wenruo
2015-10-21btrfs: qgroup: Add handler for NOCOW and inlineQu Wenruo
2015-10-21btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo
2015-10-21btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo
2015-10-21btrfs: delayed_ref: release and free qgroup reserved at proper timingQu Wenruo
2015-10-21Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason
2015-10-21btrfs: remove unnecessary list_delByongho Lee
2015-10-21Btrfs: btrfs_submit_bio_hook: Use btrfs_wq_endio_type values instead of integ...Chandan Rajendra
2015-10-16Btrfs: fix truncation of compressed and inlined extentsFilipe Manana
2015-10-12Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason
2015-10-10btrfs: comment the rest of implicit barriers before waitqueue_activeDavid Sterba
2015-10-08btrfs: switch message printers to ratelimited variantsDavid Sterba
2015-09-25Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds