| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | Btrfs: add more validation checks for superblock | Liu Bo | 2016-06-06 | 2 | -0/+35 |
| | * | Btrfs: clear uptodate flags of pages in sys_array eb | Liu Bo | 2016-06-06 | 1 | -0/+2 |
| | * | Btrfs: end transaction if we abort when creating uuid root | Josef Bacik | 2016-06-01 | 1 | -0/+1 |
| * | | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Chris Mason | 2016-06-08 | 15 | -340/+454 |
| |\ \ |
|
| | * | | Btrfs: self-tests: Fix extent buffer bitmap test fail on BE system | Feifei Xu | 2016-06-06 | 1 | -1/+11 |
| | * | | Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsize | Feifei Xu | 2016-06-06 | 1 | -1/+7 |
| | * | | Btrfs: self-tests: Use macros instead of constants and add missing newline | Feifei Xu | 2016-06-06 | 3 | -18/+31 |
| | * | | Btrfs: self-tests: Support testing all possible sectorsizes and nodesizes | Feifei Xu | 2016-06-06 | 1 | -22/+32 |
| | * | | Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZE | Feifei Xu | 2016-06-06 | 1 | -19/+30 |
| | * | | Btrfs: self-tests: Support non-4k page size | Feifei Xu | 2016-06-02 | 15 | -291/+355 |
| | * | | Btrfs: Fix integer overflow when calculating bytes_per_bitmap | Feifei Xu | 2016-06-02 | 2 | -7/+7 |
| | * | | Btrfs: test_check_exists: Fix infinite loop when searching for free space ent... | Feifei Xu | 2016-06-02 | 1 | -2/+2 |
| | |/ |
|
* | | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-06-04 | 8 | -18/+103 |
|\ \ \
| |/ / |
|
| * | | Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extent | Chris Mason | 2016-06-03 | 1 | -1/+12 |
| * | | Btrfs: fix race between device replace and read repair | Filipe Manana | 2016-05-31 | 1 | -0/+10 |
| * | | Btrfs: fix race between device replace and discard | Filipe Manana | 2016-05-31 | 1 | -0/+6 |
| * | | Btrfs: fix race between device replace and chunk allocation | Filipe Manana | 2016-05-30 | 1 | -12/+9 |
| * | | Btrfs: fix race setting block group back to RW mode during device replace | Filipe Manana | 2016-05-30 | 1 | -5/+5 |
| * | | Btrfs: fix unprotected assignment of the left cursor for device replace | Filipe Manana | 2016-05-30 | 1 | -0/+4 |
| * | | Btrfs: fix race setting block group readonly during device replace | Filipe Manana | 2016-05-30 | 3 | -2/+46 |
| * | | Btrfs: fix race between device replace and block group removal | Filipe Manana | 2016-05-30 | 1 | -0/+11 |
| * | | Btrfs: fix race between readahead and device replace/removal | Filipe Manana | 2016-05-30 | 1 | -0/+2 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-05-27 | 2 | -18/+12 |
|\ \ |
|
| * | | switch xattr_handler->set() to passing dentry and inode separately | Al Viro | 2016-05-27 | 1 | -7/+5 |
| * | | restore killability of old mutex_lock_killable(&inode->i_mutex) users | Al Viro | 2016-05-26 | 1 | -11/+7 |
* | | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-05-27 | 36 | -210/+219 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Btrfs: fix handling of faults from btrfs_copy_from_user | Chris Mason | 2016-05-26 | 1 | -10/+17 |
| * | Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 | David Sterba | 2016-05-25 | 36 | -196/+193 |
| |\ |
|
| | * | btrfs: fix string and comment grammatical issues and typos | Nicholas D Steeves | 2016-05-25 | 33 | -105/+106 |
| | * | btrfs: sink gfp parameter to convert_extent_bit | David Sterba | 2016-04-29 | 3 | -8/+8 |
| | * | btrfs: make state preallocation more speculative in __set_extent_bit | David Sterba | 2016-04-29 | 1 | -1/+7 |
| | * | btrfs: untangle gotos a bit in convert_extent_bit | David Sterba | 2016-04-29 | 1 | -9/+7 |
| | * | btrfs: untangle gotos a bit in __clear_extent_bit | David Sterba | 2016-04-29 | 1 | -8/+8 |
| | * | btrfs: untangle gotos a bit in __set_extent_bit | David Sterba | 2016-04-29 | 1 | -8/+7 |
| | * | btrfs: sink gfp parameter to set_record_extent_bits | David Sterba | 2016-04-29 | 3 | -7/+4 |
| | * | btrfs: sink gfp parameter to set_extent_new | David Sterba | 2016-04-29 | 2 | -3/+4 |
| | * | btrfs: sink gfp parameter to set_extent_defrag | David Sterba | 2016-04-29 | 2 | -3/+3 |
| | * | btrfs: sink gfp parameter to set_extent_delalloc | David Sterba | 2016-04-29 | 3 | -6/+6 |
| | * | btrfs: sink gfp parameter to clear_extent_dirty | David Sterba | 2016-04-29 | 3 | -4/+4 |
| | * | btrfs: sink gfp parameter to clear_record_extent_bits | David Sterba | 2016-04-29 | 3 | -8/+5 |
| | * | btrfs: sink gfp parameter to clear_extent_bits | David Sterba | 2016-04-29 | 9 | -16/+15 |
| | * | btrfs: sink gfp parameter to set_extent_bits | David Sterba | 2016-04-29 | 6 | -11/+10 |
| * | | btrfs: scrub: Set bbio to NULL before calling btrfs_map_block | Zhao Lei | 2016-05-25 | 1 | -1/+2 |
| * | | Btrfs: fix unexpected return value of fiemap | Liu Bo | 2016-05-25 | 1 | -1/+5 |
| * | | Btrfs: free sys_array eb as soon as possible | Liu Bo | 2016-05-25 | 1 | -2/+2 |
* | | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-05-21 | 28 | -1788/+1530 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Chris Mason | 2016-05-17 | 12 | -134/+608 |
| |\ \ |
|
| | * | | Btrfs: add semaphore to synchronize direct IO writes with fsync | Filipe Manana | 2016-05-13 | 3 | -118/+77 |
| | * | | Btrfs: fix race between block group relocation and nocow writes | Filipe Manana | 2016-05-13 | 4 | -1/+81 |
| | * | | Btrfs: fix race between fsync and direct IO writes for prealloc extents | Filipe Manana | 2016-05-13 | 1 | -6/+37 |