| Commit message (Expand) | Author | Age | Files | Lines |
* | btrfs: remove inode number cache feature | Nikolay Borisov | 2020-12-09 | 1 | -527/+0 |
* | btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.c | Nikolay Borisov | 2020-12-09 | 1 | -55/+0 |
* | btrfs: make btrfs_update_inode take btrfs_inode | Nikolay Borisov | 2020-12-08 | 1 | -1/+1 |
* | btrfs: make btrfs_delalloc_reserve_space take btrfs_inode | Nikolay Borisov | 2020-07-27 | 1 | -1/+2 |
* | btrfs: Remove __ prefix from btrfs_block_rsv_release | Nikolay Borisov | 2020-03-23 | 1 | -1/+1 |
* | btrfs: keep track of which extents have been discarded | Dennis Zhou | 2020-01-20 | 1 | -6/+7 |
* | btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_ex... | Qu Wenruo | 2019-10-15 | 1 | -2/+2 |
* | btrfs: rename the btrfs_calc_*_metadata_size helpers | Josef Bacik | 2019-09-09 | 1 | -1/+1 |
* | Btrfs: wake up inode cache waiters sooner to reduce waiting time | Filipe Manana | 2019-09-09 | 1 | -0/+1 |
* | Btrfs: fix inode cache waiters hanging on path allocation failure | Filipe Manana | 2019-09-09 | 1 | -1/+3 |
* | Btrfs: fix inode cache waiters hanging on failure to start caching thread | Filipe Manana | 2019-09-09 | 1 | -5/+18 |
* | Btrfs: fix inode cache block reserve leak on failure to allocate data space | Filipe Manana | 2019-09-09 | 1 | -0/+1 |
* | Btrfs: fix hang when loading existing inode cache off disk | Filipe Manana | 2019-09-09 | 1 | -0/+1 |
* | btrfs: migrate the delalloc space stuff to it's own home | Josef Bacik | 2019-07-04 | 1 | -0/+1 |
* | btrfs: prune unused includes | David Sterba | 2018-08-06 | 1 | -1/+0 |
* | btrfs: Refactor count handling in btrfs_unpin_free_ino | Geert Uytterhoeven | 2018-08-06 | 1 | -7/+4 |
* | btrfs: replace GPL boilerplate by SPDX -- sources | David Sterba | 2018-04-12 | 1 | -14/+1 |
* | btrfs: qgroup: Use separate meta reservation type for delalloc | Qu Wenruo | 2018-03-31 | 1 | -2/+2 |
* | Btrfs: rework outstanding_extents | Josef Bacik | 2017-11-01 | 1 | -1/+2 |
* | btrfs: qgroup: Introduce extent changeset for qgroup reserve functions | Qu Wenruo | 2017-06-29 | 1 | -1/+3 |
* | btrfs: all btrfs_delalloc_release_metadata take btrfs_inode | Nikolay Borisov | 2017-02-28 | 1 | -1/+1 |
* | btrfs: free-space-cache, clean up unnecessary root arguments | Jeff Mahoney | 2017-02-17 | 1 | -1/+1 |
* | btrfs: take an fs_info directly when the root is not used otherwise | Jeff Mahoney | 2016-12-06 | 1 | -1/+2 |
* | btrfs: root->fs_info cleanup, add fs_info convenience variables | Jeff Mahoney | 2016-12-06 | 1 | -10/+10 |
* | btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_size | Jeff Mahoney | 2016-12-06 | 1 | -1/+2 |
* | btrfs: convert pr_* to btrfs_* where possible | Jeff Mahoney | 2016-09-26 | 1 | -14/+17 |
* | btrfs: update btrfs_space_info's bytes_may_use timely | Wang Xiaoguang | 2016-08-25 | 1 | -2/+1 |
* | btrfs: btrfs_abort_transaction, drop root parameter | Jeff Mahoney | 2016-07-26 | 1 | -2/+2 |
* | btrfs: btrfs_test_opt and friends should take a btrfs_fs_info | Jeff Mahoney | 2016-07-26 | 1 | -6/+6 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -5/+5 |
* | Btrfs: Show a warning message if one of objectid reaches its highest value | Satoru Takeuchi | 2016-03-11 | 1 | -0/+3 |
* | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Chris Mason | 2016-01-19 | 1 | -8/+1 |
|\ |
|
| * | Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub... | Chandan Rajendra | 2016-01-15 | 1 | -8/+1 |
* | | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel... | Chris Mason | 2016-01-11 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Btrfs: use linux/sizes.h to represent constants | Byongho Lee | 2016-01-07 | 1 | -1/+1 |
* | | btrfs: cleanup, use enum values for btrfs_path reada | David Sterba | 2016-01-07 | 1 | -1/+1 |
* | | btrfs: constify remaining structs with function pointers | David Sterba | 2016-01-07 | 1 | -2/+2 |
|/ |
|
* | btrfs: qgroup: Cleanup old inaccurate facilities | Qu Wenruo | 2015-10-21 | 1 | -3/+3 |
* | btrfs: extent-tree: Switch to new delalloc space reserve and release | Qu Wenruo | 2015-10-21 | 1 | -3/+3 |
* | Btrfs: fix race between caching kthread and returning inode to inode cache | Filipe Manana | 2015-06-30 | 1 | -4/+11 |
* | Btrfs: use kmem_cache_free when freeing entry in inode cache | Filipe Manana | 2015-06-30 | 1 | -1/+1 |
* | Btrfs: allow block group cache writeout outside critical section in commit | Chris Mason | 2015-04-10 | 1 | -1/+1 |
* | Btrfs: fix race between writing free space cache and trimming | Filipe Manana | 2014-12-02 | 1 | -0/+2 |
* | btrfs: switch inode_cache option handling to pending changes | David Sterba | 2014-11-12 | 1 | -1/+1 |
* | btrfs: cleanup ino cache members of btrfs_root | David Sterba | 2014-09-17 | 1 | -34/+34 |
* | btrfs: remove newline from inode cache kthread name | David Sterba | 2014-06-09 | 1 | -1/+1 |
* | Btrfs: fix inode caching vs tree log | Miao Xie | 2014-04-24 | 1 | -16/+2 |
* | Btrfs: avoid triggering bug_on() when we fail to start inode caching task | Wang Shilong | 2014-04-24 | 1 | -1/+5 |
* | Btrfs: remove transaction from send | Josef Bacik | 2014-04-06 | 1 | -7/+7 |
* | btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) | Dulshani Gunawardhana | 2013-11-11 | 1 | -3/+1 |