| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2012-06-21 | 4 | -46/+62 |
|\ |
|
| * | Btrfs: delay iput with async extents | Josef Bacik | 2012-06-21 | 1 | -2/+2 |
| * | Btrfs: add a missing spin_lock | Josef Bacik | 2012-06-21 | 1 | -0/+1 |
| * | Btrfs: don't assume to be on the correct extent in add_all_parents | Alexander Block | 2012-06-21 | 1 | -42/+52 |
| * | Btrfs: introduce btrfs_next_old_item | Alexander Block | 2012-06-21 | 1 | -2/+7 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2012-06-16 | 2 | -2/+3 |
|\ \
| |/ |
|
| * | Btrfs: cast devid to unsigned long long for printk %llu | Chris Mason | 2012-06-15 | 1 | -1/+2 |
| * | Btrfs: init old_generation in get_old_root | Chris Mason | 2012-06-15 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2012-06-15 | 18 | -189/+476 |
|\ \
| |/ |
|
| * | Btrfs: destroy the items of the delayed inodes in error handling routine | Miao Xie | 2012-06-15 | 3 | -0/+27 |
| * | Btrfs: make sure that we've made everything in pinned tree clean | Liu Bo | 2012-06-15 | 1 | -0/+11 |
| * | Btrfs: avoid memory leak of extent state in error handling routine | Liu Bo | 2012-06-15 | 1 | -0/+2 |
| * | Btrfs: do not resize a seeding device | Liu Bo | 2012-06-15 | 1 | -0/+7 |
| * | Btrfs: fix missing inherited flag in rename | Liu Bo | 2012-06-15 | 1 | -3/+6 |
| * | Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l... | Chris Mason | 2012-06-15 | 3 | -35/+70 |
| |\ |
|
| | * | Btrfs: fix race in tree mod log addition | Jan Schmidt | 2012-06-14 | 1 | -4/+19 |
| | * | Btrfs: add btrfs_next_old_leaf | Jan Schmidt | 2012-06-14 | 3 | -4/+16 |
| | * | Btrfs: fix return value for __tree_mod_log_oldest_root | Jan Schmidt | 2012-06-14 | 1 | -13/+20 |
| | * | Btrfs: use btrfs_read_lock_root_node in get_old_root | Jan Schmidt | 2012-06-14 | 1 | -4/+16 |
| | * | Btrfs: remove obsolete btrfs_next_leaf call from __resolve_indirect_ref | Jan Schmidt | 2012-06-14 | 1 | -9/+1 |
| | * | Btrfs: remove call to btrfs_header_nritems with no effect | Jan Schmidt | 2012-06-04 | 1 | -3/+0 |
| * | | Btrfs: fix incompat flags setting | Li Zefan | 2012-06-14 | 1 | -1/+1 |
| * | | Btrfs: fix defrag regression | Li Zefan | 2012-06-14 | 1 | -48/+49 |
| * | | Btrfs: call filemap_fdatawrite twice for compression | Josef Bacik | 2012-06-14 | 3 | -7/+31 |
| * | | Btrfs: keep inode pinned when compressing writes | Josef Bacik | 2012-06-14 | 1 | -2/+6 |
| * | | Btrfs: implement ->show_devname | Josef Bacik | 2012-06-14 | 1 | -0/+33 |
| * | | Btrfs: use rcu to protect device->name | Josef Bacik | 2012-06-14 | 8 | -64/+162 |
| * | | Btrfs: unlock everything properly in the error case for nocow | Josef Bacik | 2012-06-14 | 1 | -2/+35 |
| * | | Btrfs: fix btrfs_destroy_marked_extents | Josef Bacik | 2012-06-14 | 1 | -4/+2 |
| * | | Btrfs: abort the transaction if the commit fails | Josef Bacik | 2012-06-14 | 1 | -2/+8 |
| * | | Btrfs: wake up transaction waiters when aborting a transaction | Josef Bacik | 2012-06-14 | 2 | -6/+7 |
| * | | Btrfs: fix locking in btrfs_destroy_delayed_refs | Josef Bacik | 2012-06-14 | 1 | -13/+17 |
| * | | Btrfs: pass locked_page into extent_clear_unlock_delalloc if theres an error | Josef Bacik | 2012-06-14 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-06-01 | 5 | -55/+23 |
|\ \ |
|
| * | | Btrfs: move over to use ->update_time | Josef Bacik | 2012-06-01 | 3 | -41/+15 |
| * | | btrfs: trivial endianness annotations | Al Viro | 2012-05-29 | 3 | -7/+8 |
| * | | ->encode_fh() API change | Al Viro | 2012-05-29 | 1 | -11/+4 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2012-06-01 | 33 | -866/+2849 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-l... | Chris Mason | 2012-05-31 | 14 | -252/+1368 |
| |\ |
|
| | * | Btrfs: fix tree mod log rewinded level and rewinding of moved keys | Jan Schmidt | 2012-05-31 | 1 | -2/+4 |
| | * | Btrfs: fix tree mod log del_ptr | Jan Schmidt | 2012-05-31 | 1 | -6/+7 |
| | * | Btrfs: add tree_mod_dont_log helper | Jan Schmidt | 2012-05-31 | 1 | -9/+15 |
| | * | Btrfs: add missing spin_lock for insertion into tree mod log | Jan Schmidt | 2012-05-31 | 1 | -5/+18 |
| | * | Btrfs: add inodes before dropping the extent lock in find_all_leafs | Jan Schmidt | 2012-05-31 | 3 | -6/+43 |
| | * | Btrfs: use delayed ref sequence numbers for all fs-tree updates | Jan Schmidt | 2012-05-30 | 3 | -23/+13 |
| | * | Btrfs: tree mod log sanity checks in join_transaction | Jan Schmidt | 2012-05-30 | 1 | -0/+18 |
| | * | Btrfs: fs_info variable for join_transaction | Jan Schmidt | 2012-05-30 | 1 | -18/+19 |
| | * | Btrfs: use the tree modification log for backref resolving | Jan Schmidt | 2012-05-30 | 2 | -17/+29 |
| | * | Btrfs: add btrfs_search_old_slot | Jan Schmidt | 2012-05-30 | 2 | -4/+317 |
| | * | Btrfs: add del_ptr and insert_ptr modifications to the tree mod log | Jan Schmidt | 2012-05-30 | 1 | -10/+32 |