summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)Author
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
2020-05-25btrfs: add more codes to decoder tableDavid Sterba
2020-05-25btrfs: sort error decoder entriesDavid Sterba
2020-03-23btrfs: adjust message level for unrecognized mount optionDavid Sterba
2020-03-23btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza
2020-03-23btrfs: add wrapper for transaction abort predicateDavid Sterba
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik
2020-03-23btrfs: make the init of static elements in fs_info separateJosef Bacik
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik
2020-03-23btrfs: export and rename free_fs_infoJosef Bacik
2020-03-23btrfs: hold a ref on the root in get_subvol_name_from_objectidJosef Bacik
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik
2020-03-23btrfs: update the comment of btrfs_control_ioctl()Su Yue
2020-02-12btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba
2020-02-02btrfs: do not zero f_bavail if we have available spaceJosef Bacik
2020-01-20btrfs: add the beginning of async discard, discard workqueueDennis Zhou
2020-01-20btrfs: rename DISCARD mount option to to DISCARD_SYNCDennis Zhou
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-18btrfs: add support for 4-copy replication (raid1c4)David Sterba
2019-11-18btrfs: add support for 3-copy replication (raid1c3)David Sterba
2019-11-18btrfs: remove cached space_info in btrfs_statfs()Johannes Thumshirn
2019-11-18btrfs: add blake2b to checksumming algorithmsDavid Sterba
2019-11-18btrfs: add sha256 to checksumming algorithmJohannes Thumshirn
2019-11-18btrfs: add xxhash64 to checksumming algorithmsJohannes Thumshirn
2019-11-18Btrfs: delete the entire async bio submission frameworkChris Mason
2019-11-18btrfs: add const function attributeDavid Sterba
2019-11-18btrfs: add __cold attribute to more functionsDavid Sterba
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba
2019-11-18btrfs: separate out the extent io init functionJosef Bacik
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-09-09btrfs: move sysfs declarations out of ctree.hDavid Sterba
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik
2019-09-09btrfs: Refactor btrfs_calc_avail_data_spaceNikolay Borisov
2019-07-02btrfs: move space_info to space-info.hJosef Bacik
2019-07-02btrfs: use raid_attr for minimum stripe count in btrfs_calc_avail_data_spaceDavid Sterba