index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
super.c
Age
Commit message (
Expand
)
Author
2024-11-18
Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2024-11-18
Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-11-11
btrfs: fix warning on PTR_ERR() against NULL device at btrfs_control_ioctl()
Filipe Manana
2024-11-11
btrfs: re-enable the extent map shrinker
Filipe Manana
2024-11-11
btrfs: make the extent map shrinker run asynchronously as a work queue job
Filipe Manana
2024-11-11
btrfs: drop unused parameter data from btrfs_fill_super()
David Sterba
2024-11-11
btrfs: drop unused parameter options from open_ctree()
David Sterba
2024-11-11
btrfs: split out CONFIG_BTRFS_EXPERIMENTAL from CONFIG_BTRFS_DEBUG
Qu Wenruo
2024-11-07
btrfs: fix per-subvolume RO/RW flags with new mount API
Qu Wenruo
2024-10-22
btrfs: reject ro->rw reconfiguration if there are hard ro requirements
Qu Wenruo
2024-10-22
btrfs: clear force-compress on remount when compress mount option is given
Filipe Manana
2024-10-10
btrfs: convert to multigrain timestamps
Jeff Layton
2024-08-16
btrfs: only enable extent map shrinker for DEBUG builds
Qu Wenruo
2024-08-13
btrfs: only run the extent map shrinker from kswapd tasks
Filipe Manana
2024-08-01
btrfs: emit a warning about space cache v1 being deprecated
Josef Bacik
2024-07-19
btrfs: change BTRFS_MOUNT_* flags to 64bit type
Qu Wenruo
2024-07-11
btrfs: introduce new "rescue=ignoresuperflags" mount option
Qu Wenruo
2024-07-11
btrfs: introduce new "rescue=ignoremetacsums" mount option
Qu Wenruo
2024-07-11
btrfs: remove unused Opt enums
Qu Wenruo
2024-07-11
btrfs: move the direct IO code into its own file
Filipe Manana
2024-07-11
btrfs: remove super block argument from btrfs_iget()
Filipe Manana
2024-07-11
btrfs: constify pointer parameters where applicable
David Sterba
2024-07-11
btrfs: add MODULE_DESCRIPTION()
Jeff Johnson
2024-07-11
btrfs: add and use helper to commit the current transaction
Filipe Manana
2024-07-11
btrfs: simplify range parameters of btrfs_wait_ordered_roots()
David Sterba
2024-05-21
btrfs: re-introduce 'norecovery' mount option
Qu Wenruo
2024-05-07
btrfs: add tracepoints for extent map shrinker events
Filipe Manana
2024-05-07
btrfs: add a shrinker for extent maps
Filipe Manana
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
2024-03-04
btrfs: factor out validation of btrfs_ioctl_vol_args::name
David Sterba
2024-03-04
btrfs: remove unused included headers
David Sterba
2024-03-04
btrfs: replace sb::s_blocksize by fs_info::sectorsize
David Sterba
2024-01-22
Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-01-18
btrfs: use the original mount's mount options for the legacy reconfigure
Josef Bacik
2024-01-10
Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2024-01-08
Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2023-12-15
btrfs: remove code for inode_cache and recovery mount options
Josef Bacik
2023-12-15
btrfs: set clear_cache if we use usebackuproot
Josef Bacik
2023-12-15
btrfs: move one shot mount option clearing to super.c
Josef Bacik
2023-12-15
btrfs: remove old mount API code
Josef Bacik
2023-12-15
btrfs: move the device specific mount options to super.c
Josef Bacik
2023-12-15
btrfs: switch to the new mount API
Josef Bacik
2023-12-15
btrfs: handle the ro->rw transition for mounting different subvolumes
Josef Bacik
2023-12-15
btrfs: add get_tree callback for new mount API
Josef Bacik
2023-12-15
btrfs: add reconfigure callback for fs_context
Josef Bacik
2023-12-15
btrfs: add fs context handling functions
Josef Bacik
2023-12-15
btrfs: add parse_param callback for the new mount API
Josef Bacik
2023-12-15
btrfs: add fs_parameter definitions
Josef Bacik
2023-12-15
btrfs: split out ro->rw and rw->ro helpers into their own functions
Josef Bacik
2023-12-15
btrfs: move space cache settings into open_ctree
Josef Bacik
[next]