summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2013-06-29[readdir] convert btrfsAl Viro3-40/+21
2013-06-14Btrfs: exclude logged extents before replying when we are mixedJosef Bacik3-37/+99
2013-06-14Btrfs: put our inode if orphan cleanup failsJosef Bacik1-1/+3
2013-06-14Btrfs: add some missing iput()'s in btrfs_orphan_cleanupJosef Bacik1-1/+4
2013-06-14Btrfs: do not pin while under spin lockJosef Bacik1-4/+8
2013-06-14Btrfs: Cocci spatch "memdup.spatch"Thomas Meyer1-2/+1
2013-06-14Btrfs: Cocci spatch "ptr_ret.spatch"Thomas Meyer1-4/+1
2013-06-14Btrfs: fix qgroup rescan resume on mountJan Schmidt3-69/+125
2013-06-14Btrfs: avoid double free of fs_info->qgroup_ulistJan Schmidt1-2/+6
2013-06-14Btrfs: fix memory patcher through fs_info->qgroup_ulistJan Schmidt1-1/+1
2013-06-14Btrfs: simplify unlink reservationsJosef Bacik3-191/+50
2013-06-14Btrfs: merge pending IO for tree log write backMiao Xie2-6/+17
2013-06-14Btrfs: allow file data clone within a fileLiu Bo1-7/+19
2013-06-14Btrfs: remove unused code in btrfs_del_rootLiu Bo1-4/+0
2013-06-14Btrfs: kill replicate code in replay_one_bufferLiu Bo1-7/+2
2013-06-14Btrfs: check if leaf's parent exists before pushing items aroundLiu Bo1-1/+1
2013-06-14Btrfs: dont do log_removal in insert_new_rootLiu Bo1-5/+5
2013-06-14Btrfs: return error code in btrfs_check_trunc_cache_free_space()Wei Yongjun1-1/+1
2013-06-14Btrfs: fix estale with btrfs sendJosef Bacik1-0/+35
2013-06-14btrfs: device delete to get errors from the kernelAnand Jain2-30/+18
2013-06-14Btrfs: do delay iput in sync_fsJosef Bacik1-1/+1
2013-06-14Btrfs: make the state of the transaction more readableMiao Xie4-94/+116
2013-06-14Btrfs: remove the time check in btrfs_commit_transaction()Miao Xie1-23/+6
2013-06-14Btrfs: remove unnecessary varient ->num_joined in btrfs_transaction structureMiao Xie2-9/+1
2013-06-14Btrfs: don't flush the delalloc inodes in the while loop if flushoncommit is setMiao Xie1-8/+18
2013-06-14Btrfs: don't wait for all the writers circularly during the transaction commitMiao Xie2-21/+65
2013-06-14Btrfs: remove the code for the impossible case in cleanup_transaction()Miao Xie1-5/+6
2013-06-14Btrfs: cleanup unnecessary assignment when cleaning up all the residual trans...Miao Xie1-8/+1
2013-06-14Btrfs: just flush the delalloc inodes in the source tree before snapshot crea...Miao Xie2-9/+7
2013-06-14Btrfs: introduce per-subvolume ordered extent listMiao Xie10-58/+143
2013-06-14Btrfs: introduce per-subvolume delalloc inode listMiao Xie7-67/+183
2013-06-14Btrfs: introduce grab/put functions for the root of the fs/file treeMiao Xie4-3/+26
2013-06-14Btrfs: cleanup the similar code of the fs root readMiao Xie9-269/+228
2013-06-14Btrfs: make the snap/subv deletion end more early when the fs is R/OMiao Xie3-14/+15
2013-06-14Btrfs: move the R/O check out of btrfs_clean_one_deleted_snapshot()Miao Xie2-5/+9
2013-06-14Btrfs: make the cleaner complete early when the fs is going to be umountedMiao Xie1-5/+7
2013-06-14Btrfs: remove unnecessary ->s_umount in cleaner_kthread()Miao Xie1-12/+28
2013-06-14Btrfs: cleanup: don't check the same thing twiceStefan Behrens5-27/+0
2013-06-14Btrfs: cleanup, btrfs_read_fs_root_no_name() doesn't return NULLStefan Behrens2-8/+2
2013-06-14Btrfs: delete unused functionStefan Behrens1-14/+0
2013-06-14Btrfs: remove useless copy in quota_ctlLiu Bo1-3/+0
2013-06-14Minor format cleanup.Andreas Philipp1-2/+2
2013-06-14Btrfs: cleanup unused arguments in send.cTsutomu Itoh1-99/+90
2013-06-14Btrfs: fix a commentStefan Behrens1-1/+1
2013-06-14Btrfs: add ioctl to wait for qgroup rescan completionJan Schmidt3-0/+35
2013-06-14Btrfs: introduce qgroup_ulist to avoid frequently allocating/freeing ulistWang Shilong3-34/+43
2013-06-14btrfs: show compiled-in config features at module load timeDavid Sterba2-6/+13
2013-06-14btrfs: move ifdef around sanity checks out of init_btrfs_fsDavid Sterba3-5/+3
2013-06-14btrfs: add prefix to sanity tests messagesDavid Sterba1-48/+49
2013-06-14btrfs: add debug check for extent_io range alignmentDavid Sterba1-0/+27