summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2012-10-01Btrfs: fix possible corruption when fsyncing written prealloced extentsJosef Bacik
2012-10-01Btrfs: do not allocate chunks as agressivelyJosef Bacik
2012-10-01Btrfs: update last trans if we don't update the inodeJosef Bacik
2012-10-01Btrfs: fix gcc warnings for 32bit compilesJan Schmidt
2012-10-01Btrfs: fix btrfs send for inline items and compressionChris Mason
2012-10-01Btrfs: don't treat top/root directory inode as deleted/reusedAlexander Block
2012-10-01Btrfs: ignore non-FS inodes for send/receiveAlexander Block
2012-10-01Btrfs: pass root instead of parent_root to iterate_inode_refAlexander Block
2012-10-01Btrfs: use <= instead of < in is_extent_unchangedAlexander Block
2012-10-01Btrfs: fix check for changed extent in is_extent_unchangedAlexander Block
2012-10-01Btrfs: free nce and nce_head on error in name_cache_insertAlexander Block
2012-10-01Btrfs: remove unused tmp_path from iterate_dir_itemAlexander Block
2012-10-01Btrfs: code cleanups for send/receiveAlexander Block
2012-10-01Btrfs: add/fix comments/documentation for send/receiveAlexander Block
2012-10-01Btrfs: update send_progress at correct placesAlexander Block
2012-10-01Btrfs: make aux field of ulist 64 bitAlexander Block
2012-10-01Btrfs: fix use of radix_tree for name_cache in send/receiveAlexander Block
2012-10-01Btrfs: fix memory leak for name_cache in send/receiveAlexander Block
2012-10-01Btrfs: don't break in the final loop of find_extent_cloneAlexander Block
2012-10-01Btrfs: use normal return path for root == send_root caseAlexander Block
2012-10-01Btrfs: use kmalloc instead of stack for backref_ctxAlexander Block
2012-10-01Btrfs: rename backref_ctx::found_in_send_root to found_itselfAlexander Block
2012-10-01Btrfs: remove unused use_list from send/receive codeAlexander Block
2012-10-01Btrfs: add correct parent to check_dirs when dir got movedAlexander Block
2012-10-01Btrfs: remove unused code with #if 0Alexander Block
2012-10-01Btrfs: add missing check for dir != tmp_dir to is_first_refAlexander Block
2012-10-01Btrfs: fix cur_ino < parent_ino case for send/receiveAlexander Block
2012-10-01Btrfs: add rdev to get_inode_info in send/receiveAlexander Block
2012-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-09-15Revert "Btrfs: fix some error codes in btrfs_qgroup_inherit()"Chris Mason
2012-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-08-28Btrfs: fix that repair code is spuriously executed for transid failuresStefan Behrens
2012-08-28Btrfs: fix ordered extent leak when failing to start a transactionLiu Bo
2012-08-28Btrfs: fix a dio write regressionLiu Bo
2012-08-28Btrfs: fix deadlock with freeze and sync V2Josef Bacik
2012-08-28Btrfs: revert checksum error statistic which can cause a BUG()Stefan Behrens
2012-08-28Btrfs: remove superblock writing after fatal errorStefan Behrens
2012-08-28Btrfs: allow delayed refs to be mergedJosef Bacik
2012-08-28Btrfs: fix enospc problems when deleting a subvolJosef Bacik
2012-08-28Btrfs: fix wrong mtime and ctime when creating snapshotsMiao Xie
2012-08-28Btrfs: fix race in run_clustered_refsArne Jansen
2012-08-28Btrfs: don't run __tree_mod_log_free_eb on leavesChris Mason
2012-08-28Btrfs: increase the size of the free space cacheJosef Bacik
2012-08-28Btrfs: barrier before waitqueue_activeJosef Bacik
2012-08-28Btrfs: fix deadlock in wait_for_more_refsArne Jansen
2012-08-28btrfs: fix second lock in btrfs_delete_delayed_items()Fengguang Wu
2012-08-28Btrfs: don't allocate a seperate csums array for direct readsJosef Bacik
2012-08-28Btrfs: do not strdup non existent stringsJosef Bacik
2012-08-28Btrfs: do not use missing devices when showing devnameJosef Bacik
2012-08-28Btrfs: fix that error value is changed by mistakeStefan Behrens