| Commit message (Expand) | Author | Age | Files | Lines |
* | btrfs: convert btrfs_delayed_item.refs from atomic_t to refcount_t | Elena Reshetova | 2017-04-18 | 1 | -9/+9 |
* | btrfs: convert btrfs_delayed_node.refs from atomic_t to refcount_t | Elena Reshetova | 2017-04-18 | 1 | -14/+14 |
* | btrfs: Make btrfs_i_size_write take btrfs_inode | Nikolay Borisov | 2017-02-28 | 1 | -1/+1 |
* | btrfs: fix over-80 lines introduced by previous cleanups | David Sterba | 2017-02-14 | 1 | -2/+3 |
* | btrfs: Make btrfs_inode_delayed_dir_index_count take btrfs_inode | Nikolay Borisov | 2017-02-14 | 1 | -3/+3 |
* | btrfs: Make btrfs_commit_inode_delayed_items take btrfs_inode | Nikolay Borisov | 2017-02-14 | 1 | -2/+2 |
* | btrfs: Make btrfs_commit_inode_delayed_inode take btrfs_inode | Nikolay Borisov | 2017-02-14 | 1 | -3/+3 |
* | btrfs: Make btrfs_remove_delayed_node take btrfs_inode | Nikolay Borisov | 2017-02-14 | 1 | -3/+3 |
* | btrfs: Make btrfs_kill_delayed_inode_items take btrfs_inode | Nikolay Borisov | 2017-02-14 | 1 | -2/+2 |
* | btrfs: Make btrfs_delayed_delete_inode_ref take btrfs_inode | Nikolay Borisov | 2017-02-14 | 1 | -3/+3 |
* | btrfs: Make btrfs_delete_delayed_dir_index take btrfs_inode | Nikolay Borisov | 2017-02-14 | 1 | -3/+3 |
* | btrfs: Make btrfs_insert_delayed_dir_index take btrfs_inode | Nikolay Borisov | 2017-02-14 | 1 | -3/+3 |
* | btrfs: Make btrfs_delayed_inode_reserve_metadata take btrfs_inode | Nikolay Borisov | 2017-02-14 | 1 | -8/+8 |
* | btrfs: Make btrfs_get_or_create_delayed_node take btrfs_inode | Nikolay Borisov | 2017-02-14 | 1 | -6/+5 |
* | btrfs: Make btrfs_get_delayed_node take btrfs_inode | Nikolay Borisov | 2017-02-14 | 1 | -9/+8 |
* | btrfs: Make btrfs_ino take a struct btrfs_inode | Nikolay Borisov | 2017-02-14 | 1 | -7/+7 |
* | Btrfs: ACCESS_ONCE cleanup | Seraphime Kirkovski | 2017-02-14 | 1 | -2/+2 |
* | btrfs: limit async_work allocation and worker func duration | Maxim Patlasov | 2016-12-13 | 1 | -2/+4 |
* | btrfs: remove root parameter from transaction commit/end routines | Jeff Mahoney | 2016-12-06 | 1 | -2/+2 |
* | btrfs: take an fs_info directly when the root is not used otherwise | Jeff Mahoney | 2016-12-06 | 1 | -42/+42 |
* | btrfs: root->fs_info cleanup, access fs_info->delayed_root directly | Jeff Mahoney | 2016-12-06 | 1 | -17/+6 |
* | btrfs: root->fs_info cleanup, add fs_info convenience variables | Jeff Mahoney | 2016-12-06 | 1 | -16/+21 |
* | btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_size | Jeff Mahoney | 2016-12-06 | 1 | -2/+2 |
* | btrfs: increment ctx->pos for every emitted or skipped dirent in readdir | Jeff Mahoney | 2016-11-30 | 1 | -2/+1 |
* | btrfs: unsplit printed strings | Jeff Mahoney | 2016-09-26 | 1 | -10/+7 |
* | btrfs: squash lines for simple wrapper functions | Masahiro Yamada | 2016-09-26 | 1 | -4/+1 |
* | Btrfs: add a flags field to btrfs_fs_info | Josef Bacik | 2016-09-26 | 1 | -1/+2 |
* | btrfs: btrfs_abort_transaction, drop root parameter | Jeff Mahoney | 2016-07-26 | 1 | -1/+1 |
* | btrfs: Fix slab accounting flags | Nikolay Borisov | 2016-07-26 | 1 | -1/+1 |
* | Btrfs: change delayed reservation fallback behavior | Josef Bacik | 2016-07-07 | 1 | -41/+23 |
* | Btrfs: fix callers of btrfs_block_rsv_migrate | Josef Bacik | 2016-07-07 | 1 | -4/+4 |
* | Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodes | Omar Sandoval | 2016-06-25 | 1 | -5/+22 |
* | btrfs: GFP_NOFS does not GFP_HIGHMEM | David Sterba | 2016-05-10 | 1 | -1/+1 |
* | btrfs: Print Warning only if ENOSPC_DEBUG is enabled | Ashish Samant | 2016-03-14 | 1 | -1/+6 |
* | Merge branch 'cleanups-4.6' into for-chris-4.6 | David Sterba | 2016-02-26 | 1 | -2/+1 |
|\ |
|
| * | btrfs: drop null testing before destroy functions | Kinglong Mee | 2016-02-18 | 1 | -2/+1 |
* | | btrfs: properly set the termination value of ctx->pos in readdir | David Sterba | 2016-02-11 | 1 | -1/+2 |
|/ |
|
* | btrfs: zero out delayed node upon allocation | Alexandru Moise | 2016-01-07 | 1 | -6/+1 |
* | btrfs: comment the rest of implicit barriers before waitqueue_active | David Sterba | 2015-10-10 | 1 | -0/+4 |
* | Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode. | Yang Dongsheng | 2015-04-26 | 1 | -0/+2 |
* | Btrfs: delayed-inode: replace root args iff only fs_info used | Daniel Dressler | 2015-02-16 | 1 | -4/+5 |
* | Btrfs: Add code to support file creation time | chandan r | 2015-02-02 | 1 | -0/+10 |
* | btrfs: kill btrfs_inode_*time helpers | David Sterba | 2015-02-02 | 1 | -16/+12 |
* | Btrfs: don't delay inode ref updates during log replay | Chris Mason | 2015-01-02 | 1 | -0/+8 |
* | btrfs: kill the key type accessor helpers | David Sterba | 2014-09-17 | 1 | -4/+4 |
* | Btrfs: fix task hang under heavy compressed write | Liu Bo | 2014-08-24 | 1 | -2/+2 |
* | btrfs: free delayed node outside of root->inode_lock | Jeff Mahoney | 2014-06-09 | 1 | -2/+5 |
* | btrfs: Cleanup the "_struct" suffix in btrfs_workequeue | Qu Wenruo | 2014-03-10 | 1 | -2/+2 |
* | btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue. | Qu Wenruo | 2014-03-10 | 1 | -5/+5 |
* | Btrfs: introduce the delayed inode ref deletion for the single link inode | Miao Xie | 2014-01-28 | 1 | -4/+99 |