summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2015-08-03Btrfs: fix file corruption after cloning inline extentsFilipe Manana
2015-08-03Btrfs: fix list transaction->pending_ordered corruptionFilipe Manana
2015-08-03Btrfs: fix memory leak in the extent_same ioctlFilipe Manana
2015-08-03Btrfs: fix fsync data loss after append writeFilipe Manana
2015-08-03Btrfs: fix race between caching kthread and returning inode to inode cacheFilipe Manana
2015-08-03Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana
2015-08-03Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval
2015-05-23Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-05-20Btrfs: fix regression in raid level conversionChris Mason
2015-05-19Btrfs: fix racy system chunk allocation when setting block group roFilipe Manana
2015-05-19btrfs: clear 'ret' in btrfs_check_shared() loopMark Fasheh
2015-05-16Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-05-11Btrfs: fix race when reusing stale extent buffers that leads to BUG_ONFilipe Manana
2015-05-11Btrfs: fix race between block group creation and their cache writeoutFilipe Manana
2015-05-11Btrfs: fix panic when starting bg cache writeout after IO errorFilipe Manana
2015-05-11Btrfs: fix crash after inode cache writeback failureFilipe Manana
2015-05-08Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-05-06Btrfs: fix wrong mapping flags for free space inodeFilipe Manana
2015-05-01Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-04-29Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extentForrest Liu
2015-04-26Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-26Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.Yang Dongsheng
2015-04-26btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval
2015-04-26btrfs: check io_ctl_prepare_pages return in __btrfs_write_out_cacheOmar Sandoval
2015-04-26btrfs: fix race on ENOMEM in alloc_extent_bufferOmar Sandoval
2015-04-26btrfs: handle ENOMEM in btrfs_alloc_tree_blockOmar Sandoval
2015-04-26Btrfs: fix find_free_dev_extent() malfunction in case device tree has holeForrest Liu
2015-04-26Btrfs: don't check for delalloc_bytes in cache_save_setupChris Mason
2015-04-26Btrfs: fix deadlock when starting writeback of bg cachesFilipe Manana
2015-04-26Btrfs: fix race between start dirty bg cache writeout and bg deletionFilipe Manana
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe
2015-04-24Btrfs: prevent list corruption during free space cache processingChris Mason
2015-04-24Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-04-23Btrfs: fix inode cache writeoutChris Mason
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-13btrfs: quota: Update quota tree after qgroup relationship change.Qu Wenruo
2015-04-13btrfs: quota: Automatically update related qgroups or mark INCONSISTENT flags...Qu Wenruo
2015-04-13btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota.Dongsheng Yang
2015-04-13btrfs: Update btrfs qgroup status item when rescan is done.Qu Wenruo
2015-04-13btrfs: qgroup: Fix dead judgement on qgroup_rescan_leaf() return value.Qu Wenruo
2015-04-13btrfs: Don't allow subvolid >= (1 << BTRFS_QGROUP_LEVEL_SHIFT) to be createdQu Wenruo
2015-04-13btrfs: Check qgroup level in kernel qgroup assign.Qu Wenruo
2015-04-13btrfs: qgroup: allow to remove qgroup which has parent but no child.Dongsheng Yang
2015-04-13btrfs: qgroup: return EINVAL if level of parent is not higher than child's.Dongsheng Yang
2015-04-13btrfs: qgroup: do a reservation in a higher level.Dongsheng Yang
2015-04-13Btrfs: qgroup, Account data space in more proper timings.Dongsheng Yang
2015-04-13Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use.Dongsheng Yang
2015-04-13Btrfs: qgroup: free reserved in exceeding quota.Dongsheng Yang
2015-04-13Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup().Dongsheng Yang