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-12-05
btrfs: merge struct extent_page_data to btrfs_bio_ctrl
David Sterba
1
-60
/
+55
2022-12-05
btrfs: switch extent_page_data bit fields to bools
David Sterba
1
-2
/
+2
2022-12-05
btrfs: move super_block specific helpers into super.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move dev-replace prototypes into dev-replace.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move file prototypes to file.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move file-item prototypes into their own header
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: update function comments
David Sterba
1
-28
/
+31
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move BTRFS_FS_STATE* definitions and helpers to fs.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: do not use GFP_ATOMIC in the read endio
Josef Bacik
1
-4
/
+4
2022-12-05
btrfs: avoid duplicated resolution of indirect backrefs during fiemap
Filipe Manana
1
-0
/
+2
2022-12-05
btrfs: move ulists to data extent sharedness check context
Filipe Manana
1
-24
/
+10
2022-12-05
btrfs: turn the backref sharedness check cache into a context object
Filipe Manana
1
-12
/
+12
2022-12-05
btrfs: directly pass the inode to btrfs_is_data_extent_shared()
Filipe Manana
1
-9
/
+7
2022-12-05
btrfs: drop redundant bflags initialization when allocating extent buffer
Filipe Manana
1
-1
/
+0
2022-12-05
btrfs: drop pointless memset when cloning extent buffer
Filipe Manana
1
-1
/
+0
2022-12-05
btrfs: add cached_state to read_extent_buffer_subpage
Josef Bacik
1
-5
/
+10
2022-12-05
btrfs: cache the failed state when locking extents
Josef Bacik
1
-1
/
+2
2022-12-05
btrfs: add a cached_state to try_lock_extent
Josef Bacik
1
-1
/
+2
2022-10-11
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-18
/
+15
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: open code and remove btrfs_inode_sectorsize helper
Josef Bacik
1
-2
/
+2
2022-09-26
btrfs: stop tracking failed reads in the I/O tree
Christoph Hellwig
1
-15
/
+2
2022-09-26
btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
Josef Bacik
1
-2
/
+2
2022-09-26
btrfs: don't clear CTL bits when trying to release extent state
Josef Bacik
1
-3
/
+5
2022-09-26
btrfs: unify the lock/unlock extent variants
Josef Bacik
1
-21
/
+18
2022-09-26
btrfs: remove the wake argument from clear_extent_bits
Josef Bacik
1
-2
/
+2
2022-09-26
btrfs: move core extent_io_tree functions to extent-io-tree.c
Josef Bacik
1
-996
/
+0
2022-09-26
btrfs: move a few exported extent_io_tree helpers to extent-io-tree.c
Josef Bacik
1
-141
/
+0
2022-09-26
btrfs: temporarily export and then move extent state helpers
Josef Bacik
1
-258
/
+0
2022-09-26
btrfs: temporarily export and move core extent_io_tree tree functions
Josef Bacik
1
-115
/
+0
2022-09-26
btrfs: move btrfs_debug_check_extent_io_range into extent-io-tree.c
Josef Bacik
1
-20
/
+0
2022-09-26
btrfs: export wait_extent_bit
Josef Bacik
1
-2
/
+1
2022-09-26
btrfs: move simple extent bit helpers out of extent_io.c
Josef Bacik
1
-60
/
+0
2022-09-26
btrfs: convert BUG_ON(EXTENT_BIT_LOCKED) checks to ASSERT's
Josef Bacik
1
-2
/
+2
2022-09-26
btrfs: move extent state init and alloc functions to their own file
Josef Bacik
1
-155
/
+0
2022-09-26
btrfs: temporarily export alloc_extent_state helpers
Josef Bacik
1
-3
/
+2
2022-09-26
btrfs: separate out the eb and extent state leak helpers
Josef Bacik
1
-20
/
+38
2022-09-26
btrfs: separate out the extent state and extent buffer init code
Josef Bacik
1
-7
/
+14
2022-09-26
btrfs: use find_first_extent_bit in btrfs_clean_io_failure
Josef Bacik
1
-9
/
+6
2022-09-26
btrfs: convert the io_failure_tree to a plain rb_tree
Josef Bacik
1
-111
/
+52
2022-09-26
btrfs: unexport internal failrec functions
Josef Bacik
1
-6
/
+7
2022-09-26
btrfs: rename clean_io_failure and remove extraneous args
Josef Bacik
1
-10
/
+7
2022-09-26
btrfs: make fiemap more efficient and accurate reporting extent sharedness
Filipe Manana
1
-227
/
+490
2022-09-26
btrfs: skip unnecessary extent buffer sharedness checks during fiemap
Filipe Manana
1
-2
/
+16
2022-09-26
btrfs: speedup checking for extent sharedness during fiemap
Filipe Manana
1
-5
/
+6
2022-09-26
btrfs: rename btrfs_check_shared() to a more descriptive name
Filipe Manana
1
-2
/
+3
2022-09-26
btrfs: allow fiemap to be interruptible
Filipe Manana
1
-0
/
+5
[prev]
[next]