index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
starfive-6.6.63-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
2022-09-26
btrfs: remove zero length check when entering fiemap
Filipe Manana
1
-3
/
+0
2022-09-26
btrfs: remove check for impossible block start for an extent map at fiemap
Filipe Manana
1
-4
/
+1
2022-09-26
btrfs: give struct btrfs_bio a real end_io handler
Christoph Hellwig
1
-18
/
+17
2022-09-26
btrfs: pass the operation to btrfs_bio_alloc
Christoph Hellwig
1
-4
/
+2
2022-09-26
btrfs: move btrfs_bio allocation to volumes.c
Christoph Hellwig
1
-68
/
+6
2022-09-26
btrfs: don't create integrity bioset for btrfs_bioset
Christoph Hellwig
1
-6
/
+0
2022-09-26
btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O path
Ethan Lien
1
-17
/
+1
2022-09-26
btrfs: use atomic_try_cmpxchg in free_extent_buffer
Uros Bizjak
1
-4
/
+2
2022-09-12
btrfs: convert __process_pages_contig() to use filemap_get_folios_contig()
Vishal Moola (Oracle)
1
-18
/
+15
2022-08-28
Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+29
2022-08-22
btrfs: don't merge pages into bio if their page offset is not contiguous
Qu Wenruo
1
-4
/
+29
2022-08-19
Merge tag 'for-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+10
2022-08-17
btrfs: fix lockdep splat with reloc root extent buffers
Josef Bacik
1
-1
/
+10
2022-08-04
Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-481
/
+392
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-9
/
+9
2022-07-25
btrfs: fix repair of compressed extents
Christoph Hellwig
1
-36
/
+9
2022-07-25
btrfs: pass a btrfs_bio to btrfs_repair_one_sector
Christoph Hellwig
1
-22
/
+26
2022-07-25
btrfs: repair all known bad mirrors
Christoph Hellwig
1
-66
/
+60
2022-07-25
btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size
Naohiro Aota
1
-1
/
+3
2022-07-25
btrfs: remove extent writepage address space operation
Christoph Hellwig
1
-14
/
+0
2022-07-25
btrfs: unify tree search helper returning prev and next nodes
David Sterba
1
-60
/
+62
2022-07-25
btrfs: make tree search for insert more generic and use it for tree_search
David Sterba
1
-14
/
+13
2022-07-25
btrfs: open code inexact rbtree search in tree_search
David Sterba
1
-3
/
+28
2022-07-25
btrfs: remove node and parent parameters from insert_state
David Sterba
1
-12
/
+2
2022-07-25
btrfs: add fast path for extent_state insertion
David Sterba
1
-7
/
+16
2022-07-25
btrfs: pass bits by value not by pointer for extent_state helpers
David Sterba
1
-24
/
+22
2022-07-25
btrfs: lift start and end parameters to callers of insert_state
David Sterba
1
-18
/
+15
2022-07-25
btrfs: open code rbtree search in insert_state
David Sterba
1
-47
/
+33
2022-07-25
btrfs: open code rbtree search in split_state
David Sterba
1
-6
/
+22
2022-07-25
btrfs: pass the btrfs_bio_ctrl to submit_one_bio
Christoph Hellwig
1
-46
/
+39
2022-07-25
btrfs: merge end_write_bio and flush_write_bio
Christoph Hellwig
1
-65
/
+29
2022-07-25
btrfs: don't use bio->bi_private to pass the inode to submit_one_bio
Christoph Hellwig
1
-5
/
+1
2022-07-25
btrfs: do not allocate a btrfs_bio for low-level bios
Christoph Hellwig
1
-13
/
+0
2022-07-25
btrfs: centralize setting REQ_META
Christoph Hellwig
1
-4
/
+4
2022-07-25
btrfs: split btrfs_submit_data_bio to read and write parts
Christoph Hellwig
1
-5
/
+8
2022-07-25
btrfs: remove redundant calls to flush_dcache_page
David Sterba
1
-6
/
+1
2022-07-25
btrfs: refactor end_bio_extent_readpage code flow
Christoph Hellwig
1
-46
/
+40
2022-07-25
btrfs: factor out a helper to end a single sector buffer I/O
Christoph Hellwig
1
-11
/
+15
2022-07-25
btrfs: remove duplicated parameters from submit_data_read_repair()
Qu Wenruo
1
-17
/
+11
2022-07-25
btrfs: use PAGE_ALIGNED instead of IS_ALIGNED
Fanjun Kong
1
-1
/
+1
2022-07-16
Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-48
/
+74
2022-07-15
Revert "btrfs: turn fs_info member buffer_radix into XArray"
David Sterba
1
-48
/
+74
2022-07-14
fs/btrfs: Use the enum req_op and blk_opf_t types
Bart Van Assche
1
-9
/
+9
2022-06-26
Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+2
2022-06-21
btrfs: zoned: fix critical section of relocation inode writeback
Naohiro Aota
1
-1
/
+2
2022-05-25
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-8
/
+9
2022-05-16
btrfs: zoned: properly finish block group on metadata write
Naohiro Aota
1
-5
/
+1
2022-05-16
btrfs: rename bio_ctrl::bio_flags to compress_type
David Sterba
1
-10
/
+10
2022-05-16
btrfs: rename bio_flags in parameters and switch type
David Sterba
1
-14
/
+15
2022-05-16
btrfs: rename io_failure_record::bio_flags to compress_type
David Sterba
1
-3
/
+3
[prev]
[next]