summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: Fix compile error when CONFIG_SECURITY is not set.Qu Wenruo2014-10-081-0/+2
* btrfs: Make btrfs handle security mount options internally to avoid losing se...Qu Wenruo2014-10-061-5/+92
* btrfs: use slab for end_io_wq structuresDavid Sterba2014-10-021-1/+7
* btrfs: fix error labels in init_btrfs_fsDavid Sterba2014-10-021-2/+2
* Btrfs: set default max_inline to 8KiB instead of 8MiBFilipe David Borba Manana2014-10-021-1/+1
* btrfs: remove unused variable from btrfs_parse_optionsDavid Sterba2014-10-011-3/+1
* Btrfs: fix unprotected device list access when getting the fs informationMiao Xie2014-09-171-1/+7
* btrfs: add trace for qgroup accountingMark Fasheh2014-09-171-0/+1
* Btrfs: clear compress-force when remounting with compress optionWang Shilong2014-09-171-0/+7
* btrfs: make close_ctree return voidDavid Sterba2014-09-171-7/+1
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2014-08-161-6/+45
|\
| * btrfs: adjust statfs calculations according to raid profilesDavid Sterba2014-08-151-6/+45
* | dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields2014-08-071-8/+1
|/
* btrfs: fix null pointer dereference in btrfs_show_devname when name is nullAnand Jain2014-07-031-0/+2
* btrfs: fix nossd and ssd_spread mount option regressionEric Sandeen2014-07-031-1/+2
* Btrfs: fix race between balance recovery and root deletionWang Shilong2014-07-031-0/+2
* btrfs: remove stale newlines from log messagesDavid Sterba2014-06-091-1/+1
* Btrfs: remove OPT_acl parse when acl disabledGuangliang Zhao2014-06-091-0/+7
* Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik2014-06-091-0/+3
* Btrfs: reclaim the reserved metadata space at backgroundMiao Xie2014-06-091-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-271-16/+6
|\
| * Btrfs: move btrfs_{set,clear}_and_info() to ctree.hWang Shilong2014-04-241-14/+0
| * btrfs: fix use-after-free in mount_subvol()Christoph Jaeger2014-04-141-2/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-111-0/+22
|\ \ | |/
| * btrfs: allow mounting btrfs subvolumes with different ro/rw optionsHarald Hoyer2014-04-101-0/+22
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+1
|\ \ | |/ |/|
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* | btrfs: Cleanup the old btrfs_worker.Qu Wenruo2014-03-101-8/+0
* | btrfs: Replace fs_info->scrub_* workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-2/+2
* | btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-1/+1
* | btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-1/+0
* | btrfs: Replace fs_info->readahead_workers workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-1/+1
* | btrfs: Replace fs_info->cache_workers workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-1/+1
* | btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-5/+6
* | btrfs: Replace fs_info->submit_workers with btrfs_workqueue.Qu Wenruo2014-03-101-1/+1
* | btrfs: Replace fs_info->delalloc_workers with btrfs_workqueueQu Wenruo2014-03-101-1/+1
* | btrfs: Replace fs_info->workers with btrfs_workqueue.Qu Wenruo2014-03-101-1/+1
* | btrfs: wake up transaction thread upon remountJustin Maggard2014-03-101-0/+1
* | Btrfs: unset DCACHE_DISCONNECTED when mounting default subvolJosef Bacik2014-02-141-1/+8
* | Btrfs: fix max_inline mount optionMitch Harder2014-02-141-1/+1
|/
* Btrfs: use late_initcall instead of module_initFilipe David Borba Manana2014-02-031-1/+1
* btrfs: Cleanup the btrfs_parse_options for remount.Qu Wenruo2014-01-281-60/+77
* btrfs: Add noinode_cache mount optionQu Wenruo2014-01-281-2/+8
* Btrfs: fix btrfs boot when compiled as built-inFilipe David Borba Manana2014-01-281-1/+9
* Btrfs: add support for inode propertiesFilipe David Borba Manana2014-01-281-0/+3
* btrfs: Add treelog mount option.Qu Wenruo2014-01-281-1/+7
* btrfs: Add datasum mount option.Qu Wenruo2014-01-281-0/+10
* btrfs: Add datacow mount option.Qu Wenruo2014-01-281-1/+7
* btrfs: Add acl mount option.Qu Wenruo2014-01-281-1/+5
* btrfs: Add noflushoncommit mount option.Qu Wenruo2014-01-281-1/+7
OpenPOWER on IntegriCloud