summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-16/+6
2014-04-24Btrfs: move btrfs_{set,clear}_and_info() to ctree.hWang Shilong1-14/+0
2014-04-14btrfs: fix use-after-free in mount_subvol()Christoph Jaeger1-2/+6
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+22
2014-04-10btrfs: allow mounting btrfs subvolumes with different ro/rw optionsHarald Hoyer1-0/+22
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-03-10btrfs: Cleanup the old btrfs_worker.Qu Wenruo1-8/+0
2014-03-10btrfs: Replace fs_info->scrub_* 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/+0
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-1/+1
2014-03-10btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo1-5/+6
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: wake up transaction thread upon remountJustin Maggard1-0/+1
2014-02-14Btrfs: unset DCACHE_DISCONNECTED when mounting default subvolJosef Bacik1-1/+8
2014-02-14Btrfs: fix max_inline mount optionMitch Harder1-1/+1
2014-02-03Btrfs: use late_initcall instead of module_initFilipe David Borba Manana1-1/+1
2014-01-28btrfs: Cleanup the btrfs_parse_options for remount.Qu Wenruo1-60/+77
2014-01-28btrfs: Add noinode_cache mount optionQu Wenruo1-2/+8
2014-01-28Btrfs: fix btrfs boot when compiled as built-inFilipe David Borba Manana1-1/+9
2014-01-28Btrfs: add support for inode propertiesFilipe David Borba Manana1-0/+3
2014-01-28btrfs: Add treelog mount option.Qu Wenruo1-1/+7
2014-01-28btrfs: Add datasum mount option.Qu Wenruo1-0/+10
2014-01-28btrfs: Add datacow mount option.Qu Wenruo1-1/+7
2014-01-28btrfs: Add acl mount option.Qu Wenruo1-1/+5
2014-01-28btrfs: Add noflushoncommit mount option.Qu Wenruo1-1/+7
2014-01-28btrfs: Add noenospc_debug mount option.Qu Wenruo1-0/+5
2014-01-28btrfs: Add nodiscard mount option.Qu Wenruo1-1/+5
2014-01-28btrfs: Add noautodefrag mount option.Qu Wenruo1-1/+7
2014-01-28btrfs: Add "barrier" option to support "-o remount,barrier"Qu Wenruo1-1/+7
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-55/+49
2013-12-12Btrfs: don't clear the default compression typeMiao Xie1-3/+2
2013-11-11Btrfs: don't wait for the completion of all the ordered extentsMiao Xie1-1/+1
2013-11-11btrfs: Replace kmalloc with kmalloc_arrayDulshani Gunawardhana1-1/+1
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown1-1/+0
2013-11-11Btrfs: Wait for uuid-tree rebuild task on remount read-onlyStefan Behrens1-0/+6
2013-11-11Btrfs: add tests for btrfs_get_extentJosef Bacik1-0/+3
2013-11-11Btrfs: add tests for find_lock_delalloc_rangeJosef Bacik1-2/+12
2013-11-11Btrfs: add a sanity test for btrfs_split_itemJosef Bacik1-1/+6
2013-09-21Btrfs: create the uuid tree on remount rwJosef Bacik1-0/+10
2013-09-21btrfs: refuse to remount read-write after abortDavid Sterba1-0/+6
2013-09-21Btrfs: kill delay_iput arg to the wait_ordered functionsJosef Bacik1-1/+1
2013-09-21btrfs: show compiled-in config features at module load timeStefan Behrens1-0/+3
2013-09-01Btrfs: allocate prelim_ref with a slab allocaterWang Shilong1-0/+8
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-6/+4
2013-09-01Btrfs: add mount option to force UUID tree checkingStefan Behrens1-1/+7