summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-081-1/+1
|\
| * Btrfs: fix wrong mapping flags for free space inodeFilipe Manana2015-05-061-1/+1
* | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-017-77/+118
|\ \ | |/
| * Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extentForrest Liu2015-04-291-25/+26
| * Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.Yang Dongsheng2015-04-262-9/+14
| * btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval2015-04-261-1/+2
| * btrfs: check io_ctl_prepare_pages return in __btrfs_write_out_cacheOmar Sandoval2015-04-261-4/+6
| * btrfs: fix race on ENOMEM in alloc_extent_bufferOmar Sandoval2015-04-261-1/+2
| * btrfs: handle ENOMEM in btrfs_alloc_tree_blockOmar Sandoval2015-04-261-13/+28
| * Btrfs: fix find_free_dev_extent() malfunction in case device tree has holeForrest Liu2015-04-261-4/+11
| * Btrfs: don't check for delalloc_bytes in cache_save_setupChris Mason2015-04-261-2/+1
| * Btrfs: fix deadlock when starting writeback of bg cachesFilipe Manana2015-04-261-1/+1
| * Btrfs: fix race between start dirty bg cache writeout and bg deletionFilipe Manana2015-04-261-17/+27
* | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-261-17/+25
|\ \ | |/
| * Btrfs: prevent list corruption during free space cache processingChris Mason2015-04-241-14/+18
| * Btrfs: fix inode cache writeoutChris Mason2015-04-231-3/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-267-52/+52
|\ \
| * | direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe2015-04-241-3/+3
| * | VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-157-49/+49
* | | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-2446-897/+2113
|\ \ \ | |/ / |/| / | |/
| * btrfs: quota: Update quota tree after qgroup relationship change.Qu Wenruo2015-04-131-0/+5
| * btrfs: quota: Automatically update related qgroups or mark INCONSISTENT flags...Qu Wenruo2015-04-131-57/+126
| * btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota.Dongsheng Yang2015-04-131-0/+1
| * btrfs: Update btrfs qgroup status item when rescan is done.Qu Wenruo2015-04-131-1/+24
| * btrfs: qgroup: Fix dead judgement on qgroup_rescan_leaf() return value.Qu Wenruo2015-04-131-3/+3
| * btrfs: Don't allow subvolid >= (1 << BTRFS_QGROUP_LEVEL_SHIFT) to be createdQu Wenruo2015-04-132-1/+9
| * btrfs: Check qgroup level in kernel qgroup assign.Qu Wenruo2015-04-132-0/+10
| * btrfs: qgroup: allow to remove qgroup which has parent but no child.Dongsheng Yang2015-04-131-5/+25
| * btrfs: qgroup: return EINVAL if level of parent is not higher than child's.Dongsheng Yang2015-04-131-0/+5
| * btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang2015-04-137-121/+14
| * Btrfs: qgroup, Account data space in more proper timings.Dongsheng Yang2015-04-132-16/+10
| * Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use.Dongsheng Yang2015-04-134-6/+104
| * Btrfs: qgroup: free reserved in exceeding quota.Dongsheng Yang2015-04-131-1/+4
| * Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup().Dongsheng Yang2015-04-134-7/+5
| * btrfs: qgroup: fix limit args override whole limit structDongsheng Yang2015-04-131-5/+10
| * btrfs: qgroup: update limit info in function btrfs_run_qgroups().Dongsheng Yang2015-04-131-0/+4
| * btrfs: qgroup: consolidate the parameter of fucntion update_qgroup_limit_item().Dongsheng Yang2015-04-131-27/+24
| * btrfs: qgroup: update qgroup in memory at the same time when we update it in ...Dongsheng Yang2015-04-131-11/+17
| * btrfs: qgroup: inherit limit info from srcgroup in creating snapshot.Dongsheng Yang2015-04-131-0/+8
| * btrfs: Support busy loop of write and deleteZhao Lei2015-04-131-12/+14
| * btrfs: Fix NO_SPACE bug caused by delayed-iputZhao Lei2015-04-134-1/+13
| * btrfs: add WARN_ON() to check is space_info op currentZhao Lei2015-04-131-0/+10
| * btrfs: Set relative data on clear btrfs_block_group_cache->pinnedZhao Lei2015-04-131-0/+10
| * btrfs: Adjust commit-transaction condition to avoid NO_SPACE moreZhao Lei2015-04-131-1/+2
| * btrfs: Fix tail space processing in find_free_dev_extent()Zhao Lei2015-04-131-11/+13
| * btrfs: fix condition of commit transactionZhao Lei2015-04-131-7/+15
| * Btrfs: fix uninit variable in clone ioctlChris Mason2015-04-131-1/+1
| * Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana2015-04-131-0/+5
| * Btrfs: fix inode eviction infinite loop after extent_same ioctlFilipe Manana2015-04-131-0/+3
| * Btrfs: fix range cloning when same inode used as source and destinationFilipe Manana2015-04-131-2/+4
OpenPOWER on IntegriCloud