index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-02-03
btrfs: move existing remaps before relocating block group
Mark Harmstone
-5
/
+467
2026-02-03
btrfs: handle setting up relocation of block group with remap-tree
Mark Harmstone
-93
/
+532
2026-02-03
btrfs: handle deletions from remapped block group
Mark Harmstone
-55
/
+629
2026-02-03
btrfs: redirect I/O for remapped block groups
Mark Harmstone
-0
/
+69
2026-02-03
btrfs: allow mounting filesystems with remap-tree incompat flag
Mark Harmstone
-15
/
+116
2026-02-03
btrfs: add extended version of struct block_group_item
Mark Harmstone
-28
/
+114
2026-02-03
btrfs: rename struct btrfs_block_group field commit_used to last_used
Mark Harmstone
-14
/
+14
2026-02-03
btrfs: don't add metadata items for the remap tree to the extent tree
Mark Harmstone
-1
/
+35
2026-02-03
btrfs: remove remapped block groups from the free-space-tree
Mark Harmstone
-3
/
+19
2026-02-03
btrfs: allow remapped chunks to have zero stripes
Mark Harmstone
-21
/
+41
2026-02-03
btrfs: add METADATA_REMAP chunk type
Mark Harmstone
-5
/
+52
2026-02-03
btrfs: add definitions and constants for remap-tree
Mark Harmstone
-4
/
+34
2026-02-03
btrfs: add and use helper to compute the available space for a block group
Filipe Manana
-9
/
+11
2026-02-03
btrfs: tag as unlikely error handling in run_one_delayed_ref()
Filipe Manana
-3
/
+5
2026-02-03
btrfs: remove unnecessary else branch in run_one_delayed_ref()
Filipe Manana
-3
/
+1
2026-02-03
btrfs: don't BUG() on unexpected delayed ref type in run_one_delayed_ref()
Filipe Manana
-8
/
+12
2026-02-03
btrfs: use READA_FORWARD_ALWAYS for device extent verification
jinbaohong
-1
/
+1
2026-02-03
btrfs: shrink the size of btrfs_device
Qu Wenruo
-11
/
+12
2026-02-03
btrfs: update comment for delalloc flush and oe wait in btrfs_clone_files()
Filipe Manana
-2
/
+7
2026-02-03
btrfs: remove experimental offload csum mode
Qu Wenruo
-74
/
+0
2026-02-03
btrfs: split btrfs_fs_closing() and change return type to bool
David Sterba
-9
/
+11
2026-02-03
btrfs: reject single block sized compression early
Qu Wenruo
-12
/
+8
2026-02-03
btrfs: update outdated comment in __add_block_group_free_space()
Julia Lawall
-3
/
+3
2026-02-03
btrfs: add mount time auto fix for orphan fst entries
Qu Wenruo
-0
/
+113
2026-02-03
btrfs: simplify check for zoned NODATASUM writes in btrfs_submit_chunk()
Zhen Ni
-2
/
+1
2026-02-03
btrfs: avoid transaction commit on error in insert_balance_item()
Filipe Manana
-4
/
+6
2026-02-03
btrfs: move unlikely checks around btrfs_is_shutdown() into the helper
Filipe Manana
-13
/
+13
2026-02-03
btrfs: tag as unlikely error conditions in the transaction commit path
Filipe Manana
-22
/
+22
2026-02-03
btrfs: remove unreachable return after btrfs_backref_panic() in btrfs_backref...
Zhen Ni
-3
/
+1
2026-02-03
btrfs: refactor the main loop of cow_file_range()
Qu Wenruo
-103
/
+142
2026-02-03
btrfs: zoned: print block-group type for zoned statistics
Johannes Thumshirn
-2
/
+3
2026-02-03
btrfs: move space_info_flag_to_str() to space-info.h
Johannes Thumshirn
-17
/
+17
2026-02-03
btrfs: zoned: show statistics about zoned filesystems in mountstats
Johannes Thumshirn
-0
/
+75
2026-02-03
btrfs: don't call btrfs_handle_fs_error() in btrfs_commit_transaction()
Filipe Manana
-3
/
+2
2026-02-03
btrfs: don't call btrfs_handle_fs_error() in qgroup_account_snapshot()
Filipe Manana
-3
/
+3
2026-02-03
btrfs: don't call btrfs_handle_fs_error() after failure to delete orphan item
Filipe Manana
-2
/
+2
2026-02-03
btrfs: don't call btrfs_handle_fs_error() after failure to join transaction
Filipe Manana
-2
/
+3
2026-02-03
btrfs: remove redundant path release in btrfs_find_orphan_roots()
Filipe Manana
-2
/
+0
2026-02-03
btrfs: use single return variable in btrfs_find_orphan_roots()
Filipe Manana
-22
/
+18
2026-02-03
btrfs: avoid transaction commit on error in del_balance_item()
Filipe Manana
-4
/
+6
2026-02-03
btrfs: update stale comment in __cow_file_range_inline()
Filipe Manana
-2
/
+2
2026-02-03
btrfs: remove duplicated root key setup in btrfs_create_tree()
Filipe Manana
-5
/
+1
2026-02-03
btrfs: zoned: re-flow prepare_allocation_zoned()
Johannes Thumshirn
-17
/
+24
2026-02-03
btrfs: shrink the size of btrfs_bio
Qu Wenruo
-7
/
+8
2026-02-03
btrfs: remove ASSERT compatibility for gcc < 8.x
David Sterba
-17
/
+0
2026-02-03
btrfs: pass level to _btrfs_printk() to avoid parsing level from string
David Sterba
-45
/
+30
2026-02-03
btrfs: simplify internal btrfs_printk helpers
David Sterba
-5
/
+13
2026-02-03
btrfs: rename btrfs_create_block_group_cache to btrfs_create_block_group
Johannes Thumshirn
-4
/
+4
2026-02-03
btrfs: merge setting ret and return ret
David Sterba
-63
/
+32
2026-02-03
btrfs: remove dead assignment in prepare_one_folio()
Massimiliano Pellizzer
-4
/
+2
[prev]
[next]