aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Chris Mason 8-157/+272
2016-10-10Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"Gravatar Chris Mason 2-11/+15
2016-10-03btrfs: tests: uninline member definitions in free_space_extentGravatar David Sterba 1-1/+2
2016-10-03btrfs: tests: constify free space extent specsGravatar David Sterba 1-11/+11
2016-10-03Btrfs: expand free space tree sanity tests to catch endianness bugGravatar Omar Sandoval 1-68/+96
2016-10-03Btrfs: fix extent buffer bitmap tests on big-endian systemsGravatar Omar Sandoval 1-36/+51
2016-10-03Btrfs: catch invalid free space treesGravatar Omar Sandoval 4-2/+24
2016-10-03Btrfs: fix mount -o clear_cache,space_cache=v2Gravatar Omar Sandoval 1-12/+12
2016-10-03Btrfs: fix free space tree bitmaps on big-endian systemsGravatar Omar Sandoval 3-27/+76
2016-09-26Btrfs: remove unnecessary btrfs_mark_buffer_dirty in split_leafGravatar Liu Bo 1-1/+5
2016-09-26Btrfs: don't BUG() during drop snapshotGravatar Josef Bacik 1-11/+27
2016-09-26btrfs: fix btrfs_no_printk stub helperGravatar Arnd Bergmann 1-10/+7
2016-09-26Btrfs: memset to avoid stale content in btree leafGravatar Liu Bo 3-19/+28
2016-09-26btrfs: parent_start initialization cleanupGravatar Goldwyn Rodrigues 1-15/+3
2016-09-26btrfs: Remove already completed TODO commentGravatar Goldwyn Rodrigues 1-2/+0
2016-09-26btrfs: Do not reassign count in btrfs_run_delayed_refsGravatar Goldwyn Rodrigues 1-1/+0
2016-09-26btrfs: fix a possible umount deadlockGravatar Anand Jain 1-6/+20
2016-09-26Btrfs: fix memory leak in do_walk_downGravatar Liu Bo 1-0/+1
2016-09-26btrfs: btrfs_debug should consume fs_info when DEBUG is not definedGravatar Jeff Mahoney 1-4/+10
2016-09-26btrfs: convert send's verbose_printk to btrfs_debugGravatar Jeff Mahoney 1-27/+38
2016-09-26btrfs: convert pr_* to btrfs_* where possibleGravatar Jeff Mahoney 20-177/+231
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsGravatar Jeff Mahoney 16-275/+205
2016-09-26btrfs: unsplit printed stringsGravatar Jeff Mahoney 27-391/+324
2016-09-26btrfs: clean the old superblocks before freeing the deviceGravatar Jeff Mahoney 1-27/+11
2016-09-26Btrfs: kill BUG_ON in run_delayed_tree_refGravatar Liu Bo 1-1/+7
2016-09-26Btrfs: don't leak reloc root nodes on errorGravatar Josef Bacik 1-0/+4
2016-09-26btrfs: squash lines for simple wrapper functionsGravatar Masahiro Yamada 5-28/+8
2016-09-26Btrfs: improve check_node to avoid reading corrupted nodesGravatar Liu Bo 1-4/+28
2016-09-26Btrfs: add error handling for extent buffer in print treeGravatar Liu Bo 1-0/+7
2016-09-26Btrfs: remove BUG_ON in start_transactionGravatar Liu Bo 1-4/+1
2016-09-26Btrfs: memset to avoid stale content in btree node blockGravatar Liu Bo 1-0/+11
2016-09-26Btrfs: return gracefully from balance if fs tree is corruptedGravatar Liu Bo 1-6/+17
2016-09-26Btrfs: kill BUG_ON()'s in btrfs_mark_extent_writtenGravatar Josef Bacik 1-8/+33
2016-09-26Btrfs: kill the start argument to read_extent_buffer_pagesGravatar Josef Bacik 3-28/+15
2016-09-26Btrfs: add a flags field to btrfs_fs_infoGravatar Josef Bacik 16-109/+99
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Gravatar Qu Wenruo 7-25/+37
2016-09-26btrfs: add dynamic debug supportGravatar Jeff Mahoney 1-1/+30
2016-09-26btrfs: Fix warning "variable ‘gen’ set but not used"Gravatar Luis Henriques 1-2/+0
2016-09-26btrfs: Fix warning "variable ‘blocksize’ set but not used"Gravatar Luis Henriques 1-2/+0
2016-09-26btrfs: let btrfs_delete_unused_bgs() to clean relocated bgsGravatar Naohiro Aota 2-15/+11
2016-09-26Btrfs: bail out if block group has different mixed flagGravatar Liu Bo 1-0/+14
2016-09-26Btrfs: fix memory leak in reading btree blocksGravatar Liu Bo 1-0/+9
2016-09-26Btrfs: remove BUG() in raid56Gravatar Liu Bo 1-1/+4
2016-09-26btrfs: fix check_shared for fiemap ioctlGravatar Lu Fengqi 2-10/+369
2016-09-26btrfs: create example debugfs file only in debugging buildGravatar David Sterba 1-0/+9
2016-09-26btrfs: fix perms on demonstration debugfs interfaceGravatar Eric Sandeen 1-1/+1
2016-09-26Btrfs: fix memory leak of block group cacheGravatar Liu Bo 3-0/+75
2016-09-25Linux 4.8-rc8v4.8-rc8Gravatar Linus Torvalds 1-1/+1
2016-09-25Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-13/+16
2016-09-25fault_in_multipages_readable() throws set-but-unused errorGravatar Dave Chinner 1-0/+1