aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-16btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba1-1/+1
2017-04-18btrfs: use clear_page where appropriateDavid Sterba1-1/+1
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependencyIngo Molnar1-0/+1
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov1-1/+2
2017-02-28btrfs: Make btrfs_i_size_write take btrfs_inodeNikolay Borisov1-1/+1
2017-02-17btrfs: btrfs_truncate_free_space_cache always allocates pathJeff Mahoney1-7/+7
2017-02-17btrfs: free-space-cache, clean up unnecessary root argumentsJeff Mahoney1-14/+11
2017-02-17btrfs: remove unused parameters from __btrfs_write_out_cacheDavid Sterba1-8/+3
2017-02-17btrfs: remove unused parameter from cleanup_write_cache_enospcDavid Sterba1-3/+2
2017-02-17btrfs: make space cache inode readahead failure nonfatalDavid Sterba1-7/+3
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov1-1/+1
2016-12-06btrfs: opencode chunk locking, remove helpersDavid Sterba1-2/+2
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-14/+10
2016-12-06btrfs: simplify btrfs_wait_cache_io prototypeJeff Mahoney1-12/+28
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-38/+51
2016-12-06btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney1-2/+2
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney1-2/+2
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-4/+4
2016-12-06btrfs: root->fs_info cleanup, io_ctl_initJeff Mahoney1-6/+6
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney1-3/+2
2016-11-30btrfs: remove redundant check of btrfs_iget return valueChristophe JAILLET1-2/+0
2016-11-30btrfs: change btrfs_csum_final result param type to u8Domagoj Tršan1-2/+2
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba1-2/+2
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-3/+5
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney1-1/+1
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-6/+7
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-1/+1
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney1-3/+3
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu1-1/+1
2016-06-02Btrfs: Fix integer overflow when calculating bytes_per_bitmapFeifei Xu1-6/+6
2016-06-02Btrfs: test_check_exists: Fix infinite loop when searching for free space entriesFeifei Xu1-2/+2
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-15/+15
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-16/+8
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-1/+1
2016-01-07btrfs: constify remaining structs with function pointersDavid Sterba1-1/+1
2016-01-07btrfs: use list_for_each_entry_safe in free-space-cache.cGeliang Tang1-10/+4
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee1-6/+4
2015-12-23Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-1/+1
2015-12-18Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-4/+6
2015-12-15Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.4Chris Mason1-1/+1
2015-12-15Btrfs: check for empty bitmap list in setup_cluster_bitmapsChris Mason1-3/+5
2015-12-10btrfs: fix misleading warning when space cache failed to loadHolger Hoffstätte1-1/+1
2015-12-03btrfs: drop unused parameter from lock_extent_bitsDavid Sterba1-1/+1
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-2/+2
2015-10-21Btrfs: don't do extra bitmap search in one bit caseJosef Bacik1-13/+15
2015-10-21Btrfs: keep track of largest extent in bitmapsJosef Bacik1-1/+38
2015-10-21Btrfs: don't keep trying to build clusters if we are fragmentedJosef Bacik1-0/+1