aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-23Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason1-10/+5
2015-12-17Btrfs: fix leaking of ordered extents after direct IO write errorFilipe Manana1-5/+38
2015-12-17Btrfs: fix deadlock between direct IO write and defrag/readpagesFilipe Manana1-17/+13
2015-12-17Btrfs: fix error path when failing to submit bio for direct IO writeFilipe Manana1-27/+27
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+2
2015-12-06btrfs: Use xattr handler infrastructureAndreas Gruenbacher1-4/+4
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher1-4/+4
2015-12-03btrfs: remove wait from struct btrfs_delalloc_workDavid Sterba1-8/+3
2015-12-03btrfs: sink parameter wait to btrfs_alloc_delalloc_workDavid Sterba1-3/+3
2015-12-03btrfs: drop unused parameter from lock_extent_bitsDavid Sterba1-10/+10
2015-11-27Merge 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-13Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-17/+45
2015-11-09fs/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-26btrfs: 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-21Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason1-0/+9
2015-10-21Btrfs: fix prealloc under heavy fragmentation conditionsJosef Bacik1-0/+9
2015-10-21btrfs: qgroup: Check if qgroup reserved space leakedQu Wenruo1-0/+1
2015-10-21btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hookQu Wenruo1-2/+2
2015-10-21btrfs: Add handler for invalidate pageQu Wenruo1-0/+24
2015-10-21btrfs: qgroup: Add handler for NOCOW and inlineQu Wenruo1-0/+15
2015-10-21btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo1-17/+17
2015-10-21btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo1-15/+23
2015-10-21btrfs: delayed_ref: release and free qgroup reserved at proper timingQu Wenruo1-0/+10
2015-10-21Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason1-14/+68
2015-10-21Merge 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-12Merge 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-05Merge 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
2015-08-09Btrfs: fix stale dir entries after unlink, inode eviction and fsyncFilipe Manana1-0/+29
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-24/+26
2015-07-11Btrfs: fix shrinking truncate when the no_holes feature is enabledFilipe Manana1-3/+2
2015-07-01Btrfs: fix warning of bytes_may_useLiu Bo1-3/+13
2015-07-01Btrfs: fix hang when failing to submit bio of directIOLiu Bo1-3/+0