summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-01-111-7/+14
|\
| * Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana2016-01-061-2/+4
| * Btrfs: fix number of transaction units required to create symlinkFilipe Manana2015-12-311-1/+3
| * Btrfs: don't leave dangling dentry if symlink creation failedFilipe Manana2015-12-311-4/+7
* | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-111-15/+13Star
|\ \
| * | Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-11/+11
| * | btrfs: cleanup, remove stray return statementsDavid Sterba2016-01-071-1/+0Star
| * | btrfs: remove unused inode argument from uncompress_inline()Byongho Lee2016-01-071-3/+2Star
* | | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-111-52/+49Star
|\ \ \ | |_|/ |/| |
| * | btrfs: cleanup, use enum values for btrfs_path readaDavid Sterba2016-01-071-4/+4
| * | btrfs: constify static arraysDavid Sterba2016-01-071-1/+1
| * | btrfs: constify remaining structs with function pointersDavid Sterba2016-01-071-2/+2
| * | btrfs: don't use slab cache for struct btrfs_delalloc_workDavid Sterba2016-01-071-12/+2Star
| * | btrfs: put delayed item hook into inodeDavid Sterba2016-01-071-31/+25Star
| * | Btrfs: igrab inode in writepageJosef Bacik2016-01-071-2/+15
| |/
* | Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2015-12-231-49/+78
|\ \
| * | Btrfs: fix leaking of ordered extents after direct IO write errorFilipe Manana2015-12-171-5/+38
| * | Btrfs: fix deadlock between direct IO write and defrag/readpagesFilipe Manana2015-12-171-17/+13Star
| * | Btrfs: fix error path when failing to submit bio for direct IO writeFilipe Manana2015-12-171-27/+27
* | | Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason2015-12-231-10/+10
|\ \ \
| * | | btrfs: drop unused parameter from lock_extent_bitsDavid Sterba2015-12-031-10/+10
* | | | Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2015-12-231-10/+5Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | btrfs: remove wait from struct btrfs_delalloc_workDavid Sterba2015-12-031-8/+3Star
| * | | btrfs: sink parameter wait to btrfs_alloc_delalloc_workDavid Sterba2015-12-031-3/+3
| |/ /
* | | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-281-23/+1Star
|\ \ \ | |/ / |/| / | |/
| * Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana2015-11-251-23/+1Star
* | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-141-17/+45
|\|
| * Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana2015-11-091-2/+8
| * Btrfs: fix extent accounting for partial direct IO writesFilipe Manana2015-11-051-15/+37
* | fs/btrfs/inode.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-101-3/+0Star
|/
* btrfs: qgroup: Fix a race in delayed_ref which leads to abort transQu Wenruo2015-10-271-8/+4Star
* Btrfs: fix regression running delayed references when using qgroupsFilipe Manana2015-10-251-2/+2
* Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason2015-10-221-0/+9
|\
| * Btrfs: fix prealloc under heavy fragmentation conditionsJosef Bacik2015-10-221-0/+9
* | btrfs: qgroup: Check if qgroup reserved space leakedQu Wenruo2015-10-221-0/+1
* | btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hookQu Wenruo2015-10-221-2/+2
* | btrfs: Add handler for invalidate pageQu Wenruo2015-10-221-0/+24
* | btrfs: qgroup: Add handler for NOCOW and inlineQu Wenruo2015-10-221-0/+15
* | btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo2015-10-221-17/+17
* | btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo2015-10-221-15/+23
* | btrfs: delayed_ref: release and free qgroup reserved at proper timingQu Wenruo2015-10-221-0/+10
|/
* Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2015-10-221-14/+68
|\
| * Btrfs: fix truncation of compressed and inlined extentsFilipe Manana2015-10-161-14/+68
* | Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-221-3/+2Star
|\ \ | |/ |/|
| * btrfs: remove unnecessary list_delByongho Lee2015-10-211-1/+0Star
| * Btrfs: btrfs_submit_bio_hook: Use btrfs_wq_endio_type values instead of integ...Chandan Rajendra2015-10-211-2/+2
* | Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason2015-10-131-0/+3
|\ \
| * | btrfs: comment the rest of implicit barriers before waitqueue_activeDavid Sterba2015-10-101-0/+3
| |/
* / btrfs: switch message printers to ratelimited variantsDavid Sterba2015-10-081-5/+2Star
|/
* Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-251-22/+23
|\