summaryrefslogtreecommitdiff
path: root/fs/btrfs/free-space-cache.c
AgeCommit message (Expand)Author
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
2012-07-23Btrfs: do not count in readonly bytesLiu Bo
2012-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-07-02Btrfs: fix tree log remove space corner caseJosef Bacik
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-30Btrfs: merge contigous regions when loading free space cacheJosef Bacik
2012-05-30Btrfs: finish ordered extents in their own threadJosef Bacik
2012-05-29btrfs: trivial endianness annotationsAl Viro
2012-04-13Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-04-12Btrfs: use commit root when loading free space cacheJosef Bacik
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-02-15Btrfs: fix memory leak in load_free_space_cache()Tsutomu Itoh
2012-02-09btrfs: Fix typo in free-space-cache.cMasanari Iida
2012-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-01-26Btrfs: advance window_start if we're using a bitmapJosef Bacik
2012-01-26Btrfs: use cluster->window_start when allocating from a cluster bitmapJosef Bacik
2012-01-26Btrfs: make sure a bitmap has enough bytesJosef Bacik
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-01-16Btrfs: add allocator tracepointsJosef Bacik
2012-01-16Merge branch 'for-chris' of git://repo.or.cz/linux-btrfs-devel into integrationChris Mason
2012-01-11Btrfs: rewrite btrfs_trim_block_group()Li Zefan
2012-01-11Btrfs: check the return value of io_ctl_init()Li Zefan
2012-01-11Btrfs: avoid possible NULL deref in io_ctl_drop_pages()Li Zefan
2012-01-11Btrfs: add pinned extents to on-disk free space cache correctlyLi Zefan
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-07Btrfs: revamp clustered allocation logicAlexandre Oliva
2011-12-15btrfs: free-space-cache.c: remove extra semicolon.Justin P. Mattock
2011-11-30Btrfs: reset cluster's max_size when creating bitmapAlexandre Oliva
2011-11-30Btrfs: initialize new bitmaps' listAlexandre Oliva
2011-11-21Btrfs: remove free-space-cache.c WARN during log replayChris Mason