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
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
/
extent_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-26
btrfs: remove btrfs_bio::logical member
Qu Wenruo
1
-1
/
+0
2021-10-26
btrfs: add a BTRFS_FS_ERROR helper
Josef Bacik
1
-1
/
+1
2021-10-26
btrfs: subpage: avoid potential deadlock with compression and delalloc
Qu Wenruo
1
-9
/
+27
2021-10-26
btrfs: rework page locking in __extent_writepage()
Qu Wenruo
1
-1
/
+14
2021-10-26
btrfs: subpage: make extent_write_locked_range() compatible
Qu Wenruo
1
-4
/
+11
2021-10-26
btrfs: cleanup for extent_write_locked_range()
Qu Wenruo
1
-16
/
+29
2021-10-26
btrfs: subpage: make add_ra_bio_pages() compatible
Qu Wenruo
1
-0
/
+1
2021-10-26
btrfs: remove unnecessary parameter delalloc_start for writepage_delalloc()
Qu Wenruo
1
-7
/
+7
2021-10-26
btrfs: rename struct btrfs_io_bio to btrfs_bio
Qu Wenruo
1
-32
/
+32
2021-10-26
btrfs: remove btrfs_bio_alloc() helper
Qu Wenruo
1
-18
/
+9
2021-10-26
btrfs: rename btrfs_bio to btrfs_io_context
Qu Wenruo
1
-9
/
+9
2021-10-26
btrfs: zoned: only allow one process to add pages to a relocation inode
Johannes Thumshirn
1
-0
/
+11
2021-10-26
btrfs: unexport repair_io_failure()
Qu Wenruo
1
-3
/
+3
2021-10-26
btrfs: convert latest_bdev type to btrfs_device and rename
Anand Jain
1
-1
/
+1
2021-10-26
btrfs: zoned: finish fully written block group
Naohiro Aota
1
-1
/
+9
2021-10-26
btrfs: subpage: pack all subpage bitmaps into a larger bitmap
Qu Wenruo
1
-24
/
+37
2021-10-25
btrfs: subpage: make btrfs_alloc_subpage() return btrfs_subpage directly
Qu Wenruo
1
-3
/
+3
2021-10-25
btrfs: subpage: only call btrfs_alloc_subpage() when sectorsize is smaller th...
Qu Wenruo
1
-7
/
+9
2021-08-23
btrfs: zoned: fix ordered extent boundary calculation
Naohiro Aota
1
-6
/
+7
2021-08-23
btrfs: initial fsverity support
Boris Burkov
1
-15
/
+11
2021-08-23
btrfs: remove the dead comment in writepage_delalloc()
Qu Wenruo
1
-7
/
+1
2021-08-23
btrfs: fix argument type of btrfs_bio_clone_partial()
Chaitanya Kulkarni
1
-1
/
+3
2021-08-23
btrfs: unify regular and subpage error paths in __extent_writepage()
Qu Wenruo
1
-7
/
+44
2021-08-23
btrfs: subpage: allow submit_extent_page() to do bio split
Qu Wenruo
1
-59
/
+131
2021-08-23
btrfs: subpage: fix writeback which does not have ordered extent
Qu Wenruo
1
-0
/
+16
2021-08-23
btrfs: reset this_bio_flag to avoid inheriting old flags
Qu Wenruo
1
-1
/
+1
2021-08-23
btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_ordered
David Sterba
1
-4
/
+4
2021-08-23
btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()
Qu Wenruo
1
-4
/
+3
2021-08-23
btrfs: zoned: remove max_zone_append_size logic
Johannes Thumshirn
1
-1
/
+0
2021-06-21
btrfs: subpage: fix a rare race between metadata endio and eb freeing
Qu Wenruo
1
-21
/
+9
2021-06-21
btrfs: make __extent_writepage_io() only submit dirty range for subpage
Qu Wenruo
1
-5
/
+75
2021-06-21
btrfs: make btrfs_set_range_writeback() subpage compatible
Qu Wenruo
1
-2
/
+1
2021-06-21
btrfs: update locked page dirty/writeback/error bits in __process_pages_contig
Qu Wenruo
1
-4
/
+4
2021-06-21
btrfs: make page Ordered bit to be subpage compatible
Qu Wenruo
1
-1
/
+1
2021-06-21
btrfs: make process_one_page() to handle subpage locking
Qu Wenruo
1
-3
/
+7
2021-06-21
btrfs: make end_bio_extent_writepage() to be subpage compatible
Qu Wenruo
1
-1
/
+2
2021-06-21
btrfs: make __process_pages_contig() to handle subpage dirty/error/writeback ...
Qu Wenruo
1
-8
/
+16
2021-06-21
btrfs: only require sector size alignment for end_bio_extent_writepage()
Qu Wenruo
1
-17
/
+12
2021-06-21
btrfs: refactor page status update into process_one_page()
Qu Wenruo
1
-97
/
+109
2021-06-21
btrfs: pass bytenr directly to __process_pages_contig()
Qu Wenruo
1
-20
/
+37
2021-06-21
btrfs: rename PagePrivate2 to PageOrdered inside btrfs
Qu Wenruo
1
-2
/
+2
2021-06-21
btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()
Qu Wenruo
1
-6
/
+10
2021-06-21
btrfs: make subpage metadata write path call its own endio functions
Qu Wenruo
1
-36
/
+36
2021-06-21
btrfs: refactor submit_extent_page() to make bio and its flag tracing easier
Qu Wenruo
1
-76
/
+136
2021-06-21
btrfs: clean up header members offsets in write helpers
David Sterba
1
-6
/
+7
2021-06-21
btrfs: zoned: factor out zoned device lookup
Johannes Thumshirn
1
-11
/
+5
2021-06-21
btrfs: remove io_failure_record::in_validation
Qu Wenruo
1
-99
/
+20
2021-06-21
btrfs: submit read time repair only for each corrupted sector
Qu Wenruo
1
-63
/
+154
2021-06-21
btrfs: correct try_lock_extent() usage in read_extent_buffer_subpage()
Goldwyn Rodrigues
1
-4
/
+2
2021-05-22
Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
[next]