aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
AgeCommit message (Expand)Author
2020-09-17btrfs: fix messages after changing compression level by remountDavid Sterba
2020-09-17btrfs: don't traverse into the seed devices in show_devnameAnand Jain
2020-05-04btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba
2020-04-16btrfs: do not zero f_bavail if we have available spaceJosef Bacik
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2019-05-01btrfs: use ->free_inode()Al Viro
2019-04-29btrfs: drop unused parameter in mount_subvolAnand Jain
2019-02-25btrfs: add zstd compression level supportDennis Zhou
2019-02-25btrfs: change set_level() to bound the level passed inDennis Zhou
2019-02-25btrfs: introduce new ioctl to unregister a btrfs deviceAnand Jain
2019-02-03Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-01-30btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-12-21LSM: hide struct security_mnt_opts from any generic codeAl Viro
2018-12-21btrfs: sanitize security_mnt_opts useAl Viro
2018-12-21new helper: security_sb_eat_lsm_opts()Al Viro
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov
2018-11-14Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana
2018-11-06btrfs: avoid link error with CONFIG_NO_AUTO_INLINEArnd Bergmann
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro
2018-08-06btrfs: Use wrapper macro for rcu string to remove duplicate codeMisono Tomohiro
2018-08-06Btrfs: fix btrfs_write_inode vs delayed iput deadlockJosef Bacik
2018-08-06btrfs: refactor block group replication factor calculation to a helperDavid Sterba
2018-08-06btrfs: rename btrfs_parse_early_optionsAnand Jain
2018-08-06btrfs: return device pointer from btrfs_scan_one_deviceGu Jinxiang
2018-08-06btrfs: make fs_devices a local variable in btrfs_parse_early_optionsGu Jinxiang
2018-08-06btrfs: fix mount and ioctl device scan ioctl raceDavid Sterba
2018-08-06btrfs: reorder initialization before the mount locks uuid_mutexDavid Sterba
2018-08-06btrfs: lift uuid_mutex to callers of btrfs_parse_early_optionsDavid Sterba
2018-08-06btrfs: lift uuid_mutex to callers of btrfs_open_devicesDavid Sterba
2018-08-06btrfs: lift uuid_mutex to callers of btrfs_scan_one_deviceDavid Sterba
2018-08-06btrfs: remove unused parameter from btrfs_parse_subvol_optionsGu Jinxiang
2018-08-06btrfs: prune unused includesDavid Sterba
2018-08-06btrfs: Fix a C compliance issueBart Van Assche
2018-08-06btrfs: Annotate fall-through when parsing mount optionBart Van Assche
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