summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-0/+1
|\
| * sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-021-0/+1
* | btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov2017-02-281-1/+2
* | btrfs: Make btrfs_i_size_write take btrfs_inodeNikolay Borisov2017-02-281-1/+1
|/
* btrfs: btrfs_truncate_free_space_cache always allocates pathJeff Mahoney2017-02-171-7/+7
* btrfs: free-space-cache, clean up unnecessary root argumentsJeff Mahoney2017-02-171-14/+11
* btrfs: remove unused parameters from __btrfs_write_out_cacheDavid Sterba2017-02-171-8/+3
* btrfs: remove unused parameter from cleanup_write_cache_enospcDavid Sterba2017-02-171-3/+2
* btrfs: make space cache inode readahead failure nonfatalDavid Sterba2017-02-171-7/+3
* btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov2017-02-141-1/+1
* btrfs: opencode chunk locking, remove helpersDavid Sterba2016-12-061-2/+2
* btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-14/+10
* btrfs: simplify btrfs_wait_cache_io prototypeJeff Mahoney2016-12-061-12/+28
* btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-38/+51
* btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney2016-12-061-2/+2
* btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney2016-12-061-2/+2
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-4/+4
* btrfs: root->fs_info cleanup, io_ctl_initJeff Mahoney2016-12-061-6/+6
* btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney2016-12-061-3/+2
* btrfs: remove redundant check of btrfs_iget return valueChristophe JAILLET2016-11-301-2/+0
* btrfs: change btrfs_csum_final result param type to u8Domagoj Tršan2016-11-301-2/+2
* btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba2016-11-301-2/+2
* btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-3/+5
* btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-261-1/+1
* btrfs: unsplit printed stringsJeff Mahoney2016-09-261-6/+7
* btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney2016-07-261-1/+1
* btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney2016-07-261-3/+3
* Btrfs: self-tests: Support non-4k page sizeFeifei Xu2016-06-021-1/+1
* Btrfs: Fix integer overflow when calculating bytes_per_bitmapFeifei Xu2016-06-021-6/+6
* Btrfs: test_check_exists: Fix infinite loop when searching for free space ent...Feifei Xu2016-06-021-2/+2
* btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-15/+15
* Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-111-16/+8
|\
| * btrfs: use list_for_each_entry_safe in free-space-cache.cGeliang Tang2016-01-071-10/+4
| * Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-6/+4
* | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-111-1/+1
|\ \
| * | btrfs: constify remaining structs with function pointersDavid Sterba2016-01-071-1/+1
| |/
* | Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason2015-12-231-1/+1
|\ \ | |/ |/|
| * btrfs: drop unused parameter from lock_extent_bitsDavid Sterba2015-12-031-1/+1
* | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-12-181-4/+6
|\ \ | |/ |/|
| * Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2015-12-151-1/+1
| |\
| | * btrfs: fix misleading warning when space cache failed to loadHolger Hoffstätte2015-12-101-1/+1
| * | Btrfs: check for empty bitmap list in setup_cluster_bitmapsChris Mason2015-12-151-3/+5
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-071-2/+2
|\ \ | |/ |/|
| * mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-061-2/+2
* | Btrfs: don't do extra bitmap search in one bit caseJosef Bacik2015-10-211-13/+15
* | Btrfs: keep track of largest extent in bitmapsJosef Bacik2015-10-211-1/+38
* | Btrfs: don't keep trying to build clusters if we are fragmentedJosef Bacik2015-10-211-0/+1
* | Btrfs: add fragment=* debug mount optionJosef Bacik2015-10-211-1/+8
* | Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2015-10-211-1/+1
|\ \