summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Btrfs: check btree node's nritemsLiu Bo2016-08-251-0/+16
| * btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney2016-08-253-11/+22
| * Btrfs: fix em leak in find_first_block_groupJosef Bacik2016-08-251-0/+1
| * btrfs: do not background blkdev_put()Anand Jain2016-08-251-8/+19
| * Btrfs: clarify do_chunk_alloc()'s return valueLiu Bo2016-08-251-0/+9
| * btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang2016-08-254-1/+25
| * btrfs: update btrfs_space_info's bytes_may_use timelyWang Xiaoguang2016-08-257-63/+73
| * btrfs: divide btrfs_update_reserved_bytes() into two functionsWang Xiaoguang2016-08-251-40/+57
| * btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster()Wang Xiaoguang2016-08-251-4/+6
| * btrfs: qgroup: Fix qgroup incorrectness caused by log replayQu Wenruo2016-08-251-0/+16
| * btrfs: relocation: Fix leaking qgroups numbers on data extentsQu Wenruo2016-08-251-6/+103
| * btrfs: qgroup: Refactor btrfs_qgroup_insert_dirty_extent()Qu Wenruo2016-08-254-47/+71
| * btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney2016-08-254-6/+13
| * btrfs: properly track when rescan worker is runningJeff Mahoney2016-08-253-1/+10
| * btrfs: flush_space: treat return value of do_chunk_alloc properlyAlex Lyakas2016-08-251-1/+1
| * Btrfs: add ASSERT for block group's memory leakLiu Bo2016-08-251-0/+5
| * btrfs: backref: Fix soft lockup in __merge_refs functionQu Wenruo2016-08-251-0/+1
| * Btrfs: fix memory leak of reloc_rootLiu Bo2016-08-251-1/+8
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-106-59/+283
|\|
| * Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2016-08-056-59/+283
| |\
| | * Btrfs: remove unused function btrfs_add_delayed_qgroup_reserve()Filipe Manana2016-08-032-30/+0
| | * Btrfs: improve performance on fsync against new inode after rename/unlinkFilipe Manana2016-08-012-9/+95
| | * Btrfs: be more precise on errors when getting an inode from diskFilipe Manana2016-08-011-9/+18
| | * Btrfs: send, don't bug on inconsistent snapshotsFilipe Manana2016-08-011-3/+45
| | * Btrfs: send, avoid incorrect leaf accesses when sending utimes operationsFilipe Manana2016-08-011-0/+2
| | * Btrfs: send, fix invalid leaf accesses due to incorrect utimes operationsRobbie Ko2016-08-011-1/+11
| | * Btrfs: send, fix warning due to late freeing of orphan_dir_info structuresRobbie Ko2016-08-011-0/+4
| | * Btrfs: incremental send, fix premature rmdir operationsRobbie Ko2016-08-011-1/+1
| | * Btrfs: incremental send, fix invalid paths for rename operationsFilipe Manana2016-08-011-1/+2
| | * Btrfs: send, add missing error check for calls to path_loop()Filipe Manana2016-08-011-0/+2
| | * Btrfs: send, fix failure to move directories with the same name aroundRobbie Ko2016-08-011-5/+95
| | * Btrfs: add missing check for writeback errors on fsyncFilipe Manana2016-08-011-0/+8
* | | block: rename bio bi_rw to bi_opfJens Axboe2016-08-074-12/+12
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-08-051-7/+1
|\ \ \
| * | | Fixup direct bi_rw modifiersShaun Tancheff2016-08-041-1/+1