| Commit message (Expand) | Author | Age | Files | Lines |
* | Btrfs: use global reserve when deleting unused block group after ENOSPC | Filipe Manana | 2015-11-25 | 1 | -0/+4 |
* | Merge branch 'allocator-fixes' into for-linus-4.4 | Chris Mason | 2015-10-22 | 1 | -7/+7 |
|\ |
|
| * | Btrfs: don't continue setting up space cache when enospc | Josef Bacik | 2015-10-22 | 1 | -0/+1 |
| * | Btrfs: add a flags field to btrfs_transaction | Josef Bacik | 2015-10-22 | 1 | -5/+4 |
| * | Btrfs: change how we wait for pending ordered extents | Josef Bacik | 2015-10-22 | 1 | -2/+2 |
* | | btrfs: qgroup: Use new metadata reservation. | Qu Wenruo | 2015-10-22 | 1 | -1/+0 |
|/ |
|
* | btrfs: change num_items type from u64 to unsigned int | Alexandru Moise | 2015-10-21 | 1 | -2/+3 |
* | Btrfs: fix deadlock when finalizing block group creation | Filipe Manana | 2015-10-06 | 1 | -0/+1 |
* | Btrfs: keep dropped roots in cache until transaction commit | Josef Bacik | 2015-09-22 | 1 | -1/+4 |
* | btrfs: add missing discards when unpinning extents with -o discard | Jeff Mahoney | 2015-07-29 | 1 | -0/+2 |
* | btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots. | Qu Wenruo | 2015-06-10 | 1 | -0/+23 |
* | Btrfs: fix -ENOSPC when finishing block group creation | Filipe Manana | 2015-06-03 | 1 | -0/+1 |
* | Btrfs: allow block group cache writeout outside critical section in commit | Chris Mason | 2015-04-10 | 1 | -0/+9 |
* | Btrfs: reserve space for block groups | Josef Bacik | 2015-04-10 | 1 | -0/+1 |
* | Btrfs: fix metadata inconsistencies after directory fsync | Filipe Manana | 2015-03-27 | 1 | -0/+2 |
* | btrfs: Fix out-of-space bug | Zhao Lei | 2015-02-14 | 1 | -0/+5 |
* | Btrfs: track dirty block groups on their own list | Josef Bacik | 2015-01-22 | 1 | -0/+2 |
* | Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kern... | Chris Mason | 2014-11-25 | 1 | -0/+2 |
|\ |
|
| * | btrfs: add support for processing pending changes | David Sterba | 2014-11-12 | 1 | -0/+2 |
* | | Btrfs: make sure logged extents complete in the current transaction V3 | Josef Bacik | 2014-11-21 | 1 | -0/+2 |
* | | Btrfs: deal with convert_extent_bit errors to avoid fs corruption | Filipe Manana | 2014-11-21 | 1 | -2/+0 |
|/ |
|
* | btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUB | David Sterba | 2014-10-02 | 1 | -1/+1 |
* | btrfs: disable strict file flushes for renames and truncates | Chris Mason | 2014-08-15 | 1 | -1/+0 |
* | Btrfs: add sanity tests for new qgroup accounting code | Josef Bacik | 2014-06-10 | 1 | -0/+1 |
* | Btrfs: remove transaction from send | Josef Bacik | 2014-04-07 | 1 | -0/+1 |
* | Btrfs: don't clear uptodate if the eb is under IO | Josef Bacik | 2014-04-07 | 1 | -0/+2 |
* | Btrfs: make fsync latency less sucky | Josef Bacik | 2014-01-28 | 1 | -0/+1 |
* | Btrfs: remove btrfs_end_transaction_dmeta() | Miao Xie | 2014-01-28 | 1 | -2/+0 |
* | Btrfs: fix BUG_ON() casued by the reserved space migration | Miao Xie | 2013-11-12 | 1 | -0/+1 |
* | Btrfs: fix two use-after-free bugs with transaction cleanup | Josef Bacik | 2013-11-12 | 1 | -0/+1 |
* | btrfs: mark some local function as 'static' | Sergei Trofimovich | 2013-09-01 | 1 | -2/+0 |
* | Btrfs: check to see if root_list is empty before adding it to dead roots | Josef Bacik | 2013-08-10 | 1 | -1/+1 |
* | Btrfs: make the chunk allocator completely tree lockless | Josef Bacik | 2013-07-02 | 1 | -0/+1 |
* | Btrfs: make the state of the transaction more readable | Miao Xie | 2013-06-14 | 1 | -4/+12 |
* | Btrfs: remove unnecessary varient ->num_joined in btrfs_transaction structure | Miao Xie | 2013-06-14 | 1 | -2/+0 |
* | Btrfs: don't wait for all the writers circularly during the transaction commit | Miao Xie | 2013-06-14 | 1 | -8/+23 |
* | btrfs: make static code static & remove dead code | Eric Sandeen | 2013-05-06 | 1 | -1/+0 |
* | btrfs: clean snapshots one by one | David Sterba | 2013-05-06 | 1 | -1/+1 |
* | Btrfs: fix wrong reserved space in qgroup during snap/subv creation | Miao Xie | 2013-02-28 | 1 | -0/+1 |
* | Btrfs: remove unnecessary dget_parent/dput when creating the pending snapshot | Miao Xie | 2013-02-28 | 1 | -0/+1 |
* | Btrfs: fix uncompleted transaction | Miao Xie | 2013-02-20 | 1 | -0/+2 |
* | Btrfs: place ordered operations on a per transaction list | Josef Bacik | 2013-02-20 | 1 | -0/+1 |
* | btrfs: remove cache only arguments from defrag path | Eric Sandeen | 2013-02-20 | 1 | -1/+1 |
* | Btrfs: don't re-enter when allocating a chunk | Josef Bacik | 2013-02-20 | 1 | -0/+1 |
* | Btrfs: improve the noflush reservation | Miao Xie | 2012-12-11 | 1 | -1/+1 |
* | Btrfs: fix orphan transaction on the freezed filesystem | Miao Xie | 2012-10-09 | 1 | -2/+2 |
* | Btrfs: add a type field for the transaction handle | Miao Xie | 2012-10-09 | 1 | -4/+11 |
* | Btrfs: fix race in sync and freeze again | Josef Bacik | 2012-10-04 | 1 | -0/+1 |
* | Btrfs: delay block group item insertion | Josef Bacik | 2012-10-01 | 1 | -0/+1 |
* | Btrfs: fix corrupted metadata in the snapshot | Miao Xie | 2012-10-01 | 1 | -0/+2 |