| Commit message (Expand) | Author | Age |
* | Btrfs: don't BUG_ON() in btrfs_orphan_add | Josef Bacik | 2016-06-17 |
* | btrfs: account for non-CoW'd blocks in btrfs_abort_transaction | Jeff Mahoney | 2016-06-17 |
* | Btrfs: check if extent buffer is aligned to sectorsize | Liu Bo | 2016-06-17 |
* | btrfs: Use correct format specifier | Heinrich Schuchardt | 2016-06-17 |
* | Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Chris Mason | 2016-06-08 |
|\ |
|
| * | btrfs: advertise which crc32c implementation is being used at module load | Jeff Mahoney | 2016-06-06 |
| * | Btrfs: add validadtion checks for chunk loading | Liu Bo | 2016-06-06 |
| * | Btrfs: add more validation checks for superblock | Liu Bo | 2016-06-06 |
| * | Btrfs: clear uptodate flags of pages in sys_array eb | Liu Bo | 2016-06-06 |
| * | Btrfs: end transaction if we abort when creating uuid root | Josef Bacik | 2016-05-31 |
* | | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Chris Mason | 2016-06-08 |
|\ \ |
|
| * | | Btrfs: self-tests: Fix extent buffer bitmap test fail on BE system | Feifei Xu | 2016-06-06 |
| * | | Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsize | Feifei Xu | 2016-06-06 |
| * | | Btrfs: self-tests: Use macros instead of constants and add missing newline | Feifei Xu | 2016-06-06 |
| * | | Btrfs: self-tests: Support testing all possible sectorsizes and nodesizes | Feifei Xu | 2016-06-06 |
| * | | Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZE | Feifei Xu | 2016-06-06 |
| * | | Btrfs: self-tests: Support non-4k page size | Feifei Xu | 2016-06-02 |
| * | | Btrfs: Fix integer overflow when calculating bytes_per_bitmap | Feifei Xu | 2016-06-02 |
| * | | Btrfs: test_check_exists: Fix infinite loop when searching for free space ent... | Feifei Xu | 2016-06-02 |
| |/ |
|
* | | Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extent | Chris Mason | 2016-06-03 |
* | | Btrfs: fix race between device replace and read repair | Filipe Manana | 2016-05-30 |
* | | Btrfs: fix race between device replace and discard | Filipe Manana | 2016-05-30 |
* | | Btrfs: fix race between device replace and chunk allocation | Filipe Manana | 2016-05-30 |
* | | Btrfs: fix race setting block group back to RW mode during device replace | Filipe Manana | 2016-05-30 |
* | | Btrfs: fix unprotected assignment of the left cursor for device replace | Filipe Manana | 2016-05-30 |
* | | Btrfs: fix race setting block group readonly during device replace | Filipe Manana | 2016-05-30 |
* | | Btrfs: fix race between device replace and block group removal | Filipe Manana | 2016-05-30 |
* | | Btrfs: fix race between readahead and device replace/removal | Filipe Manana | 2016-05-30 |
|/ |
|
* | Btrfs: fix handling of faults from btrfs_copy_from_user | Chris Mason | 2016-05-26 |
* | Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 | David Sterba | 2016-05-25 |
|\ |
|
| * | btrfs: fix string and comment grammatical issues and typos | Nicholas D Steeves | 2016-05-25 |
| * | btrfs: sink gfp parameter to convert_extent_bit | David Sterba | 2016-04-29 |
| * | btrfs: make state preallocation more speculative in __set_extent_bit | David Sterba | 2016-04-29 |
| * | btrfs: untangle gotos a bit in convert_extent_bit | David Sterba | 2016-04-29 |
| * | btrfs: untangle gotos a bit in __clear_extent_bit | David Sterba | 2016-04-29 |
| * | btrfs: untangle gotos a bit in __set_extent_bit | David Sterba | 2016-04-29 |
| * | btrfs: sink gfp parameter to set_record_extent_bits | David Sterba | 2016-04-29 |
| * | btrfs: sink gfp parameter to set_extent_new | David Sterba | 2016-04-29 |
| * | btrfs: sink gfp parameter to set_extent_defrag | David Sterba | 2016-04-29 |
| * | btrfs: sink gfp parameter to set_extent_delalloc | David Sterba | 2016-04-29 |
| * | btrfs: sink gfp parameter to clear_extent_dirty | David Sterba | 2016-04-29 |
| * | btrfs: sink gfp parameter to clear_record_extent_bits | David Sterba | 2016-04-29 |
| * | btrfs: sink gfp parameter to clear_extent_bits | David Sterba | 2016-04-29 |
| * | btrfs: sink gfp parameter to set_extent_bits | David Sterba | 2016-04-29 |
* | | btrfs: scrub: Set bbio to NULL before calling btrfs_map_block | Zhao Lei | 2016-05-25 |
* | | Btrfs: fix unexpected return value of fiemap | Liu Bo | 2016-05-25 |
* | | Btrfs: free sys_array eb as soon as possible | Liu Bo | 2016-05-25 |
* | | Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Chris Mason | 2016-05-17 |
|\ \ |
|
| * | | Btrfs: add semaphore to synchronize direct IO writes with fsync | Filipe Manana | 2016-05-12 |
| * | | Btrfs: fix race between block group relocation and nocow writes | Filipe Manana | 2016-05-12 |