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
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2026-02-03
btrfs: continue trimming remaining devices on failure
jinbaohong
-1
/
+1
2026-02-03
btrfs: do not BUG_ON() in btrfs_remove_block_group()
Filipe Manana
-1
/
+6
2026-02-03
btrfs: abort transaction on error in btrfs_remove_block_group()
Filipe Manana
-9
/
+17
2026-02-03
btrfs: fix block_group_tree dirty_list corruption
Boris Burkov
-7
/
+0
2026-02-03
btrfs: fix copying the flags of btrfs_bio after split
Johannes Thumshirn
-0
/
+6
2026-02-03
btrfs: zoned: use local fs_info variable in btrfs_load_block_group_dup()
Johannes Thumshirn
-3
/
+3
2026-02-03
btrfs: zoned: fixup last alloc pointer after extent removal for RAID0/10
Naohiro Aota
-15
/
+179
2026-02-03
btrfs: zoned: fixup last alloc pointer after extent removal for DUP
Naohiro Aota
-0
/
+14
2026-02-03
btrfs: zoned: fixup last alloc pointer after extent removal for RAID1
Naohiro Aota
-0
/
+15
2026-02-03
btrfs: remove out label in btrfs_wait_for_commit()
Filipe Manana
-4
/
+5
2026-02-03
btrfs: remove out label in btrfs_init_space_info()
Filipe Manana
-7
/
+6
2026-02-03
btrfs: remove out label in btrfs_check_rw_degradable()
Filipe Manana
-7
/
+5
2026-02-03
btrfs: remove out label in finish_verity()
Filipe Manana
-8
/
+5
2026-02-03
btrfs: remove out label in scrub_find_fill_first_stripe()
Filipe Manana
-4
/
+4
2026-02-03
btrfs: remove out label in lzo_decompress()
Filipe Manana
-10
/
+7
2026-02-03
btrfs: remove out label in btrfs_mark_extent_written()
Filipe Manana
-15
/
+15
2026-02-03
btrfs: remove out label in btrfs_csum_file_blocks()
Filipe Manana
-8
/
+8
2026-02-03
btrfs: remove out_failed label in find_lock_delalloc_range()
Filipe Manana
-3
/
+2
2026-02-03
btrfs: remove out label in load_extent_tree_free()
Filipe Manana
-6
/
+4
2026-02-03
btrfs: remove pointless out labels from uuid-tree.c
Filipe Manana
-10
/
+6
2026-02-03
btrfs: remove pointless out labels from inode.c
Filipe Manana
-12
/
+9
2026-02-03
btrfs: remove pointless out labels from free-space-cache.c
Filipe Manana
-16
/
+12
2026-02-03
btrfs: remove pointless out labels from extent-tree.c
Filipe Manana
-14
/
+10
2026-02-03
btrfs: remove pointless out labels from disk-io.c
Filipe Manana
-32
/
+22
2026-02-03
btrfs: remove pointless out labels from qgroup.c
Filipe Manana
-16
/
+10
2026-02-03
btrfs: remove pointless out labels from send.c
Filipe Manana
-43
/
+33
2026-02-03
btrfs: remove pointless out labels from ioctl.c
Filipe Manana
-27
/
+17
2026-02-03
btrfs: qgroup: return correct error when deleting qgroup relation item
Filipe Manana
-1
/
+3
2026-02-03
btrfs: pass btrfs_fs_info to btrfs_first_delayed_node()
David Sterba
-8
/
+7
2026-02-03
btrfs: don't use local variables for fs_info->delayed_root
David Sterba
-20
/
+4
2026-02-03
btrfs: reorder members in btrfs_delayed_root for better packing
David Sterba
-1
/
+1
2026-02-03
btrfs: embed delayed root to struct btrfs_fs_info
David Sterba
-35
/
+30
2026-02-03
btrfs: add strict extent map alignment checks
Qu Wenruo
-0
/
+12
2026-02-03
btrfs: tests: prepare extent map tests for strict alignment checks
Qu Wenruo
-5
/
+11
2026-02-03
btrfs: tests: remove invalid file extent map tests
Qu Wenruo
-47
/
+49
2026-02-03
btrfs: unfold transaction aborts in btrfs_finish_one_ordered()
Filipe Manana
-9
/
+11
2026-02-03
btrfs: deal with missing root in sample_block_group_extent_item()
Filipe Manana
-0
/
+6
2026-02-03
btrfs: remove bogus root search condition in sample_block_group_extent_item()
Filipe Manana
-2
/
+1
2026-02-03
btrfs: fallback to buffered IO if the data profile has duplication
Qu Wenruo
-0
/
+12
2026-02-03
btrfs: assert block group is locked in btrfs_use_block_group_size_class()
Filipe Manana
-0
/
+1
2026-02-03
btrfs: don't pass block group argument to load_block_group_size_class()
Filipe Manana
-7
/
+6
2026-02-03
btrfs: allocate path on stack in load_block_group_size_class()
Filipe Manana
-13
/
+19
2026-02-03
btrfs: make load_block_group_size_class() return void
Filipe Manana
-8
/
+8
2026-02-03
btrfs: zstd: use folio_iter to handle zstd_decompress_bio()
Qu Wenruo
-4
/
+10
2026-02-03
btrfs: zlib: use folio_iter to handle zlib_decompress_bio()
Qu Wenruo
-7
/
+13
2026-02-03
btrfs: lzo: use folio_iter to handle lzo_decompress_bio()
Qu Wenruo
-10
/
+38
2026-02-03
btrfs: consolidate reclaim readiness checks in btrfs_should_reclaim()
Sun YangKai
-6
/
+6
2026-02-03
btrfs: fix periodic reclaim condition
Sun YangKai
-11
/
+16
2026-02-03
btrfs: don't pass io_ctl to __btrfs_write_out_cache()
Johannes Thumshirn
-3
/
+2
2026-02-03
btrfs: use the btrfs_extent_map_end() helper everywhere
Filipe Manana
-26
/
+28
[prev]
[next]