summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Btrfs: keep track of max_extent_size per space_infoJosef Bacik2015-10-21
* Btrfs: don't loop in allocator for space cacheJosef Bacik2015-10-21
* Btrfs: add a flags field to btrfs_transactionJosef Bacik2015-10-21
* Btrfs: fix prealloc under heavy fragmentation conditionsJosef Bacik2015-10-21
* Btrfs: add fragment=* debug mount optionJosef Bacik2015-10-21
* Btrfs: fix qgroup sanity testsJosef Bacik2015-10-21
* Btrfs: change how we wait for pending ordered extentsJosef Bacik2015-10-21
* Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2015-10-21
|\
| * Btrfs: fix truncation of compressed and inlined extentsFilipe Manana2015-10-16
| * Btrfs: fix double range unlock of hole region when reading pageFilipe Manana2015-10-14
| * Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana2015-10-14
| * btrfs: fix resending received snapshot with parentRobin Ruede2015-10-13
| * Btrfs: send, fix file corruption due to incorrect cloning operationsFilipe Manana2015-10-13
* | Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-21
|\ \ | |/ |/|
| * btrfs: reada: Fix returned errno codeLuis de Bethencourt2015-10-21
| * btrfs: check-integrity: Fix returned errno codesLuis de Bethencourt2015-10-21
| * btrfs: compress: put variables defined per compress type in struct to make ca...Byongho Lee2015-10-21
| * btrfs: cleanup iterating over prop_handlers arrayByongho Lee2015-10-21
| * btrfs: fix a comment typoGeliang Tang2015-10-21
| * btrfs: declare rsv_count as unsigned int instead of intAlexandru Moise2015-10-21
| * btrfs: change num_items type from u64 to unsigned intAlexandru Moise2015-10-21
| * btrfs: cleanup btrfs_balance profile validity checksAlexandru Moise2015-10-21
| * btrfs/file.c: remove an unsed varialbe first_indexShan Hai2015-10-21
| * btrfs: use btrfs_raid_array in btrfs_reduce_alloc_profileZhao Lei2015-10-21
| * btrfs: use btrfs_raid_array for btrfs_get_num_tolerated_disk_barrier_failures()Zhao Lei2015-10-21
| * btrfs: Move btrfs_raid_array to publicZhao Lei2015-10-21
| * btrfs: use a single if() statement for one outcome in get_block_rsv()Alexandru Moise2015-10-21
| * btrfs: memset cur_trans->delayed_refs to zeroAlexandru Moise2015-10-21
| * btrfs: remove unnecessary list_delByongho Lee2015-10-21
| * btrfs: replace unnecessary list_for_each_entry_safe to list_for_each_entryByongho Lee2015-10-21
| * btrfs: trimming some start_transaction() code awayAlexandru Moise2015-10-21
| * btrfs: Fixed declaration of old_lenAlexandru Moise2015-10-21
| * btrfs: Fixed dsize and last_off declarationsAlexandru Moise2015-10-21
| * Btrfs: btrfs_submit_bio_hook: Use btrfs_wq_endio_type values instead of integ...Chandan Rajendra2015-10-21
* | Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason2015-10-12
|\ \
| * | btrfs: comment the rest of implicit barriers before waitqueue_activeDavid Sterba2015-10-10
| * | btrfs: remove extra barrier before waitqueue_activeDavid Sterba2015-10-10
| * | btrfs: add comments to barriers before waitqueue_activeDavid Sterba2015-10-10
| * | btrfs: comment waitqueue_active implied by locksDavid Sterba2015-10-10
| * | btrfs: add barrier for waitqueue_active in clear_btree_io_treeDavid Sterba2015-10-10
| * | btrfs: remove waitqueue_active check from btrfs_rm_dev_replace_unblockedDavid Sterba2015-10-10
* | | Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason2015-10-12
|\ \ \
| * | | Btrfs: move kobj stuff out of dev_replace lock rangeLiu Bo2015-10-01
| * | | Btrfs: add helper for closing one deviceAnand Jain2015-10-01
| * | | Btrfs: don't log error from btrfs_get_bdev_and_sbAnand Jain2015-10-01
| * | | Btrfs: kernel operation should come after user input has been verifiedAnand Jain2015-10-01
| * | | Btrfs: enhance btrfs_scratch_superblock to scratch all superblocksAnand Jain2015-10-01
| * | | Btrfs: add btrfs_read_dev_one_super() to read one specific SBAnand Jain2015-10-01
| * | | Btrfs: use BTRFS_ERROR_DEV_MISSING_NOT_FOUND when missing device is not foundAnand Jain2015-10-01
| * | | Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain2015-09-29