aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-2/+2
2019-05-01btrfs: use ->free_inode()Gravatar Al Viro 1-0/+1
2019-04-29btrfs: drop unused parameter in mount_subvolGravatar Anand Jain 1-2/+2
2019-02-25btrfs: add zstd compression level supportGravatar Dennis Zhou 1-1/+5
2019-02-25btrfs: change set_level() to bound the level passed inGravatar Dennis Zhou 1-1/+3
2019-02-25btrfs: introduce new ioctl to unregister a btrfs deviceGravatar Anand Jain 1-0/+3
2019-02-03Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3
2019-01-30btrfs: On error always free subvol_name in btrfs_mountGravatar Eric W. Biederman 1-0/+3
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-71/+11
2018-12-21LSM: hide struct security_mnt_opts from any generic codeGravatar Al Viro 1-6/+4
2018-12-21btrfs: sanitize security_mnt_opts useGravatar Al Viro 1-54/+9
2018-12-21new helper: security_sb_eat_lsm_opts()Gravatar Al Viro 1-14/+1
2018-12-17btrfs: Fix typos in comments and stringsGravatar Andrea Gelmini 1-4/+4
2018-12-17btrfs: Remove fsid/metadata_fsid fields from btrfs_infoGravatar Nikolay Borisov 1-1/+1
2018-11-14Btrfs: ensure path name is null terminated at btrfs_control_ioctlGravatar Filipe Manana 1-0/+1
2018-11-06btrfs: avoid link error with CONFIG_NO_AUTO_INLINEGravatar Arnd Bergmann 1-3/+3
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootGravatar Misono Tomohiro 1-2/+4
2018-08-06btrfs: Use wrapper macro for rcu string to remove duplicate codeGravatar Misono Tomohiro 1-6/+3
2018-08-06Btrfs: fix btrfs_write_inode vs delayed iput deadlockGravatar Josef Bacik 1-1/+0
2018-08-06btrfs: refactor block group replication factor calculation to a helperGravatar David Sterba 1-8/+3
2018-08-06btrfs: rename btrfs_parse_early_optionsGravatar Anand Jain 1-7/+6
2018-08-06btrfs: return device pointer from btrfs_scan_one_deviceGravatar Gu Jinxiang 1-13/+21
2018-08-06btrfs: make fs_devices a local variable in btrfs_parse_early_optionsGravatar Gu Jinxiang 1-3/+4
2018-08-06btrfs: fix mount and ioctl device scan ioctl raceGravatar David Sterba 1-6/+6
2018-08-06btrfs: reorder initialization before the mount locks uuid_mutexGravatar David Sterba 1-16/+14
2018-08-06btrfs: lift uuid_mutex to callers of btrfs_parse_early_optionsGravatar David Sterba 1-2/+4
2018-08-06btrfs: lift uuid_mutex to callers of btrfs_open_devicesGravatar David Sterba 1-0/+2
2018-08-06btrfs: lift uuid_mutex to callers of btrfs_scan_one_deviceGravatar David Sterba 1-1/+11
2018-08-06btrfs: remove unused parameter from btrfs_parse_subvol_optionsGravatar Gu Jinxiang 1-4/+4
2018-08-06btrfs: prune unused includesGravatar David Sterba 1-3/+0
2018-08-06btrfs: Fix a C compliance issueGravatar Bart Van Assche 1-3/+3
2018-08-06btrfs: Annotate fall-through when parsing mount optionGravatar Bart Van Assche 1-0/+1
2018-05-28Btrfs: allow empty subvol= againGravatar Omar Sandoval 1-0/+3
2018-05-28btrfs: return original error code when failing from option parsingGravatar Chengguang Xu 1-3/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1
2018-03-31btrfs: use RCU in btrfs_show_devname for device list traversalGravatar David Sterba 1-5/+10
2018-03-31btrfs: sort and group mount option definitionsGravatar David Sterba 1-53/+86
2018-03-31btrfs: Add nossd_spread mount optionGravatar Howard McLauchlan 1-4/+7
2018-03-26btrfs: unify types for metadata_ratio and data_chunk_allocationsGravatar Anand Jain 1-1/+1
2018-03-26btrfs: add more __cold annotationsGravatar David Sterba 1-1/+1
2018-03-26btrfs: verify subvolid mount parameterGravatar Anand Jain 1-12/+9
2018-03-26btrfs: Remove custom crc32c init codeGravatar Nikolay Borisov 1-10/+4
2018-03-26btrfs: add a comment to mark the deprecated mount optionGravatar Anand Jain 1-2/+2
2018-03-26btrfs: manage commit mount option as %uGravatar Anand Jain 1-16/+10
2018-03-26btrfs: manage check_int_print_mask mount option as %uGravatar Anand Jain 1-11/+5
2018-03-26btrfs: manage metadata_ratio mount option as %uGravatar Anand Jain 1-12/+6
2018-03-26btrfs: manage thread_pool mount option as %uGravatar Anand Jain 1-7/+6
2018-03-01btrfs: use kvzalloc to allocate btrfs_fs_infoGravatar Jeff Mahoney 1-1/+1
2018-01-22btrfS: collapse btrfs_handle_error() into __btrfs_handle_fs_error()Gravatar Anand Jain 1-24/+17
2018-01-22btrfs: remove check for BTRFS_FS_STATE_ERROR which we just setGravatar Anand Jain 1-14/+12