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
7 days
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
13 days
btrfs: restrict writes to opened btrfs devices
Qu Wenruo
13 days
btrfs: use the super_block as holder when mounting file systems
Christoph Hellwig
13 days
btrfs: delay btrfs_open_devices() until super block is created
Qu Wenruo
13 days
btrfs: call btrfs_close_devices() from ->kill_sb
Christoph Hellwig
13 days
btrfs: add assertions to make super block creation more clear
Qu Wenruo
13 days
btrfs: get rid of re-entering of btrfs_get_tree()
Qu Wenruo
13 days
btrfs: always open the device read-only in btrfs_scan_one_device()
Christoph Hellwig
13 days
btrfs: open code fc_mount() to avoid releasing s_umount rw_sempahore
Al Viro
13 days
btrfs: rename err to ret in btrfs_fill_super()
David Sterba
13 days
btrfs: harden parsing of compression mount options
Daniel Vacek
13 days
btrfs: factor out compression mount options parsing
Daniel Vacek
2025-06-10
new helper: set_default_d_op()
Al Viro
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
[next]