aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-20Merge branch 'raid56-experimental' into for-linus-3.9Chris Mason1-8/+42
2013-02-20Btrfs: relax the block group size limit for bitmapsJosef Bacik1-3/+9
2013-02-05Merge branch 'for-linus' into raid56-experimentalChris Mason1-8/+12
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse1-8/+42
2013-01-24Btrfs: fix panic when recovering tree logJosef Bacik1-8/+12
2012-12-16Btrfs: use ctl->unit for free space calculation instead of block_group->sectorsizeWang Sheng-Hui1-11/+9
2012-12-16Btrfs: do not warn_on io_ctl->cur in io_ctl_map_pageWang Sheng-Hui1-1/+0
2012-12-11Btrfs: fix unnecessary while loop when search the free space, cacheMiao Xie1-20/+10
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik1-1/+1
2012-10-04Btrfs: using for_each_set_bit_from to simplify the codeWei Yongjun1-6/+2
2012-07-23Btrfs: do not count in readonly bytesLiu Bo1-1/+1
2012-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-93/+52
2012-07-02Btrfs: fix tree log remove space corner caseJosef Bacik1-93/+52
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+4
2012-05-30Btrfs: merge contigous regions when loading free space cacheJosef Bacik1-0/+41
2012-05-30Btrfs: finish ordered extents in their own threadJosef Bacik1-3/+1
2012-05-29btrfs: trivial endianness annotationsAl Viro1-3/+4
2012-04-13Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-7/+2
2012-04-12Btrfs: use commit root when loading free space cacheJosef Bacik1-7/+2
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+9
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-5/+8
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney1-1/+1
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+1
2012-02-15Btrfs: fix memory leak in load_free_space_cache()Tsutomu Itoh1-0/+1
2012-02-09btrfs: Fix typo in free-space-cache.cMasanari Iida1-1/+1