aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-21Btrfs: change how we wait for pending ordered extentsJosef Bacik5-64/+60
2015-10-21btrfs: qgroup: Check if qgroup reserved space leakedQu Wenruo3-0/+34
2015-10-21btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hookQu Wenruo3-12/+22
2015-10-21btrfs: fallocate: Add support to accurate qgroup reserveQu Wenruo1-44/+117
2015-10-21btrfs: qgroup: Add new trace point for qgroup data reserveQu Wenruo2-2/+17
2015-10-21btrfs: Add handler for invalidate pageQu Wenruo1-0/+24
2015-10-21btrfs: qgroup: Add handler for NOCOW and inlineQu Wenruo2-1/+21
2015-10-21btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo9-156/+60
2015-10-21btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo4-25/+38
2015-10-21btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_spaceQu Wenruo2-0/+61
2015-10-21btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_data_spaceQu Wenruo3-19/+27
2015-10-21btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_free_reserved_data_space.Qu Wenruo2-9/+79
2015-10-21btrfs: qgroup: Use new metadata reservation.Qu Wenruo3-36/+13
2015-10-21btrfs: qgroup: Introduce new functions to reserve/free metadataQu Wenruo4-0/+48
2015-10-21btrfs: delayed_ref: release and free qgroup reserved at proper timingQu Wenruo4-4/+34
2015-10-21btrfs: delayed_ref: Add new function to record reserved space into delayed refQu Wenruo2-0/+43
2015-10-21btrfs: qgroup: Introduce functions to release/free qgroup reserve dataQu Wenruo2-0/+62
2015-10-21btrfs: qgroup: Introduce btrfs_qgroup_reserve_data functionQu Wenruo3-0/+52
2015-10-21btrfs: extent_io: Introduce new function clear_record_extent_bits()Qu Wenruo2-11/+42
2015-10-21btrfs: extent_io: Introduce new function set_record_extent_bitsQu Wenruo2-18/+56
2015-10-21btrfs: extent_io: Introduce needed structure for recoding set/clear bitsQu Wenruo1-0/+12
2015-10-21Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.4Chris Mason4-88/+407
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 Mason16-211/+220
2015-10-21btrfs: fix possible leak in btrfs_ioctl_balance()Christian Engelmayer1-1/+4
2015-10-21btrfs: reada: Fix returned errno codeLuis de Bethencourt1-3/+5
2015-10-21btrfs: check-integrity: Fix returned errno codesLuis de Bethencourt1-2/+2
2015-10-21btrfs: compress: put variables defined per compress type in struct to make cache friendlyByongho Lee1-46/+48
2015-10-21btrfs: cleanup iterating over prop_handlers arrayByongho Lee1-7/+6
2015-10-21btrfs: fix a comment typoGeliang Tang1-1/+1
2015-10-21btrfs: declare rsv_count as unsigned int instead of intAlexandru Moise1-1/+1
2015-10-21btrfs: change num_items type from u64 to unsigned intAlexandru Moise2-6/+8
2015-10-21btrfs: cleanup btrfs_balance profile validity checksAlexandru Moise1-9/+12
2015-10-21btrfs/file.c: remove an unsed varialbe first_indexShan Hai1-3/+0
2015-10-21btrfs: use btrfs_raid_array in btrfs_reduce_alloc_profileZhao Lei1-26/+22
2015-10-21btrfs: use btrfs_raid_array for btrfs_get_num_tolerated_disk_barrier_failures()Zhao Lei3-13/+30
2015-10-21btrfs: Move btrfs_raid_array to publicZhao Lei2-59/+73
2015-10-21btrfs: use a single if() statement for one outcome in get_block_rsv()Alexandru Moise1-7/+3
2015-10-21btrfs: memset cur_trans->delayed_refs to zeroAlexandru Moise1-6/+2
2015-10-21btrfs: remove unnecessary list_delByongho Lee1-1/+0
2015-10-21btrfs: replace unnecessary list_for_each_entry_safe to list_for_each_entryByongho Lee1-2/+1
2015-10-21btrfs: trimming some start_transaction() code awayAlexandru Moise1-14/+1
2015-10-21btrfs: Fixed declaration of old_lenAlexandru Moise1-1/+1
2015-10-21btrfs: Fixed dsize and last_off declarationsAlexandru Moise1-2/+2
2015-10-21Btrfs: btrfs_submit_bio_hook: Use btrfs_wq_endio_type values instead of integer constantsChandan Rajendra1-2/+2
2015-10-20btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode sizeQu Wenruo1-1/+1
2015-10-16Btrfs: fix truncation of compressed and inlined extentsFilipe Manana1-14/+68
2015-10-16Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds3-5/+16
2015-10-14Btrfs: fix double range unlock of hole region when reading pageFilipe Manana1-2/+6
2015-10-14Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana1-43/+152
2015-10-13btrfs: fix use after free iterating extrefsChris Mason1-5/+3