aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-09btrfs: warn when remount will not change the free space treeGravatar Boris Burkov 1-0/+16
2020-12-09btrfs: use superblock state to print space_cache mount optionGravatar Boris Burkov 1-2/+2
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheGravatar Boris Burkov 1-3/+7
2020-12-09btrfs: clear oneshot options on mount and remountGravatar Boris Burkov 1-0/+1
2020-12-09btrfs: lift read-write mount setup from mount and remountGravatar Boris Burkov 1-31/+6
2020-12-09btrfs: remove inode number cache featureGravatar Nikolay Borisov 1-10/+3
2020-12-09btrfs: disallow space_cache in ZONED modeGravatar Naohiro Aota 1-2/+11
2020-12-09btrfs: check and enable ZONED modeGravatar Naohiro Aota 1-0/+1
2020-12-09btrfs: get zone information of zoned block devicesGravatar Naohiro Aota 1-0/+5
2020-12-08btrfs: remove stub device info from messages when we have no fs_infoGravatar David Sterba 1-3/+7
2020-12-08btrfs: locking: rip out path->leave_spinningGravatar Josef Bacik 1-2/+0
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsGravatar David Sterba 1-1/+1
2020-12-08btrfs: generate lockdep keyset names at compile timeGravatar David Sterba 1-2/+0
2020-12-08btrfs: introduce mount option rescue=allGravatar Josef Bacik 1-0/+11
2020-12-08btrfs: introduce mount option rescue=ignoredatacsumsGravatar Josef Bacik 1-1/+11
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsGravatar Josef Bacik 1-1/+11
2020-12-08btrfs: show rescue=usebackuproot in /proc/mountsGravatar Josef Bacik 1-0/+2
2020-12-08btrfs: add a helper to print out rescue= optionsGravatar Josef Bacik 1-1/+8
2020-12-08btrfs: unify the ro checking for mount optionsGravatar Josef Bacik 1-7/+16
2020-10-07btrfs: kill the RCU protection for fs_info->space_infoGravatar Josef Bacik 1-4/+1
2020-10-07btrfs: do async reclaim for data reservationsGravatar Josef Bacik 1-0/+1
2020-08-19btrfs: reset compression level for lzo on remountGravatar Marcos Paulo de Souza 1-0/+1
2020-08-10btrfs: make sure SB_I_VERSION doesn't get unset by remountGravatar Josef Bacik 1-0/+6
2020-08-10btrfs: don't show full path of bind mounts in subvol=Gravatar Josef Bacik 1-2/+8
2020-08-10btrfs: fix messages after changing compression level by remountGravatar David Sterba 1-5/+9
2020-07-27btrfs: open-code remount flag setting in btrfs_remountGravatar Johannes Thumshirn 1-8/+5
2020-07-27btrfs: document special case error codes for fs errorsGravatar Josef Bacik 1-0/+15
2020-07-27btrfs: don't traverse into the seed devices in show_devnameGravatar Anand Jain 1-14/+7
2020-07-27btrfs: remove deprecated mount option subvolrootidGravatar David Sterba 1-6/+0
2020-07-27btrfs: remove deprecated mount option alloc_startGravatar David Sterba 1-6/+0
2020-07-27btrfs: start deprecation of mount option inode_cacheGravatar David Sterba 1-0/+2
2020-07-27btrfs: introduce "rescue=" mount optionGravatar Qu Wenruo 1-8/+73
2020-07-02btrfs: convert comments to fallthrough annotationsGravatar Marcos Paulo de Souza 1-3/+3
2020-05-25btrfs: simplify iget helpersGravatar David Sterba 1-5/+1
2020-05-25btrfs: simplify root lookup by idGravatar David Sterba 1-4/+1
2020-05-25btrfs: add more codes to decoder tableGravatar David Sterba 1-0/+9
2020-05-25btrfs: sort error decoder entriesGravatar David Sterba 1-9/+9
2020-03-23btrfs: adjust message level for unrecognized mount optionGravatar David Sterba 1-1/+1
2020-03-23btrfs: export helpers for subvolume name/id resolutionGravatar Marcos Paulo de Souza 1-4/+4
2020-03-23btrfs: add wrapper for transaction abort predicateGravatar David Sterba 1-1/+1
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootGravatar Josef Bacik 1-2/+2
2020-03-23btrfs: make the init of static elements in fs_info separateGravatar Josef Bacik 1-2/+5
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootGravatar Josef Bacik 1-5/+0
2020-03-23btrfs: export and rename free_fs_infoGravatar Josef Bacik 1-3/+3
2020-03-23btrfs: hold a ref on the root in get_subvol_name_from_objectidGravatar Josef Bacik 1-1/+10
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameGravatar Josef Bacik 1-1/+1
2020-03-23btrfs: update the comment of btrfs_control_ioctl()Gravatar Su Yue 1-1/+1
2020-02-12btrfs: log message when rw remount is attempted with unclean tree-logGravatar David Sterba 1-0/+2
2020-02-02btrfs: do not zero f_bavail if we have available spaceGravatar Josef Bacik 1-1/+9
2020-01-20btrfs: add the beginning of async discard, discard workqueueGravatar Dennis Zhou 1-2/+33