summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
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-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
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-09replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro
2015-12-07btrfs: Use xattr handler infrastructureAndreas Gruenbacher
2015-12-07posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher
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-14Merge 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-27btrfs: 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-22Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason
2015-10-22Btrfs: fix prealloc under heavy fragmentation conditionsJosef Bacik
2015-10-22btrfs: qgroup: Check if qgroup reserved space leakedQu Wenruo
2015-10-22btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hookQu Wenruo
2015-10-22btrfs: Add handler for invalidate pageQu Wenruo
2015-10-22btrfs: qgroup: Add handler for NOCOW and inlineQu Wenruo
2015-10-22btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo
2015-10-22btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo
2015-10-22btrfs: delayed_ref: release and free qgroup reserved at proper timingQu Wenruo
2015-10-22Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason