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
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
/
extent_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-18
Btrfs: enable repair during read for raid56 profile
Liu Bo
1
-13
/
+27
2017-04-18
Btrfs: create a helper for getting chunk map
Liu Bo
1
-2
/
+1
2017-04-18
btrfs: convert extent_state.refs from atomic_t to refcount_t
Elena Reshetova
1
-7
/
+7
2017-04-18
btrfs: convert extent_map.refs from atomic_t to refcount_t
Elena Reshetova
1
-2
/
+2
2017-03-29
Btrfs: bring back repair during read
Liu Bo
1
-18
/
+28
2017-03-17
Btrfs: fix regression in lock_delalloc_pages
Liu Bo
1
-1
/
+2
2017-02-28
btrfs: add dummy callback for readpage_io_failed and drop checks
David Sterba
1
-1
/
+1
2017-02-28
btrfs: drop checks for mandatory extent_io_ops callbacks
David Sterba
1
-4
/
+3
2017-02-28
btrfs: let writepage_end_io_hook return void
David Sterba
1
-6
/
+3
2017-02-28
btrfs: Make get_extent_t take btrfs_inode
Nikolay Borisov
1
-3
/
+3
2017-02-28
btrfs: Make btrfs_clear_bit_hook take btrfs_inode
Nikolay Borisov
1
-1
/
+2
2017-02-28
btrfs: make btrfs_free_io_failure_record take btrfs_inode
Nikolay Borisov
1
-2
/
+2
2017-02-28
btrfs: make clean_io_failure take btrfs_inode
Nikolay Borisov
1
-10
/
+11
2017-02-28
btrfs: make repair_io_failure take btrfs_inode
Nikolay Borisov
1
-6
/
+7
2017-02-28
btrfs: make free_io_failure take btrfs_inode
Nikolay Borisov
1
-7
/
+7
2017-02-28
btrfs: Make btrfs_lookup_ordered_range take btrfs_inode
Nikolay Borisov
1
-2
/
+2
2017-02-17
btrfs: remove unused parameter from extent_write_cache_pages
David Sterba
1
-4
/
+2
2017-02-17
btrfs: remove unused parameter from update_nr_written
David Sterba
1
-4
/
+4
2017-02-17
btrfs: remove unused parameter from submit_extent_page
David Sterba
1
-9
/
+3
2017-02-17
btrfs: embed extent_changeset::range_changed to the structure
David Sterba
1
-1
/
+1
2017-02-17
Btrfs: add another missing end_page_writeback on submit_extent_page failure
Takafumi Kubota
1
-2
/
+6
2017-02-17
Btrfs: use helper to simplify lock/unlock pages
Liu Bo
1
-64
/
+10
2017-02-17
btrfs: teach __process_pages_contig about PAGE_LOCK operation
Liu Bo
1
-6
/
+42
2017-02-14
Btrfs: create helper for processing bits on contiguous pages
Liu Bo
1
-15
/
+22
2017-02-14
Btrfs: cleanup unused cached_state in __extent_writepage_io
Liu Bo
1
-8
/
+1
2017-02-14
btrfs: fix over-80 lines introduced by previous cleanups
David Sterba
1
-5
/
+5
2017-02-14
btrfs: Make btrfs_ino take a struct btrfs_inode
Nikolay Borisov
1
-5
/
+5
2017-02-14
btrfs: drop gfp mask tweaking in try_release_extent_state
Michal Hocko
1
-2
/
+0
2017-02-14
btrfs: fix up misleading GFP_NOFS usage in btrfs_releasepage
Michal Hocko
1
-0
/
+5
2016-12-16
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-43
/
+69
2016-12-13
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-9
/
+7
2016-12-06
btrfs: remove root parameter from transaction commit/end routines
Jeff Mahoney
1
-1
/
+1
2016-12-06
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
1
-5
/
+3
2016-12-06
btrfs: root->fs_info cleanup, add fs_info convenience variables
Jeff Mahoney
1
-10
/
+15
2016-12-06
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
1
-21
/
+9
2016-11-30
btrfs: add optimized version of eb to eb copy
David Sterba
1
-0
/
+14
2016-11-30
btrfs: remove constant parameter to memset_extent_buffer and rename it
David Sterba
1
-5
/
+5
2016-11-30
btrfs: use specialized page copying helpers in btrfs_clone_extent_buffer
David Sterba
1
-1
/
+1
2016-11-30
btrfs: introduce helpers for updating eb uuids
David Sterba
1
-0
/
+21
2016-11-29
btrfs: don't abuse REQ_OP_* flags for btrfs_map_block
Christoph Hellwig
1
-1
/
+1
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
1
-9
/
+7
2016-10-24
Btrfs: remove some no-op casts
Dan Carpenter
1
-4
/
+4
2016-10-12
Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Chris Mason
1
-18
/
+46
2016-10-03
Btrfs: fix free space tree bitmaps on big-endian systems
Omar Sandoval
1
-18
/
+46
2016-09-26
Btrfs: memset to avoid stale content in btree leaf
Liu Bo
1
-5
/
+13
2016-09-26
btrfs: convert pr_* to btrfs_* where possible
Jeff Mahoney
1
-22
/
+31
2016-09-26
btrfs: convert printk(KERN_* to use pr_* calls
Jeff Mahoney
1
-2
/
+2
2016-09-26
btrfs: unsplit printed strings
Jeff Mahoney
1
-23
/
+19
2016-09-26
Btrfs: memset to avoid stale content in btree node block
Liu Bo
1
-0
/
+11
2016-09-26
Btrfs: kill the start argument to read_extent_buffer_pages
Josef Bacik
1
-20
/
+8
[next]