| Commit message (Expand) | Author | Age | Files | Lines |
* | btrfs: fix deadlock when writing out space cache | Josef Bacik | 2017-11-27 | 1 | -1/+2 |
* | btrfs: drop newlines from strings when using btrfs_* helpers | David Sterba | 2017-08-16 | 1 | -1/+1 |
* | btrfs: use clear_page where appropriate | David Sterba | 2017-04-18 | 1 | -1/+1 |
* | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2017-03-03 | 1 | -0/+1 |
|\ |
|
| * | sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | | btrfs: all btrfs_delalloc_release_metadata take btrfs_inode | Nikolay Borisov | 2017-02-28 | 1 | -1/+2 |
* | | btrfs: Make btrfs_i_size_write take btrfs_inode | Nikolay Borisov | 2017-02-28 | 1 | -1/+1 |
|/ |
|
* | btrfs: btrfs_truncate_free_space_cache always allocates path | Jeff Mahoney | 2017-02-17 | 1 | -7/+7 |
* | btrfs: free-space-cache, clean up unnecessary root arguments | Jeff Mahoney | 2017-02-17 | 1 | -14/+11 |
* | btrfs: remove unused parameters from __btrfs_write_out_cache | David Sterba | 2017-02-17 | 1 | -8/+3 |
* | btrfs: remove unused parameter from cleanup_write_cache_enospc | David Sterba | 2017-02-17 | 1 | -3/+2 |
* | btrfs: make space cache inode readahead failure nonfatal | David Sterba | 2017-02-17 | 1 | -7/+3 |
* | btrfs: Make btrfs_ino take a struct btrfs_inode | Nikolay Borisov | 2017-02-14 | 1 | -1/+1 |
* | btrfs: opencode chunk locking, remove helpers | David Sterba | 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 | -14/+10 |
* | btrfs: simplify btrfs_wait_cache_io prototype | Jeff Mahoney | 2016-12-06 | 1 | -12/+28 |
* | btrfs: root->fs_info cleanup, add fs_info convenience variables | Jeff Mahoney | 2016-12-06 | 1 | -38/+51 |
* | btrfs: root->fs_info cleanup, lock/unlock_chunks | Jeff Mahoney | 2016-12-06 | 1 | -2/+2 |
* | btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_size | Jeff Mahoney | 2016-12-06 | 1 | -2/+2 |
* | btrfs: pull node/sector/stripe sizes out of root and into fs_info | Jeff Mahoney | 2016-12-06 | 1 | -4/+4 |
* | btrfs: root->fs_info cleanup, io_ctl_init | Jeff Mahoney | 2016-12-06 | 1 | -6/+6 |
* | btrfs: call functions that overwrite their root parameter with fs_info | Jeff Mahoney | 2016-12-06 | 1 | -3/+2 |
* | btrfs: remove redundant check of btrfs_iget return value | Christophe JAILLET | 2016-11-30 | 1 | -2/+0 |
* | btrfs: change btrfs_csum_final result param type to u8 | Domagoj Tršan | 2016-11-30 | 1 | -2/+2 |
* | btrfs: remove constant parameter to memset_extent_buffer and rename it | David Sterba | 2016-11-30 | 1 | -2/+2 |
* | btrfs: convert pr_* to btrfs_* where possible | Jeff Mahoney | 2016-09-26 | 1 | -3/+5 |
* | btrfs: convert printk(KERN_* to use pr_* calls | Jeff Mahoney | 2016-09-26 | 1 | -1/+1 |
* | btrfs: unsplit printed strings | Jeff Mahoney | 2016-09-26 | 1 | -6/+7 |
* | btrfs: btrfs_abort_transaction, drop root parameter | Jeff Mahoney | 2016-07-26 | 1 | -1/+1 |
* | btrfs: btrfs_test_opt and friends should take a btrfs_fs_info | Jeff Mahoney | 2016-07-26 | 1 | -3/+3 |
* | Btrfs: self-tests: Support non-4k page size | Feifei Xu | 2016-06-02 | 1 | -1/+1 |
* | Btrfs: Fix integer overflow when calculating bytes_per_bitmap | Feifei Xu | 2016-06-02 | 1 | -6/+6 |
* | Btrfs: test_check_exists: Fix infinite loop when searching for free space ent... | Feifei Xu | 2016-06-02 | 1 | -2/+2 |
* | btrfs: fix string and comment grammatical issues and typos | Nicholas D Steeves | 2016-05-25 | 1 | -1/+1 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -15/+15 |
* | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel... | Chris Mason | 2016-01-11 | 1 | -16/+8 |
|\ |
|
| * | btrfs: use list_for_each_entry_safe in free-space-cache.c | Geliang Tang | 2016-01-07 | 1 | -10/+4 |
| * | Btrfs: use linux/sizes.h to represent constants | Byongho Lee | 2016-01-07 | 1 | -6/+4 |
* | | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Chris Mason | 2016-01-11 | 1 | -1/+1 |
|\ \ |
|
| * | | btrfs: constify remaining structs with function pointers | David Sterba | 2016-01-07 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker... | Chris Mason | 2015-12-23 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | btrfs: drop unused parameter from lock_extent_bits | David Sterba | 2015-12-03 | 1 | -1/+1 |
* | | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-12-18 | 1 | -4/+6 |
|\ \
| |/
|/| |
|
| * | Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Chris Mason | 2015-12-15 | 1 | -1/+1 |
| |\ |
|
| | * | btrfs: fix misleading warning when space cache failed to load | Holger Hoffstätte | 2015-12-10 | 1 | -1/+1 |
| * | | Btrfs: check for empty bitmap list in setup_cluster_bitmaps | Chris Mason | 2015-12-15 | 1 | -3/+5 |
| |/ |
|
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-11-07 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | mm, fs: introduce mapping_gfp_constraint() | Michal Hocko | 2015-11-06 | 1 | -2/+2 |
* | | Btrfs: don't do extra bitmap search in one bit case | Josef Bacik | 2015-10-21 | 1 | -13/+15 |
* | | Btrfs: keep track of largest extent in bitmaps | Josef Bacik | 2015-10-21 | 1 | -1/+38 |