summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2016-06-10Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-08Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason
2016-06-08Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason
2016-06-06Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemFeifei Xu
2016-06-06Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsizeFeifei Xu
2016-06-06Btrfs: self-tests: Use macros instead of constants and add missing newlineFeifei Xu
2016-06-06Btrfs: self-tests: Support testing all possible sectorsizes and nodesizesFeifei Xu
2016-06-06Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZEFeifei Xu
2016-06-06btrfs: advertise which crc32c implementation is being used at module loadJeff Mahoney
2016-06-06Btrfs: add validadtion checks for chunk loadingLiu Bo
2016-06-06Btrfs: add more validation checks for superblockLiu Bo
2016-06-06Btrfs: clear uptodate flags of pages in sys_array ebLiu Bo
2016-06-04Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-03Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extentChris Mason
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu
2016-06-02Btrfs: Fix integer overflow when calculating bytes_per_bitmapFeifei Xu
2016-06-02Btrfs: test_check_exists: Fix infinite loop when searching for free space ent...Feifei Xu
2016-06-01Btrfs: end transaction if we abort when creating uuid rootJosef Bacik
2016-05-31Btrfs: fix race between device replace and read repairFilipe Manana
2016-05-31Btrfs: fix race between device replace and discardFilipe Manana
2016-05-30Btrfs: fix race between device replace and chunk allocationFilipe Manana
2016-05-30Btrfs: fix race setting block group back to RW mode during device replaceFilipe Manana
2016-05-30Btrfs: fix unprotected assignment of the left cursor for device replaceFilipe Manana
2016-05-30Btrfs: fix race setting block group readonly during device replaceFilipe Manana
2016-05-30Btrfs: fix race between device replace and block group removalFilipe Manana
2016-05-30Btrfs: fix race between readahead and device replace/removalFilipe Manana
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-26Btrfs: fix handling of faults from btrfs_copy_from_userChris Mason
2016-05-26restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-05-25btrfs: scrub: Set bbio to NULL before calling btrfs_map_blockZhao Lei
2016-05-25Btrfs: fix unexpected return value of fiemapLiu Bo
2016-05-25Btrfs: free sys_array eb as soon as possibleLiu Bo
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko
2016-05-18Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-18Revert "btrfs: switch to ->iterate_shared()"Al Viro
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-17btrfs: Switch to generic xattr handlersAndreas Gruenbacher
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-17Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2016-05-16Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516David Sterba
2016-05-16Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516David Sterba
2016-05-16Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba
2016-05-16btrfs: fix memory leak during RAID 5/6 device replacementScott Talbert
2016-05-13Btrfs: add semaphore to synchronize direct IO writes with fsyncFilipe Manana
2016-05-13Btrfs: fix race between block group relocation and nocow writesFilipe Manana