aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-09Btrfs: output warning instead of error when loading free space cache failedMiao Xie1-2/+2
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-10/+11
2014-01-28btrfs: remove unused variable from setup_cluster_no_bitmapValentina Giusti1-2/+0
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana1-1/+1
2013-11-11Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik1-2/+7
2013-11-11Btrfs: remove path arg from btrfs_truncate_free_space_cacheFilipe David Borba Manana1-1/+0
2013-11-11Btrfs: remove duplicated ino cache's inode lookupFilipe David Borba Manana1-7/+2
2013-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-20/+47
2013-09-21Btrfs: allocate the free space by the existed max extent size when ENOSPCMiao Xie1-20/+47
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-3/+1
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-3/+1
2013-09-01Btrfs: convert all bug_ons in free-space-cache.cJosef Bacik1-14/+14
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-4/+2
2013-09-01Btrfs: separate out tests into their own directoryJosef Bacik1-430/+58
2013-09-01Btrfs: avoid starting a transaction in the write pathJosef Bacik1-2/+1
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-50/+53
2013-06-14Btrfs: return error code in btrfs_check_trunc_cache_free_space()Wei Yongjun1-1/+1
2013-06-14btrfs: move ifdef around sanity checks out of init_btrfs_fsDavid Sterba1-1/+3
2013-06-14btrfs: add prefix to sanity tests messagesDavid Sterba1-48/+49
2013-05-28treewide: Fix typo in printkMasanari Iida1-1/+1
2013-05-17Btrfs: don't use global block reservation for inode cache truncationMiao Xie1-20/+19
2013-05-17Btrfs: remove warn on in free space cache writeoutJosef Bacik1-3/+1
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-12/+14
2013-05-06Btrfs: deal with free space cache errors while replaying logJosef Bacik1-2/+2
2013-05-06Btrfs: Include the device in most error printk()sSimon Kirby1-19/+24
2013-05-06Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo1-2/+2
2013-05-06Btrfs: add some free space cache testsJosef Bacik1-0/+519