aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-09btrfs: move sysfs declarations out of ctree.hDavid Sterba1-0/+1
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik1-0/+1
2019-09-09btrfs: Refactor btrfs_calc_avail_data_spaceNikolay Borisov1-20/+10
2019-07-02btrfs: move space_info to space-info.hJosef Bacik1-0/+1
2019-07-02btrfs: use raid_attr for minimum stripe count in btrfs_calc_avail_data_spaceDavid Sterba1-8/+5
2019-07-02btrfs: use raid_attr to adjust minimal stripe size in btrfs_calc_avail_data_spaceDavid Sterba1-4/+5
2019-07-01btrfs: directly call into crypto framework for checksummingJohannes Thumshirn1-0/+1
2019-07-01btrfs: Remove unused variable mode in btrfs_mountGoldwyn Rodrigues1-4/+0
2019-07-01btrfs: detect fast implementation of crc32c on all architecturesDavid Sterba1-0/+2
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-2/+2
2019-05-01btrfs: use ->free_inode()Al Viro1-0/+1
2019-04-29btrfs: drop unused parameter in mount_subvolAnand Jain1-2/+2
2019-02-25btrfs: add zstd compression level supportDennis Zhou1-1/+5
2019-02-25btrfs: change set_level() to bound the level passed inDennis Zhou1-1/+3
2019-02-25btrfs: introduce new ioctl to unregister a btrfs deviceAnand Jain1-0/+3
2019-02-03Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+3
2019-01-30btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman1-0/+3
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-71/+11
2018-12-21LSM: hide struct security_mnt_opts from any generic codeAl Viro1-6/+4
2018-12-21btrfs: sanitize security_mnt_opts useAl Viro1-54/+9
2018-12-21new helper: security_sb_eat_lsm_opts()Al Viro1-14/+1
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-4/+4
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov1-1/+1
2018-11-14Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana1-0/+1
2018-11-06btrfs: avoid link error with CONFIG_NO_AUTO_INLINEArnd Bergmann1-3/+3
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro1-2/+4
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