aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-10Btrfs: Fix locking around adding new space_infoChris Mason1-0/+9
2009-02-20Btrfs: add better -ENOSPC handlingJosef Bacik1-9/+31
2009-02-12Btrfs: make a lockdep class for the extent buffer locksChris Mason1-7/+3
2009-02-12Btrfs: remove btrfs_init_pathJeff Mahoney1-1/+0
2009-02-04Btrfs: Change btree locking to use explicit blocking pointsChris Mason1-0/+4
2009-02-04Btrfs: hash_lock is no longer neededChris Mason1-1/+0
2009-01-21Btrfs: fix tree logs parallel syncYan Zheng1-6/+7
2009-01-21Btrfs: change/remove typedefJan Engelhardt1-8/+2
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-15/+15
2008-12-17Btrfs: shift all end_io work to thread poolsChris Mason1-0/+1
2008-12-12Btrfs: fix nodatasum handling in balancing codeYan Zheng1-1/+4
2008-12-11Btrfs: fix leaking block group on balanceYan Zheng1-8/+9
2008-12-10Btrfs: Delete csum items when freeing extentsChris Mason1-0/+13
2008-12-08Btrfs: Add inode sequence number for NFS and reserved space in a few structsChris Mason1-0/+26
2008-12-08Btrfs: move data checksumming into a dedicated treeChris Mason1-10/+20
2008-12-02Btrfs: rev the disk format for the inode compat and csum selection changesChris Mason1-1/+1
2008-12-02Btrfs: add support for multiple csum algorithmsJosef Bacik1-1/+18
2008-12-02Btrfs: add support for compat flags to btrfsJosef Bacik1-7/+21
2008-11-20Btrfs: Fix for lockdep warnings with alloc_mutex and pinned_mutexJosef Bacik1-0/+1
2008-11-18Btrfs: Update the disk format for the seed device and new root codeChris Mason1-1/+1
2008-11-17Btrfs: prevent loops in the directory tree when creating snapshotsChris Mason1-0/+3
2008-11-17Btrfs: Add backrefs and forward refs for subvols and snapshotsChris Mason1-16/+51
2008-11-17Btrfs: Give each subvol and snapshot their own anonymous devidChris Mason1-0/+6
2008-11-17Btrfs: Allow subvolumes and snapshots anywhere in the directory treeChris Mason1-4/+3
2008-11-17Btrfs: Seed device supportYan Zheng1-1/+17
2008-11-12Btrfs: mount ro and remount supportYan Zheng1-0/+1
2008-11-12Btrfs: batch extent inserts/updates/deletions on the extent rootJosef Bacik1-0/+5
2008-11-06Btrfs: Optimize compressed writeback and readsChris Mason1-1/+3
2008-10-31Btrfs: rev the disk format for fallocateChris Mason1-1/+1
2008-10-30Btrfs: Add fallocate support v2Yan Zheng1-2/+7
2008-10-30Btrfs: update nodatacow code v2Yan Zheng1-3/+5
2008-10-30Btrfs: update hole handling v2Yan Zheng1-0/+1
2008-10-29Btrfs: Rev the disk format for compression and root pointer generation fieldsChris Mason1-1/+1
2008-10-29Btrfs: Add root tree pointer transaction idsYan Zheng1-0/+8
2008-10-29Btrfs: nuke fs wide allocation mutex V2Josef Bacik1-1/+7
2008-10-29Btrfs: fix enospc when there is plenty of spaceJosef Bacik1-0/+1
2008-10-29Btrfs: Improve space balancing codeYan Zheng1-7/+6
2008-10-29Btrfs: Add zlib compression supportChris Mason1-18/+81
2008-10-09Btrfs: Fix subvolume creation locking rulesChristoph Hellwig1-1/+1
2008-10-09Btrfs: Rev the disk format for the new back reference formatChris Mason1-1/+1
2008-10-09Btrfs: Remove offset field from struct btrfs_extent_refYan Zheng1-19/+6
2008-10-09Btrfs: Count space allocated to file in bytesYan Zheng1-11/+2
2008-10-03Btrfs: remove last_log_alloc allocator optimizationChris Mason1-1/+0
2008-10-01Btrfs: don't read leaf blocks containing only checksums during truncateChris Mason1-1/+3
2008-09-29Btrfs: add and improve commentsChris Mason1-1/+0
2008-09-29Btrfs: Wait for IO on the block device inodes of newly added devicesChris Mason1-0/+1
2008-09-26Btrfs: update space balancing codeZheng Yan1-1/+25
2008-09-26Btrfs: extent_map and data=ordered fixes for space balancingZheng Yan1-1/+10
2008-09-26Btrfs: Add shared reference cacheZheng Yan1-7/+12
2008-09-26Btrfs: allocator fixes for space balancing updateZheng Yan1-0/+2