summaryrefslogtreecommitdiff
path: root/fs/btrfs/relocation.c
AgeCommit message (Expand)Author
2013-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-03-04Btrfs: do not BUG_ON on aborted situationLiu Bo
2013-03-04Btrfs: do not BUG_ON in prepare_to_relocLiu Bo
2013-03-04Btrfs: free all recorded tree blocks on errorLiu Bo
2013-03-04Btrfs: build up error handling for merge_reloc_rootsLiu Bo
2013-03-04Btrfs: check for NULL pointer in updating reloc rootsLiu Bo
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-02-20Btrfs: use wrapper page_offsetMiao Xie
2013-01-29Merge branch 'master' into for-nextJiri Kosina
2013-01-09btrfs: fix comment typosLiu Bo
2012-12-12Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo
2012-12-11Btrfs: make delalloc inodes be flushed by multi-taskMiao Xie
2012-12-11Btrfs: improve the noflush reservationMiao Xie
2012-10-09Btrfs: cache extent state when writing out dirty metadata pagesJosef Bacik
2012-10-04Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo
2012-10-01Btrfs: fix error handling in delete_block_group_cache()Tsutomu Itoh
2012-10-01Btrfs: add a new "type" field into the block reservation structureMiao Xie
2012-07-30btrfs: use printk_get_level and printk_skip_level, add __printf, fix falloutJoe Perches
2012-07-23Btrfs: fix error handling in __add_reloc_root()Dan Carpenter
2012-04-27Btrfs: Fix space checking during fs resizeDaniel J Blueman
2012-04-27Btrfs: Prevent root_list corruptionDaniel J Blueman
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-03-22btrfs: enhance transaction abort infrastructureJeff Mahoney
2012-03-22btrfs: btrfs_drop_snapshot should return intJeff Mahoney
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney
2012-03-22btrfs: __add_reloc_root error push-upJeff Mahoney
2012-03-22btrfs: Panic on bad rbtree operationsJeff Mahoney
2012-01-16Btrfs: add a delalloc mutex to inodes for delalloc reservationsJosef Bacik
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...Chris Mason
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen
2011-12-15Btrfs: fix how we do delalloc reservations and how we free reservations on errorJosef Bacik
2011-11-10Btrfs: fix orphan backref nodesMiao Xie
2011-10-20btrfs: check file extent backref offset underflowYan, Zheng
2011-10-19Btrfs: seperate out btrfs_block_rsv_check out into 2 different functionsJosef Bacik
2011-10-19Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik
2011-10-19Btrfs: stop passing a trans handle all around the reservation codeJosef Bacik
2011-10-19Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_checkJosef Bacik
2011-10-19Btrfs: kill unused parts of block_rsvJosef Bacik
2011-10-19Btrfs: kill the durable block rsv stuffJosef Bacik
2011-07-27Merge branch 'integration' into for-linusChris Mason
2011-07-27Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-06-17Btrfs: fix relocation racesChris Mason
2011-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-05-28Merge branch 'for-chris' ofChris Mason
2011-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-05-23Btrfs: don't always do readaheadJosef Bacik
2011-05-23Btrfs: kill trans_mutexJosef Bacik
2011-05-23Btrfs: take away the num_items argument from btrfs_join_transactionJosef Bacik
2011-05-23Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Chris Mason