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-09-16
Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linux
Linus Torvalds
1
-12
/
+18
2024-09-10
btrfs: only unlock the to-be-submitted ranges inside a folio
Qu Wenruo
3
-38
/
+86
2024-09-10
btrfs: merge btrfs_folio_unlock_writer() into btrfs_folio_end_writer_lock()
Qu Wenruo
3
-50
/
+35
2024-09-10
btrfs: BTRFS_PATH_AUTO_FREE in orphan.c
Leo Martins
1
-17
/
+7
2024-09-10
btrfs: use btrfs_path auto free in zoned.c
Leo Martins
1
-23
/
+11
2024-09-10
btrfs: DEFINE_FREE for struct btrfs_path
Leo Martins
1
-0
/
+5
2024-09-10
btrfs: remove btrfs_folio_end_all_writers()
Qu Wenruo
3
-51
/
+10
2024-09-10
btrfs: constify more pointer parameters
David Sterba
18
-83
/
+81
2024-09-10
btrfs: rework BTRFS_I as macro to preserve parameter const
David Sterba
1
-4
/
+6
2024-09-10
btrfs: add and use helper to verify the calling task has locked the inode
Filipe Manana
6
-7
/
+15
2024-09-10
btrfs: always update fstrim_range on failure in FITRIM ioctl
Luca Stefani
2
-5
/
+3
2024-09-10
btrfs: convert copy_inline_to_page() to use folio
Li Zetao
1
-17
/
+18
2024-09-10
btrfs: convert btrfs_decompress() to take a folio
Li Zetao
4
-10
/
+10
2024-09-10
btrfs: convert zstd_decompress() to take a folio
Li Zetao
3
-10
/
+10
2024-09-10
btrfs: convert lzo_decompress() to take a folio
Li Zetao
3
-8
/
+8
2024-09-10
btrfs: convert zlib_decompress() to take a folio
Li Zetao
3
-9
/
+9
2024-09-10
btrfs: convert try_release_extent_mapping() to take a folio
Li Zetao
3
-5
/
+5
2024-09-10
btrfs: convert try_release_extent_state() to take a folio
Li Zetao
1
-3
/
+3
2024-09-10
btrfs: convert submit_eb_page() to take a folio
Li Zetao
1
-5
/
+4
2024-09-10
btrfs: convert submit_eb_subpage() to take a folio
Li Zetao
1
-10
/
+9
2024-09-10
btrfs: convert read_key_bytes() to take a folio
Li Zetao
1
-7
/
+7
2024-09-10
btrfs: convert try_release_extent_buffer() to take a folio
Li Zetao
3
-10
/
+9
2024-09-10
btrfs: convert try_release_subpage_extent_buffer() to take a folio
Li Zetao
1
-9
/
+9
2024-09-10
btrfs: convert get_next_extent_buffer() to take a folio
Li Zetao
1
-7
/
+7
2024-09-10
btrfs: convert clear_page_extent_mapped() to take a folio
Li Zetao
3
-8
/
+7
2024-09-10
btrfs: make compression path to be subpage compatible
Qu Wenruo
3
-9
/
+37
2024-09-10
btrfs: merge btrfs_orig_bbio_end_io() into btrfs_bio_end_io()
Qu Wenruo
1
-18
/
+11
2024-09-10
btrfs: do not hold the extent lock for entire read
Josef Bacik
3
-116
/
+29
2024-09-10
btrfs: take the dio extent lock during O_DIRECT operations
Josef Bacik
1
-12
/
+32
2024-09-10
btrfs: introduce EXTENT_DIO_LOCKED
Josef Bacik
2
-35
/
+58
2024-09-10
btrfs: always pass readahead state to defrag
David Sterba
1
-21
/
+11
2024-09-10
btrfs: drop transaction parameter from btrfs_add_inode_defrag()
David Sterba
3
-12
/
+4
2024-09-10
btrfs: return void from btrfs_add_inode_defrag()
David Sterba
2
-9
/
+9
2024-09-10
btrfs: clear defragmented inodes using postorder in btrfs_cleanup_defrag_inod...
David Sterba
1
-10
/
+4
2024-09-10
btrfs: rename __btrfs_run_defrag_inode() and drop double underscores
David Sterba
1
-3
/
+3
2024-09-10
btrfs: rename __btrfs_add_inode_defrag() and drop double underscores
David Sterba
1
-6
/
+4
2024-09-10
btrfs: rename __need_auto_defrag() and drop double underscores
David Sterba
1
-4
/
+4
2024-09-10
btrfs: constify arguments of compare_inode_defrag()
David Sterba
1
-2
/
+2
2024-09-10
btrfs: rename __compare_inode_defrag() and drop double underscores
David Sterba
1
-4
/
+4
2024-09-10
btrfs: rename __extent_writepage() and drop double underscores
David Sterba
3
-17
/
+17
2024-09-10
btrfs: rename __btrfs_submit_bio() and drop double underscores
David Sterba
1
-5
/
+5
2024-09-10
btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()
David Sterba
7
-21
/
+21
2024-09-10
btrfs: subpage: remove btrfs_fs_info::subpage_info member
Qu Wenruo
5
-110
/
+50
2024-09-10
btrfs: remove the nr_ret parameter from __extent_writepage_io()
Qu Wenruo
1
-25
/
+17
2024-09-10
btrfs: send: fix grammar in comments
Thorsten Blum
1
-2
/
+2
2024-09-10
btrfs: qgroup: use xarray to track dirty extents in transaction
Junchao Sun
5
-43
/
+50
2024-09-10
btrfs: qgroup: use goto style to handle errors in add_delayed_ref()
Junchao Sun
1
-9
/
+10
2024-09-10
btrfs: refactor __extent_writepage_io() to do sector-by-sector submission
Qu Wenruo
3
-111
/
+107
2024-09-10
btrfs: subpage: fix the bitmap dump which can cause bitmap corruption
Qu Wenruo
1
-2
/
+8
2024-09-10
btrfs: reduce chunk_map lookups in btrfs_map_block()
Johannes Thumshirn
1
-22
/
+27
[next]