index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-03
btrfs: zoned: factor out the zone loading part into a testable function
Naohiro Aota
2
-48
/
+66
2026-02-03
btrfs: add cleanup function for btrfs_free_chunk_map
Naohiro Aota
1
-0
/
+1
2026-02-03
btrfs: tests: add cleanup functions for test specific functions
Naohiro Aota
1
-0
/
+6
2026-02-03
btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_uptodate_bitmap
Filipe Manana
1
-0
/
+1
2026-02-03
btrfs: tests: add unit tests for pending extent walking functions
Boris Burkov
6
-8
/
+495
2026-02-03
btrfs: fix EEXIST abort due to non-consecutive gaps in chunk allocation
Boris Burkov
1
-60
/
+183
2026-02-03
btrfs: fix transaction commit blocking during trim of unallocated space
jinbaohong
2
-22
/
+140
2026-02-03
btrfs: handle user interrupt properly in btrfs_trim_fs()
jinbaohong
1
-0
/
+11
2026-02-03
btrfs: preserve first error in btrfs_trim_fs()
jinbaohong
1
-6
/
+9
2026-02-03
btrfs: continue trimming remaining devices on failure
jinbaohong
1
-1
/
+1
2026-02-03
btrfs: do not BUG_ON() in btrfs_remove_block_group()
Filipe Manana
1
-1
/
+6
2026-02-03
btrfs: abort transaction on error in btrfs_remove_block_group()
Filipe Manana
2
-9
/
+17
2026-02-03
btrfs: fix block_group_tree dirty_list corruption
Boris Burkov
1
-7
/
+0
2026-02-03
btrfs: fix copying the flags of btrfs_bio after split
Johannes Thumshirn
1
-0
/
+6
2026-02-03
btrfs: zoned: use local fs_info variable in btrfs_load_block_group_dup()
Johannes Thumshirn
1
-3
/
+3
2026-02-03
btrfs: zoned: fixup last alloc pointer after extent removal for RAID0/10
Naohiro Aota
1
-15
/
+179
2026-02-03
btrfs: zoned: fixup last alloc pointer after extent removal for DUP
Naohiro Aota
1
-0
/
+14
2026-02-03
btrfs: zoned: fixup last alloc pointer after extent removal for RAID1
Naohiro Aota
1
-0
/
+15
2026-02-03
btrfs: remove out label in btrfs_wait_for_commit()
Filipe Manana
1
-4
/
+5
2026-02-03
btrfs: remove out label in btrfs_init_space_info()
Filipe Manana
1
-7
/
+6
2026-02-03
btrfs: remove out label in btrfs_check_rw_degradable()
Filipe Manana
1
-7
/
+5
2026-02-03
btrfs: remove out label in finish_verity()
Filipe Manana
1
-8
/
+5
2026-02-03
btrfs: remove out label in scrub_find_fill_first_stripe()
Filipe Manana
1
-4
/
+4
2026-02-03
btrfs: remove out label in lzo_decompress()
Filipe Manana
1
-10
/
+7
2026-02-03
btrfs: remove out label in btrfs_mark_extent_written()
Filipe Manana
1
-15
/
+15
2026-02-03
btrfs: remove out label in btrfs_csum_file_blocks()
Filipe Manana
1
-8
/
+8
2026-02-03
btrfs: remove out_failed label in find_lock_delalloc_range()
Filipe Manana
1
-3
/
+2
2026-02-03
btrfs: remove out label in load_extent_tree_free()
Filipe Manana
1
-6
/
+4
2026-02-03
btrfs: remove pointless out labels from uuid-tree.c
Filipe Manana
1
-10
/
+6
2026-02-03
btrfs: remove pointless out labels from inode.c
Filipe Manana
1
-12
/
+9
2026-02-03
btrfs: remove pointless out labels from free-space-cache.c
Filipe Manana
1
-16
/
+12
2026-02-03
btrfs: remove pointless out labels from extent-tree.c
Filipe Manana
1
-14
/
+10
2026-02-03
btrfs: remove pointless out labels from disk-io.c
Filipe Manana
1
-32
/
+22
2026-02-03
btrfs: remove pointless out labels from qgroup.c
Filipe Manana
1
-16
/
+10
2026-02-03
btrfs: remove pointless out labels from send.c
Filipe Manana
1
-43
/
+33
2026-02-03
btrfs: remove pointless out labels from ioctl.c
Filipe Manana
1
-27
/
+17
2026-02-03
btrfs: qgroup: return correct error when deleting qgroup relation item
Filipe Manana
1
-1
/
+3
2026-02-03
btrfs: pass btrfs_fs_info to btrfs_first_delayed_node()
David Sterba
1
-8
/
+7
2026-02-03
btrfs: don't use local variables for fs_info->delayed_root
David Sterba
1
-20
/
+4
2026-02-03
btrfs: reorder members in btrfs_delayed_root for better packing
David Sterba
1
-1
/
+1
2026-02-03
btrfs: embed delayed root to struct btrfs_fs_info
David Sterba
4
-35
/
+30
2026-02-03
btrfs: add strict extent map alignment checks
Qu Wenruo
1
-0
/
+12
2026-02-03
btrfs: tests: prepare extent map tests for strict alignment checks
Qu Wenruo
1
-5
/
+11
2026-02-03
btrfs: tests: remove invalid file extent map tests
Qu Wenruo
1
-47
/
+49
2026-02-03
btrfs: unfold transaction aborts in btrfs_finish_one_ordered()
Filipe Manana
1
-9
/
+11
2026-02-03
btrfs: deal with missing root in sample_block_group_extent_item()
Filipe Manana
1
-0
/
+6
2026-02-03
btrfs: remove bogus root search condition in sample_block_group_extent_item()
Filipe Manana
1
-2
/
+1
2026-02-03
btrfs: fallback to buffered IO if the data profile has duplication
Qu Wenruo
1
-0
/
+12
2026-02-03
btrfs: assert block group is locked in btrfs_use_block_group_size_class()
Filipe Manana
1
-0
/
+1
2026-02-03
btrfs: don't pass block group argument to load_block_group_size_class()
Filipe Manana
1
-7
/
+6
[prev]
[next]