aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/relocation.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-01btrfs: fix return value check of btrfs_start_transaction()Gravatar Tsutomu Itoh 1-0/+3
2011-01-28btrfs: fix return value check of btrfs_join_transaction()Gravatar Tsutomu Itoh 1-3/+23
2010-10-29Btrfs: Fix variables set but not read (bugs found by gcc 4.6)Gravatar Andi Kleen 1-1/+3
2010-10-29Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Gravatar Chris Mason 1-11/+3
2010-10-28Btrfs: create special free space cache inodeGravatar Josef Bacik 1-4/+87
2010-10-22Btrfs: rework how we reserve metadata bytesGravatar Josef Bacik 1-11/+3
2010-06-11Btrfs: Fix null dereference in relocation.cGravatar Yan, Zheng 1-3/+4
2010-05-25Btrfs: Metadata ENOSPC handling for balanceGravatar Yan, Zheng 1-730/+1137
2010-05-25Btrfs: Pre-allocate space for data relocationGravatar Yan, Zheng 1-25/+65
2010-05-25Btrfs: Integrate metadata reservation with start_transactionGravatar Yan, Zheng 1-9/+9
2010-05-25Btrfs: Introduce contexts for metadata reservationGravatar Yan, Zheng 1-3/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Gravatar Josef Bacik 1-1/+1
2010-03-15Btrfs: change how we mount subvolumesGravatar Josef Bacik 1-1/+1
2010-03-08Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULLGravatar Eric Paris 1-2/+2
2010-02-04Btrfs: remove BUG_ON() due to mounting bad filesystemGravatar Miao Xie 1-1/+2
2010-01-17Btrfs, fix memory leaks in error pathsGravatar Jiri Slaby 1-1/+3
2009-12-17Btrfs: Add delayed iputGravatar Yan, Zheng 1-2/+2
2009-12-17Btrfs: Make truncate(2) more ENOSPC friendlyGravatar Yan, Zheng 1-13/+20
2009-12-17Btrfs: Avoid orphan inodes cleanup while replaying logGravatar Yan, Zheng 1-0/+1
2009-10-05Btrfs: fix deadlock on async thread startupGravatar Chris Mason 1-2/+2
2009-09-24Btrfs: relocate file extents in clustersGravatar Yan, Zheng 1-89/+148
2009-09-21Btrfs: add snapshot/subvolume destroy ioctlGravatar Yan, Zheng 1-6/+35
2009-09-11Btrfs: use a cached state for extent state operations during delallocGravatar Chris Mason 1-1/+1
2009-09-11Btrfs: switch extent_map to a rw lockGravatar Chris Mason 1-2/+2
2009-08-07Btrfs: fix balancing oops when invalidate_inode_pages2 returns EBUSYGravatar Yan Zheng 1-2/+7
2009-07-22Btrfs: fix locking issue in btrfs_find_next_keyGravatar Yan Zheng 1-0/+3
2009-07-02Btrfs: update backrefs while dropping snapshotGravatar Yan Zheng 1-4/+1
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Gravatar Yan Zheng 1-0/+3711