summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.h
AgeCommit message (Expand)Author
2017-02-17btrfs: free-space-cache, clean up unnecessary root argumentsJeff Mahoney
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: simplify btrfs_wait_cache_io prototypeJeff Mahoney
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-01-07btrfs: constify remaining structs with function pointersDavid Sterba
2015-10-21Btrfs: keep track of largest extent in bitmapsJosef Bacik
2015-04-10Btrfs: allow block group cache writeout outside critical section in commitChris Mason
2015-04-10Btrfs: two stage dirty block group writeoutChris Mason
2014-12-02Btrfs: fix race between writing free space cache and trimmingFilipe Manana
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-21Btrfs: allocate the free space by the existed max extent size when ENOSPCMiao Xie
2013-09-01Btrfs: separate out tests into their own directoryJosef Bacik
2013-09-01Btrfs: avoid starting a transaction in the write pathJosef Bacik
2013-06-14btrfs: move ifdef around sanity checks out of init_btrfs_fsDavid Sterba
2013-05-17Btrfs: don't use global block reservation for inode cache truncationMiao Xie
2013-05-06Btrfs: add some free space cache testsJosef Bacik
2011-04-25Btrfs: Support reading/writing on disk free ino cacheLi Zefan
2011-04-25Btrfs: Cache free inode numbers in memoryLi Zefan
2011-04-25Btrfs: Make free space cache code genericLi Zefan
2011-04-25Btrfs: Remove unused btrfs_block_group_free_space()Li Zefan
2011-03-28Btrfs: add btrfs_trim_fs() to handle FITRIMLi Dongyang
2010-10-29Btrfs: load free space cache if it existsJosef Bacik
2010-10-29Btrfs: write out free space cacheJosef Bacik
2010-10-28Btrfs: create special free space cache inodeJosef Bacik
2009-07-24Btrfs: use hybrid extents+bitmap rb tree for free spaceJosef Bacik
2009-06-10Btrfs: add mount -o ssd_spread to spread allocations outChris Mason
2009-04-03Btrfs: rework allocation clusteringChris Mason