aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
AgeCommit message (Expand)Author
2019-02-19btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman
2018-12-15Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana
2018-09-15btrfs: fix mount and ioctl device scan ioctl raceDavid Sterba
2018-09-15btrfs: reorder initialization before the mount locks uuid_mutexDavid Sterba
2018-09-15btrfs: lift uuid_mutex to callers of btrfs_parse_early_optionsDavid Sterba
2018-09-15btrfs: lift uuid_mutex to callers of btrfs_scan_one_deviceDavid Sterba
2018-09-15btrfs: Fix a C compliance issueBart Van Assche
2018-09-15btrfs: lift uuid_mutex to callers of btrfs_open_devicesDavid Sterba
2018-09-05Btrfs: fix btrfs_write_inode vs delayed iput deadlockJosef Bacik
2018-05-28Btrfs: allow empty subvol= againOmar Sandoval
2018-05-28btrfs: return original error code when failing from option parsingChengguang Xu
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-31btrfs: use RCU in btrfs_show_devname for device list traversalDavid Sterba
2018-03-31btrfs: sort and group mount option definitionsDavid Sterba
2018-03-31btrfs: Add nossd_spread mount optionHoward McLauchlan
2018-03-26btrfs: unify types for metadata_ratio and data_chunk_allocationsAnand Jain
2018-03-26btrfs: add more __cold annotationsDavid Sterba
2018-03-26btrfs: verify subvolid mount parameterAnand Jain
2018-03-26btrfs: Remove custom crc32c init codeNikolay Borisov
2018-03-26btrfs: add a comment to mark the deprecated mount optionAnand Jain
2018-03-26btrfs: manage commit mount option as %uAnand Jain
2018-03-26btrfs: manage check_int_print_mask mount option as %uAnand Jain
2018-03-26btrfs: manage metadata_ratio mount option as %uAnand Jain
2018-03-26btrfs: manage thread_pool mount option as %uAnand Jain
2018-03-01btrfs: use kvzalloc to allocate btrfs_fs_infoJeff Mahoney
2018-01-22btrfS: collapse btrfs_handle_error() into __btrfs_handle_fs_error()Anand Jain
2018-01-22btrfs: remove check for BTRFS_FS_STATE_ERROR which we just setAnand Jain
2018-01-22btrfs: factor btrfs_check_rw_degradable() to check given deviceAnand Jain
2018-01-22btrfs: drop unused parameters from mount_subvolDavid Sterba
2018-01-22btrfs: cleanup unnecessary string dup in btrfs_parse_options()Misono, Tomohiro
2018-01-22btrfs: remove unused arg from parse_subvol_options()Misono, Tomohiro
2018-01-22btrfs: remove unused setup_root_args()Misono, Tomohiro
2018-01-22btrfs: split parse_early_options() in twoMisono, Tomohiro
2018-01-22btrfs: cleanup btrfs_mount() using btrfs_mount_root()Misono, Tomohiro
2018-01-22btrfs: add btrfs_mount_root() and new file_system_typeMisono, Tomohiro
2018-01-22btrfs: remove duplicate includesPravin Shedge
2018-01-22btrfs: show options: use helper to convert compression type stringDavid Sterba
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGTAnand Jain
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_MISSINGAnand Jain
2018-01-22btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATAAnand Jain
2018-01-22Btrfs: add __init macro to btrfs init functionsLiu Bo
2017-11-29Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-27btrfs: Fix wild memory access in compression level parserQu Wenruo
2017-11-01btrfs: allow setting zlib compression level via :9Adam Borowski
2017-11-01btrfs: allow to set compression level for zlibDavid Sterba
2017-10-30btrfs: Replace opencoded sizes with their symbolic constantsNikolay Borisov
2017-10-30btrfs: add ref-verify mount optionJosef Bacik
2017-10-30btrfs: use appropriate replacements for __sb_{start,end}_write callsRakesh Pandit
2017-10-30btrfs: convert all mount option checking code to use btrfs_test_optSatoru Takeuchi