summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney2016-09-261-4/+6
* btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-261-7/+5
* 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/+0
* 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/+0
* 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/+16
|\ \
| * | btrfs: fix typos in commentsLuis de Bethencourt2016-04-281-7/+7
| * | btrfs: remove save_error_info()Anand Jain2016-04-281-10/+6
| * | 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/+1
| * 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-191-7/+22
| |\
| | * Btrfs: fix output of compression message in btrfs_parse_options()Tsutomu Itoh2016-01-151-7/+22
* | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-181-11/+73
|\| |
| * | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-111-1/+1
| |\ \
| | * | Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-1/+1
| * | | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason2016-01-111-1/+25
| |\ \ \ | | | |/ | | |/|
| | * | btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba2016-01-071-0/+24
| | * | btrfs: constify static arraysDavid Sterba2016-01-071-1/+1
| | |/
| * | Merge branch 'freespace-tree' into for-linus-4.5Chris Mason2015-12-181-9/+47
| |\ \ | | |/ | |/|
| | * Btrfs: add free space tree mount optionOmar Sandoval2015-12-171-9/+44
| | * Btrfs: add free space tree sanity testsOmar Sandoval2015-12-171-0/+3
* | | fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-3/+1
|/ /
* | Btrfs: add fragment=* debug mount optionJosef Bacik2015-10-211-0/+30
* | Btrfs: __btrfs_std_error() logic should be consistent w/out CONFIG_PRINTK def...Anand Jain2015-09-291-22/+5
|/
* Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-251-2/+0
|\