| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i... | Chris Mason | 2014-12-02 | 1 | -3/+11 |
|\ |
|
| * | Btrfs, replace: write dirty pages into the replace target device | Miao Xie | 2014-12-03 | 1 | -3/+7 |
| * | Btrfs, scrub: repair the common data on RAID5/6 if it is corrupted | Miao Xie | 2014-12-03 | 1 | -0/+4 |
* | | Btrfs: fix race between fs trimming and block group remove/allocation | Filipe Manana | 2014-12-02 | 1 | -0/+12 |
* | | btrfs: Fix a lockdep warning when running xfstest. | Qu Wenruo | 2014-11-25 | 1 | -2/+4 |
|/ |
|
* | Btrfs: remove empty block groups automatically | Josef Bacik | 2014-09-22 | 1 | -0/+2 |
* | Btrfs: do file data check by sub-bio's self | Miao Xie | 2014-09-17 | 1 | -2/+3 |
* | Btrfs: fix use-after-free problem of the device during device replace | Miao Xie | 2014-09-17 | 1 | -0/+2 |
* | Btrfs: fix unprotected device's variants on 32bits machine | Miao Xie | 2014-09-17 | 1 | -0/+84 |
* | Btrfs: fix wrong device bytes_used in the super block | Miao Xie | 2014-09-17 | 1 | -0/+4 |
* | Btrfs: fix wrong disk size when writing super blocks | Miao Xie | 2014-09-17 | 1 | -0/+18 |
* | Btrfs: fix unprotected assignment of the target device | Miao Xie | 2014-09-17 | 1 | -0/+1 |
* | Btrfs: cleanup unused num_can_discard in fs_devices | Miao Xie | 2014-09-17 | 1 | -1/+0 |
* | Btrfs: cleanup unused latest_devid and latest_trans in fs_devices | Miao Xie | 2014-09-17 | 1 | -3/+0 |
* | Btrfs: update the comment of total_bytes and disk_total_bytes of btrfs_devie | Miao Xie | 2014-09-17 | 1 | -2/+2 |
* | Btrfs: Fix the problem that the dirty flag of dev stats is cleared | Miao Xie | 2014-09-17 | 1 | -4/+15 |
* | Btrfs: make the device lock and its protected data in the same cacheline | Miao Xie | 2014-09-17 | 1 | -13/+12 |
* | Btrfs: fix deadlock when mounting a degraded fs | Miao Xie | 2014-06-19 | 1 | -0/+3 |
* | btrfs: balance filter: add limit of processed chunks | David Sterba | 2014-06-09 | 1 | -0/+1 |
* | btrfs: Cleanup the "_struct" suffix in btrfs_workequeue | Qu Wenruo | 2014-03-10 | 1 | -1/+1 |
* | btrfs: Replace fs_info->submit_workers with btrfs_workqueue. | Qu Wenruo | 2014-03-10 | 1 | -1/+1 |
* | Btrfs: fix use-after-free in the finishing procedure of the device replace | Miao Xie | 2014-03-10 | 1 | -0/+1 |
* | btrfs: Pack struct btrfs_device | Dulshani Gunawardhana | 2013-11-11 | 1 | -10/+10 |
* | Btrfs: remove scrub_super_lock holding in btrfs_sync_log() | Wang Shilong | 2013-11-11 | 1 | -1/+3 |
* | Btrfs: add btrfs_alloc_device and switch to it | Ilya Dryomov | 2013-09-01 | 1 | -0/+3 |
* | Btrfs: check UUID tree during mount if required | Stefan Behrens | 2013-09-01 | 1 | -0/+1 |
* | Btrfs: create UUID tree if required | Stefan Behrens | 2013-09-01 | 1 | -0/+1 |
* | Btrfs: don't cache the csum value into the extent state tree | Miao Xie | 2013-09-01 | 1 | -0/+7 |
* | Btrfs: make the chunk allocator completely tree lockless | Josef Bacik | 2013-07-02 | 1 | -1/+5 |
* | Btrfs: cleanup the similar code of the fs root read | Miao Xie | 2013-06-14 | 1 | -0/+1 |
* | Btrfs: use a btrfs bioset instead of abusing bio internals | Chris Mason | 2013-05-17 | 1 | -0/+20 |
* | btrfs: make static code static & remove dead code | Eric Sandeen | 2013-05-06 | 1 | -13/+0 |
* | Merge branch 'raid56-experimental' into for-linus-3.9 | Chris Mason | 2013-02-20 | 1 | -1/+8 |
|\ |
|
| * | Btrfs: RAID5 and RAID6 | David Woodhouse | 2013-02-01 | 1 | -1/+8 |
* | | Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.h | Filipe Brandenburger | 2013-02-20 | 1 | -1/+1 |
|/ |
|
* | Btrfs: put raid properties into global table | Liu Bo | 2012-12-16 | 1 | -0/+9 |
* | Btrfs: change core code of btrfs to support the device replace operations | Stefan Behrens | 2012-12-12 | 1 | -1/+2 |
* | Btrfs: add new sources for device replace code | Stefan Behrens | 2012-12-12 | 1 | -0/+8 |
* | Btrfs: disallow some operations on the device replace target device | Stefan Behrens | 2012-12-12 | 1 | -0/+1 |
* | Btrfs: pass fs_info instead of root | Stefan Behrens | 2012-12-12 | 1 | -1/+1 |
* | Btrfs: add btrfs_scratch_superblock() function | Stefan Behrens | 2012-12-12 | 1 | -0/+1 |
* | Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree | Stefan Behrens | 2012-12-12 | 1 | -1/+1 |
* | Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_tree | Stefan Behrens | 2012-12-12 | 1 | -1/+1 |
* | Btrfs: add two more find_device() methods | Stefan Behrens | 2012-12-12 | 1 | -0/+5 |
* | Btrfs: rename the scrub context structure | Stefan Behrens | 2012-12-12 | 1 | -1/+1 |
* | Btrfs: revert checksum error statistic which can cause a BUG() | Stefan Behrens | 2012-08-28 | 1 | -2/+0 |
* | Btrfs: add DEVICE_READY ioctl | Josef Bacik | 2012-07-23 | 1 | -0/+1 |
* | btrfs: join DEV_STATS ioctls to one | David Sterba | 2012-07-23 | 1 | -2/+1 |
* | Btrfs: resume balance on rw (re)mounts properly | Ilya Dryomov | 2012-07-02 | 1 | -0/+1 |
* | Btrfs: restore restriper state on all mounts | Ilya Dryomov | 2012-07-02 | 1 | -1/+1 |