index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
2024-07-11
btrfs: avoid create and commit empty transaction when committing super
Filipe Manana
2024-07-11
btrfs: qgroup: avoid start/commit empty transaction when flushing reservations
Filipe Manana
2024-07-11
btrfs: simplify range parameters of btrfs_wait_ordered_roots()
David Sterba
2024-07-11
btrfs: automatically remove the subvolume qgroup
Qu Wenruo
2024-07-11
btrfs: slightly loosen the requirement for qgroup removal
Qu Wenruo
2024-07-11
btrfs: constify parameters of write_eb_member() and its users
David Sterba
2024-07-11
btrfs: keep const when returning value from get_unaligned_le8()
David Sterba
2024-07-11
btrfs: remove unused define EXTENT_SIZE_PER_ITEM
David Sterba
2024-07-11
btrfs: use for-local variables that shadow function variables
David Sterba
2024-07-11
btrfs: rename macro local variables that clash with other variables
David Sterba
2024-07-11
btrfs: remove duplicate name variable declarations
David Sterba
2024-07-11
btrfs: use a btrfs_inode local variable at btrfs_sync_file()
Filipe Manana
2024-07-11
btrfs: pass a btrfs_inode to btrfs_wait_ordered_range()
Filipe Manana
2024-07-11
btrfs: pass a btrfs_inode to btrfs_fdatawrite_range()
Filipe Manana
2024-07-11
btrfs: use a btrfs_inode in the log context (struct btrfs_log_ctx)
Filipe Manana
2024-07-11
btrfs: make btrfs_finish_ordered_extent() return void
Filipe Manana
2024-07-11
btrfs: move btrfs_block_group_root() to block-group.c
Anand Jain
2024-07-11
btrfs: drop bytenr_orig and fix comment in btrfs_scan_one_device()
Anand Jain
2024-07-11
btrfs: use a regular rb_root instead of cached rb_root for extent_map_tree
Filipe Manana
2024-07-11
btrfs: rename rb_root member of extent_map_tree from map to root
Filipe Manana
2024-07-11
btrfs: remove objectid from struct btrfs_inode on 64 bits platforms
Filipe Manana
2024-07-11
btrfs: remove location key from struct btrfs_inode
Filipe Manana
2024-07-11
btrfs: don't allocate file extent tree for non regular files
Filipe Manana
2024-07-11
btrfs: unify index_cnt and csum_bytes from struct btrfs_inode
Filipe Manana
2024-07-11
btrfs: remove inode_lock from struct btrfs_root and use xarray locks
Filipe Manana
2024-07-11
btrfs: reduce nesting and deduplicate error handling at btrfs_iget_path()
Filipe Manana
2024-07-11
btrfs: preallocate inodes xarray entry to avoid transaction abort
Filipe Manana
2024-07-11
btrfs: use an xarray to track open inodes in a root
Filipe Manana
2024-07-11
btrfs: raid56: do extra dumping for CONFIG_BTRFS_ASSERT
Qu Wenruo
2024-07-11
btrfs: fix function name in comment for btrfs_remove_ordered_extent()
Filipe Manana
2024-07-11
btrfs: fix misspelled end IO compression callbacks
Filipe Manana
2024-07-11
btrfs: remove no longer used btrfs_migrate_to_delayed_refs_rsv()
Filipe Manana
2024-07-11
btrfs: zoned: make btrfs_get_dev_zone() static
Filipe Manana
2024-07-11
btrfs: pass struct btrfs_io_geometry into handle_ops_on_dev_replace()
Johannes Thumshirn
2024-07-11
btrfs: qgroup: do quick checks if quotas are enabled before starting ioctls
David Sterba
2024-07-04
Merge tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-07-04
btrfs: fix folio refcount in __alloc_dummy_extent_buffer()
Boris Burkov
2024-07-04
btrfs: fix folio refcount in btrfs_do_encoded_write()
Boris Burkov
2024-07-02
btrfs: fix uninitialized return value in the ref-verify tool
Filipe Manana
2024-07-02
btrfs: always do the basic checks for btrfs_qgroup_inherit structure
Qu Wenruo
2024-07-02
btrfs: zoned: fix calc_available_free_space() for zoned mode
Naohiro Aota
2024-07-01
Merge tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-07-01
btrfs: fix adding block group to a reclaim list and the unused list during re...
Naohiro Aota
2024-06-27
Merge tag 'for-6.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-06-25
btrfs: qgroup: fix quota root leak after quota disable failure
Filipe Manana
2024-06-25
btrfs: scrub: handle RST lookup error correctly
Qu Wenruo
2024-06-25
btrfs: zoned: fix initial free space detection
Naohiro Aota
2024-06-25
btrfs: use NOFS context when getting inodes during logging and log replay
Filipe Manana
2024-06-20
Merge tag 'for-6.10-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-06-13
btrfs: zoned: allocate dummy checksums for zoned NODATASUM writes
Johannes Thumshirn
[prev]
[next]