summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* fs/btrfs/inode.c: remove unnecessary new_valid_dev() checkYaowei Bai2015-11-101-3/+0Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-076-17/+16Star
|\
| * mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-073-7/+6Star
| * mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-073-10/+10
* | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-0742-1065/+2627
|\ \ | |/ |/|
| * Btrfs: fix hole punching when using the no-holes featureFilipe Manana2015-11-031-0/+13
| * Btrfs: find_free_extent: Do not erroneously skip LOOP_CACHING_WAIT statechandan2015-11-031-1/+6
| * btrfs: Fix a data space underflow warningQu Wenruo2015-11-031-3/+8
| * btrfs: qgroup: Fix a rebase bug which will cause qgroup double freeQu Wenruo2015-10-271-4/+0Star
| * btrfs: qgroup: Fix a race in delayed_ref which leads to abort transQu Wenruo2015-10-275-21/+32
| * btrfs: clear PF_NOFREEZE in cleaner_kthread()Jiri Kosina2015-10-271-0/+1
| * btrfs: qgroup: Don't copy extent buffer to do qgroup rescanQu Wenruo2015-10-271-10/+16
| * btrfs: add balance filters limits, stripes and usage to supported maskDavid Sterba2015-10-271-1/+4
| * btrfs: extend balance filter usage to take minimum and maximumDavid Sterba2015-10-273-3/+53
| * btrfs: add balance filter for stripesGabríel Arthúr Pétursson2015-10-273-1/+28
| * btrfs: extend balance filter limit to take minimum and maximumDavid Sterba2015-10-273-2/+55
| * btrfs: fix use after free iterating extrefsChris Mason2015-10-271-5/+3Star
| * btrfs: check unsupported filters in balance argumentsDavid Sterba2015-10-272-0/+13
| * Btrfs: fix regression running delayed references when using qgroupsFilipe Manana2015-10-259-134/+44Star
| * Btrfs: fix regression when running delayed referencesFilipe Manana2015-10-252-0/+127
| * Merge branch 'allocator-fixes' into for-linus-4.4Chris Mason2015-10-2214-123/+459
| |\
| | * Btrfs: don't do extra bitmap search in one bit caseJosef Bacik2015-10-221-13/+15
| | * Btrfs: keep track of largest extent in bitmapsJosef Bacik2015-10-222-1/+39
| | * Btrfs: don't keep trying to build clusters if we are fragmentedJosef Bacik2015-10-223-24/+82
| | * Btrfs: cut down on loops through the allocatorJosef Bacik2015-10-221-3/+36
| | * Btrfs: don't continue setting up space cache when enospcJosef Bacik2015-10-222-0/+20
| | * Btrfs: keep track of max_extent_size per space_infoJosef Bacik2015-10-222-1/+34
| | * Btrfs: don't loop in allocator for space cacheJosef Bacik2015-10-221-1/+1
| | * Btrfs: add a flags field to btrfs_transactionJosef Bacik2015-10-224-18/+16Star
| | * Btrfs: fix prealloc under heavy fragmentation conditionsJosef Bacik2015-10-221-0/+9
| | * Btrfs: add fragment=* debug mount optionJosef Bacik2015-10-225-7/+150
| | * Btrfs: fix qgroup sanity testsJosef Bacik2015-10-221-0/+6
| | * Btrfs: change how we wait for pending ordered extentsJosef Bacik2015-10-225-64/+60Star
| * | 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/+60Star
| * | 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/+13Star
| * | 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