aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-24Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds46-897/+2113
2015-04-13btrfs: quota: Update quota tree after qgroup relationship change.Qu Wenruo1-0/+5
2015-04-13btrfs: quota: Automatically update related qgroups or mark INCONSISTENT flags when assigning/deleting a qgroup relations.Qu Wenruo1-57/+126
2015-04-13btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota.Dongsheng Yang1-0/+1
2015-04-13btrfs: Update btrfs qgroup status item when rescan is done.Qu Wenruo1-1/+24
2015-04-13btrfs: qgroup: Fix dead judgement on qgroup_rescan_leaf() return value.Qu Wenruo1-3/+3
2015-04-13btrfs: Don't allow subvolid >= (1 << BTRFS_QGROUP_LEVEL_SHIFT) to be createdQu Wenruo2-1/+9
2015-04-13btrfs: Check qgroup level in kernel qgroup assign.Qu Wenruo2-0/+10
2015-04-13btrfs: qgroup: allow to remove qgroup which has parent but no child.Dongsheng Yang1-5/+25
2015-04-13btrfs: qgroup: return EINVAL if level of parent is not higher than child's.Dongsheng Yang1-0/+5
2015-04-13btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang7-121/+14
2015-04-13Btrfs: qgroup, Account data space in more proper timings.Dongsheng Yang2-16/+10
2015-04-13Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use.Dongsheng Yang4-6/+104
2015-04-13Btrfs: qgroup: free reserved in exceeding quota.Dongsheng Yang1-1/+4
2015-04-13Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup().Dongsheng Yang4-7/+5
2015-04-13btrfs: qgroup: fix limit args override whole limit structDongsheng Yang1-5/+10
2015-04-13btrfs: qgroup: update limit info in function btrfs_run_qgroups().Dongsheng Yang1-0/+4
2015-04-13btrfs: qgroup: consolidate the parameter of fucntion update_qgroup_limit_item().Dongsheng Yang1-27/+24
2015-04-13btrfs: qgroup: update qgroup in memory at the same time when we update it in btree.Dongsheng Yang1-11/+17
2015-04-13btrfs: qgroup: inherit limit info from srcgroup in creating snapshot.Dongsheng Yang1-0/+8
2015-04-13btrfs: Support busy loop of write and deleteZhao Lei1-12/+14
2015-04-13btrfs: Fix NO_SPACE bug caused by delayed-iputZhao Lei4-1/+13
2015-04-13btrfs: add WARN_ON() to check is space_info op currentZhao Lei1-0/+10
2015-04-13btrfs: Set relative data on clear btrfs_block_group_cache->pinnedZhao Lei1-0/+10
2015-04-13btrfs: Adjust commit-transaction condition to avoid NO_SPACE moreZhao Lei1-1/+2
2015-04-13btrfs: Fix tail space processing in find_free_dev_extent()Zhao Lei1-11/+13
2015-04-13btrfs: fix condition of commit transactionZhao Lei1-7/+15
2015-04-13Btrfs: fix uninit variable in clone ioctlChris Mason1-1/+1
2015-04-13Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana1-0/+5
2015-04-13Btrfs: fix inode eviction infinite loop after extent_same ioctlFilipe Manana1-0/+3
2015-04-13Btrfs: fix range cloning when same inode used as source and destinationFilipe Manana1-2/+4
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-1/+1
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-15/+9
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-5/+5
2015-04-11Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval1-4/+4
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-11Merge branch 'iocb' into for-nextAl Viro2-2/+2
2015-04-10Btrfs: fix use after free when close_ctree frees the orphan_rsvChris Mason3-1/+7
2015-04-10Btrfs: allow block group cache writeout outside critical section in commitChris Mason9-37/+341
2015-04-10Btrfs: don't use highmem for free space cache pagesChris Mason1-7/+5
2015-04-10Btrfs: two stage dirty block group writeoutChris Mason4-32/+170
2015-04-10btrfs: move struct io_ctl into ctree.h and rename itChris Mason2-33/+33
2015-04-10Btrfs: don't steal from the global reserve if we don't have the spaceJosef Bacik1-2/+44
2015-04-10Btrfs: don't commit the transaction in the async space flushingJosef Bacik1-6/+8
2015-04-10Btrfs: reserve space for block groupsJosef Bacik3-3/+11
2015-04-10Btrfs: refill block reserves during truncateChris Mason3-11/+46
2015-04-10Btrfs: account for crcs in delayed ref processingJosef Bacik5-24/+83
2015-04-10btrfs: actively run the delayed refs while deleting large filesChris Mason4-5/+52