summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'btrfs-kdave/for-next'Stephen Rothwell2018-05-101-4/+3
|\
| * Merge branch 'ext/kilobyte/zstd-levels' into for-next-next-v4.18-20180509David Sterba2018-05-091-1/+2
| |\
| | * btrfs: allow setting zstd levelAdam Borowski2018-04-051-1/+2
| * | btrfs: return original error code when failing from option parsingChengguang Xu2018-05-091-3/+1
* | | Merge remote-tracking branch 'btrfs/next'Stephen Rothwell2018-05-101-1/+0
|\ \ \ | |/ / |/| |
| * | cgroup, writeback: replace SB_I_CGROUPWB with per-inode S_CGROUPWBTejun Heo2017-12-171-1/+0
* | | btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
| |/ |/|
* | btrfs: use RCU in btrfs_show_devname for device list traversalDavid Sterba2018-03-311-5/+10
* | btrfs: sort and group mount option definitionsDavid Sterba2018-03-311-53/+86
* | btrfs: Add nossd_spread mount optionHoward McLauchlan2018-03-311-4/+7
* | btrfs: unify types for metadata_ratio and data_chunk_allocationsAnand Jain2018-03-261-1/+1
* | btrfs: add more __cold annotationsDavid Sterba2018-03-261-1/+1
* | btrfs: verify subvolid mount parameterAnand Jain2018-03-261-12/+9
* | btrfs: Remove custom crc32c init codeNikolay Borisov2018-03-261-10/+4
* | btrfs: add a comment to mark the deprecated mount optionAnand Jain2018-03-261-2/+2
* | btrfs: manage commit mount option as %uAnand Jain2018-03-261-16/+10
* | btrfs: manage check_int_print_mask mount option as %uAnand Jain2018-03-261-11/+5
* | btrfs: manage metadata_ratio mount option as %uAnand Jain2018-03-261-12/+6
* | btrfs: manage thread_pool mount option as %uAnand Jain2018-03-261-7/+6
* | btrfs: use kvzalloc to allocate btrfs_fs_infoJeff Mahoney2018-03-011-1/+1
* | btrfS: collapse btrfs_handle_error() into __btrfs_handle_fs_error()Anand Jain2018-01-221-24/+17
* | btrfs: remove check for BTRFS_FS_STATE_ERROR which we just setAnand Jain2018-01-221-14/+12
* | btrfs: factor btrfs_check_rw_degradable() to check given deviceAnand Jain2018-01-221-1/+1
* | btrfs: drop unused parameters from mount_subvolDavid Sterba2018-01-221-4/+2
* | btrfs: cleanup unnecessary string dup in btrfs_parse_options()Misono, Tomohiro2018-01-221-12/+1
* | btrfs: remove unused arg from parse_subvol_options()Misono, Tomohiro2018-01-221-2/+2
* | btrfs: remove unused setup_root_args()Misono, Tomohiro2018-01-221-36/+0
* | btrfs: split parse_early_options() in twoMisono, Tomohiro2018-01-221-25/+57
* | btrfs: cleanup btrfs_mount() using btrfs_mount_root()Misono, Tomohiro2018-01-221-130/+63
* | btrfs: add btrfs_mount_root() and new file_system_typeMisono, Tomohiro2018-01-221-0/+123
* | btrfs: remove duplicate includesPravin Shedge2018-01-221-1/+0
* | btrfs: show options: use helper to convert compression type stringDavid Sterba2018-01-221-7/+2
* | btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTAnand Jain2018-01-221-1/+2
* | btrfs: cleanup device states define BTRFS_DEV_STATE_MISSINGAnand Jain2018-01-221-1/+1
* | btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATAAnand Jain2018-01-221-2/+3
* | Btrfs: add __init macro to btrfs init functionsLiu Bo2018-01-221-2/+2
|/
* Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-291-2/+11
|\
| * btrfs: Fix wild memory access in compression level parserQu Wenruo2017-11-271-2/+11
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-25/+25
|/
* btrfs: allow setting zlib compression level via :9Adam Borowski2017-11-011-1/+1
* btrfs: allow to set compression level for zlibDavid Sterba2017-11-011-2/+6
* btrfs: Replace opencoded sizes with their symbolic constantsNikolay Borisov2017-10-301-1/+1
* btrfs: add ref-verify mount optionJosef Bacik2017-10-301-0/+17
* btrfs: use appropriate replacements for __sb_{start,end}_write callsRakesh Pandit2017-10-301-2/+2
* btrfs: convert all mount option checking code to use btrfs_test_optSatoru Takeuchi2017-10-301-1/+1
* btrfs: avoid null pointer dereference on fs_info when calling btrfs_critColin Ian King2017-10-301-2/+2
* Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-181-1/+1
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-6/+5
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-6/+5
* | Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-141-1/+11
|\ \