index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-04
btrfs: send: handle unexpected inode in header process_recorded_refs()
David Sterba
1
-1
/
+7
2024-03-04
btrfs: send: handle unexpected data in header buffer in begin_cmd()
David Sterba
1
-1
/
+6
2024-03-04
btrfs: handle invalid root reference found in may_destroy_subvol()
David Sterba
1
-1
/
+8
2024-03-04
btrfs: handle invalid extent item reference found in find_first_extent_item()
David Sterba
1
-1
/
+8
2024-03-04
btrfs: handle invalid extent item reference found in extent_from_logical()
David Sterba
1
-0
/
+11
2024-03-04
btrfs: update comment and drop assertion in extent item lookup in find_parent...
David Sterba
1
-2
/
+4
2024-03-04
btrfs: push errors up from add_async_extent()
David Sterba
1
-5
/
+8
2024-03-04
btrfs: remove do_list variable at btrfs_clear_delalloc_extent()
Filipe Manana
1
-3
/
+3
2024-03-04
btrfs: remove do_list variable at btrfs_set_delalloc_extent()
Filipe Manana
1
-2
/
+1
2024-03-04
btrfs: use assertion instead of BUG_ON when adding/removing to delalloc list
Filipe Manana
1
-2
/
+2
2024-03-04
btrfs: add lockdep assertion to remaining delalloc callbacks
Filipe Manana
1
-0
/
+4
2024-03-04
btrfs: reduce inode lock critical section when setting and clearing delalloc
Filipe Manana
2
-21
/
+40
2024-03-04
btrfs: rename btrfs_add_delalloc_inodes() to singular form
Filipe Manana
1
-2
/
+2
2024-03-04
btrfs: assert root delalloc lock is held at __btrfs_del_delalloc_inode()
Filipe Manana
1
-0
/
+2
2024-03-04
btrfs: stop passing root argument to __btrfs_del_delalloc_inode()
Filipe Manana
3
-10
/
+9
2024-03-04
btrfs: stop passing root argument to btrfs_add_delalloc_inodes()
Filipe Manana
1
-5
/
+4
2024-03-04
btrfs: add forward declarations and headers, part 3
David Sterba
10
-28
/
+151
2024-03-04
btrfs: add forward declarations and headers, part 2
David Sterba
26
-19
/
+206
2024-03-04
btrfs: add forward declarations and headers, part 1
David Sterba
29
-4
/
+176
2024-03-04
btrfs: hoist fs_info out of loops in end_bbio_data_write and end_bbio_data_read
David Sterba
1
-5
/
+4
2024-03-04
btrfs: add helper to get fs_info from struct inode pointer
David Sterba
14
-68
/
+72
2024-03-04
btrfs: add helpers to get fs_info from page/folio pointers
David Sterba
6
-12
/
+15
2024-03-04
btrfs: add helpers to get inode from page/folio pointers
David Sterba
4
-6
/
+12
2024-03-04
btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()
David Sterba
1
-4
/
+24
2024-03-04
btrfs: mark __btrfs_add_free_space static
Lijuan Li
2
-3
/
+1
2024-03-04
btrfs: move transaction abort to the error site btrfs_rebuild_free_space_tree()
David Sterba
1
-8
/
+10
2024-03-04
btrfs: move transaction abort to the error site in btrfs_create_free_space_tr...
David Sterba
1
-7
/
+12
2024-03-04
btrfs: move transaction abort to the error site in btrfs_delete_free_space_tr...
David Sterba
1
-9
/
+10
2024-03-04
btrfs: unify handling of return values of btrfs_insert_empty_items()
David Sterba
3
-4
/
+5
2024-03-04
btrfs: change BUG_ON to assertion in reset_balance_state()
David Sterba
1
-1
/
+1
2024-03-04
btrfs: change BUG_ON to assertion when verifying root in btrfs_alloc_reserved...
David Sterba
1
-1
/
+1
2024-03-04
btrfs: change BUG_ON to assertion when verifying lockdep class setup
David Sterba
1
-1
/
+1
2024-03-04
btrfs: change BUG_ON to assertion in btrfs_read_roots()
David Sterba
1
-1
/
+1
2024-03-04
btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()
David Sterba
1
-1
/
+1
2024-03-04
btrfs: change BUG_ON to assertion when checking for delayed_node root
David Sterba
1
-1
/
+1
2024-03-04
btrfs: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item()
David Sterba
1
-2
/
+0
2024-03-04
btrfs: export: handle invalid inode or root reference in btrfs_get_parent()
David Sterba
1
-1
/
+8
2024-03-04
btrfs: handle invalid extent item reference found in check_committed_ref()
David Sterba
1
-1
/
+8
2024-03-04
btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()
David Sterba
1
-1
/
+11
2024-03-04
btrfs: handle invalid root reference found in btrfs_init_root_free_objectid()
David Sterba
1
-1
/
+8
2024-03-04
btrfs: handle invalid root reference found in btrfs_find_root()
David Sterba
1
-1
/
+8
2024-03-04
btrfs: handle root deletion lookup error in btrfs_del_root()
David Sterba
1
-2
/
+5
2024-03-04
btrfs: handle block group lookup error when it's being removed
David Sterba
1
-1
/
+3
2024-03-04
btrfs: handle invalid range and start in merge_extent_mapping()
David Sterba
1
-4
/
+5
2024-03-04
btrfs: handle directory and dentry mismatch in btrfs_may_delete()
David Sterba
1
-1
/
+3
2024-03-04
btrfs: use READ/WRITE_ONCE for fs_devices->read_policy
Naohiro Aota
2
-8
/
+9
2024-03-04
btrfs: preallocate temporary extent buffer for inode logging when needed
Filipe Manana
3
-36
/
+94
2024-03-04
btrfs: add comment about list_is_singular() use at btrfs_delete_unused_bgs()
Filipe Manana
1
-0
/
+7
2024-03-04
btrfs: document what the spinlock unused_bgs_lock protects
Filipe Manana
1
-0
/
+3
2024-03-04
btrfs: make btrfs_error_unpin_extent_range() return void
David Sterba
2
-9
/
+7
[next]