index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
scrub.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2015-02-19
1
-168
/
+141
|
\
|
*
Btrfs: scrub, fix sleep in atomic context
Filipe Manana
2015-02-14
1
-16
/
+23
|
*
Btrfs: fix scrub race leading to use-after-free
Filipe Manana
2015-02-02
1
-1
/
+15
|
*
Rename all ref_count to refs in struct
Zhao Lei
2015-01-21
1
-13
/
+13
|
*
Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simply
Zhao Lei
2015-01-21
1
-11
/
+6
|
*
Btrfs: Include map_type in raid_bio
Zhao Lei
2015-01-21
1
-13
/
+15
|
*
Btrfs: Simplify scrub_setup_recheck_block()'s argument
Zhao Lei
2015-01-21
1
-16
/
+9
|
*
Btrfs: Combine per-page recover in dev-replace and scrub
Zhao Lei
2015-01-21
1
-72
/
+48
|
*
Btrfs: Separate finding-right-mirror and writing-to-target's process in scrub...
Zhao Lei
2015-01-21
1
-27
/
+17
|
*
Btrfs: Break loop when reach BTRFS_MAX_MIRRORS in scrub_setup_recheck_block()
Zhao Lei
2015-01-21
1
-1
/
+1
|
*
Btrfs: Remove noneed force_write in scrub_write_block_to_dev_replace
Zhao Lei
2015-01-21
1
-12
/
+7
|
*
Btrfs: Fix a jump typo of nodatasum_case to avoid wrong WARN_ON()
Zhao Lei
2015-01-21
1
-1
/
+2
|
*
Btrfs: add ref_count and free function for btrfs_bio
Zhao Lei
2015-01-21
1
-6
/
+6
|
*
Btrfs: Make raid_map array be inlined in btrfs_bio structure
Zhao Lei
2015-01-21
1
-21
/
+10
|
*
Btrfs: fix a out-of-bound access of raid_map
Zhao Lei
2015-01-21
1
-2
/
+5
|
*
btrfs: expand btrfs_find_item if found_key is NULL
David Sterba
2015-01-14
1
-2
/
+6
|
*
btrfs: cleanup, remove inode_item_info helper
David Sterba
2015-01-14
1
-1
/
+5
*
|
btrfs: fix raid56 scrub failed in xfstests btrfs/072
Gui Hecheng
2015-01-27
1
-0
/
+2
*
|
Btrfs: fix incorrect freeing in scrub_stripe
Tsutomu Itoh
2015-01-19
1
-1
/
+1
|
/
*
Btrfs, scrub: uninitialized variable in scrub_extent_for_parity()
Dan Carpenter
2015-01-02
1
-1
/
+1
*
Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...
Chris Mason
2014-12-02
1
-32
/
+771
|
\
|
*
Btrfs, raid56: fix use-after-free problem in the final device replace procedu...
Miao Xie
2014-12-03
1
-1
/
+1
|
*
Btrfs, replace: write raid56 parity into the replace target device
Miao Xie
2014-12-03
1
-1
/
+1
|
*
Btrfs, raid56: support parity scrub on raid56
Miao Xie
2014-12-03
1
-14
/
+595
|
*
Btrfs, scrub: repair the common data on RAID5/6 if it is corrupted
Miao Xie
2014-12-03
1
-18
/
+176
*
|
btrfs: fix dead lock while running replace and defrag concurrently
Gui Hecheng
2014-11-20
1
-30
/
+60
|
/
*
btrfs: remove unused members from struct scrub_warning
David Sterba
2014-10-02
1
-15
/
+2
*
Btrfs: modify clean_io_failure and make it suit direct io
Miao Xie
2014-09-17
1
-2
/
+1
*
Btrfs: modify repair_io_failure and make it suit direct io
Miao Xie
2014-09-17
1
-0
/
+1
*
Btrfs: fix wrong disk size when writing super blocks
Miao Xie
2014-09-17
1
-1
/
+2
*
Btrfs: fix wrong generation check of super block on a seed device
Miao Xie
2014-09-17
1
-1
/
+5
*
Btrfs: fix wrong fsid check of scrub
Miao Xie
2014-09-17
1
-5
/
+13
*
btrfs: use nodesize everywhere, kill leafsize
David Sterba
2014-09-17
1
-16
/
+1
*
btrfs: kill the key type accessor helpers
David Sterba
2014-09-17
1
-1
/
+1
*
Btrfs: fix task hang under heavy compressed write
Liu Bo
2014-08-24
1
-6
/
+8
*
Btrfs: don't write any data into a readonly device when scrub
Miao Xie
2014-08-19
1
-0
/
+11
*
btrfs: Skip scrubbing removed chunks to avoid -ENOENT.
Qu Wenruo
2014-06-19
1
-10
/
+9
*
Btrfs: fix scrub_print_warning to handle skinny metadata extents
Liu Bo
2014-06-09
1
-2
/
+3
*
btrfs: Remove unnecessary check for NULL
Tobias Klauser
2014-06-09
1
-2
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-04-11
1
-19
/
+89
|
\
|
*
Btrfs: fix compile warnings on on avr32 platform
Wang Shilong
2014-04-11
1
-1
/
+1
|
*
Btrfs: scrub raid56 stripes in the right way
Wang Shilong
2014-04-07
1
-19
/
+89
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-04-04
1
-35
/
+62
|
\
\
|
|
/
|
*
btrfs: Cleanup the "_struct" suffix in btrfs_workequeue
Qu Wenruo
2014-03-10
1
-13
/
+10
|
*
btrfs: Replace fs_info->scrub_* workqueue with btrfs_workqueue.
Qu Wenruo
2014-03-10
1
-43
/
+50
|
*
Btrfs: wake up @scrub_pause_wait as much as we can
Wang Shilong
2014-03-10
1
-0
/
+10
|
*
Btrfs: device_replace: fix deadlock for nocow case
Wang Shilong
2014-03-10
1
-2
/
+15
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-01-30
1
-66
/
+68
|
\
\
|
|
/
|
*
Btrfs: fix to search previous metadata extent item since skinny metadata
Wang Shilong
2014-01-28
1
-2
/
+1
|
*
Btrfs: fix missing skinny metadata check in scrub_stripe()
Wang Shilong
2014-01-28
1
-1
/
+4
[next]