summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-10btrfs: properly report 0 avail for very full file systemsJosef Bacik1-1/+1
2021-01-19btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana1-0/+8
2020-09-03btrfs: reset compression level for lzo on remountMarcos Paulo de Souza1-0/+1
2020-08-26btrfs: don't show full path of bind mounts in subvol=Josef Bacik1-2/+8
2020-08-26btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza1-4/+4
2020-08-21btrfs: fix messages after changing compression level by remountDavid Sterba1-5/+9
2020-08-21btrfs: don't traverse into the seed devices in show_devnameAnand Jain1-14/+7
2020-02-19btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba1-0/+2
2020-02-05btrfs: do not zero f_bavail if we have available spaceJosef Bacik1-1/+9
2019-12-01btrfs: avoid link error with CONFIG_NO_AUTO_INLINEArnd Bergmann1-3/+3
2019-02-06btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman1-0/+3
2018-12-05Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana1-0/+1
2018-08-06btrfs: Use wrapper macro for rcu string to remove duplicate codeMisono Tomohiro1-6/+3
2018-08-06Btrfs: fix btrfs_write_inode vs delayed iput deadlockJosef Bacik1-1/+0
2018-08-06btrfs: refactor block group replication factor calculation to a helperDavid Sterba1-8/+3
2018-08-06btrfs: rename btrfs_parse_early_optionsAnand Jain1-7/+6
2018-08-06btrfs: return device pointer from btrfs_scan_one_deviceGu Jinxiang1-13/+21
2018-08-06btrfs: make fs_devices a local variable in btrfs_parse_early_optionsGu Jinxiang1-3/+4
2018-08-06btrfs: fix mount and ioctl device scan ioctl raceDavid Sterba1-6/+6
2018-08-06btrfs: reorder initialization before the mount locks uuid_mutexDavid Sterba1-16/+14
2018-08-06btrfs: lift uuid_mutex to callers of btrfs_parse_early_optionsDavid Sterba1-2/+4
2018-08-06btrfs: lift uuid_mutex to callers of btrfs_open_devicesDavid Sterba1-0/+2
2018-08-06btrfs: lift uuid_mutex to callers of btrfs_scan_one_deviceDavid Sterba1-1/+11
2018-08-06btrfs: remove unused parameter from btrfs_parse_subvol_optionsGu Jinxiang1-4/+4
2018-08-06btrfs: prune unused includesDavid Sterba1-3/+0
2018-08-06btrfs: Fix a C compliance issueBart Van Assche1-3/+3
2018-08-06btrfs: Annotate fall-through when parsing mount optionBart Van Assche1-0/+1
2018-05-28Btrfs: allow empty subvol= againOmar Sandoval1-0/+3
2018-05-28btrfs: return original error code when failing from option parsingChengguang Xu1-3/+1
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