summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo2021-04-201-0/+26
* btrfs: fix spurious free_space_tree remount warningBoris Burkov2021-03-021-2/+2
* btrfs: allow read-only mount of 4K sector size fs on 64K page systemQu Wenruo2021-02-081-0/+7
* btrfs: introduce the skeleton of btrfs_subpage structureQu Wenruo2021-02-081-1/+0
* btrfs: run delayed iputs when remounting RO to avoid leaking themFilipe Manana2020-12-181-0/+10
* btrfs: fix race between RO remount and the cleaner taskFilipe Manana2020-12-181-3/+19
* btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana2020-12-181-0/+8
* btrfs: warn when remount will not change the free space treeBoris Burkov2020-12-091-0/+16
* btrfs: use superblock state to print space_cache mount optionBoris Burkov2020-12-091-2/+2
* btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov2020-12-091-3/+7
* btrfs: clear oneshot options on mount and remountBoris Burkov2020-12-091-0/+1
* btrfs: lift read-write mount setup from mount and remountBoris Burkov2020-12-091-31/+6
* btrfs: remove inode number cache featureNikolay Borisov2020-12-091-10/+3
* btrfs: disallow space_cache in ZONED modeNaohiro Aota2020-12-091-2/+11
* btrfs: check and enable ZONED modeNaohiro Aota2020-12-091-0/+1
* btrfs: get zone information of zoned block devicesNaohiro Aota2020-12-091-0/+5
* btrfs: remove stub device info from messages when we have no fs_infoDavid Sterba2020-12-081-3/+7
* btrfs: locking: rip out path->leave_spinningJosef Bacik2020-12-081-2/+0
* btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba2020-12-081-1/+1
* btrfs: generate lockdep keyset names at compile timeDavid Sterba2020-12-081-2/+0
* btrfs: introduce mount option rescue=allJosef Bacik2020-12-081-0/+11
* btrfs: introduce mount option rescue=ignoredatacsumsJosef Bacik2020-12-081-1/+11
* btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik2020-12-081-1/+11
* btrfs: show rescue=usebackuproot in /proc/mountsJosef Bacik2020-12-081-0/+2
* btrfs: add a helper to print out rescue= optionsJosef Bacik2020-12-081-1/+8
* btrfs: unify the ro checking for mount optionsJosef Bacik2020-12-081-7/+16
* btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik2020-10-071-4/+1
* btrfs: do async reclaim for data reservationsJosef Bacik2020-10-071-0/+1
* btrfs: reset compression level for lzo on remountMarcos Paulo de Souza2020-08-191-0/+1
* btrfs: make sure SB_I_VERSION doesn't get unset by remountJosef Bacik2020-08-101-0/+6
* btrfs: don't show full path of bind mounts in subvol=Josef Bacik2020-08-101-2/+8
* btrfs: fix messages after changing compression level by remountDavid Sterba2020-08-101-5/+9
* btrfs: open-code remount flag setting in btrfs_remountJohannes Thumshirn2020-07-271-8/+5
* btrfs: document special case error codes for fs errorsJosef Bacik2020-07-271-0/+15
* btrfs: don't traverse into the seed devices in show_devnameAnand Jain2020-07-271-14/+7
* btrfs: remove deprecated mount option subvolrootidDavid Sterba2020-07-271-6/+0
* btrfs: remove deprecated mount option alloc_startDavid Sterba2020-07-271-6/+0
* btrfs: start deprecation of mount option inode_cacheDavid Sterba2020-07-271-0/+2
* btrfs: introduce "rescue=" mount optionQu Wenruo2020-07-271-8/+73
* btrfs: convert comments to fallthrough annotationsMarcos Paulo de Souza2020-07-021-3/+3
* btrfs: simplify iget helpersDavid Sterba2020-05-251-5/+1
* btrfs: simplify root lookup by idDavid Sterba2020-05-251-4/+1
* btrfs: add more codes to decoder tableDavid Sterba2020-05-251-0/+9
* btrfs: sort error decoder entriesDavid Sterba2020-05-251-9/+9
* btrfs: adjust message level for unrecognized mount optionDavid Sterba2020-03-231-1/+1
* btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza2020-03-231-4/+4
* btrfs: add wrapper for transaction abort predicateDavid Sterba2020-03-231-1/+1
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-2/+2
* btrfs: make the init of static elements in fs_info separateJosef Bacik2020-03-231-2/+5
* btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik2020-03-231-5/+0