aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode-map.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-17btrfs: cleanup ino cache members of btrfs_rootDavid Sterba1-34/+34
2014-06-09btrfs: remove newline from inode cache kthread nameDavid Sterba1-1/+1
2014-04-24Btrfs: fix inode caching vs tree logMiao Xie1-16/+2
2014-04-24Btrfs: avoid triggering bug_on() when we fail to start inode caching taskWang Shilong1-1/+5
2014-04-06Btrfs: remove transaction from sendJosef Bacik1-7/+7
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-3/+1
2013-11-11Btrfs: Don't allocate inode that is already in useStefan Behrens1-1/+1
2013-11-11Btrfs: remove path arg from btrfs_truncate_free_space_cacheFilipe David Borba Manana1-1/+1
2013-11-11Btrfs: remove duplicated ino cache's inode lookupFilipe David Borba Manana1-1/+1
2013-11-11Btrfs: eliminate the exceptional root_tree refs=0Stefan Behrens1-2/+1
2013-05-17Btrfs: don't use global block reservation for inode cache truncationMiao Xie1-2/+3
2013-05-17Btrfs: don't abort the current transaction if there is no enough space for inode cacheMiao Xie1-1/+2
2012-12-11Btrfs: improve the noflush reservationMiao Xie1-2/+3
2012-03-29Btrfs: show useful info in space reservation tracepointLiu Bo1-4/+2
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-7/+12
2012-02-24Btrfs: fix compiler warnings on 32 bit systemsChris Mason1-2/+4
2012-01-16Btrfs: space leak tracepointsJosef Bacik1-0/+4
2011-11-10Btrfs: fix no reserved space for writing out inode cacheMiao Xie1-4/+24
2011-10-19Btrfs: handle enospc accounting for free space inodesJosef Bacik1-2/+4
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba1-2/+1
2011-06-04Btrfs: add mount -o inode_cacheChris Mason1-0/+20
2011-06-04Btrfs: don't save the inode cache if we are deleting this rootJosef Bacik1-0/+5
2011-06-04Btrfs: don't save the inode cache in non-FS rootsliubo1-0/+6
2011-05-26Btrfs: setup free ino caching in a more asynchronous wayLi Zefan1-6/+22
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbersChris Mason1-1/+1
2011-04-25Btrfs: Support reading/writing on disk free ino cacheLi Zefan1-0/+87
2011-04-25Btrfs: Cache free inode numbers in memoryLi Zefan1-5/+336
2011-03-28Btrfs: cleanup some BUG_ON()Tsutomu Itoh1-1/+2
2009-09-21Btrfs: do not reuse objectid of deleted snapshot/subvolYan, Zheng1-78/+15
2009-04-27Btrfs: Fix a trivial warning using max() of u64 vs ULL.Joel Becker1-1/+1
2009-02-12Btrfs: remove btrfs_init_pathJeff Mahoney1-1/+0
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-1/+0
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan1-0/+4
2008-09-25Btrfs: Update find free objectid function for orphan cleanup codeZheng Yan1-7/+8
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksChris Mason1-0/+8
2008-09-25Fix for btrfs_find_free_objectidYan1-3/+1
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesChris Mason1-8/+9
2007-07-11Btrfs: trivial include fixupsZach Brown1-1/+0
2007-06-12Btrfs: add GPLv2Chris Mason1-0/+18
2007-04-10Btrfs: drop the inode map treeChris Mason1-61/+4
2007-04-05Btrfs: dirindex optimizationsChris Mason1-15/+33
2007-04-04Btrfs: tweak the inode-map and free extent search starts on cold mountChris Mason1-7/+20
2007-04-02Btrfs: corruptions fixedChris Mason1-18/+25
2007-03-30Btrfs: corruption hunt continuesChris Mason1-1/+1
2007-03-27Btrfs: reference counts on data extentsChris Mason1-0/+1
2007-03-23btrfs_create, btrfs_write_super, btrfs_sync_fsChris Mason1-0/+1
2007-03-22Mountable btrfs, with readdirChris Mason1-4/+4
2007-03-21Btrfs: initial move to kernel module landChris Mason1-4/+1
2007-03-20Btrfs: Add inode map, and the start of file extent itemsChris Mason1-0/+136