aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
AgeCommit message (Expand)Author
2014-07-03btrfs: fix null pointer dereference in btrfs_show_devname when name is nullAnand Jain
2014-07-03btrfs: fix nossd and ssd_spread mount option regressionEric Sandeen
2014-07-03Btrfs: fix race between balance recovery and root deletionWang Shilong
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba
2014-06-09Btrfs: remove OPT_acl parse when acl disabledGuangliang Zhao
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik
2014-06-09Btrfs: reclaim the reserved metadata space at backgroundMiao Xie
2014-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-24Btrfs: move btrfs_{set,clear}_and_info() to ctree.hWang Shilong
2014-04-14btrfs: fix use-after-free in mount_subvol()Christoph Jaeger
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-10btrfs: allow mounting btrfs subvolumes with different ro/rw optionsHarald Hoyer
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2014-03-10btrfs: Cleanup the old btrfs_worker.Qu Wenruo
2014-03-10btrfs: Replace fs_info->scrub_* workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->readahead_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->cache_workers workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->submit_workers with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: Replace fs_info->delalloc_workers with btrfs_workqueueQu Wenruo
2014-03-10btrfs: Replace fs_info->workers with btrfs_workqueue.Qu Wenruo
2014-03-10btrfs: wake up transaction thread upon remountJustin Maggard
2014-02-14Btrfs: unset DCACHE_DISCONNECTED when mounting default subvolJosef Bacik
2014-02-14Btrfs: fix max_inline mount optionMitch Harder
2014-02-03Btrfs: use late_initcall instead of module_initFilipe David Borba Manana
2014-01-28btrfs: Cleanup the btrfs_parse_options for remount.Qu Wenruo
2014-01-28btrfs: Add noinode_cache mount optionQu Wenruo
2014-01-28Btrfs: fix btrfs boot when compiled as built-inFilipe David Borba Manana
2014-01-28Btrfs: add support for inode propertiesFilipe David Borba Manana
2014-01-28btrfs: Add treelog mount option.Qu Wenruo
2014-01-28btrfs: Add datasum mount option.Qu Wenruo
2014-01-28btrfs: Add datacow mount option.Qu Wenruo
2014-01-28btrfs: Add acl mount option.Qu Wenruo
2014-01-28btrfs: Add noflushoncommit mount option.Qu Wenruo
2014-01-28btrfs: Add noenospc_debug mount option.Qu Wenruo
2014-01-28btrfs: Add nodiscard mount option.Qu Wenruo
2014-01-28btrfs: Add noautodefrag mount option.Qu Wenruo
2014-01-28btrfs: Add "barrier" option to support "-o remount,barrier"Qu Wenruo
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2013-12-12Btrfs: don't clear the default compression typeMiao Xie
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsMiao Xie
2013-11-11btrfs: Replace kmalloc with kmalloc_arrayDulshani Gunawardhana
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown
2013-11-11Btrfs: Wait for uuid-tree rebuild task on remount read-onlyStefan Behrens
2013-11-11Btrfs: add tests for btrfs_get_extentJosef Bacik
2013-11-11Btrfs: add tests for find_lock_delalloc_rangeJosef Bacik
2013-11-11Btrfs: add a sanity test for btrfs_split_itemJosef Bacik