summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: move space_info to space-info.hJosef Bacik2019-07-021-0/+1
* btrfs: use raid_attr for minimum stripe count in btrfs_calc_avail_data_spaceDavid Sterba2019-07-021-8/+5
* btrfs: use raid_attr to adjust minimal stripe size in btrfs_calc_avail_data_s...David Sterba2019-07-021-4/+5
* btrfs: directly call into crypto framework for checksummingJohannes Thumshirn2019-07-011-0/+1
* btrfs: Remove unused variable mode in btrfs_mountGoldwyn Rodrigues2019-07-011-4/+0
* btrfs: detect fast implementation of crc32c on all architecturesDavid Sterba2019-07-011-0/+2
* Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-05-071-2/+2
|\
| * btrfs: drop unused parameter in mount_subvolAnand Jain2019-04-291-2/+2
* | btrfs: use ->free_inode()Al Viro2019-05-011-0/+1
|/
* btrfs: add zstd compression level supportDennis Zhou2019-02-251-1/+5
* btrfs: change set_level() to bound the level passed inDennis Zhou2019-02-251-1/+3
* btrfs: introduce new ioctl to unregister a btrfs deviceAnand Jain2019-02-251-0/+3
* Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-02-031-0/+3
|\
| * btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman2019-01-301-0/+3
* | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-051-71/+11
|\ \ | |/ |/|
| * LSM: hide struct security_mnt_opts from any generic codeAl Viro2018-12-211-6/+4
| * btrfs: sanitize security_mnt_opts useAl Viro2018-12-211-54/+9
| * new helper: security_sb_eat_lsm_opts()Al Viro2018-12-211-14/+1
* | btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-4/+4
* | btrfs: Remove fsid/metadata_fsid fields from btrfs_infoNikolay Borisov2018-12-171-1/+1
* | Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana2018-11-141-0/+1
* | btrfs: avoid link error with CONFIG_NO_AUTO_INLINEArnd Bergmann2018-11-061-3/+3
|/
* btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-151-2/+4
* 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