aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/free-space-cache.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-16btrfs: drop newlines from strings when using btrfs_* helpersGravatar David Sterba 1-1/+1
2017-04-18btrfs: use clear_page where appropriateGravatar David Sterba 1-1/+1
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+1
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Gravatar Ingo Molnar 1-0/+1
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeGravatar Nikolay Borisov 1-1/+2
2017-02-28btrfs: Make btrfs_i_size_write take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2017-02-17btrfs: btrfs_truncate_free_space_cache always allocates pathGravatar Jeff Mahoney 1-7/+7
2017-02-17btrfs: free-space-cache, clean up unnecessary root argumentsGravatar Jeff Mahoney 1-14/+11
2017-02-17btrfs: remove unused parameters from __btrfs_write_out_cacheGravatar David Sterba 1-8/+3
2017-02-17btrfs: remove unused parameter from cleanup_write_cache_enospcGravatar David Sterba 1-3/+2
2017-02-17btrfs: make space cache inode readahead failure nonfatalGravatar David Sterba 1-7/+3
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2016-12-06btrfs: opencode chunk locking, remove helpersGravatar David Sterba 1-2/+2
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-14/+10
2016-12-06btrfs: simplify btrfs_wait_cache_io prototypeGravatar Jeff Mahoney 1-12/+28
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesGravatar Jeff Mahoney 1-38/+51
2016-12-06btrfs: root->fs_info cleanup, lock/unlock_chunksGravatar Jeff Mahoney 1-2/+2
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeGravatar Jeff Mahoney 1-2/+2
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-4/+4
2016-12-06btrfs: root->fs_info cleanup, io_ctl_initGravatar Jeff Mahoney 1-6/+6
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoGravatar Jeff Mahoney 1-3/+2
2016-11-30btrfs: remove redundant check of btrfs_iget return valueGravatar Christophe JAILLET 1-2/+0
2016-11-30btrfs: change btrfs_csum_final result param type to u8Gravatar Domagoj Tršan 1-2/+2
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itGravatar David Sterba 1-2/+2
2016-09-26btrfs: convert pr_* to btrfs_* where possibleGravatar Jeff Mahoney 1-3/+5
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsGravatar Jeff Mahoney 1-1/+1
2016-09-26btrfs: unsplit printed stringsGravatar Jeff Mahoney 1-6/+7
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterGravatar Jeff Mahoney 1-1/+1
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoGravatar Jeff Mahoney 1-3/+3
2016-06-02Btrfs: self-tests: Support non-4k page sizeGravatar Feifei Xu 1-1/+1
2016-06-02Btrfs: Fix integer overflow when calculating bytes_per_bitmapGravatar Feifei Xu 1-6/+6
2016-06-02Btrfs: test_check_exists: Fix infinite loop when searching for free space ent...Gravatar Feifei Xu 1-2/+2
2016-05-25btrfs: fix string and comment grammatical issues and typosGravatar Nicholas D Steeves 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-15/+15
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Chris Mason 1-16/+8
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Chris Mason 1-1/+1
2016-01-07btrfs: constify remaining structs with function pointersGravatar David Sterba 1-1/+1
2016-01-07btrfs: use list_for_each_entry_safe in free-space-cache.cGravatar Geliang Tang 1-10/+4
2016-01-07Btrfs: use linux/sizes.h to represent constantsGravatar Byongho Lee 1-6/+4
2015-12-23Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Chris Mason 1-1/+1
2015-12-18Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+6
2015-12-15Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Chris Mason 1-1/+1
2015-12-15Btrfs: check for empty bitmap list in setup_cluster_bitmapsGravatar Chris Mason 1-3/+5
2015-12-10btrfs: fix misleading warning when space cache failed to loadGravatar Holger Hoffstätte 1-1/+1
2015-12-03btrfs: drop unused parameter from lock_extent_bitsGravatar David Sterba 1-1/+1
2015-11-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2015-11-06mm, fs: introduce mapping_gfp_constraint()Gravatar Michal Hocko 1-2/+2
2015-10-21Btrfs: don't do extra bitmap search in one bit caseGravatar Josef Bacik 1-13/+15
2015-10-21Btrfs: keep track of largest extent in bitmapsGravatar Josef Bacik 1-1/+38
2015-10-21Btrfs: don't keep trying to build clusters if we are fragmentedGravatar Josef Bacik 1-0/+1