index
:
Linux Stable
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: change return type of btrfs_delayed_ref_lock() to boolean
Filipe Manana
2024-11-11
3
-11
/
+11
*
btrfs: remove num_entries atomic counter from delayed ref root
Filipe Manana
2024-11-11
4
-11
/
+0
*
btrfs: use helper to find first ref head at btrfs_destroy_delayed_refs()
Filipe Manana
2024-11-11
1
-4
/
+5
*
btrfs: remove duplicated code to drop delayed ref during transaction abort
Filipe Manana
2024-11-11
1
-7
/
+1
*
btrfs: remove fs_info parameter from btrfs_cleanup_one_transaction()
Filipe Manana
2024-11-11
3
-7
/
+6
*
btrfs: remove fs_info parameter from btrfs_destroy_delayed_refs()
Filipe Manana
2024-11-11
3
-5
/
+4
*
btrfs: move btrfs_destroy_delayed_refs() to delayed-ref.c
Filipe Manana
2024-11-11
3
-80
/
+83
*
btrfs: remove BUG_ON() at btrfs_destroy_delayed_refs()
Filipe Manana
2024-11-11
1
-13
/
+24
*
btrfs: reduce extent tree lock contention when searching for inline backref
Robbie Ko
2024-11-11
1
-3
/
+23
*
btrfs: tests: implement case for partial RAID stripe-tree delete
Johannes Thumshirn
2024-11-11
1
-0
/
+221
*
btrfs: implement partial deletion of RAID stripe extents
Johannes Thumshirn
2024-11-11
1
-7
/
+74
*
btrfs: use filemap_get_folio() helper
Anand Jain
2024-11-11
3
-6
/
+5
*
btrfs: convert btrfs_buffered_write() to use folios
Qu Wenruo
2024-11-11
3
-80
/
+66
*
btrfs: make buffered write to copy one page a time
Qu Wenruo
2024-11-11
3
-163
/
+94
*
btrfs: fix wrong sizeof in btrfs_do_encoded_write()
Mark Harmstone
2024-11-11
1
-1
/
+1
*
btrfs: use str_yes_no() helper function in btrfs_dump_free_space()
Thorsten Blum
2024-11-11
1
-3
/
+3
*
btrfs: rename btrfs_folio_(set|start|end)_writer_lock()
Qu Wenruo
2024-11-11
4
-39
/
+43
*
btrfs: unify to use writer locks for subpage locking
Qu Wenruo
2024-11-11
4
-83
/
+5
*
btrfs: remove unused btrfs_folio_start_writer_lock()
Qu Wenruo
2024-11-11
2
-49
/
+0
*
btrfs: do not clear read-only when adding sprout device
Boris Burkov
2024-11-11
1
-4
/
+0
*
btrfs: remove local generation variable from read_block_for_search()
Filipe Manana
2024-11-11
1
-4
/
+2
*
btrfs: remove redundant initializations for struct btrfs_tree_parent_check
Filipe Manana
2024-11-11
2
-2
/
+0
*
btrfs: simplify arguments for btrfs_verify_level_key()
Filipe Manana
2024-11-11
3
-12
/
+11
*
btrfs: remove redundant level argument from read_block_for_search()
Filipe Manana
2024-11-11
1
-11
/
+9
*
btrfs: re-enable the extent map shrinker
Filipe Manana
2024-11-11
1
-7
/
+1
*
btrfs: rename extent map shrinker members from struct btrfs_fs_info
Filipe Manana
2024-11-11
3
-21
/
+21
*
btrfs: simplify tracking progress for the extent map shrinker
Filipe Manana
2024-11-11
3
-46
/
+12
*
btrfs: make the extent map shrinker run asynchronously as a work queue job
Filipe Manana
2024-11-11
5
-19
/
+52
*
btrfs: add and use helper to remove extent map from its inode's tree
Filipe Manana
2024-11-11
1
-11
/
+7
*
btrfs: reduce lock contention when eb cache miss for btree search
Robbie Ko
2024-11-11
1
-31
/
+70
*
btrfs: drop unused parameter level from alloc_heuristic_ws()
David Sterba
2024-11-11
1
-2
/
+2
*
btrfs: drop unused parameter fs_info from btrfs_match_dir_item_name()
David Sterba
2024-11-11
4
-14
/
+8
*
btrfs: drop unused parameter transaction from alloc_log_tree()
David Sterba
2024-11-11
1
-4
/
+3
*
btrfs: drop unused parameter data from btrfs_fill_super()
David Sterba
2024-11-11
1
-3
/
+2
*
btrfs: drop unused parameter options from open_ctree()
David Sterba
2024-11-11
3
-5
/
+3
*
btrfs: drop unused parameter fs_info from folio_range_has_eb()
David Sterba
2024-11-11
1
-2
/
+2
*
btrfs: drop unused parameter mask from try_release_extent_state()
David Sterba
2024-11-11
1
-2
/
+2
*
btrfs: drop unused parameter refs from visit_node_for_delete()
David Sterba
2024-11-11
1
-4
/
+3
*
btrfs: drop unused parameter iov_iter from btrfs_write_check()
David Sterba
2024-11-11
3
-5
/
+5
*
btrfs: drop unused parameter file_offset from btrfs_encoded_read_regular_fill...
David Sterba
2024-11-11
3
-6
/
+5
*
btrfs: drop unused parameter offset from __cow_file_range_inline()
David Sterba
2024-11-11
1
-3
/
+3
*
btrfs: drop unused parameter inode from read_inline_extent()
David Sterba
2024-11-11
1
-3
/
+2
*
btrfs: drop unused parameter argp from btrfs_ioctl_quota_rescan_wait()
David Sterba
2024-11-11
1
-3
/
+2
*
btrfs: lzo: drop unused paramter level from lzo_alloc_workspace()
David Sterba
2024-11-11
3
-3
/
+3
*
btrfs: drop unused transaction parameter from btrfs_qgroup_add_swapped_blocks()
David Sterba
2024-11-11
3
-5
/
+3
*
btrfs: qgroup: drop unused parameter fs_info from __del_qgroup_rb()
David Sterba
2024-11-11
1
-4
/
+3
*
btrfs: drop unused parameter map from scrub_simple_mirror()
David Sterba
2024-11-11
1
-4
/
+3
*
btrfs: scrub: drop unused parameter sctx from scrub_submit_extent_sector_read()
David Sterba
2024-11-11
1
-3
/
+2
*
btrfs: send: drop unused parameter index from iterate_inode_ref_t callbacks
David Sterba
2024-11-11
1
-13
/
+5
*
btrfs: send: drop unused parameter num from iterate_inode_ref_t callbacks
David Sterba
2024-11-11
1
-7
/
+5
[next]