aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09Btrfs: fix memory leak in start_transaction()Miao Xie1-1/+3
2012-10-09btrfs: extended inode ref iterationMark Fasheh2-37/+138
2012-10-09btrfs: extended inode refsMark Fasheh7-79/+710
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-1/+1
2012-10-08btrfs: improved readablity for add_inode_refJan Schmidt1-81/+97
2012-10-08Btrfs: handle not finding the extent exactly when logging changed extentsJosef Bacik1-6/+40
2012-10-08btrfs: move transaction aborts to the point of failureDavid Sterba4-47/+80
2012-10-08Btrfs: fix the missing error information in create_pending_snapshot()Miao Xie1-22/+35
2012-10-08Btrfs: fix off-by-one in file cloneLiu Bo1-9/+9
2012-10-04btrfs: allow setting NOCOW for a zero sized file via ioctlDavid Sterba1-4/+27
2012-10-04Btrfs: fix punch hole when no extent existsJosef Bacik1-1/+3
2012-10-04Btrfs: don't do anything in our ->freeze_fs and ->unfreeze_fsJosef Bacik1-6/+0
2012-10-04Btrfs: remove unused write cache pages hookJosef Bacik1-47/+0
2012-10-04Btrfs: fix race when getting the eb out of page->privateJosef Bacik1-4/+19
2012-10-04Btrfs: do not hold the write_lock on the extent tree while loggingJosef Bacik3-5/+20
2012-10-04Btrfs: fix race with freeze and free space inodesJosef Bacik1-2/+11
2012-10-04Btrfs: kill obsolete arguments in btrfs_wait_ordered_extentsLiu Bo6-18/+7
2012-10-04Btrfs: cleanup fs_info->hashersLiu Bo2-2/+0
2012-10-04Btrfs: cleanup for duplicated code in find_free_extentLiu Bo1-4/+0
2012-10-04Btrfs: fix race in sync and freeze againJosef Bacik3-10/+18
2012-10-04btrfs: return EPERM upon rmdir on a subvolumeDavid Sterba1-2/+3
2012-10-04Btrfs: using for_each_set_bit_from to simplify the codeWei Yongjun1-6/+2
2012-10-04Btrfs: write_buf is now callable outside send.cAnand Jain2-5/+7
2012-10-04Btrfs: remove unnecessary code in btree_get_extent()Tsutomu Itoh1-7/+1
2012-10-04Btrfs: cleanup of error processing in btree_get_extent()Tsutomu Itoh1-9/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-28/+33
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2-0/+11
2012-10-02btrfs: reada_extent doesn't need kref for refcountAl Viro1-11/+7
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds4-15/+15
2012-10-01Revert "Btrfs: do not do filemap_write_and_wait_range in fsync"Miao Xie1-3/+11
2012-10-01Btrfs: remove bytes argument from do_chunk_allocJosef Bacik1-15/+10
2012-10-01Btrfs: delay block group item insertionJosef Bacik4-67/+79
2012-10-01btrfs: Kill some bi_idx referencesKent Overstreet2-17/+2
2012-10-01Btrfs: fix unnecessary warning when the fragments make the space alloc failMiao Xie1-1/+1
2012-10-01Btrfs: create a pinned em when writing to a prealloc range in DIOJosef Bacik1-0/+55
2012-10-01Btrfs: move the sb_end_intwrite until after the throttle logicJosef Bacik1-2/+2
2012-10-01Btrfs: use larger limit for translation of logical to inodeLiu Bo2-4/+5
2012-10-01Btrfs: use helper for logical resolveLiu Bo1-16/+3
2012-10-01Btrfs: fix a bug in parsing return value in logical resolveLiu Bo5-20/+34
2012-10-01Btrfs: cleanup for unused ref cache stuffliubo2-8/+0
2012-10-01Btrfs: fix corrupted metadata in the snapshotMiao Xie3-18/+32
2012-10-01btrfs: polish names of kmem cachesDavid Sterba4-9/+9
2012-10-01Btrfs: fix our overcommit mathJosef Bacik1-29/+42
2012-10-01Btrfs: wait on async pages when shrinking delallocJosef Bacik1-0/+7
2012-10-01Btrfs: use flag EXTENT_DEFRAG for snapshot-aware defragLiu Bo5-14/+28
2012-10-01Btrfs: check return value of ulist_alloc() properlyTsutomu Itoh1-0/+8
2012-10-01Btrfs: fix error handling in delete_block_group_cache()Tsutomu Itoh1-2/+2
2012-10-01Btrfs: fix wrong size for the reservation when doing, file pre-allocation.Miao Xie1-2/+2
2012-10-01Btrfs: output more information when aborting a unused transaction handleMiao Xie1-1/+7
2012-10-01Btrfs: fix unprotected ->log_batchMiao Xie4-11/+9