aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-13Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus 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/git/fdmanana/linux into for-linus-4.4Chris Mason1-14/+68
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4Chris 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 integer constantsChandan 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/kernel/git/kdave/linux into for-linus-4.4Chris 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/mason/linux-btrfsLinus 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/mason/linux-btrfsLinus Torvalds1-2/+1
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus 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
2015-07-01Btrfs: fix a comment in inode.c:evict_inode_truncate_pages()Filipe Manana1-2/+3
2015-07-01Btrfs: fix memory corruption on failure to submit bio for direct IOFilipe Manana1-18/+47
2015-06-03Btrfs: fix hang during inode eviction due to concurrent readaheadFilipe Manana1-5/+21
2015-05-01Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-9/+12
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-18/+18
2015-04-26Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.Yang Dongsheng1-9/+12
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe1-3/+3
2015-04-24Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-7/+139
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-15/+15
2015-04-13btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang1-15/+0
2015-04-13Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use.Dongsheng Yang1-1/+17
2015-04-13btrfs: Fix NO_SPACE bug caused by delayed-iputZhao Lei1-0/+4
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2