| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus-4.7-part2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-06-25 | 3 | -13/+34 |
|\ |
|
| * | Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodes | Omar Sandoval | 2016-06-25 | 3 | -13/+34 |
* | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-06-25 | 11 | -36/+57 |
|\ \
| |/
|/| |
|
| * | Btrfs: Force stripesize to the value of sectorsize | Chandan Rajendra | 2016-06-23 | 2 | -6/+4 |
| * | btrfs: fix disk_i_size update bug when fallocate() fails | Wang Xiaoguang | 2016-06-23 | 1 | -1/+2 |
| * | Btrfs: fix error handling in map_private_extent_buffer | Liu Bo | 2016-06-23 | 2 | -2/+11 |
| * | Btrfs: fix error return code in btrfs_init_test_fs() | Wei Yongjun | 2016-06-23 | 1 | -1/+1 |
| * | Btrfs: don't do nocow check unless we have to | Josef Bacik | 2016-06-23 | 1 | -22/+22 |
| * | btrfs: fix deadlock in delayed_ref_async_start | Chris Mason | 2016-06-23 | 1 | -9/+11 |
| * | Btrfs: track transid for delayed ref flushing | Josef Bacik | 2016-06-23 | 4 | -5/+16 |
* | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-06-18 | 11 | -43/+61 |
|\| |
|
| * | Btrfs: btrfs_check_super_valid: Allow 4096 as stripesize | Chandan Rajendra | 2016-06-17 | 1 | -1/+2 |
| * | btrfs: remove build fixup for qgroup_account_snapshot | David Sterba | 2016-06-17 | 1 | -5/+0 |
| * | btrfs: use new error message helper in qgroup_account_snapshot | David Sterba | 2016-06-17 | 1 | -1/+1 |
| * | btrfs: avoid blocking open_ctree from cleaner_kthread | Zygo Blaxell | 2016-06-17 | 2 | -15/+12 |
| * | Btrfs: don't BUG_ON() in btrfs_orphan_add | Josef Bacik | 2016-06-17 | 1 | -1/+10 |
| * | btrfs: account for non-CoW'd blocks in btrfs_abort_transaction | Jeff Mahoney | 2016-06-17 | 4 | -4/+7 |
| * | Btrfs: check if extent buffer is aligned to sectorsize | Liu Bo | 2016-06-17 | 6 | -15/+28 |
| * | btrfs: Use correct format specifier | Heinrich Schuchardt | 2016-06-17 | 1 | -1/+1 |
* | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-06-10 | 18 | -357/+568 |
|\| |
|
| * | Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Chris Mason | 2016-06-08 | 5 | -17/+114 |
| |\ |
|
| | * | btrfs: advertise which crc32c implementation is being used at module load | Jeff Mahoney | 2016-06-06 | 3 | -2/+9 |
| | * | Btrfs: add validadtion checks for chunk loading | Liu Bo | 2016-06-06 | 1 | -15/+67 |
| | * | 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-28 | 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-28 | 36 | -210/+219 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Btrfs: fix handling of faults from btrfs_copy_from_user | Chris Mason | 2016-05-26 | 1 | -10/+17 |