summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.7-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-06-253-13/+34
|\
| * Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodesOmar Sandoval2016-06-253-13/+34
* | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-2511-36/+57
|\ \ | |/ |/|
| * Btrfs: Force stripesize to the value of sectorsizeChandan Rajendra2016-06-232-6/+4
| * btrfs: fix disk_i_size update bug when fallocate() failsWang Xiaoguang2016-06-231-1/+2
| * Btrfs: fix error handling in map_private_extent_bufferLiu Bo2016-06-232-2/+11
| * Btrfs: fix error return code in btrfs_init_test_fs()Wei Yongjun2016-06-231-1/+1
| * Btrfs: don't do nocow check unless we have toJosef Bacik2016-06-221-22/+22
| * btrfs: fix deadlock in delayed_ref_async_startChris Mason2016-06-221-9/+11
| * Btrfs: track transid for delayed ref flushingJosef Bacik2016-06-224-5/+16
* | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-1811-43/+61
|\|
| * Btrfs: btrfs_check_super_valid: Allow 4096 as stripesizeChandan Rajendra2016-06-171-1/+2
| * btrfs: remove build fixup for qgroup_account_snapshotDavid Sterba2016-06-171-5/+0
| * btrfs: use new error message helper in qgroup_account_snapshotDavid Sterba2016-06-171-1/+1
| * btrfs: avoid blocking open_ctree from cleaner_kthreadZygo Blaxell2016-06-172-15/+12
| * Btrfs: don't BUG_ON() in btrfs_orphan_addJosef Bacik2016-06-171-1/+10
| * btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney2016-06-174-4/+7
| * Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo2016-06-176-15/+28
| * btrfs: Use correct format specifierHeinrich Schuchardt2016-06-171-1/+1
* | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-1018-357/+568
|\|
| * Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2016-06-085-17/+114
| |\
| | * btrfs: advertise which crc32c implementation is being used at module loadJeff Mahoney2016-06-063-2/+9
| | * Btrfs: add validadtion checks for chunk loadingLiu Bo2016-06-061-15/+67
| | * Btrfs: add more validation checks for superblockLiu Bo2016-06-062-0/+35
| | * Btrfs: clear uptodate flags of pages in sys_array ebLiu Bo2016-06-061-0/+2
| | * Btrfs: end transaction if we abort when creating uuid rootJosef Bacik2016-06-011-0/+1
| * | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason2016-06-0815-340/+454
| |\ \
| | * | Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemFeifei Xu2016-06-061-1/+11
| | * | Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsizeFeifei Xu2016-06-061-1/+7
| | * | Btrfs: self-tests: Use macros instead of constants and add missing newlineFeifei Xu2016-06-063-18/+31
| | * | Btrfs: self-tests: Support testing all possible sectorsizes and nodesizesFeifei Xu2016-06-061-22/+32
| | * | Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZEFeifei Xu2016-06-061-19/+30
| | * | Btrfs: self-tests: Support non-4k page sizeFeifei Xu2016-06-0215-291/+355
| | * | Btrfs: Fix integer overflow when calculating bytes_per_bitmapFeifei Xu2016-06-022-7/+7
| | * | Btrfs: test_check_exists: Fix infinite loop when searching for free space ent...Feifei Xu2016-06-021-2/+2
| | |/
* | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-048-18/+103
|\| |
| * | Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extentChris Mason2016-06-031-1/+12
| * | Btrfs: fix race between device replace and read repairFilipe Manana2016-05-311-0/+10
| * | Btrfs: fix race between device replace and discardFilipe Manana2016-05-311-0/+6
| * | Btrfs: fix race between device replace and chunk allocationFilipe Manana2016-05-301-12/+9
| * | Btrfs: fix race setting block group back to RW mode during device replaceFilipe Manana2016-05-301-5/+5
| * | Btrfs: fix unprotected assignment of the left cursor for device replaceFilipe Manana2016-05-301-0/+4
| * | Btrfs: fix race setting block group readonly during device replaceFilipe Manana2016-05-303-2/+46
| * | Btrfs: fix race between device replace and block group removalFilipe Manana2016-05-301-0/+11
| * | Btrfs: fix race between readahead and device replace/removalFilipe Manana2016-05-301-0/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-272-18/+12
|\ \
| * | switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-7/+5
| * | restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro2016-05-261-11/+7
* | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-2736-210/+219
|\ \ \ | |/ / |/| / | |/
| * Btrfs: fix handling of faults from btrfs_copy_from_userChris Mason2016-05-261-10/+17