aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-25btrfs: divide btrfs_update_reserved_bytes() into two functionsWang Xiaoguang1-40/+57
2016-08-25btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster()Wang Xiaoguang1-4/+6
2016-08-25btrfs: qgroup: Fix qgroup incorrectness caused by log replayQu Wenruo1-0/+16
2016-08-25btrfs: relocation: Fix leaking qgroups numbers on data extentsQu Wenruo1-6/+103
2016-08-25btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent()Qu Wenruo4-47/+71
2016-08-25btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney4-6/+13
2016-08-25btrfs: properly track when rescan worker is runningJeff Mahoney3-1/+10
2016-08-25btrfs: flush_space: treat return value of do_chunk_alloc properlyAlex Lyakas1-1/+1
2016-08-25Btrfs: add ASSERT for block group's memory leakLiu Bo1-0/+5
2016-08-25btrfs: backref: Fix soft lockup in __merge_refs functionQu Wenruo1-0/+1
2016-08-25Btrfs: fix memory leak of reloc_rootLiu Bo1-1/+8
2016-08-10Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds6-59/+283
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe4-12/+12
2016-08-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+1
2016-08-05Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.8Chris Mason6-59/+283
2016-08-04Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds43-686/+912
2016-08-04Fixup direct bi_rw modifiersShaun Tancheff1-1/+1
2016-08-04block: add missing group association in bio-cloning functionsPaolo Valente1-6/+0
2016-08-03Btrfs: fix __MAX_CSUM_ITEMSChris Mason1-2/+3
2016-08-03Btrfs: remove unused function btrfs_add_delayed_qgroup_reserve()Filipe Manana2-30/+0
2016-08-01Btrfs: improve performance on fsync against new inode after rename/unlinkFilipe Manana2-9/+95
2016-08-01Btrfs: be more precise on errors when getting an inode from diskFilipe Manana1-9/+18
2016-08-01Btrfs: send, don't bug on inconsistent snapshotsFilipe Manana1-3/+45
2016-08-01Btrfs: send, avoid incorrect leaf accesses when sending utimes operationsFilipe Manana1-0/+2
2016-08-01Btrfs: send, fix invalid leaf accesses due to incorrect utimes operationsRobbie Ko1-1/+11
2016-08-01Btrfs: send, fix warning due to late freeing of orphan_dir_info structuresRobbie Ko1-0/+4
2016-08-01Btrfs: incremental send, fix premature rmdir operationsRobbie Ko1-1/+1
2016-08-01Btrfs: incremental send, fix invalid paths for rename operationsFilipe Manana1-1/+2
2016-08-01Btrfs: send, add missing error check for calls to path_loop()Filipe Manana1-0/+2
2016-08-01Btrfs: send, fix failure to move directories with the same name aroundRobbie Ko1-5/+95
2016-08-01Btrfs: add missing check for writeback errors on fsyncFilipe Manana1-0/+8