summaryrefslogtreecommitdiff
path: root/fs/btrfs/super.c
AgeCommit message (Expand)Author
2024-11-18Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-11btrfs: fix warning on PTR_ERR() against NULL device at btrfs_control_ioctl()Filipe Manana
2024-11-11btrfs: re-enable the extent map shrinkerFilipe Manana
2024-11-11btrfs: make the extent map shrinker run asynchronously as a work queue jobFilipe Manana
2024-11-11btrfs: drop unused parameter data from btrfs_fill_super()David Sterba
2024-11-11btrfs: drop unused parameter options from open_ctree()David Sterba
2024-11-11btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUGQu Wenruo
2024-11-07btrfs: fix per-subvolume RO/RW flags with new mount APIQu Wenruo
2024-10-22btrfs: reject ro->rw reconfiguration if there are hard ro requirementsQu Wenruo
2024-10-22btrfs: clear force-compress on remount when compress mount option is givenFilipe Manana
2024-10-10btrfs: convert to multigrain timestampsJeff Layton
2024-08-16btrfs: only enable extent map shrinker for DEBUG buildsQu Wenruo
2024-08-13btrfs: only run the extent map shrinker from kswapd tasksFilipe Manana
2024-08-01btrfs: emit a warning about space cache v1 being deprecatedJosef Bacik
2024-07-19btrfs: change BTRFS_MOUNT_* flags to 64bit typeQu Wenruo
2024-07-11btrfs: introduce new "rescue=ignoresuperflags" mount optionQu Wenruo
2024-07-11btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo
2024-07-11btrfs: remove unused Opt enumsQu Wenruo
2024-07-11btrfs: move the direct IO code into its own fileFilipe Manana
2024-07-11btrfs: remove super block argument from btrfs_iget()Filipe Manana
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba
2024-07-11btrfs: add MODULE_DESCRIPTION()Jeff Johnson
2024-07-11btrfs: add and use helper to commit the current transactionFilipe Manana
2024-07-11btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba
2024-05-21btrfs: re-introduce 'norecovery' mount optionQu Wenruo
2024-05-07btrfs: add tracepoints for extent map shrinker eventsFilipe Manana
2024-05-07btrfs: add a shrinker for extent mapsFilipe Manana
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik
2024-03-04btrfs: factor out validation of btrfs_ioctl_vol_args::nameDavid Sterba
2024-03-04btrfs: remove unused included headersDavid Sterba
2024-03-04btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba
2024-01-22Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-18btrfs: use the original mount's mount options for the legacy reconfigureJosef Bacik
2024-01-10Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-12-15btrfs: remove code for inode_cache and recovery mount optionsJosef Bacik
2023-12-15btrfs: set clear_cache if we use usebackuprootJosef Bacik
2023-12-15btrfs: move one shot mount option clearing to super.cJosef Bacik
2023-12-15btrfs: remove old mount API codeJosef Bacik
2023-12-15btrfs: move the device specific mount options to super.cJosef Bacik
2023-12-15btrfs: switch to the new mount APIJosef Bacik
2023-12-15btrfs: handle the ro->rw transition for mounting different subvolumesJosef Bacik
2023-12-15btrfs: add get_tree callback for new mount APIJosef Bacik
2023-12-15btrfs: add reconfigure callback for fs_contextJosef Bacik
2023-12-15btrfs: add fs context handling functionsJosef Bacik
2023-12-15btrfs: add parse_param callback for the new mount APIJosef Bacik
2023-12-15btrfs: add fs_parameter definitionsJosef Bacik
2023-12-15btrfs: split out ro->rw and rw->ro helpers into their own functionsJosef Bacik
2023-12-15btrfs: move space cache settings into open_ctreeJosef Bacik