summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix WARNING in btrfs_select_ref_head()Wang Xiaoguang2016-10-241-0/+3
* Btrfs: remove some no-op castsDan Carpenter2016-10-241-4/+4
* btrfs: pass correct args to btrfs_async_run_delayed_refs()Wang Xiaoguang2016-10-241-2/+2
* btrfs: make file clone aware of fatal signalsWang Xiaoguang2016-10-241-0/+5
* btrfs: qgroup: Prevent qgroup->reserved from going subzeroGoldwyn Rodrigues2016-10-241-2/+7
* Btrfs: kill BUG_ON in do_relocationLiu Bo2016-10-171-1/+8
* Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason2016-10-128-157/+272
|\
| * btrfs: tests: uninline member definitions in free_space_extentDavid Sterba2016-10-031-1/+2
| * btrfs: tests: constify free space extent specsDavid Sterba2016-10-031-11/+11
| * Btrfs: expand free space tree sanity tests to catch endianness bugOmar Sandoval2016-10-031-68/+96
| * Btrfs: fix extent buffer bitmap tests on big-endian systemsOmar Sandoval2016-10-031-36/+51
| * Btrfs: catch invalid free space treesOmar Sandoval2016-10-034-2/+24
| * Btrfs: fix mount -o clear_cache,space_cache=v2Omar Sandoval2016-10-031-12/+12
| * Btrfs: fix free space tree bitmaps on big-endian systemsOmar Sandoval2016-10-033-27/+76
* | Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"Chris Mason2016-10-102-11/+15
* | Btrfs: remove unnecessary btrfs_mark_buffer_dirty in split_leafLiu Bo2016-09-261-1/+5
* | Btrfs: don't BUG() during drop snapshotJosef Bacik2016-09-261-11/+27
* | btrfs: fix btrfs_no_printk stub helperArnd Bergmann2016-09-261-10/+7
* | Btrfs: memset to avoid stale content in btree leafLiu Bo2016-09-263-19/+28
* | btrfs: parent_start initialization cleanupGoldwyn Rodrigues2016-09-261-15/+3
* | btrfs: Remove already completed TODO commentGoldwyn Rodrigues2016-09-261-2/+0
* | btrfs: Do not reassign count in btrfs_run_delayed_refsGoldwyn Rodrigues2016-09-261-1/+0
* | btrfs: fix a possible umount deadlockAnand Jain2016-09-261-6/+20
* | Btrfs: fix memory leak in do_walk_downLiu Bo2016-09-261-0/+1
* | btrfs: btrfs_debug should consume fs_info when DEBUG is not definedJeff Mahoney2016-09-261-4/+10
* | btrfs: convert send's verbose_printk to btrfs_debugJeff Mahoney2016-09-261-27/+38
* | btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-2620-177/+231
* | btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-2616-275/+205
* | btrfs: unsplit printed stringsJeff Mahoney2016-09-2627-391/+324
* | btrfs: clean the old superblocks before freeing the deviceJeff Mahoney2016-09-261-27/+11
* | Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo2016-09-261-1/+7
* | Btrfs: don't leak reloc root nodes on errorJosef Bacik2016-09-261-0/+4
* | btrfs: squash lines for simple wrapper functionsMasahiro Yamada2016-09-265-28/+8
* | Btrfs: improve check_node to avoid reading corrupted nodesLiu Bo2016-09-261-4/+28
* | Btrfs: add error handling for extent buffer in print treeLiu Bo2016-09-261-0/+7
* | Btrfs: remove BUG_ON in start_transactionLiu Bo2016-09-261-4/+1
* | Btrfs: memset to avoid stale content in btree node blockLiu Bo2016-09-261-0/+11
* | Btrfs: return gracefully from balance if fs tree is corruptedLiu Bo2016-09-261-6/+17
* | Btrfs: kill BUG_ON()'s in btrfs_mark_extent_writtenJosef Bacik2016-09-261-8/+33
* | Btrfs: kill the start argument to read_extent_buffer_pagesJosef Bacik2016-09-263-28/+15
* | Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-2616-109/+99
* | btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Qu Wenruo2016-09-267-25/+37
* | btrfs: add dynamic debug supportJeff Mahoney2016-09-261-1/+30
* | btrfs: Fix warning "variable ‘gen’ set but not used"Luis Henriques2016-09-261-2/+0
* | btrfs: Fix warning "variable ‘blocksize’ set but not used"Luis Henriques2016-09-261-2/+0
* | btrfs: let btrfs_delete_unused_bgs() to clean relocated bgsNaohiro Aota2016-09-262-15/+11
* | Btrfs: bail out if block group has different mixed flagLiu Bo2016-09-261-0/+14
* | Btrfs: fix memory leak in reading btree blocksLiu Bo2016-09-261-0/+9
* | Btrfs: remove BUG() in raid56Liu Bo2016-09-261-1/+4
* | btrfs: fix check_shared for fiemap ioctlLu Fengqi2016-09-262-10/+369