| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Btrfs: fill UUID tree initially | Stefan Behrens | 2013-09-01 | 1 | -1/+150 |
| * | Btrfs: create UUID tree if required | Stefan Behrens | 2013-09-01 | 1 | -0/+26 |
| * | Btrfs: get rid of sparse warnings | Stefan Behrens | 2013-09-01 | 1 | -3/+0 |
| * | Fix leak in __btrfs_map_block error path | Dave Jones | 2013-09-01 | 1 | -0/+1 |
| * | Btrfs: optimize function btrfs_read_chunk_tree | Filipe David Borba Manana | 2013-09-01 | 1 | -19/+11 |
| * | btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert | Qu Wenruo | 2013-09-01 | 1 | -1/+1 |
| * | btrfs: make errors in btrfs_num_copies less noisy | David Sterba | 2013-09-01 | 1 | -2/+2 |
| * | Btrfs: Release uuid_mutex for shrink during device delete | Carey Underwood | 2013-09-01 | 1 | -0/+2 |
* | | Btrfs: volume: Replace PTR_RET with PTR_ERR_OR_ZERO | Sachin Kamat | 2013-07-16 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-07-09 | 1 | -195/+156 |
|\ |
|
| * | Btrfs: make the chunk allocator completely tree lockless | Josef Bacik | 2013-07-02 | 1 | -167/+137 |
| * | Btrfs: fix wrong mirror number tuning | Miao Xie | 2013-07-02 | 1 | -3/+0 |
| * | Btrfs: Cocci spatch "ptr_ret.spatch" | Thomas Meyer | 2013-06-14 | 1 | -4/+1 |
| * | btrfs: device delete to get errors from the kernel | Anand Jain | 2013-06-14 | 1 | -19/+7 |
| * | Btrfs: cleanup the similar code of the fs root read | Miao Xie | 2013-06-14 | 1 | -2/+11 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-05-18 | 1 | -42/+12 |
|\| |
|
| * | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos... | Chris Mason | 2013-05-17 | 1 | -7/+6 |
| |\ |
|
| | * | Correct allowed raid levels on balance. | Andreas Philipp | 2013-05-17 | 1 | -7/+6 |
| * | | Btrfs: use a btrfs bioset instead of abusing bio internals | Chris Mason | 2013-05-17 | 1 | -35/+6 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-05-09 | 1 | -41/+56 |
|\| |
|
| * | btrfs: make static code static & remove dead code | Eric Sandeen | 2013-05-06 | 1 | -14/+15 |
| * | Btrfs: don't BUG_ON() in btrfs_num_copies | Josef Bacik | 2013-05-06 | 1 | -2/+18 |
| * | Btrfs: deal with bad mappings in btrfs_map_block | Josef Bacik | 2013-05-06 | 1 | -2/+8 |
| * | Btrfs: use a lock to protect incompat/compat flag of the super block | Miao Xie | 2013-05-06 | 1 | -9/+1 |
| * | btrfs: ignore device open failures in __btrfs_open_devices | Eric Sandeen | 2013-05-06 | 1 | -3/+3 |
| * | Btrfs: fix bad extent logging | Josef Bacik | 2013-05-06 | 1 | -2/+2 |
| * | Btrfs: Include the device in most error printk()s | Simon Kirby | 2013-05-06 | 1 | -9/+9 |
* | | Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern... | Jens Axboe | 2013-04-02 | 1 | -1/+12 |
|\| |
|
| * | Btrfs: handle a bogus chunk tree nicely | Josef Bacik | 2013-03-21 | 1 | -1/+12 |
* | | block: Use bio_sectors() more consistently | Kent Overstreet | 2013-03-23 | 1 | -1/+1 |
|/ |
|
* | btrfs: use rcu_barrier() to wait for bdev puts at unmount | Eric Sandeen | 2013-03-14 | 1 | -0/+6 |
* | Btrfs: fix a mismerge in btrfs_balance() | Ilya Dryomov | 2013-03-06 | 1 | -0/+5 |
* | Btrfs: do not BUG_ON on aborted situation | Liu Bo | 2013-03-04 | 1 | -2/+7 |
* | btrfs: remove a printk from scan_one_device | David Sterba | 2013-02-28 | 1 | -1/+0 |
* | btrfs: cleanup for open-coded alignment | Qu Wenruo | 2013-02-26 | 1 | -2/+1 |
* | Btrfs: fix max chunk size on raid5/6 | Chris Mason | 2013-02-20 | 1 | -4/+21 |
* | btrfs: Init io_lock after cloning btrfs device struct | Thomas Gleixner | 2013-02-20 | 1 | -0/+1 |
* | Merge branch 'raid56-experimental' into for-linus-3.9 | Chris Mason | 2013-02-20 | 1 | -44/+336 |
|\ |
|
| * | Merge branch 'for-linus' into raid56-experimental | Chris Mason | 2013-02-05 | 1 | -6/+17 |
| |\ |
|
| * | | Btrfs: remove conflicting check for minimum number of devices in raid56 | Chris Mason | 2013-02-05 | 1 | -8/+0 |
| * | | Btrfs: RAID5 and RAID6 | David Woodhouse | 2013-02-01 | 1 | -41/+344 |
* | | | btrfs: define BTRFS_MAGIC as a u64 value | Zach Brown | 2013-02-20 | 1 | -2/+1 |
* | | | Btrfs: allow for selecting only completely empty chunks | Ilya Dryomov | 2013-02-20 | 1 | -1/+1 |
* | | | Btrfs: eliminate a use-after-free in btrfs_balance() | Ilya Dryomov | 2013-02-20 | 1 | -5/+5 |
* | | | btrfs: ensure we don't overrun devices_info[] in __btrfs_alloc_chunk | Eric Sandeen | 2013-02-20 | 1 | -1/+5 |
* | | | Btrfs: remove extent mapping if we fail to add chunk | Josef Bacik | 2013-02-20 | 1 | -2/+12 |
* | | | Btrfs: fix chunk allocation error handling | Josef Bacik | 2013-02-20 | 1 | -10/+22 |
* | | | Btrfs: use seqlock to protect fs_info->avail_{data, metadata, system}_alloc_bits | Miao Xie | 2013-02-20 | 1 | -26/+30 |
* | | | Btrfs: make raid attr array more readable | Miao Xie | 2013-02-20 | 1 | -6/+41 |
* | | | btrfs: access superblock via pagecache in scan_one_device | David Sterba | 2013-02-15 | 1 | -6/+64 |