aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-26btrfs: clean the old superblocks before freeing the deviceJeff Mahoney1-27/+11
2016-09-26Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo1-1/+7
2016-09-26Btrfs: don't leak reloc root nodes on errorJosef Bacik1-0/+4
2016-09-26btrfs: squash lines for simple wrapper functionsMasahiro Yamada5-28/+8
2016-09-26Btrfs: improve check_node to avoid reading corrupted nodesLiu Bo1-4/+28
2016-09-26Btrfs: add error handling for extent buffer in print treeLiu Bo1-0/+7
2016-09-26Btrfs: remove BUG_ON in start_transactionLiu Bo1-4/+1
2016-09-26Btrfs: memset to avoid stale content in btree node blockLiu Bo1-0/+11
2016-09-26Btrfs: return gracefully from balance if fs tree is corruptedLiu Bo1-6/+17
2016-09-26Btrfs: kill BUG_ON()'s in btrfs_mark_extent_writtenJosef Bacik1-8/+33
2016-09-26Btrfs: kill the start argument to read_extent_buffer_pagesJosef Bacik3-28/+15
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik16-109/+99
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchsetQu Wenruo7-25/+37
2016-09-26btrfs: add dynamic debug supportJeff Mahoney1-1/+30
2016-09-26btrfs: Fix warning "variable ‘gen’ set but not used"Luis Henriques1-2/+0
2016-09-26btrfs: Fix warning "variable ‘blocksize’ set but not used"Luis Henriques1-2/+0
2016-09-26btrfs: let btrfs_delete_unused_bgs() to clean relocated bgsNaohiro Aota2-15/+11
2016-09-26Btrfs: bail out if block group has different mixed flagLiu Bo1-0/+14
2016-09-26Btrfs: fix memory leak in reading btree blocksLiu Bo1-0/+9
2016-09-26Btrfs: remove BUG() in raid56Liu Bo1-1/+4
2016-09-26btrfs: fix check_shared for fiemap ioctlLu Fengqi2-10/+369
2016-09-26btrfs: create example debugfs file only in debugging buildDavid Sterba1-0/+9
2016-09-26btrfs: fix perms on demonstration debugfs interfaceEric Sandeen1-1/+1
2016-09-26Btrfs: fix memory leak of block group cacheLiu Bo3-0/+75
2016-09-23Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds2-6/+15
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-4/+2
2016-09-21btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney1-0/+12
2016-09-21Btrfs: handle quota reserve failure properlyJosef Bacik1-6/+3
2016-09-16btrfs: use filemap_check_errors()Miklos Szeredi4-19/+3
2016-09-14block, dm-crypt, btrfs: Introduce bio_flags()Bart Van Assche1-2/+3
2016-09-09Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds3-8/+17
2016-09-07Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.8Chris Mason2-8/+16
2016-09-06btrfs: introduce tickets_id to determine whether asynchronous metadata reclaim work makes progressWang Xiaoguang2-5/+7
2016-09-06Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason1-0/+1
2016-09-05btrfs: do not decrease bytes_may_use when replaying extentsWang Xiaoguang1-3/+9
2016-09-03Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds3-11/+15
2016-09-01btrfs: fix one bug that process may endlessly wait for ticket in wait_reserve_ticket()Wang Xiaoguang1-5/+5
2016-09-01Btrfs: fix endless loop in balancing block groupsLiu Bo1-3/+5
2016-09-01Btrfs: kill invalid ASSERT() in process_all_refs()Josef Bacik1-3/+5
2016-08-26Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds20-181/+473
2016-08-25Btrfs: fix lockdep warning on deadlock against an inode's log mutexFilipe Manana3-4/+8
2016-08-25Btrfs: detect corruption when non-root leaf has zero itemLiu Bo1-1/+22
2016-08-25Btrfs: check btree node's nritemsLiu Bo1-0/+16
2016-08-25btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney3-11/+22
2016-08-25Btrfs: fix em leak in find_first_block_groupJosef Bacik1-0/+1
2016-08-25btrfs: do not background blkdev_put()Anand Jain1-8/+19
2016-08-25Btrfs: clarify do_chunk_alloc()'s return valueLiu Bo1-0/+9
2016-08-25btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang4-1/+25
2016-08-25btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang7-63/+73