summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana2021-01-191-0/+8
* btrfs: reset compression level for lzo on remountMarcos Paulo de Souza2020-09-031-0/+1
* btrfs: don't show full path of bind mounts in subvol=Josef Bacik2020-08-261-2/+8
* btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza2020-08-261-4/+4
* btrfs: fix messages after changing compression level by remountDavid Sterba2020-08-211-5/+9
* btrfs: don't traverse into the seed devices in show_devnameAnand Jain2020-08-211-14/+7
* btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba2020-02-191-0/+2
* btrfs: do not zero f_bavail if we have available spaceJosef Bacik2020-02-051-1/+9
* btrfs: avoid link error with CONFIG_NO_AUTO_INLINEArnd Bergmann2019-12-011-3/+3
* btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman2019-02-061-0/+3
* Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana2018-12-051-0/+1
* btrfs: Use wrapper macro for rcu string to remove duplicate codeMisono Tomohiro2018-08-061-6/+3
* Btrfs: fix btrfs_write_inode vs delayed iput deadlockJosef Bacik2018-08-061-1/+0
* btrfs: refactor block group replication factor calculation to a helperDavid Sterba2018-08-061-8/+3
* btrfs: rename btrfs_parse_early_optionsAnand Jain2018-08-061-7/+6
* btrfs: return device pointer from btrfs_scan_one_deviceGu Jinxiang2018-08-061-13/+21
* btrfs: make fs_devices a local variable in btrfs_parse_early_optionsGu Jinxiang2018-08-061-3/+4
* btrfs: fix mount and ioctl device scan ioctl raceDavid Sterba2018-08-061-6/+6
* btrfs: reorder initialization before the mount locks uuid_mutexDavid Sterba2018-08-061-16/+14
* btrfs: lift uuid_mutex to callers of btrfs_parse_early_optionsDavid Sterba2018-08-061-2/+4
* btrfs: lift uuid_mutex to callers of btrfs_open_devicesDavid Sterba2018-08-061-0/+2
* btrfs: lift uuid_mutex to callers of btrfs_scan_one_deviceDavid Sterba2018-08-061-1/+11
* btrfs: remove unused parameter from btrfs_parse_subvol_optionsGu Jinxiang2018-08-061-4/+4
* btrfs: prune unused includesDavid Sterba2018-08-061-3/+0
* btrfs: Fix a C compliance issueBart Van Assche2018-08-061-3/+3
* btrfs: Annotate fall-through when parsing mount optionBart Van Assche2018-08-061-0/+1
* Btrfs: allow empty subvol= againOmar Sandoval2018-05-281-0/+3
* btrfs: return original error code when failing from option parsingChengguang Xu2018-05-281-3/+1
* 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