index
:
kernel/git/stable/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.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2025-01-13
btrfs: inode: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
2025-01-13
btrfs: free-space-cache: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
2025-01-13
btrfs: file-item: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
2025-01-13
btrfs: file: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
2025-01-13
btrfs: dir-item: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
2025-01-13
btrfs: dev-replace: remove unnecessary call to btrfs_mark_buffer_dirty()
Filipe Manana
2025-01-13
btrfs: delayed-inode: remove unnecessary call to btrfs_mark_buffer_dirty()
Filipe Manana
2025-01-13
btrfs: block-group: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
2025-01-13
btrfs: extent-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
2025-01-13
btrfs: free-space-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
2025-01-13
btrfs: tree-log: remove unnecessary calls to btrfs_mark_buffer_dirty()
Filipe Manana
2025-01-13
btrfs: uncollapse transaction aborts during renames
Filipe Manana
2025-01-13
btrfs: validate system chunk array at btrfs_validate_super()
Qu Wenruo
2025-01-13
btrfs: update tree_insert() to use rb helpers
Roger L. Beckermeyer III
2025-01-13
btrfs: update btrfs_add_chunk_map() to use rb helpers
Roger L. Beckermeyer III
2025-01-13
btrfs: update __btrfs_add_delayed_item() to use rb helper
Roger L. Beckermeyer III
2025-01-13
btrfs: update prelim_ref_insert() to use rb helpers
Roger L. Beckermeyer III
2025-01-13
btrfs: update btrfs_add_block_group_cache() to use rb helper
Roger L. Beckermeyer III
2025-01-13
btrfs: don't include linux/rwlock_types.h directly
Wolfram Sang
2025-01-13
btrfs: handle free space tree rebuild in multiple transactions
Qu Wenruo
2025-01-13
btrfs: use uuid_is_null() to verify if an uuid is empty
Filipe Manana
2025-01-13
btrfs: remove pointless comment from ctree.h
Filipe Manana
2025-01-13
btrfs: move extent-tree function declarations out of ctree.h
Filipe Manana
2025-01-13
btrfs: move btrfs_alloc_write_mask() into fs.h
Filipe Manana
2025-01-13
btrfs: move BTRFS_BYTES_TO_BLKS() into fs.h
Filipe Manana
2025-01-13
btrfs: move the folio ordered helpers from ctree.h into fs.h
Filipe Manana
2025-01-13
btrfs: move btrfs_is_empty_uuid() from ioctl.c into fs.c
Filipe Manana
2025-01-13
btrfs: move the exclusive operation functions into fs.c
Filipe Manana
2025-01-13
btrfs: move csum related functions from ctree.c into fs.c
Filipe Manana
2025-01-13
btrfs: move abort_should_print_stack() to transaction.h
Filipe Manana
2025-01-13
btrfs: pass btrfs_io_geometry to is_single_device_io
Johannes Thumshirn
2025-01-13
btrfs: cache RAID stripe tree decision in btrfs_io_context
Johannes Thumshirn
2025-01-13
btrfs: cache stripe tree usage in struct btrfs_io_geometry
Johannes Thumshirn
2025-01-13
btrfs: add assertions and comment about path expectations to btrfs_cross_ref_...
Filipe Manana
2025-01-13
btrfs: add function comment for check_committed_ref()
Filipe Manana
2025-01-13
btrfs: simplify arguments for btrfs_cross_ref_exist()
Filipe Manana
2025-01-13
btrfs: simplify return logic at check_committed_ref()
Filipe Manana
2025-01-13
btrfs: avoid redundant call to get inline ref type at check_committed_ref()
Filipe Manana
2025-01-13
btrfs: remove the snapshot check from check_committed_ref()
Filipe Manana
2025-01-13
btrfs: remove no longer needed strict argument from can_nocow_extent()
Filipe Manana
2025-01-13
btrfs: remove unused variable length in btrfs_insert_one_raid_extent()
Johannes Thumshirn
2025-01-13
btrfs: output the reason for open_ctree() failure
Qu Wenruo
2025-01-13
btrfs: open-code btrfs_copy_from_user()
Qu Wenruo
2025-01-13
btrfs: improve the warning and error message for btrfs_remove_qgroup()
Qu Wenruo
2025-01-13
btrfs: remove detached list from struct btrfs_backref_cache
Josef Bacik
2025-01-13
btrfs: remove the ->lowest and ->leaves members from struct btrfs_backref_node
Josef Bacik
2025-01-13
btrfs: simplify btrfs_backref_release_cache()
Josef Bacik
2025-01-13
btrfs: do not handle non-shareable roots in backref cache
Josef Bacik
2025-01-13
btrfs: don't build backref tree for COW-only blocks
Josef Bacik
2025-01-13
btrfs: remove clone_backref_node() from relocation
Josef Bacik
[prev]
[next]