summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: don't continue setting up space cache when enospcJosef Bacik2015-10-212-0/+20
* Btrfs: keep track of max_extent_size per space_infoJosef Bacik2015-10-212-1/+34
* Btrfs: don't loop in allocator for space cacheJosef Bacik2015-10-211-1/+1
* Btrfs: add a flags field to btrfs_transactionJosef Bacik2015-10-214-18/+16
* Btrfs: fix prealloc under heavy fragmentation conditionsJosef Bacik2015-10-211-0/+9
* Btrfs: add fragment=* debug mount optionJosef Bacik2015-10-215-7/+150
* Btrfs: fix qgroup sanity testsJosef Bacik2015-10-211-0/+6
* Btrfs: change how we wait for pending ordered extentsJosef Bacik2015-10-215-64/+60
* Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2015-10-214-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-2116-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-1212-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
| * | btrfs: add comments to barriers before waitqueue_activeDavid Sterba2015-10-105-2/+16
| * | btrfs: comment waitqueue_active implied by locksDavid Sterba2015-10-102-1/+11
| * | btrfs: add barrier for waitqueue_active in clear_btree_io_treeDavid Sterba2015-10-101-0/+6
| * | btrfs: remove waitqueue_active check from btrfs_rm_dev_replace_unblockedDavid Sterba2015-10-101-2/+1
* | | Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason2015-10-1217-177/+198
|\ \ \
| * | | Btrfs: move kobj stuff out of dev_replace lock rangeLiu Bo2015-10-011-4/+4
| * | | Btrfs: add helper for closing one deviceAnand Jain2015-10-012-30/+37
| * | | Btrfs: don't log error from btrfs_get_bdev_and_sbAnand Jain2015-10-011-1/+0
| * | | Btrfs: kernel operation should come after user input has been verifiedAnand Jain2015-10-011-13/+13
| * | | Btrfs: enhance btrfs_scratch_superblock to scratch all superblocksAnand Jain2015-10-012-13/+27
| * | | Btrfs: add btrfs_read_dev_one_super() to read one specific SBAnand Jain2015-10-012-20/+35
| * | | Btrfs: use BTRFS_ERROR_DEV_MISSING_NOT_FOUND when missing device is not foundAnand Jain2015-10-011-4/+2