aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-21Btrfs: add fragment=* debug mount optionJosef Bacik1-1/+8
2015-10-21Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4Chris Mason1-1/+1
2015-10-21btrfs: fix a comment typoGeliang Tang1-1/+1
2015-10-08btrfs: switch message printers to ratelimited variantsDavid Sterba1-5/+5
2015-07-29btrfs: add missing discards when unpinning extents with -o discardJeff Mahoney1-24/+33
2015-06-02Btrfs: fix mutex unlock without prior lock on space cache truncationFilipe Manana1-8/+6
2015-05-11Btrfs: fix crash after inode cache writeback failureFilipe Manana1-2/+12
2015-05-06Btrfs: fix wrong mapping flags for free space inodeFilipe Manana1-1/+1
2015-04-26btrfs: check io_ctl_prepare_pages return in __btrfs_write_out_cacheOmar Sandoval1-4/+6
2015-04-24Btrfs: prevent list corruption during free space cache processingChris Mason1-14/+18
2015-04-23Btrfs: fix inode cache writeoutChris Mason1-3/+7
2015-04-10Btrfs: allow block group cache writeout outside critical section in commitChris Mason1-7/+62
2015-04-10Btrfs: don't use highmem for free space cache pagesChris Mason1-7/+5
2015-04-10Btrfs: two stage dirty block group writeoutChris Mason1-27/+104
2015-04-10btrfs: move struct io_ctl into ctree.h and rename itChris Mason1-33/+22
2015-04-10btrfs: actively run the delayed refs while deleting large filesChris Mason1-0/+2
2015-03-03btrfs: replace remaining do_div calls with div_u64 variantsDavid Sterba1-1/+1
2015-03-03btrfs: cleanup 64bit/32bit divs, provably bounded valuesDavid Sterba1-5/+5
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba1-1/+1
2015-03-03btrfs: cleanup 64bit/32bit divs, compile time constantsDavid Sterba1-4/+4
2015-03-03btrfs: use cond_resched_lock where possibleDavid Sterba1-10/+4
2015-02-02btrfs: cleanup init for list in free-space-cacheGui Hecheng1-4/+1
2015-01-21Btrfs: track dirty block groups on their own listJosef Bacik1-3/+5
2014-12-10Btrfs: remove non-sense btrfs_error_discard_extent() functionFilipe Manana1-2/+2
2014-12-10Btrfs: ensure deletion from pinned_chunks list is protectedFilipe Manana1-3/+5
2014-12-02Btrfs: fix memory leak after block remove + trimmingFilipe Manana1-0/+6
2014-12-02Btrfs: fix race between writing free space cache and trimmingFilipe Manana1-6/+67
2014-12-02Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana1-1/+37
2014-09-17Btrfs: improve free space cache management and space allocationFilipe Manana1-1/+139
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba1-2/+1
2014-09-17btrfs: cleanup ino cache members of btrfs_rootDavid Sterba1-7/+7
2014-06-19Btrfs: fix broken free space cache after the system crashedMiao Xie1-0/+33
2014-06-19Btrfs: make free space cache write out functions more readableMiao Xie1-66/+93
2014-06-09Btrfs: break up __btrfs_write_out_cache to cut down stack usageChris Mason1-117/+191