summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason2016-06-0815-340/+454
|\
| * Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemFeifei Xu2016-06-061-1/+11
| * Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsizeFeifei Xu2016-06-061-1/+7
| * Btrfs: self-tests: Use macros instead of constants and add missing newlineFeifei Xu2016-06-063-18/+31
| * Btrfs: self-tests: Support testing all possible sectorsizes and nodesizesFeifei Xu2016-06-061-22/+32
| * Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZEFeifei Xu2016-06-061-19/+30
| * Btrfs: self-tests: Support non-4k page sizeFeifei Xu2016-06-0215-291/+355
| * Btrfs: Fix integer overflow when calculating bytes_per_bitmapFeifei Xu2016-06-022-7/+7
| * Btrfs: test_check_exists: Fix infinite loop when searching for free space ent...Feifei Xu2016-06-021-2/+2
* | Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extentChris Mason2016-06-031-1/+12
* | Merge branch 'dev-replace-fixes-4.7' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2016-06-027-17/+91
|\ \ | |/ |/|
| * Btrfs: fix race between device replace and read repairFilipe Manana2016-05-311-0/+10
| * Btrfs: fix race between device replace and discardFilipe Manana2016-05-311-0/+6
| * Btrfs: fix race between device replace and chunk allocationFilipe Manana2016-05-301-12/+9
| * Btrfs: fix race setting block group back to RW mode during device replaceFilipe Manana2016-05-301-5/+5
| * Btrfs: fix unprotected assignment of the left cursor for device replaceFilipe Manana2016-05-301-0/+4
| * Btrfs: fix race setting block group readonly during device replaceFilipe Manana2016-05-303-2/+46
| * Btrfs: fix race between device replace and block group removalFilipe Manana2016-05-301-0/+11
| * Btrfs: fix race between readahead and device replace/removalFilipe Manana2016-05-301-0/+2
|/
* Btrfs: fix handling of faults from btrfs_copy_from_userChris Mason2016-05-261-10/+17
* Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-05-2636-200/+202
|\
| * Merge branch 'dev/comp-workspaces' into for-chris-4.7-20160525David Sterba2016-05-250-0/+0
| |\
| | * btrfs: make find_workspace warn if there are no workspacesDavid Sterba2016-04-271-0/+14
| | * btrfs: make find_workspace always succeedDavid Sterba2016-04-271-8/+12
| | * btrfs: preallocate compression workspacesDavid Sterba2016-04-271-0/+16
| | * btrfs: rename and document compression workspace membersDavid Sterba2016-04-271-16/+19
| * | Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-2536-196/+193
| |\ \
| | * | btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-2533-105/+106
| | * | btrfs: sink gfp parameter to convert_extent_bitDavid Sterba2016-04-293-8/+8
| | * | btrfs: make state preallocation more speculative in __set_extent_bitDavid Sterba2016-04-291-1/+7
| | * | btrfs: untangle gotos a bit in convert_extent_bitDavid Sterba2016-04-291-9/+7
| | * | btrfs: untangle gotos a bit in __clear_extent_bitDavid Sterba2016-04-291-8/+8
| | * | btrfs: untangle gotos a bit in __set_extent_bitDavid Sterba2016-04-291-8/+7
| | * | btrfs: sink gfp parameter to set_record_extent_bitsDavid Sterba2016-04-293-7/+4
| | * | btrfs: sink gfp parameter to set_extent_newDavid Sterba2016-04-292-3/+4
| | * | btrfs: sink gfp parameter to set_extent_defragDavid Sterba2016-04-292-3/+3
| | * | btrfs: sink gfp parameter to set_extent_delallocDavid Sterba2016-04-293-6/+6
| | * | btrfs: sink gfp parameter to clear_extent_dirtyDavid Sterba2016-04-293-4/+4
| | * | btrfs: sink gfp parameter to clear_record_extent_bitsDavid Sterba2016-04-293-8/+5
| | * | btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba2016-04-299-16/+15
| | * | btrfs: sink gfp parameter to set_extent_bitsDavid Sterba2016-04-296-11/+10
| * | | Merge branch 'misc-4.7' into for-chris-4.7-20160525David Sterba2016-05-253-4/+9
|/| | |
| * | | btrfs: scrub: Set bbio to NULL before calling btrfs_map_blockZhao Lei2016-05-251-1/+2
| * | | Btrfs: fix unexpected return value of fiemapLiu Bo2016-05-251-1/+5
| * | | Btrfs: free sys_array eb as soon as possibleLiu Bo2016-05-251-2/+2
|/ / /
* | | Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-05-17419-2272/+4862
|\ \ \
| * | | Btrfs: add semaphore to synchronize direct IO writes with fsyncFilipe Manana2016-05-133-118/+77
| * | | Btrfs: fix race between block group relocation and nocow writesFilipe Manana2016-05-134-1/+81
| * | | Btrfs: fix race between fsync and direct IO writes for prealloc extentsFilipe Manana2016-05-131-6/+37
| * | | Btrfs: fix number of transaction units for renames with whiteoutFilipe Manana2016-05-131-1/+8