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
/
scrub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-22
btrfs: rename btrfs_device::scrub_device to scrub_ctx
Anand Jain
1
-7
/
+7
2018-01-22
Btrfs: fix scrub to repair raid6 corruption
Liu Bo
1
-12
/
+32
2018-01-22
btrfs: sink unlock_extent parameter gfp_flags
David Sterba
1
-2
/
+1
2018-01-22
Btrfs: use struct completion in scrub_submit_raid56_bio_wait
Liu Bo
1
-17
/
+4
2018-01-22
btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGT
Anand Jain
1
-1
/
+1
2018-01-22
btrfs: cleanup device states define BTRFS_DEV_STATE_MISSING
Anand Jain
1
-3
/
+4
2018-01-22
btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATA
Anand Jain
1
-1
/
+2
2018-01-22
btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE
Anand Jain
1
-1
/
+2
2017-11-01
btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...
Zygo Blaxell
1
-3
/
+3
2017-10-30
btrfs: scrub: get rid of sector_t
David Sterba
1
-8
/
+8
2017-09-09
Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-25
/
+22
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-6
/
+6
2017-08-21
btrfs: scrub: simplify scrub worker initialization
David Sterba
1
-8
/
+2
2017-08-21
btrfs: scrub: clean up division in scrub_find_csum
David Sterba
1
-1
/
+3
2017-08-21
btrfs: scrub: clean up division in __scrub_mark_bitmap
David Sterba
1
-2
/
+6
2017-08-21
btrfs: scrub: use bool for flush_all_writes
David Sterba
1
-10
/
+8
2017-08-18
btrfs: use appropriate define for the fsid
Anand Jain
1
-1
/
+1
2017-08-16
btrfs: account that we're waiting for IO in scrub_submit_raid56_bio_wait
David Sterba
1
-1
/
+1
2017-08-16
btrfs: drop newlines from strings when using btrfs_* helpers
David Sterba
1
-2
/
+1
2017-07-06
Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-133
/
+78
2017-06-29
btrfs: fix integer overflow in calc_reclaim_items_nr
Chris Mason
1
-1
/
+1
2017-06-29
btrfs: scrub: fix target device intialization while setting up scrub context
David Sterba
1
-2
/
+2
2017-06-19
btrfs: sink gfp parameter to btrfs_io_bio_alloc
David Sterba
1
-9
/
+7
2017-06-19
btrfs: btrfs_io_bio_alloc never fails, skip error handling
David Sterba
1
-25
/
+0
2017-06-19
btrfs: scrub: add memalloc_nofs protection around init_ipath
David Sterba
1
-0
/
+9
2017-06-19
btrfs: scrub: embed scrub_wr_ctx into scrub context
David Sterba
1
-54
/
+49
2017-06-19
btrfs: scrub: use fs_info::sectorsize and drop it from scrub context
David Sterba
1
-14
/
+10
2017-06-19
btrfs: scrub: simplify cleanup of wr_ctx in scrub_free_ctx
David Sterba
1
-5
/
+1
2017-06-19
btrfs: scrub: inline helper scrub_free_wr_ctx
David Sterba
1
-10
/
+4
2017-06-19
btrfs: scrub: inline helper scrub_setup_wr_ctx
David Sterba
1
-27
/
+9
2017-06-19
btrfs: remove inode argument from repair_io_failure
Josef Bacik
1
-1
/
+1
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-13
/
+13
2017-04-18
btrfs: scrub: Fix RAID56 recovery race condition
Qu Wenruo
1
-0
/
+22
2017-04-18
btrfs: scrub: Introduce full stripe lock for RAID56
Qu Wenruo
1
-0
/
+223
2017-04-18
Btrfs: switch to div64_u64 if with a u64 divisor
Liu Bo
1
-2
/
+2
2017-04-18
Btrfs: update scrub_parity to use u64 stripe_len
Liu Bo
1
-4
/
+4
2017-04-18
btrfs: use clear_page where appropriate
David Sterba
1
-1
/
+1
2017-04-18
btrfs: Prevent scrub recheck from racing with dev replace
Qu Wenruo
1
-4
/
+9
2017-04-18
btrfs: Wait for in-flight bios before freeing target device for raid56
Qu Wenruo
1
-0
/
+5
2017-04-18
btrfs: scrub: Don't append on-disk pages for raid56 scrub
Qu Wenruo
1
-4
/
+0
2017-04-18
btrfs: drop redundant parameters from btrfs_map_sblock
David Sterba
1
-3
/
+3
2017-04-18
Btrfs: set scrub page's io_error if failing to submit io
Liu Bo
1
-2
/
+6
2017-04-18
btrfs: convert scrub_ctx.refs from atomic_t to refcount_t
Elena Reshetova
1
-5
/
+5
2017-04-18
btrfs: convert scrub_parity.refs from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+4
2017-04-18
btrfs: convert scrub_block.refs from atomic_t to refcount_t
Elena Reshetova
1
-5
/
+5
2017-04-18
btrfs: convert scrub_recover.refs from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+4
2017-02-28
btrfs: Make check_extent_to_block take btrfs_inode
Nikolay Borisov
1
-5
/
+6
2017-02-28
btrfs: make repair_io_failure take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2017-02-28
btrfs: Make btrfs_lookup_ordered_range take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2017-02-17
btrfs: convert btrfs_inc_block_group_ro to accept fs_info
Jeff Mahoney
1
-1
/
+1
[next]