summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-0/+7
|\
| * btrfs: Convert to separately allocated bdiJan Kara2017-04-201-0/+7
* | btrfs: drop the nossd flag when remounting with -o ssdAdam Borowski2017-04-111-0/+3
|/
* btrfs: remove unused parameter from btrfs_fill_superDavid Sterba2017-02-171-3/+2Star
* Btrfs: ACCESS_ONCE cleanupSeraphime Kirkovski2017-02-141-1/+1
* Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-161-77/+61Star
|\
| * btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney2016-12-061-2/+2
| * btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney2016-12-061-3/+2Star
| * btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney2016-12-061-62/+50Star
| * btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-1/+1
| * btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney2016-12-061-6/+7
| * btrfs: remove stale comment from btrfs_statfsDavid Sterba2016-11-301-4/+0Star
* | btrfs: better handle btrfs_printk() defaultsPetr Mladek2016-12-151-9/+3Star
* | printk/btrfs: handle more message headersPetr Mladek2016-12-131-11/+15
|/
* btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-4/+6
* btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-261-7/+5Star
* btrfs: unsplit printed stringsJeff Mahoney2016-09-261-16/+26
* Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-261-1/+1
* btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang2016-08-251-0/+16
* btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney2016-07-261-5/+7
* btrfs: tests, move initialization into tests/Jeff Mahoney2016-07-261-43/+0Star
* btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney2016-07-261-64/+68
* btrfs: prefix fsid to all trace eventsJeff Mahoney2016-07-261-1/+1
* btrfs: remove obsolete part of comment in statfsDavid Sterba2016-07-261-3/+0Star
* btrfs: Add ratelimit to btrfs printingNikolay Borisov2016-07-261-2/+24
* btrfs: avoid blocking open_ctree from cleaner_kthreadZygo Blaxell2016-06-171-0/+2
* btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney2016-06-171-1/+1
* Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2016-06-081-2/+3
|\
| * btrfs: advertise which crc32c implementation is being used at module loadJeff Mahoney2016-06-061-2/+3
* | Btrfs: self-tests: Support testing all possible sectorsizes and nodesizesFeifei Xu2016-06-061-22/+32
* | Btrfs: self-tests: Support non-4k page sizeFeifei Xu2016-06-021-6/+10
|/
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-4/+4
|\
| * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-4/+4
* | Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-05-171-1/+1
|\ \
| * | Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana2016-05-131-1/+1
| |/
* | Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba2016-05-161-20/+16Star
|\ \
| * | btrfs: fix typos in commentsLuis de Bethencourt2016-04-281-7/+7
| * | btrfs: remove save_error_info()Anand Jain2016-04-281-10/+6Star
| * | btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain2016-04-281-3/+3
| |/
* | btrfs: avoid overflowing f_bfreeLuis de Bethencourt2016-05-061-1/+5
* | btrfs: fix mixed block count of available spaceLuis de Bethencourt2016-05-061-3/+13
|/
* btrfs: rename btrfs_print_info to btrfs_print_mod_infoAnand Jain2016-03-111-2/+2
* Merge branch 'dev/control-ioctl' into for-chris-4.6David Sterba2016-02-261-0/+3
|\
| * btrfs: drop unused argument in btrfs_ioctl_get_supported_featuresDavid Sterba2016-02-231-2/+1Star
| * btrfs: add GET_SUPPORTED_FEATURES to the control device ioctlsDavid Sterba2016-02-231-0/+4
* | btrfs: Introduce new mount option alias for nologreplayQu Wenruo2016-02-121-1/+3
* | btrfs: Introduce new mount option to disable tree log replayQu Wenruo2016-02-121-3/+25
* | btrfs: Introduce new mount option usebackuproot to replace recoveryQu Wenruo2016-02-121-6/+9
|/
* Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-221-7/+22
|\
| * Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-201-7/+22
| |\