aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-12btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba1-0/+2
2020-02-02btrfs: do not zero f_bavail if we have available spaceJosef Bacik1-1/+9
2020-01-20btrfs: add the beginning of async discard, discard workqueueDennis Zhou1-2/+33
2020-01-20btrfs: rename DISCARD mount option to to DISCARD_SYNCDennis Zhou1-4/+4
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2019-11-18btrfs: add support for 4-copy replication (raid1c4)David Sterba1-0/+2
2019-11-18btrfs: add support for 3-copy replication (raid1c3)David Sterba1-0/+2
2019-11-18btrfs: remove cached space_info in btrfs_statfs()Johannes Thumshirn1-2/+1
2019-11-18btrfs: add blake2b to checksumming algorithmsDavid Sterba1-0/+1
2019-11-18btrfs: add sha256 to checksumming algorithmJohannes Thumshirn1-0/+1
2019-11-18btrfs: add xxhash64 to checksumming algorithmsJohannes Thumshirn1-0/+1
2019-11-18Btrfs: delete the entire async bio submission frameworkChris Mason1-1/+0
2019-11-18btrfs: add const function attributeDavid Sterba1-1/+1
2019-11-18btrfs: add __cold attribute to more functionsDavid Sterba1-1/+1
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba1-1/+1
2019-11-18btrfs: separate out the extent io init functionJosef Bacik1-1/+8
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-09-09btrfs: move sysfs declarations out of ctree.hDavid Sterba1-0/+1
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik1-0/+1
2019-09-09btrfs: Refactor btrfs_calc_avail_data_spaceNikolay Borisov1-20/+10
2019-07-02btrfs: move space_info to space-info.hJosef Bacik1-0/+1
2019-07-02btrfs: use raid_attr for minimum stripe count in btrfs_calc_avail_data_spaceDavid Sterba1-8/+5