aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-77/+61
2016-12-14btrfs: better handle btrfs_printk() defaultsPetr Mladek1-9/+3
2016-12-12printk/btrfs: handle more message headersPetr Mladek1-11/+15
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-2/+2
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney1-3/+2
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-62/+50
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-1/+1
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney1-6/+7
2016-11-30btrfs: remove stale comment from btrfs_statfsDavid Sterba1-4/+0
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-4/+6
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney1-7/+5
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-16/+26
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-1/+1
2016-08-25btrfs: fix fsfreeze hang caused by delayed iputs dealWang Xiaoguang1-0/+16
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-5/+7
2016-07-26btrfs: tests, move initialization into tests/Jeff Mahoney1-43/+0
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney1-64/+68
2016-07-26btrfs: prefix fsid to all trace eventsJeff Mahoney1-1/+1
2016-07-26btrfs: remove obsolete part of comment in statfsDavid Sterba1-3/+0
2016-07-26btrfs: Add ratelimit to btrfs printingNikolay Borisov1-2/+24
2016-06-17btrfs: avoid blocking open_ctree from cleaner_kthreadZygo Blaxell1-0/+2
2016-06-17btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney1-1/+1
2016-06-08Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.7Chris Mason1-2/+3
2016-06-06Btrfs: self-tests: Support testing all possible sectorsizes and nodesizesFeifei Xu1-22/+32
2016-06-06btrfs: advertise which crc32c implementation is being used at module loadJeff Mahoney1-2/+3
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu1-6/+10
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-4/+4
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-4/+4
2016-05-17Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.7Chris Mason1-1/+1
2016-05-16Merge branch 'cleanups-4.7' into for-chris-4.7-20160516David Sterba1-20/+16
2016-05-13Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana1-1/+1
2016-05-06btrfs: avoid overflowing f_bfreeLuis de Bethencourt1-1/+5
2016-05-06btrfs: fix mixed block count of available spaceLuis de Bethencourt1-3/+13
2016-04-28btrfs: fix typos in commentsLuis de Bethencourt1-7/+7
2016-04-28btrfs: remove save_error_info()Anand Jain1-10/+6
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain1-3/+3
2016-03-11btrfs: rename btrfs_print_info to btrfs_print_mod_infoAnand Jain1-2/+2
2016-02-26Merge branch 'dev/control-ioctl' into for-chris-4.6David Sterba1-0/+3
2016-02-23btrfs: drop unused argument in btrfs_ioctl_get_supported_featuresDavid Sterba1-2/+1
2016-02-23btrfs: add GET_SUPPORTED_FEATURES to the control device ioctlsDavid Sterba1-0/+4
2016-02-12btrfs: Introduce new mount option alias for nologreplayQu Wenruo1-1/+3
2016-02-12btrfs: Introduce new mount option to disable tree log replayQu Wenruo1-3/+25
2016-02-12btrfs: Introduce new mount option usebackuproot to replace recoveryQu Wenruo1-6/+9
2016-01-22Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-7/+22
2016-01-19Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-7/+22
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-11/+73
2016-01-15Btrfs: fix output of compression message in btrfs_parse_options()Tsutomu Itoh1-7/+22
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-1/+1
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason1-1/+25
2016-01-07btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba1-0/+24