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
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
2022-09-29
btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...
Tetsuo Handa
1
-0
/
+3
2022-09-29
btrfs: drop extent map range more efficiently
Filipe Manana
1
-45
/
+74
2022-09-29
btrfs: avoid pointless extent map tree search when flushing delalloc
Filipe Manana
1
-1
/
+0
2022-09-29
btrfs: remove unnecessary next extent map search
Filipe Manana
1
-14
/
+17
2022-09-29
btrfs: remove unnecessary NULL pointer checks when searching extent maps
Filipe Manana
1
-14
/
+14
2022-09-29
btrfs: assert tree is locked when clearing extent map from logging
Filipe Manana
1
-0
/
+2
2022-09-29
btrfs: remove unnecessary extent map initializations
Filipe Manana
1
-2
/
+0
2022-09-29
btrfs: remove the refcount warning/check at free_extent_map()
Filipe Manana
1
-1
/
+0
2022-09-29
btrfs: add helper to replace extent map range with a new extent map
Filipe Manana
5
-60
/
+56
2022-09-29
btrfs: move open coded extent map tree deletion out of inode eviction
Filipe Manana
2
-14
/
+28
2022-09-29
btrfs: use cond_resched_rwlock_write() during inode eviction
Filipe Manana
1
-5
/
+1
2022-09-29
btrfs: use extent_map_end() at btrfs_drop_extent_map_range()
Filipe Manana
1
-4
/
+6
2022-09-29
btrfs: move btrfs_drop_extent_cache() to extent_map.c
Filipe Manana
8
-223
/
+237
2022-09-29
btrfs: fix missed extent on fsync after dropping extent maps
Filipe Manana
1
-12
/
+46
2022-09-29
btrfs: remove stale prototype of btrfs_write_inode
Jeff Layton
1
-1
/
+0
2022-09-29
btrfs: enable nowait async buffered writes
Stefan Roesch
1
-2
/
+2
2022-09-29
btrfs: assert nowait mode is not used for some btree search functions
Stefan Roesch
1
-0
/
+4
2022-09-29
btrfs: make btrfs_buffered_write nowait compatible
Stefan Roesch
1
-2
/
+5
2022-09-29
btrfs: plumb NOWAIT through the write path
Stefan Roesch
1
-6
/
+13
2022-09-29
btrfs: make lock_and_cleanup_extent_if_need nowait compatible
Stefan Roesch
1
-3
/
+16
2022-09-29
btrfs: make prepare_pages nowait compatible
Stefan Roesch
1
-8
/
+35
2022-09-29
btrfs: make btrfs_check_nocow_lock nowait compatible
Josef Bacik
3
-13
/
+24
2022-09-29
btrfs: add btrfs_try_lock_ordered_range
Josef Bacik
2
-0
/
+26
2022-09-29
btrfs: add the ability to use NO_FLUSH for data reservations
Josef Bacik
6
-9
/
+18
2022-09-29
btrfs: make can_nocow_extent nowait compatible
Josef Bacik
8
-16
/
+29
2022-09-26
btrfs: implement a nowait option for tree searches
Josef Bacik
4
-3
/
+64
2022-09-26
btrfs: relax block-group-tree feature dependency checks
Qu Wenruo
3
-79
/
+113
2022-09-26
btrfs: move end_io_func argument to btrfs_bio_ctrl structure
Qu Wenruo
1
-17
/
+23
2022-09-26
btrfs: switch page and disk_bytenr argument position for submit_extent_page()
Qu Wenruo
1
-9
/
+9
2022-09-26
btrfs: update the comment for submit_extent_page()
Qu Wenruo
1
-3
/
+5
2022-09-26
btrfs: add struct declarations in dev-replace.h
Josef Bacik
1
-0
/
+4
2022-09-26
btrfs: use a runtime flag to indicate an inode is a free space inode
Josef Bacik
2
-7
/
+8
2022-09-26
btrfs: open code and remove btrfs_insert_inode_hash helper
Josef Bacik
2
-8
/
+3
2022-09-26
btrfs: open code and remove btrfs_inode_sectorsize helper
Josef Bacik
3
-13
/
+7
2022-09-26
btrfs: move btrfs_ordered_sum_size into file-item.c
Josef Bacik
2
-12
/
+11
2022-09-26
btrfs: move the fs_info related helpers closer to fs_info in ctree.h
Josef Bacik
1
-60
/
+63
2022-09-26
btrfs: move btrfs_csum_ptr to inode.c
Josef Bacik
2
-8
/
+7
2022-09-26
btrfs: move fs_info forward declarations to the top of ctree.h
Josef Bacik
1
-7
/
+5
2022-09-26
btrfs: move btrfs_swapfile_pin into volumes.h
Josef Bacik
2
-25
/
+25
2022-09-26
btrfs: move btrfs_pinned_by_swapfile prototype into volumes.h
Josef Bacik
2
-2
/
+2
2022-09-26
btrfs: move btrfs_init_async_reclaim_work prototype to space-info.h
Josef Bacik
2
-2
/
+1
2022-09-26
btrfs: move btrfs_full_stripe_locks_tree into block-group.h
Josef Bacik
3
-15
/
+10
2022-09-26
btrfs: move btrfs_caching_type to block-group.h
Josef Bacik
2
-7
/
+7
2022-09-26
btrfs: stop tracking failed reads in the I/O tree
Christoph Hellwig
3
-17
/
+2
2022-09-26
btrfs: remove is_data_inode() checks in extent-io-tree.c
Josef Bacik
1
-6
/
+6
2022-09-26
btrfs: don't init io tree with private data for non-inodes
Josef Bacik
3
-3
/
+3
2022-09-26
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
12
-55
/
+61
2022-09-26
btrfs: don't clear CTL bits when trying to release extent state
Josef Bacik
1
-3
/
+5
2022-09-26
btrfs: get rid of extent_io_tree::dirty_bytes
Josef Bacik
2
-17
/
+1
2022-09-26
btrfs: remove extent_io_tree::track_uptodate
Josef Bacik
3
-3
/
+0
[next]