summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: create example debugfs file only in debugging buildDavid Sterba2016-09-261-0/+9
* btrfs: fix perms on demonstration debugfs interfaceEric Sandeen2016-09-261-1/+1
* Btrfs: fix memory leak of block group cacheLiu Bo2016-09-263-0/+75
* Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-232-6/+15
|\
| * btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney2016-09-211-0/+12
| * Btrfs: handle quota reserve failure properlyJosef Bacik2016-09-211-6/+3
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-093-8/+17
|\ \ | |/
| * Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason2016-09-072-8/+16
| |\
| | * btrfs: introduce tickets_id to determine whether asynchronous metadata reclai...Wang Xiaoguang2016-09-062-5/+7
| | * btrfs: do not decrease bytes_may_use when replaying extentsWang Xiaoguang2016-09-051-3/+9
| * | Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason2016-09-061-0/+1
| |/
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-033-11/+15
|\ \ | |/
| * btrfs: fix one bug that process may endlessly wait for ticket in wait_reserve...Wang Xiaoguang2016-09-011-5/+5
| * Btrfs: fix endless loop in balancing block groupsLiu Bo2016-09-011-3/+5
| * Btrfs: kill invalid ASSERT() in process_all_refs()Josef Bacik2016-09-011-3/+5
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-2620-181/+473
|\ \ | |/
| * Btrfs: fix lockdep warning on deadlock against an inode's log mutexFilipe Manana2016-08-253-4/+8
| * Btrfs: detect corruption when non-root leaf has zero itemLiu Bo2016-08-251-1/+22
OpenPOWER on IntegriCloud