| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Btrfs: fix incorrect inode acl reset | Filipe David Borba Manana | 2013-11-11 | 1 | -1/+1 |
| * | Btrfs: Don't allocate inode that is already in use | Stefan Behrens | 2013-11-11 | 1 | -1/+1 |
| * | Btrfs: fix btrfs_prev_leaf() previous key computation | Filipe David Borba Manana | 2013-11-11 | 1 | -4/+8 |
| * | Btrfs: optimize tree-log.c:count_inode_refs() | Filipe David Borba Manana | 2013-11-11 | 1 | -0/+5 |
| * | btrfs: simplify kmalloc+copy_from_user to memdup_user | Geyslan G. Bem | 2013-11-11 | 1 | -8/+3 |
| * | Btrfs: btrfs_add_ordered_operation: Fix last modified transaction comparison. | chandan | 2013-11-11 | 1 | -1/+1 |
| * | Btrfs: don't leak delayed node on path allocation failure | Filipe David Borba Manana | 2013-11-11 | 1 | -1/+3 |
| * | Btrfs: Wait for uuid-tree rebuild task on remount read-only | Stefan Behrens | 2013-11-11 | 1 | -0/+6 |
| * | Btrfs: init device stats for new devices | Stefan Behrens | 2013-11-11 | 1 | -0/+2 |
| * | Btrfs: fixup error path in __btrfs_inc_extent_ref | Liu Bo | 2013-11-11 | 1 | -8/+2 |
| * | Btrfs: disallow 'btrfs {balance,replace} cancel' on ro mounts | Ilya Dryomov | 2013-11-11 | 2 | -0/+6 |
| * | Btrfs: don't leak ioctl args in btrfs_ioctl_dev_replace | Ilya Dryomov | 2013-11-11 | 1 | -4/+5 |
| * | Btrfs: nuke a bogus rw_devices decrement in __btrfs_close_devices | Ilya Dryomov | 2013-11-11 | 1 | -1/+2 |
| * | btrfs: Fix memory leakage in the tree-log.c | Geyslan G. Bem | 2013-11-11 | 1 | -14/+19 |
| * | Btrfs: kill unused code in btrfs_search_forward | Liu Bo | 2013-11-11 | 1 | -2/+0 |
| * | Btrfs: cleanup dead code of defragment | Liu Bo | 2013-11-11 | 1 | -2/+1 |
| * | Btrfs: remove unnecessary key copy when logging inode | Filipe David Borba Manana | 2013-11-11 | 1 | -3/+2 |
| * | Btrfs: Simplify the logic in alloc_extent_buffer() for existing extent buffer... | Chandra Seetharaman | 2013-11-11 | 3 | -40/+28 |
| * | Btrfs: fix up seek_hole/seek_data handling | Josef Bacik | 2013-11-11 | 1 | -75/+19 |
| * | Btrfs: add an assert to btrfs_lookup_csums_range for alignment | Josef Bacik | 2013-11-11 | 1 | -0/+3 |
| * | Btrfs: fix hole check in log_one_extent | Josef Bacik | 2013-11-11 | 1 | -1/+1 |
| * | Btrfs: add a sanity test for a vacant extent at the front of a file | Josef Bacik | 2013-11-11 | 1 | -5/+128 |
| * | Btrfs: handle a missing extent for the first file extent | Josef Bacik | 2013-11-11 | 1 | -2/+9 |
| * | Btrfs: stop all workers after we free block groups | Josef Bacik | 2013-11-11 | 1 | -2/+2 |
| * | Btrfs: add tests for btrfs_get_extent | Josef Bacik | 2013-11-11 | 7 | -2/+861 |
| * | Btrfs: add tests for find_lock_delalloc_range | Josef Bacik | 2013-11-11 | 8 | -8/+388 |
| * | Btrfs: free reserved space on error in a few places | Josef Bacik | 2013-11-11 | 2 | -2/+21 |
| * | Btrfs: fixup reserved trace points | Josef Bacik | 2013-11-11 | 1 | -2/+6 |
| * | Btrfs: free up block groups after everything | Josef Bacik | 2013-11-11 | 1 | -2/+2 |
| * | Btrfs: cleanup reserved space when freeing tree log on error | Josef Bacik | 2013-11-11 | 1 | -22/+25 |
| * | Btrfs: do not free the dirty bytes from the trans block rsv on cleanup | Josef Bacik | 2013-11-11 | 1 | -2/+0 |
| * | Btrfs: fix memory leaks on transaction commit failure | Filipe David Borba Manana | 2013-11-11 | 1 | -4/+8 |
| * | Btrfs: fix the dev-replace suspend sequence | Ilya Dryomov | 2013-11-11 | 1 | -2/+3 |
| * | Btrfs: improve inode hash function/inode lookup | Filipe David Borba Manana | 2013-11-11 | 3 | -3/+25 |
| * | Btrfs: remove unnecessary tree search when logging inode | Filipe David Borba Manana | 2013-11-11 | 1 | -5/+5 |
| * | Btrfs: remove unused max_key arg from btrfs_search_forward | Filipe David Borba Manana | 2013-11-11 | 7 | -30/+7 |
| * | Btrfs: fix memory leak of chunks' extent map | Liu Bo | 2013-11-11 | 1 | -0/+2 |
| * | Btrfs: improve jitter performance of the sequential buffered write | Miao Xie | 2013-11-11 | 1 | -3/+4 |
| * | Btrfs: fix BUG_ON() casued by the reserved space migration | Miao Xie | 2013-11-11 | 3 | -3/+28 |
| * | btrfs: remove unused parameter from btrfs_header_fsid | Ross Kirk | 2013-11-11 | 4 | -10/+10 |
| * | Btrfs: fix two use-after-free bugs with transaction cleanup | Josef Bacik | 2013-11-11 | 3 | -82/+52 |
| * | Btrfs: remove all BUG_ON()'s from commit_cowonly_roots | Josef Bacik | 2013-11-11 | 1 | -5/+8 |
| * | Btrfs: don't delete ordered roots from list during cleanup | Josef Bacik | 2013-11-11 | 1 | -1/+2 |
| * | Btrfs: cleanup transaction on abort | Josef Bacik | 2013-11-11 | 2 | -1/+6 |
| * | Btrfs: do not release metadata for space cache inodes | Josef Bacik | 2013-11-11 | 1 | -1/+7 |
| * | Btrfs: reset intwrite on transaction abort | Josef Bacik | 2013-11-11 | 1 | -0/+2 |
| * | Btrfs: relocate csums properly with prealloc extents | Josef Bacik | 2013-11-11 | 1 | -3/+15 |
| * | Btrfs: don't leak block group on error | Filipe David Borba Manana | 2013-11-11 | 1 | -2/+1 |
| * | Btrfs: fix sync fs to actually wait for all data to be persisted | Filipe David Borba Manana | 2013-11-11 | 1 | -3/+9 |
| * | Btrfs: fix tracking of orphan inode count | Filipe David Borba Manana | 2013-11-11 | 1 | -5/+8 |