summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-21Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana1-0/+1
2018-07-03Btrfs: fix unexpected cow in run_delalloc_nocowLiu Bo1-3/+30
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro1-12/+4
2018-02-22Btrfs: fix deadlock in run_delalloc_nocowLiu Bo1-1/+4
2018-02-16btrfs: Handle btrfs_set_extent_delalloc failure in fixup workerNikolay Borisov1-1/+9
2017-12-20btrfs: add missing memset while reading compressed inline extentsZygo Blaxell1-0/+14
2017-08-07Btrfs: adjust outstanding_extents counter properly when dio write is splitLiu Bo1-2/+9
2017-07-05Btrfs: fix truncate down when no_holes feature is enabledLiu Bo1-1/+12
2017-06-14btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba1-2/+2
2016-11-18btrfs: qgroup: Prevent qgroup->reserved from going subzeroGoldwyn Rodrigues1-2/+7
2016-03-10Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana1-4/+0
2016-03-04Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana1-2/+4
2016-03-04Btrfs: fix number of transaction units required to create symlinkFilipe Manana1-1/+3
2016-03-04Btrfs: igrab inode in writepageJosef Bacik1-2/+15
2016-02-25Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana1-0/+2
2016-02-25btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba1-1/+13
2015-11-28Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-23/+1
2015-11-25Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana1-23/+1
2015-11-14Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-17/+45
2015-11-10fs/btrfs/inode.c: remove unnecessary new_valid_dev() checkYaowei Bai1-3/+0
2015-11-09Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana1-2/+8
2015-11-05Btrfs: fix extent accounting for partial direct IO writesFilipe Manana1-15/+37
2015-10-27btrfs: qgroup: Fix a race in delayed_ref which leads to abort transQu Wenruo1-8/+4
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana1-2/+2
2015-10-22Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason1-0/+9
2015-10-22Btrfs: fix prealloc under heavy fragmentation conditionsJosef Bacik1-0/+9
2015-10-22btrfs: qgroup: Check if qgroup reserved space leakedQu Wenruo1-0/+1
2015-10-22btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hookQu Wenruo1-2/+2
2015-10-22btrfs: Add handler for invalidate pageQu Wenruo1-0/+24
2015-10-22btrfs: qgroup: Add handler for NOCOW and inlineQu Wenruo1-0/+15
2015-10-22btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo1-17/+17
2015-10-22btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo1-15/+23
2015-10-22btrfs: delayed_ref: release and free qgroup reserved at proper timingQu Wenruo1-0/+10
2015-10-22Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason1-14/+68
2015-10-22Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason1-3/+2
2015-10-21btrfs: remove unnecessary list_delByongho Lee1-1/+0
2015-10-21Btrfs: btrfs_submit_bio_hook: Use btrfs_wq_endio_type values instead of integ...Chandan Rajendra1-2/+2
2015-10-16Btrfs: fix truncation of compressed and inlined extentsFilipe Manana1-14/+68
2015-10-13Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason1-0/+3
2015-10-10btrfs: comment the rest of implicit barriers before waitqueue_activeDavid Sterba1-0/+3
2015-10-08btrfs: switch message printers to ratelimited variantsDavid Sterba1-5/+2
2015-09-25Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-22/+23
2015-09-21Btrfs: Direct I/O: Fix space accountingchandan1-21/+21
2015-09-15btrfs: skip waiting on ordered range for special filesJeff Mahoney1-1/+2
2015-09-11Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2015-09-06Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+34
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-26/+27
2015-08-31Btrfs: cleanup: remove unnecessary check before btrfs_free_path is calledTsutomu Itoh1-2/+1
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet1-2/+1
2015-08-09Btrfs: add support for blkio controllersChris Mason1-1/+5