summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-15Btrfs: __btrfs_mod_ref should always use no_quotaJosef Bacik1-2/+2
2014-06-20Btrfs: fix broken free space cache after the system crashedMiao Xie1-2/+11
2014-06-10Btrfs: make fsync work after cloning into a fileFilipe Manana1-0/+6
2014-06-10btrfs: allocate raid type kobjects dynamicallyJeff Mahoney1-1/+7
2014-06-10Btrfs: async delayed refsChris Mason1-0/+5
2014-06-10Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik1-0/+6
2014-06-10Btrfs: rework qgroup accountingJosef Bacik1-52/+7
2014-06-10Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie1-18/+21
2014-06-10Btrfs: reclaim the reserved metadata space at backgroundMiao Xie1-0/+6
2014-06-10btrfs: protect snapshots from deleting during sendDavid Sterba1-0/+11
2014-06-10btrfs: balance filter: add limit of processed chunksDavid Sterba1-1/+6
2014-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+14
2014-04-25Btrfs: move btrfs_{set,clear}_and_info() to ctree.hWang Shilong1-0/+14
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-3/+10
2014-04-07btrfs: export global block reserve size as space_infoDavid Sterba1-1/+8
2014-04-07Btrfs: hold the commit_root_sem when getting the commit root during sendJosef Bacik1-0/+1
2014-04-07Btrfs: remove transaction from sendJosef Bacik1-2/+1
2014-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-23/+50
2014-03-10Btrfs: fix possible empty list access when flushing the delalloc inodesMiao Xie1-0/+2
2014-03-10Btrfs: split the global ordered extents mutexMiao Xie1-0/+2
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie1-1/+2
2014-03-10Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie1-0/+10
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo1-22/+22
2014-03-10btrfs: Cleanup the old btrfs_worker.Qu Wenruo1-1/+0
2014-03-10btrfs: Replace fs_info->scrub_* workqueue with btrfs_workqueue.Qu Wenruo1-3/+3
2014-03-10btrfs: Replace fs_info->qgroup_rescan_worker workqueue with btrfs_workqueue.Qu Wenruo1-2/+2
2014-03-10btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->readahead_workers workqueue with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->cache_workers workqueue with btrfs_workqueue.Qu Wenruo1-2/+2
2014-03-10btrfs: Replace fs_info->rmw_workers workqueue with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo1-6/+6
2014-03-10btrfs: Replace fs_info->flush_workers with btrfs_workqueue.Qu Wenruo1-2/+2
2014-03-10btrfs: Replace fs_info->submit_workers with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->delalloc_workers with btrfs_workqueueQu Wenruo1-1/+1
2014-03-10btrfs: Replace fs_info->workers with btrfs_workqueue.Qu Wenruo1-1/+1
2014-03-10Btrfs: just wait or commit our own log sub-transactionMiao Xie1-0/+3
2014-03-10Btrfs: fix skipped error handle when log sync failedMiao Xie1-0/+1
2014-03-10Btrfs: use signed integer instead of unsigned long integer for log transidMiao Xie1-2/+2
2014-03-10Btrfs: fix use-after-free in the finishing procedure of the device replaceMiao Xie1-0/+9
2014-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-35/+99
2014-01-29Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason1-9/+26
2014-01-29Btrfs: change the members' order of btrfs_space_info structure to reduce the ...Miao Xie1-14/+15
2014-01-29btrfs: Add noinode_cache mount optionQu Wenruo1-0/+1
2014-01-29Btrfs: fix to search previous metadata extent item since skinny metadataWang Shilong1-0/+2
2014-01-29Btrfs: throttle delayed refs betterJosef Bacik1-0/+3
2014-01-29Btrfs: add support for inode propertiesFilipe David Borba Manana1-1/+3
2014-01-29Btrfs: faster file extent item replace operationsFilipe David Borba Manana1-1/+4
2014-01-29Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-2/+2
2014-01-29btrfs: Check read-only status of roots during sendDavid Sterba1-0/+6