summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix gcc warnings for 32bit compilesJan Schmidt2012-10-014-31/+32
* Btrfs: fix btrfs send for inline items and compressionChris Mason2012-10-013-15/+37
* Btrfs: don't treat top/root directory inode as deleted/reusedAlexander Block2012-10-011-1/+20
* Btrfs: ignore non-FS inodes for send/receiveAlexander Block2012-10-011-0/+5
* Btrfs: pass root instead of parent_root to iterate_inode_refAlexander Block2012-10-011-2/+2
* Btrfs: use <= instead of < in is_extent_unchangedAlexander Block2012-10-011-1/+1
* Btrfs: fix check for changed extent in is_extent_unchangedAlexander Block2012-10-011-2/+2
* Btrfs: free nce and nce_head on error in name_cache_insertAlexander Block2012-10-011-1/+5
* Btrfs: remove unused tmp_path from iterate_dir_itemAlexander Block2012-10-011-8/+0
* Btrfs: code cleanups for send/receiveAlexander Block2012-10-011-48/+35
* Btrfs: add/fix comments/documentation for send/receiveAlexander Block2012-10-011-6/+134
* Btrfs: update send_progress at correct placesAlexander Block2012-10-011-6/+20
* Btrfs: make aux field of ulist 64 bitAlexander Block2012-10-014-23/+21
* Btrfs: fix use of radix_tree for name_cache in send/receiveAlexander Block2012-10-011-39/+37
* Btrfs: fix memory leak for name_cache in send/receiveAlexander Block2012-10-011-0/+1
* Btrfs: don't break in the final loop of find_extent_cloneAlexander Block2012-10-011-1/+0
* Btrfs: use normal return path for root == send_root caseAlexander Block2012-10-011-6/+0
* Btrfs: use kmalloc instead of stack for backref_ctxAlexander Block2012-10-011-11/+18
* Btrfs: rename backref_ctx::found_in_send_root to found_itselfAlexander Block2012-10-011-4/+4
* Btrfs: remove unused use_list from send/receive codeAlexander Block2012-10-011-2/+0
* Btrfs: add correct parent to check_dirs when dir got movedAlexander Block2012-10-011-0/+11
* Btrfs: remove unused code with #if 0Alexander Block2012-10-011-0/+2
* Btrfs: add missing check for dir != tmp_dir to is_first_refAlexander Block2012-10-011-1/+1
* Btrfs: fix cur_ino < parent_ino case for send/receiveAlexander Block2012-10-011-244/+146
* Btrfs: add rdev to get_inode_info in send/receiveAlexander Block2012-10-011-13/+17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-09-161-6/+2
|\
| * Revert "Btrfs: fix some error codes in btrfs_qgroup_inherit()"Chris Mason2012-09-141-6/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-08-2921-376/+418
|\ \ | |/
| * Btrfs: fix that repair code is spuriously executed for transid failuresStefan Behrens2012-08-281-2/+6
| * Btrfs: fix ordered extent leak when failing to start a transactionLiu Bo2012-08-281-2/+5
| * Btrfs: fix a dio write regressionLiu Bo2012-08-281-4/+20
| * Btrfs: fix deadlock with freeze and sync V2Josef Bacik2012-08-281-4/+9
| * Btrfs: revert checksum error statistic which can cause a BUG()Stefan Behrens2012-08-283-39/+2
| * Btrfs: remove superblock writing after fatal errorStefan Behrens2012-08-282-33/+5
| * Btrfs: allow delayed refs to be mergedJosef Bacik2012-08-283-27/+142
| * Btrfs: fix enospc problems when deleting a subvolJosef Bacik2012-08-281-1/+1
| * Btrfs: fix wrong mtime and ctime when creating snapshotsMiao Xie2012-08-281-0/+1
| * Btrfs: fix race in run_clustered_refsArne Jansen2012-08-281-0/+17
| * Btrfs: don't run __tree_mod_log_free_eb on leavesChris Mason2012-08-281-0/+3
| * Btrfs: increase the size of the free space cacheJosef Bacik2012-08-281-8/+7
| * Btrfs: barrier before waitqueue_activeJosef Bacik2012-08-285-12/+10
| * Btrfs: fix deadlock in wait_for_more_refsArne Jansen2012-08-285-73/+21
| * btrfs: fix second lock in btrfs_delete_delayed_items()Fengguang Wu2012-08-281-2/+3
| * Btrfs: don't allocate a seperate csums array for direct readsJosef Bacik2012-08-283-32/+19
| * Btrfs: do not strdup non existent stringsJosef Bacik2012-08-281-3/+5
| * Btrfs: do not use missing devices when showing devnameJosef Bacik2012-08-281-0/+2
| * Btrfs: fix that error value is changed by mistakeStefan Behrens2012-08-281-2/+2
| * Btrfs: lock extents as we map them in DIOJosef Bacik2012-08-281-129/+127
| * Btrfs: fix some endian bugs handling the root timesDan Carpenter2012-08-283-4/+4
| * Btrfs: unlock on error in btrfs_delalloc_reserve_metadata()Dan Carpenter2012-08-281-1/+3
OpenPOWER on IntegriCloud