summaryrefslogtreecommitdiff
path: root/fs/btrfs/free-space-cache.c
AgeCommit message (Expand)Author
2015-02-02btrfs: cleanup init for list in free-space-cacheGui Hecheng
2015-01-21Btrfs: track dirty block groups on their own listJosef Bacik
2014-12-10Btrfs: remove non-sense btrfs_error_discard_extent() functionFilipe Manana
2014-12-10Btrfs: ensure deletion from pinned_chunks list is protectedFilipe Manana
2014-12-02Btrfs: fix memory leak after block remove + trimmingFilipe Manana
2014-12-02Btrfs: fix race between writing free space cache and trimmingFilipe Manana
2014-12-02Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana
2014-09-17Btrfs: improve free space cache management and space allocationFilipe Manana
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba
2014-09-17btrfs: cleanup ino cache members of btrfs_rootDavid Sterba
2014-06-19Btrfs: fix broken free space cache after the system crashedMiao Xie
2014-06-19Btrfs: make free space cache write out functions more readableMiao Xie
2014-06-09Btrfs: break up __btrfs_write_out_cache to cut down stack usageChris Mason
2014-06-09Btrfs: output warning instead of error when loading free space cache failedMiao Xie
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2014-01-28btrfs: remove unused variable from setup_cluster_no_bitmapValentina Giusti
2013-11-11btrfs: Fix checkpatch.pl warning of spacing issuesDulshani Gunawardhana
2013-11-11Btrfs: return an error from btrfs_wait_ordered_rangeJosef Bacik
2013-11-11Btrfs: remove path arg from btrfs_truncate_free_space_cacheFilipe David Borba Manana
2013-11-11Btrfs: remove duplicated ino cache's inode lookupFilipe David Borba Manana
2013-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-09-21Btrfs: allocate the free space by the existed max extent size when ENOSPCMiao Xie
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-09-01Btrfs: convert all bug_ons in free-space-cache.cJosef Bacik
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01Btrfs: separate out tests into their own directoryJosef Bacik
2013-09-01Btrfs: avoid starting a transaction in the write pathJosef Bacik
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-06-14Btrfs: return error code in btrfs_check_trunc_cache_free_space()Wei Yongjun
2013-06-14btrfs: move ifdef around sanity checks out of init_btrfs_fsDavid Sterba
2013-06-14btrfs: add prefix to sanity tests messagesDavid Sterba
2013-05-28treewide: Fix typo in printkMasanari Iida
2013-05-17Btrfs: don't use global block reservation for inode cache truncationMiao Xie
2013-05-17Btrfs: remove warn on in free space cache writeoutJosef Bacik
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06Btrfs: deal with free space cache errors while replaying logJosef Bacik
2013-05-06Btrfs: Include the device in most error printk()sSimon Kirby
2013-05-06Btrfs: cleanup unused arguments of btrfs_csum_dataLiu Bo
2013-05-06Btrfs: add some free space cache testsJosef Bacik
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason
2013-02-20Btrfs: relax the block group size limit for bitmapsJosef Bacik
2013-02-05Merge branch 'for-linus' into raid56-experimentalChris Mason
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse
2013-01-24Btrfs: fix panic when recovering tree logJosef Bacik
2012-12-16Btrfs: use ctl->unit for free space calculation instead of block_group->secto...Wang Sheng-Hui
2012-12-16Btrfs: do not warn_on io_ctl->cur in io_ctl_map_pageWang Sheng-Hui
2012-12-11Btrfs: fix unnecessary while loop when search the free space, cacheMiao Xie
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik
2012-10-04Btrfs: using for_each_set_bit_from to simplify the codeWei Yongjun