aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-18btrfs: run delayed iputs when remounting RO to avoid leaking themFilipe Manana1-0/+10
2020-12-18btrfs: fix race between RO remount and the cleaner taskFilipe Manana1-3/+19
2020-12-18btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana1-0/+8
2020-12-09btrfs: warn when remount will not change the free space treeBoris Burkov1-0/+16
2020-12-09btrfs: use superblock state to print space_cache mount optionBoris Burkov1-2/+2
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov1-3/+7
2020-12-09btrfs: clear oneshot options on mount and remountBoris Burkov1-0/+1
2020-12-09btrfs: lift read-write mount setup from mount and remountBoris Burkov1-31/+6
2020-12-09btrfs: remove inode number cache featureNikolay Borisov1-10/+3
2020-12-09btrfs: disallow space_cache in ZONED modeNaohiro Aota1-2/+11
2020-12-09btrfs: check and enable ZONED modeNaohiro Aota1-0/+1
2020-12-09btrfs: get zone information of zoned block devicesNaohiro Aota1-0/+5
2020-12-08btrfs: remove stub device info from messages when we have no fs_infoDavid Sterba1-3/+7
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik1-2/+0
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba1-1/+1
2020-12-08btrfs: generate lockdep keyset names at compile timeDavid Sterba1-2/+0
2020-12-08btrfs: introduce mount option rescue=allJosef Bacik1-0/+11
2020-12-08btrfs: introduce mount option rescue=ignoredatacsumsJosef Bacik1-1/+11
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik1-1/+11
2020-12-08btrfs: show rescue=usebackuproot in /proc/mountsJosef Bacik1-0/+2
2020-12-08btrfs: add a helper to print out rescue= optionsJosef Bacik1-1/+8
2020-12-08btrfs: unify the ro checking for mount optionsJosef Bacik1-7/+16
2020-10-07btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik1-4/+1
2020-10-07btrfs: do async reclaim for data reservationsJosef Bacik1-0/+1
2020-08-19btrfs: reset compression level for lzo on remountMarcos Paulo de Souza1-0/+1
2020-08-10btrfs: make sure SB_I_VERSION doesn't get unset by remountJosef Bacik1-0/+6
2020-08-10btrfs: don't show full path of bind mounts in subvol=Josef Bacik1-2/+8
2020-08-10btrfs: fix messages after changing compression level by remountDavid Sterba1-5/+9
2020-07-27btrfs: open-code remount flag setting in btrfs_remountJohannes Thumshirn1-8/+5
2020-07-27btrfs: document special case error codes for fs errorsJosef Bacik1-0/+15
2020-07-27btrfs: don't traverse into the seed devices in show_devnameAnand Jain1-14/+7
2020-07-27btrfs: remove deprecated mount option subvolrootidDavid Sterba1-6/+0
2020-07-27btrfs: remove deprecated mount option alloc_startDavid Sterba1-6/+0
2020-07-27btrfs: start deprecation of mount option inode_cacheDavid Sterba1-0/+2
2020-07-27btrfs: introduce "rescue=" mount optionQu Wenruo1-8/+73
2020-07-02btrfs: convert comments to fallthrough annotationsMarcos Paulo de Souza1-3/+3
2020-05-25btrfs: simplify iget helpersDavid Sterba1-5/+1
2020-05-25btrfs: simplify root lookup by idDavid Sterba1-4/+1
2020-05-25btrfs: add more codes to decoder tableDavid Sterba1-0/+9
2020-05-25btrfs: sort error decoder entriesDavid Sterba1-9/+9
2020-03-23btrfs: adjust message level for unrecognized mount optionDavid Sterba1-1/+1
2020-03-23btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza1-4/+4
2020-03-23btrfs: add wrapper for transaction abort predicateDavid Sterba1-1/+1
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-2/+2
2020-03-23btrfs: make the init of static elements in fs_info separateJosef Bacik1-2/+5
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik1-5/+0
2020-03-23btrfs: export and rename free_fs_infoJosef Bacik1-3/+3
2020-03-23btrfs: hold a ref on the root in get_subvol_name_from_objectidJosef Bacik1-1/+10
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik1-1/+1
2020-03-23btrfs: update the comment of btrfs_control_ioctl()Su Yue1-1/+1