summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2018-02-22Btrfs: fix deadlock in run_delalloc_nocowLiu Bo
2018-02-16btrfs: Handle btrfs_set_extent_delalloc failure in fixup workerNikolay Borisov
2017-12-20btrfs: add missing memset while reading compressed inline extentsZygo Blaxell
2017-08-06Btrfs: adjust outstanding_extents counter properly when dio write is splitLiu Bo
2017-07-05Btrfs: fix truncate down when no_holes feature is enabledLiu Bo
2017-06-14btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba
2016-11-18btrfs: qgroup: Prevent qgroup->reserved from going subzeroGoldwyn Rodrigues
2016-03-09Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana
2016-03-03Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana
2016-03-03Btrfs: fix number of transaction units required to create symlinkFilipe Manana
2016-03-03Btrfs: igrab inode in writepageJosef Bacik
2016-02-25Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana
2016-02-25btrfs: properly set the termination value of ctx->pos in readdirDavid 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
2015-09-21Btrfs: Direct I/O: Fix space accountingchandan
2015-09-15btrfs: skip waiting on ordered range for special filesJeff Mahoney
2015-09-11Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-31Btrfs: cleanup: remove unnecessary check before btrfs_free_path is calledTsutomu Itoh
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet
2015-08-09Btrfs: add support for blkio controllersChris Mason
2015-08-09Btrfs: fix stale dir entries after unlink, inode eviction and fsyncFilipe Manana
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-11Btrfs: fix shrinking truncate when the no_holes feature is enabledFilipe Manana