summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)Author
2021-08-23btrfs: allow idmapped mountChristian Brauner
2021-08-23btrfs: introduce btrfs_search_backwards functionMarcos Paulo de Souza
2021-08-23btrfs: print if fsverity support is built in when loading moduleDavid Sterba
2021-08-23btrfs: initial fsverity supportBoris Burkov
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo
2021-08-23btrfs: constify and cleanup variables in comparatorsDavid Sterba
2021-06-22btrfs: shorten integrity checker extent data mount optionDavid Sterba
2021-06-21btrfs: always abort the transaction if we abort a trans handleJosef Bacik
2021-04-20btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo
2021-03-02btrfs: fix spurious free_space_tree remount warningBoris Burkov
2021-02-08btrfs: allow read-only mount of 4K sector size fs on 64K page systemQu Wenruo
2021-02-08btrfs: introduce the skeleton of btrfs_subpage structureQu Wenruo
2020-12-18btrfs: run delayed iputs when remounting RO to avoid leaking themFilipe Manana
2020-12-18btrfs: fix race between RO remount and the cleaner taskFilipe Manana
2020-12-18btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana
2020-12-09btrfs: warn when remount will not change the free space treeBoris Burkov
2020-12-09btrfs: use superblock state to print space_cache mount optionBoris Burkov
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov
2020-12-09btrfs: clear oneshot options on mount and remountBoris Burkov
2020-12-09btrfs: lift read-write mount setup from mount and remountBoris Burkov
2020-12-09btrfs: remove inode number cache featureNikolay Borisov
2020-12-09btrfs: disallow space_cache in ZONED modeNaohiro Aota
2020-12-09btrfs: check and enable ZONED modeNaohiro Aota
2020-12-09btrfs: get zone information of zoned block devicesNaohiro Aota
2020-12-08btrfs: remove stub device info from messages when we have no fs_infoDavid Sterba
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba
2020-12-08btrfs: generate lockdep keyset names at compile timeDavid Sterba
2020-12-08btrfs: introduce mount option rescue=allJosef Bacik
2020-12-08btrfs: introduce mount option rescue=ignoredatacsumsJosef Bacik
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik
2020-12-08btrfs: show rescue=usebackuproot in /proc/mountsJosef Bacik
2020-12-08btrfs: add a helper to print out rescue= optionsJosef Bacik
2020-12-08btrfs: unify the ro checking for mount optionsJosef Bacik
2020-10-07btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik
2020-10-07btrfs: do async reclaim for data reservationsJosef Bacik
2020-08-19btrfs: reset compression level for lzo on remountMarcos Paulo de Souza
2020-08-10btrfs: make sure SB_I_VERSION doesn't get unset by remountJosef Bacik
2020-08-10btrfs: don't show full path of bind mounts in subvol=Josef Bacik
2020-08-10btrfs: fix messages after changing compression level by remountDavid Sterba
2020-07-27btrfs: open-code remount flag setting in btrfs_remountJohannes Thumshirn
2020-07-27btrfs: document special case error codes for fs errorsJosef Bacik
2020-07-27btrfs: don't traverse into the seed devices in show_devnameAnand Jain
2020-07-27btrfs: remove deprecated mount option subvolrootidDavid Sterba
2020-07-27btrfs: remove deprecated mount option alloc_startDavid Sterba
2020-07-27btrfs: start deprecation of mount option inode_cacheDavid Sterba
2020-07-27btrfs: introduce "rescue=" mount optionQu Wenruo
2020-07-02btrfs: convert comments to fallthrough annotationsMarcos Paulo de Souza
2020-05-25btrfs: simplify iget helpersDavid Sterba
2020-05-25btrfs: simplify root lookup by idDavid Sterba