| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'qgroup' of git://git.jan-o-sch.net/btrfs-unstable into for-linus | Chris Mason | 2012-07-25 | 1 | -0/+11 |
|\ |
|
| * | Btrfs: add qgroup inheritance | Arne Jansen | 2012-07-12 | 1 | -0/+1 |
| * | Btrfs: hooks to reserve qgroup space | Arne Jansen | 2012-07-12 | 1 | -0/+1 |
| * | Btrfs: qgroup implementation and prototypes | Arne Jansen | 2012-07-12 | 1 | -0/+3 |
| * | Btrfs: check the root passed to btrfs_end_transaction | Arne Jansen | 2012-07-10 | 1 | -0/+6 |
* | | Btrfs: change how we indicate we're adding csums | Josef Bacik | 2012-07-23 | 1 | -0/+1 |
|/ |
|
* | btrfs: enhance transaction abort infrastructure | Jeff Mahoney | 2012-03-22 | 1 | -0/+3 |
* | Merge branch 'for-chris' of | Chris Mason | 2011-05-28 | 1 | -21/+8 |
|\ |
|
| * | Btrfs: kill BTRFS_I(inode)->block_group | Josef Bacik | 2011-05-23 | 1 | -14/+0 |
| * | Btrfs: kill trans_mutex | Josef Bacik | 2011-05-23 | 1 | -1/+3 |
| * | Btrfs: if we've already started a trans handle, use that one | Josef Bacik | 2011-05-23 | 1 | -0/+2 |
| * | Btrfs: take away the num_items argument from btrfs_join_transaction | Josef Bacik | 2011-05-23 | 1 | -6/+3 |
* | | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino... | Chris Mason | 2011-05-22 | 1 | -3/+0 |
|\ \ |
|
| * | | btrfs: remove unused function prototypes | David Sterba | 2011-05-04 | 1 | -3/+0 |
| |/ |
|
* | | btrfs: implement delayed inode items operation | Miao Xie | 2011-05-21 | 1 | -0/+2 |
|/ |
|
* | Btrfs: avoid taking the trans_mutex in btrfs_end_transaction | Josef Bacik | 2011-04-11 | 1 | -2/+2 |
* | Btrfs: Add readonly snapshots support | Li Zefan | 2010-12-23 | 1 | -0/+1 |
* | Btrfs: add START_SYNC, WAIT_SYNC ioctls | Sage Weil | 2010-10-29 | 1 | -0/+1 |
* | Btrfs: async transaction commit | Sage Weil | 2010-10-29 | 1 | -0/+3 |
* | Btrfs: create special free space cache inode | Josef Bacik | 2010-10-28 | 1 | -0/+4 |
* | Btrfs: Introduce global metadata reservation | Yan, Zheng | 2010-05-25 | 1 | -0/+3 |
* | Btrfs: Integrate metadata reservation with start_transaction | Yan, Zheng | 2010-05-25 | 1 | -5/+8 |
* | Btrfs: Introduce contexts for metadata reservation | Yan, Zheng | 2010-05-25 | 1 | -4/+4 |
* | Btrfs: Avoid superfluous tree-log writeout | Yan, Zheng | 2009-12-15 | 1 | -3/+3 |
* | Btrfs: streamline tree-log btree block writeout | Chris Mason | 2009-10-13 | 1 | -0/+4 |
* | Btrfs: avoid tree log commit when there are no changes | Chris Mason | 2009-10-13 | 1 | -0/+1 |
* | Btrfs: be more polite in the async caching threads | Chris Mason | 2009-07-30 | 1 | -0/+1 |
* | Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE) | Yan Zheng | 2009-06-10 | 1 | -8/+4 |
* | Btrfs: reduce stalls during transaction commit | Chris Mason | 2009-03-24 | 1 | -0/+5 |
* | Btrfs: do extent allocation and reference count updates in the background | Chris Mason | 2009-03-24 | 1 | -0/+3 |
* | Btrfs: Fix checkpatch.pl warnings | Chris Mason | 2009-01-05 | 1 | -3/+3 |
* | Btrfs: fix leaking block group on balance | Yan Zheng | 2008-12-11 | 1 | -1/+1 |
* | Btrfs: Allow subvolumes and snapshots anywhere in the directory tree | Chris Mason | 2008-11-17 | 1 | -0/+2 |
* | Btrfs: Record dirty pages tree-log pages in an extent_io tree | Chris Mason | 2008-09-25 | 1 | -0/+2 |
* | Btrfs: Add a write ahead tree log to optimize synchronous operations | Chris Mason | 2008-09-25 | 1 | -0/+1 |
* | Btrfs: Various small fixes. | Yan Zheng | 2008-09-25 | 1 | -2/+1 |
* | Btrfs: fix ioctl-initiated transactions vs wait_current_trans() | Sage Weil | 2008-09-25 | 1 | -0/+2 |
* | Btrfs: Update and fix mount -o nodatacow | Yan Zheng | 2008-09-25 | 1 | -0/+5 |
* | Btrfs: Throttle operations if the reference cache gets too large | Chris Mason | 2008-09-25 | 1 | -0/+1 |
* | btrfs_start_transaction: wait for commits in progress to finish | Chris Mason | 2008-09-25 | 1 | -0/+3 |
* | Btrfs: New data=ordered implementation | Chris Mason | 2008-09-25 | 1 | -4/+0 |
* | Btrfs: Online btree defragmentation fixes | Chris Mason | 2008-09-25 | 1 | -1/+0 |
* | Btrfs: Replace the transaction work queue with kthreads | Chris Mason | 2008-09-25 | 1 | -10/+0 |
* | Add btrfs_end_transaction_throttle to force writers to wait for pending commits | Chris Mason | 2008-09-25 | 1 | -0/+2 |
* | Btrfs: Split the extent_map code into two parts | Chris Mason | 2008-09-25 | 1 | -1/+1 |
* | Btrfs: Move snapshot creation to commit time | Chris Mason | 2008-09-25 | 1 | -0/+7 |
* | Btrfs: Add data=ordered support | Chris Mason | 2008-09-25 | 1 | -2/+6 |
* | Btrfs: Back port to 2.6.18-el kernels | Chris Mason | 2008-09-25 | 1 | -0/+5 |
* | Btrfs: Create extent_buffer interface for large blocksizes | Chris Mason | 2008-09-25 | 1 | -2/+3 |
* | Btrfs: Find and remove dead roots the first time a root is loaded. | Chris Mason | 2007-09-11 | 1 | -1/+2 |