| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mf... | Chris Mason | 2011-08-01 | 6 | -29/+78 |
|\ |
|
| * | btrfs: don't BUG_ON allocation errors in btrfs_drop_snapshot | Mark Fasheh | 2011-07-25 | 1 | -2/+6 |
| * | btrfs: Don't BUG_ON alloc_path errors in find_next_chunk | Mark Fasheh | 2011-07-25 | 2 | -2/+8 |
| * | btrfs: Don't BUG_ON alloc_path errors in btrfs_balance() | Mark Fasheh | 2011-07-14 | 1 | -2/+4 |
| * | btrfs: Don't BUG_ON alloc_path errors in btrfs_read_locked_inode | Mark Fasheh | 2011-07-14 | 1 | -5/+17 |
| * | btrfs: Don't BUG_ON alloc_path errors in btrfs_truncate_inode_items | Mark Fasheh | 2011-07-14 | 1 | -4/+5 |
| * | btrfs: Don't BUG_ON alloc_path errors in replay_one_buffer() | Mark Fasheh | 2011-07-14 | 1 | -3/+9 |
| * | btrfs: don't BUG_ON btrfs_alloc_path() errors | Mark Fasheh | 2011-07-14 | 4 | -11/+29 |
* | | Merge branch 'integration' into for-linus | Chris Mason | 2011-07-27 | 23 | -1010/+965 |
|\ \
| |/
|/| |
|
| * | Btrfs: make sure reserve_metadata_bytes doesn't leak out strange errors | Chris Mason | 2011-07-27 | 1 | -1/+6 |
| * | Btrfs: use the commit_root for reading free_space_inode crcs | Chris Mason | 2011-07-27 | 3 | -19/+28 |
| * | Btrfs: reduce extent_state lock contention for metadata | Chris Mason | 2011-07-27 | 1 | -14/+41 |
| * | Btrfs: remove lockdep magic from btrfs_next_leaf | Chris Mason | 2011-07-27 | 1 | -31/+5 |
| * | Btrfs: make a lockdep class for each root | Chris Mason | 2011-07-27 | 4 | -38/+79 |
| * | Btrfs: switch the btrfs tree locks to reader/writer | Chris Mason | 2011-07-27 | 9 | -218/+431 |
| * | Btrfs: fix deadlock when throttling transactions | Josef Bacik | 2011-07-27 | 1 | -2/+9 |
| * | Btrfs: stop using highmem for extent_buffers | Chris Mason | 2011-07-27 | 7 | -378/+52 |
| * | Btrfs: fix BUG_ON() caused by ENOSPC when relocating space | Miao Xie | 2011-07-27 | 1 | -7/+21 |
| * | Btrfs: tag pages for writeback in sync | Josef Bacik | 2011-07-27 | 1 | -3/+9 |
| * | Btrfs: fix enospc problems with delalloc | Josef Bacik | 2011-07-27 | 6 | -60/+86 |
| * | Btrfs: don't flush delalloc arbitrarily | Josef Bacik | 2011-07-27 | 1 | -3/+0 |
| * | Btrfs: use find_or_create_page instead of grab_cache_page | Josef Bacik | 2011-07-27 | 5 | -7/+9 |
| * | Btrfs: use a worker thread to do caching | Josef Bacik | 2011-07-27 | 3 | -29/+27 |
| * | Btrfs: fix how we merge extent states and deal with cached states | Josef Bacik | 2011-07-11 | 1 | -12/+11 |
| * | Btrfs: use the normal checksumming infrastructure for free space cache | Josef Bacik | 2011-07-11 | 1 | -110/+59 |
| * | Btrfs: serialize flushers in reserve_metadata_bytes | Josef Bacik | 2011-07-11 | 2 | -21/+51 |
| * | Btrfs: do transaction space reservation before joining the transaction | Josef Bacik | 2011-07-11 | 3 | -42/+17 |
| * | Btrfs: try to only do one btrfs_search_slot in do_setxattr | Josef Bacik | 2011-07-11 | 2 | -33/+42 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2011-07-08 | 4 | -6/+20 |
|\ \
| |/ |
|
| * | btrfs: fix oops when doing space balance | Miao Xie | 2011-07-06 | 1 | -5/+7 |
| * | Btrfs: don't panic if we get an error while balancing V2 | Josef Bacik | 2011-07-06 | 1 | -1/+2 |
| * | btrfs: add missing options displayed in mount output | David Sterba | 2011-07-06 | 2 | -0/+11 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2011-06-27 | 5 | -31/+100 |
|\ \
| |/ |
|
| * | btrfs: fix inconsonant inode information | Miao Xie | 2011-06-27 | 3 | -26/+91 |
| * | Btrfs: make sure to update total_bitmaps when freeing cache V3 | Josef Bacik | 2011-06-25 | 1 | -3/+6 |
| * | Btrfs: fix type mismatch in find_free_extent() | Ilya Dryomov | 2011-06-25 | 1 | -2/+2 |
| * | Btrfs: make sure to record the transid in new inodes | Chris Mason | 2011-06-24 | 1 | -0/+1 |
* | | Remove unneeded version.h includes from fs/ | Jesper Juhl | 2011-06-24 | 1 | -1/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2011-06-20 | 11 | -189/+174 |
|\ \
| |/ |
|
| * | Btrfs: avoid delayed metadata items during commits | Chris Mason | 2011-06-17 | 3 | -10/+28 |
| * | btrfs: fix uninitialized return value | David Sterba | 2011-06-17 | 1 | -3/+3 |
| * | btrfs: fix wrong reservation when doing delayed inode operations | Miao Xie | 2011-06-17 | 2 | -6/+20 |
| * | btrfs: Remove unused sysfs code | Maarten Lankhorst | 2011-06-17 | 3 | -148/+0 |
| * | btrfs: fix dereference of ERR_PTR value | David Sterba | 2011-06-17 | 1 | -1/+1 |
| * | Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos... | Chris Mason | 2011-06-17 | 3 | -3/+14 |
| |\ |
|
| | * | Btrfs: set no_trans_join after trying to expand the transaction | Josef Bacik | 2011-06-15 | 1 | -3/+11 |
| | * | Btrfs: protect the pending_snapshots list with trans_lock | Josef Bacik | 2011-06-15 | 1 | -0/+2 |
| | * | Btrfs: fix path leakage on subvol deletion | Josef Bacik | 2011-06-15 | 1 | -0/+1 |
| * | | Btrfs: fix relocation races | Chris Mason | 2011-06-17 | 4 | -13/+105 |
| * | | Btrfs: drop the delalloc_bytes check in shrink_delalloc | Chris Mason | 2011-06-13 | 1 | -4/+0 |