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
2018-12-17
btrfs: Fix typos in comments and strings
Andrea Gelmini
1
-2
/
+2
2018-12-17
btrfs: Refactor main loop in extent_readpages
Nikolay Borisov
1
-20
/
+14
2018-12-17
btrfs: use offset_in_page instead of open-coding it
Johannes Thumshirn
1
-29
/
+24
2018-12-17
btrfs: remove always true if branch in find_delalloc_range
Lu Fengqi
1
-16
/
+16
2018-12-17
btrfs: Refactor btrfs_merge_bio_hook
Nikolay Borisov
1
-2
/
+2
2018-12-17
btrfs: don't initialize 'offset' in map_private_extent_buffer()
Johannes Thumshirn
1
-1
/
+1
2018-12-17
btrfs: Remove extent_io_ops::readpage_io_failed_hook
Nikolay Borisov
1
-36
/
+35
2018-12-17
btrfs: replace btrfs_io_bio::end_io with a simple helper
David Sterba
1
-2
/
+1
2018-12-17
btrfs: use EXPORT_FOR_TESTS for conditionally exported functions
Johannes Thumshirn
1
-11
/
+2
2018-12-17
btrfs: Replace BUG_ON with ASSERT in find_lock_delalloc_range
Nikolay Borisov
1
-1
/
+1
2018-12-17
btrfs: Sink find_lock_delalloc_range's 'max_bytes' argument
Nikolay Borisov
1
-6
/
+5
2018-12-17
btrfs: use tagged writepage to mitigate livelock of snapshot
Ethan Lien
1
-2
/
+15
2018-12-17
btrfs: Remove unused extent_state argument from btrfs_writepage_endio_finish_...
Nikolay Borisov
1
-7
/
+5
2018-12-17
btrfs: Remove extent_page_data argument from writepage_delalloc
Nikolay Borisov
1
-7
/
+4
2018-12-17
btrfs: Move epd::extent_locked check to writepage_delalloc's caller
Nikolay Borisov
1
-7
/
+8
2018-12-17
btrfs: Adjust loop in free_extent_buffer
Nikolay Borisov
1
-1
/
+3
2018-12-17
btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeing
Nikolay Borisov
1
-11
/
+0
2018-12-17
btrfs: Remove extent_io_ops::split_extent_hook callback
Nikolay Borisov
1
-8
/
+2
2018-12-17
btrfs: Remove extent_io_ops::merge_extent_hook callback
Nikolay Borisov
1
-9
/
+8
2018-12-17
btrfs: Remove extent_io_ops::clear_bit_hook callback
Nikolay Borisov
1
-8
/
+4
2018-12-17
btrfs: Remove extent_io_ops::set_bit_hook extent_io callback
Nikolay Borisov
1
-8
/
+3
2018-12-17
btrfs: Remove extent_io_ops::check_extent_io_range callback
Nikolay Borisov
1
-3
/
+12
2018-12-17
btrfs: Remove extent_io_ops::writepage_end_io_hook
Nikolay Borisov
1
-21
/
+12
2018-12-17
btrfs: Remove extent_io_ops::writepage_start_hook
Nikolay Borisov
1
-13
/
+10
2018-12-17
btrfs: Remove extent_io_ops::fill_delalloc
Nikolay Borisov
1
-11
/
+9
2018-10-28
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-7
/
+5
2018-10-21
btrfs: Convert page cache to XArray
Matthew Wilcox
1
-5
/
+3
2018-10-21
pagevec: Use xa_mark_t
Matthew Wilcox
1
-2
/
+2
2018-10-15
btrfs: tests: add separate stub for find_lock_delalloc_range
David Sterba
1
-1
/
+12
2018-10-15
Btrfs: skip set_page_dirty if eb pages are already dirty
Liu Bo
1
-4
/
+5
2018-10-15
Btrfs: assert page dirty bit on extent buffer pages
Liu Bo
1
-0
/
+6
2018-10-15
Btrfs: use next_state in find_first_extent_bit
Liu Bo
1
-6
/
+1
2018-08-18
btrfs: readpages() should submit IO as read-ahead
Jens Axboe
1
-1
/
+1
2018-08-06
btrfs: drop extent_io_ops::set_range_writeback callback
David Sterba
1
-9
/
+1
2018-08-06
btrfs: drop extent_io_ops::merge_bio_hook callback
David Sterba
1
-2
/
+2
2018-08-06
btrfs: drop extent_io_ops::tree_fs_info callback
David Sterba
1
-10
/
+4
2018-08-06
btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_UNMAPPED
Nikolay Borisov
1
-5
/
+5
2018-08-06
btrfs: Document locking requirement via lockdep_assert_held
Nikolay Borisov
1
-1
/
+2
2018-08-06
btrfs: rename btrfs_release_extent_buffer_page
David Sterba
1
-4
/
+4
2018-08-06
btrfs: Refactor loop in btrfs_release_extent_buffer_page
Nikolay Borisov
1
-9
/
+6
2018-08-06
btrfs: Reword dodgy comments in alloc_extent_buffer
Nikolay Borisov
1
-9
/
+8
2018-08-06
btrfs: Simplify page unlocking in alloc_extent_buffer
Nikolay Borisov
1
-7
/
+2
2018-08-06
btrfs: open-code bio_set_op_attrs
David Sterba
1
-1
/
+1
2018-08-06
btrfs: switch types to int when counting eb pages
David Sterba
1
-22
/
+22
2018-08-06
btrfs: pass only eb to num_extent_pages
David Sterba
1
-15
/
+15
2018-07-22
Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+5
2018-07-19
Btrfs: fix file data corruption after cloning a range and fsync
Filipe Manana
1
-2
/
+5
2018-06-26
Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+4
2018-06-21
Btrfs: fix physical offset reported by fiemap for inline extents
Filipe Manana
1
-1
/
+4
2018-06-15
Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+1
[next]