aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode-map.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-29Btrfs: show useful info in space reservation tracepointGravatar Liu Bo 1-4/+2
2012-03-22btrfs: replace many BUG_ONs with proper error handlingGravatar Jeff Mahoney 1-7/+12
2012-02-24Btrfs: fix compiler warnings on 32 bit systemsGravatar Chris Mason 1-2/+4
2012-01-16Btrfs: space leak tracepointsGravatar Josef Bacik 1-0/+4
2011-11-10Btrfs: fix no reserved space for writing out inode cacheGravatar Miao Xie 1-4/+24
2011-10-19Btrfs: handle enospc accounting for free space inodesGravatar Josef Bacik 1-2/+4
2011-06-04btrfs: add helper for fs_info->closingGravatar David Sterba 1-2/+1
2011-06-04Btrfs: add mount -o inode_cacheGravatar Chris Mason 1-0/+20
2011-06-04Btrfs: don't save the inode cache if we are deleting this rootGravatar Josef Bacik 1-0/+5
2011-06-04Btrfs: don't save the inode cache in non-FS rootsGravatar liubo 1-0/+6
2011-05-26Btrfs: setup free ino caching in a more asynchronous wayGravatar Li Zefan 1-6/+22
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Gravatar Chris Mason 1-1/+1
2011-04-25Btrfs: Support reading/writing on disk free ino cacheGravatar Li Zefan 1-0/+87
2011-04-25Btrfs: Cache free inode numbers in memoryGravatar Li Zefan 1-5/+336
2011-03-28Btrfs: cleanup some BUG_ON()Gravatar Tsutomu Itoh 1-1/+2
2009-09-21Btrfs: do not reuse objectid of deleted snapshot/subvolGravatar Yan, Zheng 1-78/+15
2009-04-27Btrfs: Fix a trivial warning using max() of u64 vs ULL.Gravatar Joel Becker 1-1/+1
2009-02-12Btrfs: remove btrfs_init_pathGravatar Jeff Mahoney 1-1/+0
2009-01-05Btrfs: Fix checkpatch.pl warningsGravatar Chris Mason 1-1/+0
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingGravatar Zheng Yan 1-0/+4
2008-09-25Btrfs: Update find free objectid function for orphan cleanup codeGravatar Zheng Yan 1-7/+8
2008-09-25Btrfs: Replace the big fs_mutex with a collection of other locksGravatar Chris Mason 1-0/+8
2008-09-25Fix for btrfs_find_free_objectidGravatar Yan 1-3/+1
2008-09-25Btrfs: Create extent_buffer interface for large blocksizesGravatar Chris Mason 1-8/+9
2007-07-11Btrfs: trivial include fixupsGravatar Zach Brown 1-1/+0
2007-06-12Btrfs: add GPLv2Gravatar Chris Mason 1-0/+18
2007-04-10Btrfs: drop the inode map treeGravatar Chris Mason 1-61/+4
2007-04-05Btrfs: dirindex optimizationsGravatar Chris Mason 1-15/+33
2007-04-04Btrfs: tweak the inode-map and free extent search starts on cold mountGravatar Chris Mason 1-7/+20
2007-04-02Btrfs: corruptions fixedGravatar Chris Mason 1-18/+25
2007-03-30Btrfs: corruption hunt continuesGravatar Chris Mason 1-1/+1
2007-03-27Btrfs: reference counts on data extentsGravatar Chris Mason 1-0/+1
2007-03-23btrfs_create, btrfs_write_super, btrfs_sync_fsGravatar Chris Mason 1-0/+1
2007-03-22Mountable btrfs, with readdirGravatar Chris Mason 1-4/+4
2007-03-21Btrfs: initial move to kernel module landGravatar Chris Mason 1-4/+1
2007-03-20Btrfs: Add inode map, and the start of file extent itemsGravatar Chris Mason 1-0/+136