aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/free-space-cache.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-17btrfs: free-space-cache, clean up unnecessary root argumentsGravatar Jeff Mahoney 1-4/+3
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-2/+2
2016-12-06btrfs: simplify btrfs_wait_cache_io prototypeGravatar Jeff Mahoney 1-4/+2
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoGravatar Jeff Mahoney 1-1/+1
2016-09-26btrfs: convert pr_* to btrfs_* where possibleGravatar Jeff Mahoney 1-2/+4
2016-05-25btrfs: fix string and comment grammatical issues and typosGravatar Nicholas D Steeves 1-1/+1
2016-01-07btrfs: constify remaining structs with function pointersGravatar David Sterba 1-1/+1
2015-10-21Btrfs: keep track of largest extent in bitmapsGravatar Josef Bacik 1-0/+1
2015-04-10Btrfs: allow block group cache writeout outside critical section in commitGravatar Chris Mason 1-0/+1
2015-04-10Btrfs: two stage dirty block group writeoutGravatar Chris Mason 1-1/+7
2014-12-02Btrfs: fix race between writing free space cache and trimmingGravatar Filipe Manana 1-0/+2
2013-11-11Btrfs: remove path arg from btrfs_truncate_free_space_cacheGravatar Filipe David Borba Manana 1-1/+0
2013-11-11Btrfs: remove duplicated ino cache's inode lookupGravatar Filipe David Borba Manana 1-1/+2
2013-09-21Btrfs: allocate the free space by the existed max extent size when ENOSPCGravatar Miao Xie 1-2/+3
2013-09-01Btrfs: separate out tests into their own directoryGravatar Josef Bacik 1-1/+7
2013-09-01Btrfs: avoid starting a transaction in the write pathGravatar Josef Bacik 1-2/+1
2013-06-14btrfs: move ifdef around sanity checks out of init_btrfs_fsGravatar David Sterba 1-2/+0
2013-05-17Btrfs: don't use global block reservation for inode cache truncationGravatar Miao Xie 1-0/+2
2013-05-06Btrfs: add some free space cache testsGravatar Josef Bacik 1-0/+5
2011-04-25Btrfs: Support reading/writing on disk free ino cacheGravatar Li Zefan 1-0/+11
2011-04-25Btrfs: Cache free inode numbers in memoryGravatar Li Zefan 1-3/+13
2011-04-25Btrfs: Make free space cache code genericGravatar Li Zefan 1-0/+20
2011-04-25Btrfs: Remove unused btrfs_block_group_free_space()Gravatar Li Zefan 1-1/+0
2011-03-28Btrfs: add btrfs_trim_fs() to handle FITRIMGravatar Li Dongyang 1-0/+2
2010-10-29Btrfs: load free space cache if it existsGravatar Josef Bacik 1-0/+2
2010-10-29Btrfs: write out free space cacheGravatar Josef Bacik 1-0/+5
2010-10-28Btrfs: create special free space cache inodeGravatar Josef Bacik 1-0/+11
2009-07-24Btrfs: use hybrid extents+bitmap rb tree for free spaceGravatar Josef Bacik 1-0/+8
2009-06-10Btrfs: add mount -o ssd_spread to spread allocations outGravatar Chris Mason 1-0/+1
2009-04-03Btrfs: rework allocation clusteringGravatar Chris Mason 1-0/+44