aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-26btrfs: add a BTRFS_FS_ERROR helperGravatar Josef Bacik 1-1/+1
2021-10-26btrfs: use latest_dev in btrfs_show_devnameGravatar Anand Jain 1-19/+5
2021-10-26btrfs: convert latest_bdev type to btrfs_device and renameGravatar Anand Jain 1-1/+1
2021-08-23btrfs: allow idmapped mountGravatar Christian Brauner 1-1/+1
2021-08-23btrfs: introduce btrfs_search_backwards functionGravatar Marcos Paulo de Souza 1-20/+6
2021-08-23btrfs: print if fsverity support is built in when loading moduleGravatar David Sterba 1-0/+5
2021-08-23btrfs: initial fsverity supportGravatar Boris Burkov 1-0/+3
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsGravatar Qu Wenruo 1-7/+0
2021-08-23btrfs: constify and cleanup variables in comparatorsGravatar David Sterba 1-7/+6
2021-06-22btrfs: shorten integrity checker extent data mount optionGravatar David Sterba 1-3/+2
2021-06-21btrfs: always abort the transaction if we abort a trans handleGravatar Josef Bacik 1-11/+0
2021-04-20btrfs: more graceful errors/warnings on 32bit systems when reaching limitsGravatar Qu Wenruo 1-0/+26
2021-03-02btrfs: fix spurious free_space_tree remount warningGravatar Boris Burkov 1-2/+2
2021-02-08btrfs: allow read-only mount of 4K sector size fs on 64K page systemGravatar Qu Wenruo 1-0/+7
2021-02-08btrfs: introduce the skeleton of btrfs_subpage structureGravatar Qu Wenruo 1-1/+0
2020-12-18btrfs: run delayed iputs when remounting RO to avoid leaking themGravatar Filipe Manana 1-0/+10
2020-12-18btrfs: fix race between RO remount and the cleaner taskGravatar Filipe Manana 1-3/+19
2020-12-18btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanGravatar Filipe Manana 1-0/+8
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