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