aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-31btrfs: use RCU in btrfs_show_devname for device list traversalDavid Sterba1-5/+10
2018-03-31btrfs: sort and group mount option definitionsDavid Sterba1-53/+86
2018-03-31btrfs: Add nossd_spread mount optionHoward McLauchlan1-4/+7
2018-03-26btrfs: unify types for metadata_ratio and data_chunk_allocationsAnand Jain1-1/+1
2018-03-26btrfs: add more __cold annotationsDavid Sterba1-1/+1
2018-03-26btrfs: verify subvolid mount parameterAnand Jain1-12/+9
2018-03-26btrfs: Remove custom crc32c init codeNikolay Borisov1-10/+4
2018-03-26btrfs: add a comment to mark the deprecated mount optionAnand Jain1-2/+2
2018-03-26btrfs: manage commit mount option as %uAnand Jain1-16/+10
2018-03-26btrfs: manage check_int_print_mask mount option as %uAnand Jain1-11/+5
2018-03-26btrfs: manage metadata_ratio mount option as %uAnand Jain1-12/+6
2018-03-26btrfs: manage thread_pool mount option as %uAnand Jain1-7/+6
2018-03-01btrfs: use kvzalloc to allocate btrfs_fs_infoJeff Mahoney1-1/+1
2018-01-22btrfS: collapse btrfs_handle_error() into __btrfs_handle_fs_error()Anand Jain1-24/+17
2018-01-22btrfs: remove check for BTRFS_FS_STATE_ERROR which we just setAnand Jain1-14/+12
2018-01-22btrfs: factor btrfs_check_rw_degradable() to check given deviceAnand Jain1-1/+1
2018-01-22btrfs: drop unused parameters from mount_subvolDavid Sterba1-4/+2
2018-01-22btrfs: cleanup unnecessary string dup in btrfs_parse_options()Misono, Tomohiro1-12/+1
2018-01-22btrfs: remove unused arg from parse_subvol_options()Misono, Tomohiro1-2/+2
2018-01-22btrfs: remove unused setup_root_args()Misono, Tomohiro1-36/+0
2018-01-22btrfs: split parse_early_options() in twoMisono, Tomohiro1-25/+57
2018-01-22btrfs: cleanup btrfs_mount() using btrfs_mount_root()Misono, Tomohiro1-130/+63
2018-01-22btrfs: add btrfs_mount_root() and new file_system_typeMisono, Tomohiro1-0/+123
2018-01-22btrfs: remove duplicate includesPravin Shedge1-1/+0
2018-01-22btrfs: show options: use helper to convert compression type stringDavid Sterba1-7/+2
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTAnand Jain1-1/+2
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_MISSINGAnand Jain1-1/+1
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATAAnand Jain1-2/+3
2018-01-22Btrfs: add __init macro to btrfs init functionsLiu Bo1-2/+2
2017-11-29Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-2/+11
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-25/+25
2017-11-27btrfs: Fix wild memory access in compression level parserQu Wenruo1-2/+11
2017-11-01btrfs: allow setting zlib compression level via :9Adam Borowski1-1/+1
2017-11-01btrfs: allow to set compression level for zlibDavid Sterba1-2/+6
2017-10-30btrfs: Replace opencoded sizes with their symbolic constantsNikolay Borisov1-1/+1
2017-10-30btrfs: add ref-verify mount optionJosef Bacik1-0/+17
2017-10-30btrfs: use appropriate replacements for __sb_{start,end}_write callsRakesh Pandit1-2/+2
2017-10-30btrfs: convert all mount option checking code to use btrfs_test_optSatoru Takeuchi1-1/+1
2017-10-30btrfs: avoid null pointer dereference on fs_info when calling btrfs_critColin Ian King1-2/+2
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett1-1/+1
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+5
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+11
2017-08-21btrfs: Do not use data_alloc_cluster in ssd modeHans van Kranenburg1-7/+9
2017-08-16btrfs: prepare for extensions in compression optionsDavid Sterba1-2/+2
2017-08-16btrfs: use GFP_KERNEL in mount and remountDavid Sterba1-7/+8
2017-08-16btrfs: Do chunk level check for degraded remountQu Wenruo1-2/+1
2017-08-16btrfs: resume qgroup rescan on rw remountAleksa Sarai1-0/+2
2017-08-16btrfs: backref, add tracepoints for prelim_ref insertion and mergingJeff Mahoney1-0/+1
2017-08-15btrfs: Add zstd supportNick Terrell1-1/+11