summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | btrfs: qgroup: Check if qgroup reserved space leakedQu Wenruo2015-10-223-0/+34
| * | btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hookQu Wenruo2015-10-223-12/+22
| * | btrfs: fallocate: Add support to accurate qgroup reserveQu Wenruo2015-10-221-44/+117
| * | btrfs: qgroup: Add new trace point for qgroup data reserveQu Wenruo2015-10-222-2/+17
| * | btrfs: Add handler for invalidate pageQu Wenruo2015-10-221-0/+24
| * | btrfs: qgroup: Add handler for NOCOW and inlineQu Wenruo2015-10-222-1/+21
| * | btrfs: qgroup: Cleanup old inaccurate facilitiesQu Wenruo2015-10-229-156/+60
| * | btrfs: extent-tree: Switch to new delalloc space reserve and releaseQu Wenruo2015-10-224-25/+38
| * | btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_spaceQu Wenruo2015-10-222-0/+61
| * | btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_dat...Qu Wenruo2015-10-223-19/+27
| * | btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_...Qu Wenruo2015-10-222-9/+79
| * | btrfs: qgroup: Use new metadata reservation.Qu Wenruo2015-10-223-36/+13
| * | btrfs: qgroup: Introduce new functions to reserve/free metadataQu Wenruo2015-10-224-0/+48
| * | btrfs: delayed_ref: release and free qgroup reserved at proper timingQu Wenruo2015-10-224-4/+34
| * | btrfs: delayed_ref: Add new function to record reserved space into delayed refQu Wenruo2015-10-222-0/+43
| * | btrfs: qgroup: Introduce functions to release/free qgroup reserve dataQu Wenruo2015-10-222-0/+62
| * | btrfs: qgroup: Introduce btrfs_qgroup_reserve_data functionQu Wenruo2015-10-223-0/+52
| * | btrfs: extent_io: Introduce new function clear_record_extent_bits()Qu Wenruo2015-10-222-11/+42
| * | btrfs: extent_io: Introduce new function set_record_extent_bitsQu Wenruo2015-10-222-18/+56
| * | btrfs: extent_io: Introduce needed structure for recoding set/clear bitsQu Wenruo2015-10-221-0/+12
| |/
| * Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2015-10-224-88/+407
| |\
| | * Btrfs: fix truncation of compressed and inlined extentsFilipe Manana2015-10-161-14/+68
| | * Btrfs: fix double range unlock of hole region when reading pageFilipe Manana2015-10-141-2/+6
| | * Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana2015-10-141-43/+152
| | * btrfs: fix resending received snapshot with parentRobin Ruede2015-10-131-2/+8
| | * Btrfs: send, fix file corruption due to incorrect cloning operationsFilipe Manana2015-10-131-27/+173
| * | Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-2216-211/+220
| |\ \ | | |/ | |/|
| | * btrfs: reada: Fix returned errno codeLuis de Bethencourt2015-10-211-3/+5
| | * btrfs: check-integrity: Fix returned errno codesLuis de Bethencourt2015-10-211-2/+2
| | * btrfs: compress: put variables defined per compress type in struct to make ca...Byongho Lee2015-10-211-46/+48
| | * btrfs: cleanup iterating over prop_handlers arrayByongho Lee2015-10-211-7/+6
| | * btrfs: fix a comment typoGeliang Tang2015-10-211-1/+1
| | * btrfs: declare rsv_count as unsigned int instead of intAlexandru Moise2015-10-211-1/+1
| | * btrfs: change num_items type from u64 to unsigned intAlexandru Moise2015-10-212-6/+8
| | * btrfs: cleanup btrfs_balance profile validity checksAlexandru Moise2015-10-211-9/+12
| | * btrfs/file.c: remove an unsed varialbe first_indexShan Hai2015-10-211-3/+0
| | * btrfs: use btrfs_raid_array in btrfs_reduce_alloc_profileZhao Lei2015-10-211-26/+22
| | * btrfs: use btrfs_raid_array for btrfs_get_num_tolerated_disk_barrier_failures()Zhao Lei2015-10-213-13/+30
| | * btrfs: Move btrfs_raid_array to publicZhao Lei2015-10-212-59/+73
| | * btrfs: use a single if() statement for one outcome in get_block_rsv()Alexandru Moise2015-10-211-7/+3
| | * btrfs: memset cur_trans->delayed_refs to zeroAlexandru Moise2015-10-211-6/+2
| | * btrfs: remove unnecessary list_delByongho Lee2015-10-211-1/+0
| | * btrfs: replace unnecessary list_for_each_entry_safe to list_for_each_entryByongho Lee2015-10-211-2/+1
| | * btrfs: trimming some start_transaction() code awayAlexandru Moise2015-10-211-14/+1
| | * btrfs: Fixed declaration of old_lenAlexandru Moise2015-10-211-1/+1
| | * btrfs: Fixed dsize and last_off declarationsAlexandru Moise2015-10-211-2/+2
| | * Btrfs: btrfs_submit_bio_hook: Use btrfs_wq_endio_type values instead of integ...Chandan Rajendra2015-10-211-2/+2
| * | Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason2015-10-1312-7/+62
| |\ \
| | * | btrfs: comment the rest of implicit barriers before waitqueue_activeDavid Sterba2015-10-105-0/+22
| | * | btrfs: remove extra barrier before waitqueue_activeDavid Sterba2015-10-101-2/+6