| Commit message (Expand) | Author | Age | Files | Lines |
* | btrfs: qgroup: Commit transaction in advance to reduce early EDQUOT | Qu Wenruo | 2018-04-18 | 1 | -0/+14 |
* | btrfs: replace GPL boilerplate by SPDX -- headers | David Sterba | 2018-04-12 | 1 | -16/+4 |
* | btrfs: Remove code referencing unused TRANS_USERSPACE | Nikolay Borisov | 2018-03-31 | 1 | -5/+1 |
* | btrfs: Document consistency of transaction->io_bgs list | Nikolay Borisov | 2018-03-26 | 1 | -0/+16 |
* | btrfs: Remove unused btrfs_start_transaction_lflush function | Nikolay Borisov | 2018-03-26 | 1 | -3/+0 |
* | btrfs: reorder btrfs_transaction members for better packing | David Sterba | 2018-01-22 | 1 | -2/+2 |
* | btrfs: use narrower type for btrfs_transaction::num_dirty_bgs | David Sterba | 2018-01-22 | 1 | -1/+1 |
* | btrfs: reorder btrfs_trans_handle members for better packing | David Sterba | 2018-01-22 | 1 | -2/+2 |
* | btrfs: switch to refcount_t type for btrfs_trans_handle::use_count | David Sterba | 2018-01-22 | 1 | -1/+1 |
* | btrfs: remove unused member of btrfs_trans_handle | David Sterba | 2018-01-22 | 1 | -1/+0 |
* | btrfs: switch btrfs_trans_handle::adding_csums to bool | David Sterba | 2018-01-22 | 1 | -1/+1 |
* | btrfs: remove unused qgroup members from btrfs_trans_handle | David Sterba | 2017-04-18 | 1 | -2/+0 |
* | btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_t | Elena Reshetova | 2017-04-18 | 1 | -1/+3 |
* | btrfs: remove root parameter from transaction commit/end routines | Jeff Mahoney | 2016-12-06 | 1 | -14/+4 |
* | btrfs: split btrfs_wait_marked_extents into normal and tree log functions | Jeff Mahoney | 2016-12-06 | 1 | -2/+3 |
* | btrfs: take an fs_info directly when the root is not used otherwise | Jeff Mahoney | 2016-12-06 | 1 | -3/+3 |
* | btrfs: convert pr_* to btrfs_* where possible | Jeff Mahoney | 2016-09-26 | 1 | -0/+1 |
* | btrfs: add btrfs_trans_handle->fs_info pointer | Jeff Mahoney | 2016-07-26 | 1 | -0/+1 |
* | btrfs: account for non-CoW'd blocks in btrfs_abort_transaction | Jeff Mahoney | 2016-06-17 | 1 | -1/+1 |
* | btrfs: fix string and comment grammatical issues and typos | Nicholas D Steeves | 2016-05-25 | 1 | -1/+1 |
* | btrfs: preallocate path for snapshot creation at ioctl time | David Sterba | 2016-01-07 | 1 | -0/+1 |
* | btrfs: allocate root item at snapshot ioctl time | David Sterba | 2016-01-07 | 1 | -0/+1 |
* | Btrfs: fix unprotected list move from unused_bgs to deleted_bgs list | Filipe Manana | 2015-12-10 | 1 | -1/+1 |
* | 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-21 | 1 | -7/+7 |
|\ |
|
| * | Btrfs: don't continue setting up space cache when enospc | Josef Bacik | 2015-10-21 | 1 | -0/+1 |
| * | Btrfs: add a flags field to btrfs_transaction | Josef Bacik | 2015-10-21 | 1 | -5/+4 |
| * | Btrfs: change how we wait for pending ordered extents | Josef Bacik | 2015-10-21 | 1 | -2/+2 |
* | | btrfs: qgroup: Use new metadata reservation. | Qu Wenruo | 2015-10-21 | 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-05 | 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-26 | 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-21 | 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-20 | 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-09 | 1 | -0/+1 |
* | Btrfs: remove transaction from send | Josef Bacik | 2014-04-06 | 1 | -0/+1 |
* | Btrfs: don't clear uptodate if the eb is under IO | Josef Bacik | 2014-04-06 | 1 | -0/+2 |
* | Btrfs: make fsync latency less sucky | Josef Bacik | 2014-01-28 | 1 | -0/+1 |