summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| | |/ /
* | | | kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+2
* | | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-01-111-8/+8
|\ \ \ \
| * | | | btrfs: Use xattr handler infrastructureAndreas Gruenbacher2015-12-071-4/+4
| * | | | posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-071-4/+4
| |/ / /
* | | | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+0Star
* | | | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-091-1/+1
* | | | don't put symlink bodies in pagecache into highmemAl Viro2015-12-091-0/+2
|/ / /
* | | 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