index
:
linux.git
master
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
/
volumes.c
Age
Commit message (
Expand
)
Author
2026-02-03
btrfs: tests: add unit tests for pending extent walking functions
Boris Burkov
2026-02-03
btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocation
Boris Burkov
2026-02-03
btrfs: abort transaction on error in btrfs_remove_block_group()
Filipe Manana
2026-02-03
btrfs: remove out label in btrfs_check_rw_degradable()
Filipe Manana
2026-02-03
btrfs: allow balancing remap tree
Mark Harmstone
2026-02-03
btrfs: add do_remap parameter to btrfs_discard_extent()
Mark Harmstone
2026-02-03
btrfs: handle setting up relocation of block group with remap-tree
Mark Harmstone
2026-02-03
btrfs: handle deletions from remapped block group
Mark Harmstone
2026-02-03
btrfs: redirect I/O for remapped block groups
Mark Harmstone
2026-02-03
btrfs: don't add metadata items for the remap tree to the extent tree
Mark Harmstone
2026-02-03
btrfs: allow remapped chunks to have zero stripes
Mark Harmstone
2026-02-03
btrfs: add METADATA_REMAP chunk type
Mark Harmstone
2026-02-03
btrfs: add definitions and constants for remap-tree
Mark Harmstone
2026-02-03
btrfs: use READA_FORWARD_ALWAYS for device extent verification
jinbaohong
2026-02-03
btrfs: shrink the size of btrfs_device
Qu Wenruo
2026-02-03
btrfs: avoid transaction commit on error in insert_balance_item()
Filipe Manana
2026-02-03
btrfs: avoid transaction commit on error in del_balance_item()
Filipe Manana
2026-02-03
btrfs: merge setting ret and return ret
David Sterba
2026-01-21
Merge tag 'for-6.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-01-20
btrfs: add extra device item checks at mount
Qu Wenruo
2026-01-20
btrfs: sync read disk super and set block size
Edward Adam Davis
2025-12-16
Merge tag 'for-6.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-12-12
btrfs: fix memory leak of fs_devices in degraded seed device path
Deepanshu Kartikey
2025-12-03
Merge tag 'for-6.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2025-12-01
Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-11-26
btrfs: use vfs_utimes to update file timestamps
Christoph Hellwig
2025-11-25
btrfs: remaining BTRFS_PATH_AUTO_FREE conversions
David Sterba
2025-11-24
btrfs: use bool type for btrfs_path members used as booleans
Filipe Manana
2025-11-24
btrfs: apply the AUTO_K(V)FREE macros throughout the code
Miquel SabatĂ© SolĂ
2025-11-24
btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
Sun YangKai
2025-11-24
btrfs: implement remove_bdev and shutdown super operation callbacks
Qu Wenruo
2025-11-24
btrfs: refactor allocation size calculation in alloc_btrfs_io_context()
Mehdi Ben Hadj Khelifa
2025-11-05
btrfs: use super write guard in relocating_repair_kthread()
Christian Brauner
2025-11-05
btrfs: use super write guard in sb_start_write()
Christian Brauner
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
2025-09-05
btrfs: don't allow adding block device of less than 1 MB
Mark Harmstone
2025-07-22
btrfs: remove btrfs_clear_extent_bits()
Filipe Manana
2025-07-22
btrfs: don't print relocation messages from auto reclaim
Johannes Thumshirn
2025-07-22
btrfs: remove struct rcu_string
David Sterba
2025-07-22
btrfs: open code RCU for device name
David Sterba
2025-07-22
btrfs: use fs_holder_ops for all opened devices
Qu Wenruo
2025-07-22
btrfs: use the super_block as holder when mounting file systems
Christoph Hellwig
2025-07-22
btrfs: delay btrfs_open_devices() until super block is created
Qu Wenruo
2025-07-22
btrfs: call bdev_fput() to reclaim the blk_holder immediately
Qu Wenruo
2025-07-22
btrfs: always open the device read-only in btrfs_scan_one_device()
Christoph Hellwig
2025-07-22
btrfs: replace strcpy() with strscpy()
Brahmajit Das
2025-07-21
btrfs: use our message helpers instead of pr_err/pr_warn/pr_info
David Sterba
[next]