index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
super.c
Age
Commit message (
Expand
)
Author
2025-05-16
btrfs: remove standalone "nologreplay" mount option
Qu Wenruo
2025-05-15
btrfs: merge btrfs_read_dev_one_super() into btrfs_read_disk_super()
Qu Wenruo
2025-05-15
btrfs: trivial conversion to return bool instead of int
David Sterba
2025-05-15
btrfs: rename remaining exported extent map functions
Filipe Manana
2025-05-15
btrfs: rename remaining exported functions from extent-io-tree.h
Filipe Manana
2025-05-12
btrfs: add back warning for mount option commit values exceeding 300
Kyoji Ogasawara
2025-04-01
btrfs: correctly escape subvol in btrfs_show_options()
Johannes Kimmel
2025-03-18
btrfs: make btrfs_iget() return a btrfs inode instead
Filipe Manana
2025-03-18
btrfs: zstd: enable negative compression levels mount option
Daniel Vacek
2025-01-23
Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-01-13
btrfs: print read policy on module load
Anand Jain
2025-01-13
btrfs: configure read policy via module parameter
Anand Jain
2025-01-13
btrfs: print status of experimental mode when loading module
Anand Jain
2025-01-13
btrfs: output the reason for open_ctree() failure
Qu Wenruo
2024-12-11
fs: enable pre-content events on supported file systems
Josef Bacik
2024-12-10
Merge tag 'for-6.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-12-03
btrfs: fix mount failure due to remount races
Qu Wenruo
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
[next]