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
*
Btrfs: fix BUG() in scrub when first superblock reading gives EIO
Stefan Behrens
2012-12-16
1
-0
/
+11
*
Btrfs: fix a scrub regression in case of write errors
Stefan Behrens
2012-12-16
1
-1
/
+2
*
Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block()
Stefan Behrens
2012-12-12
1
-2
/
+2
*
Btrfs: change core code of btrfs to support the device replace operations
Stefan Behrens
2012-12-12
1
-1
/
+6
*
Btrfs: add code to scrub to copy read data to another disk
Stefan Behrens
2012-12-12
1
-71
/
+812
*
Btrfs: disallow some operations on the device replace target device
Stefan Behrens
2012-12-12
1
-5
/
+9
*
Btrfs: pass fs_info instead of root
Stefan Behrens
2012-12-12
1
-42
/
+34
*
Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree
Stefan Behrens
2012-12-12
1
-7
/
+7
*
Btrfs: cleanup scrub bio and worker wait code
Stefan Behrens
2012-12-12
1
-35
/
+71
*
Btrfs: in scrub repair code, simplify alloc error handling
Stefan Behrens
2012-12-12
1
-35
/
+26
*
Btrfs: in scrub repair code, optimize the reading of mirrors
Stefan Behrens
2012-12-12
1
-23
/
+12
*
Btrfs: make the scrub page array dynamically allocated
Stefan Behrens
2012-12-12
1
-74
/
+121
*
Btrfs: remove the block device pointer from the scrub context struct
Stefan Behrens
2012-12-12
1
-60
/
+73
*
Btrfs: rename the scrub context structure
Stefan Behrens
2012-12-12
1
-252
/
+252
*
btrfs: Kill some bi_idx references
Kent Overstreet
2012-10-01
1
-15
/
+0
*
Btrfs: fix a bug in parsing return value in logical resolve
Liu Bo
2012-10-01
1
-6
/
+8
*
Btrfs: fix possible memory leak in scrub_setup_recheck_block()
Wei Yongjun
2012-10-01
1
-0
/
+1
*
Btrfs: use rcu to protect device->name
Josef Bacik
2012-06-14
1
-12
/
+18
*
Btrfs: add device counters for detected IO and checksum errors
Stefan Behrens
2012-05-30
1
-16
/
+49
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2012-05-06
1
-0
/
+7
|
\
|
*
Btrfs: fix crash in scrub repair code when device is missing
Stefan Behrens
2012-05-04
1
-0
/
+7
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2012-04-28
1
-15
/
+0
|
\
\
|
|
/
|
*
Btrfs: don't count CRC or header errors twice while scrubbing
Stefan Behrens
2012-04-18
1
-15
/
+0
*
|
Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-04-13
1
-0
/
+4
|
\
\
|
|
/
|
*
Btrfs: check return value of bio_alloc() properly
Tsutomu Itoh
2012-04-12
1
-0
/
+4
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2012-03-30
1
-372
/
+1035
|
\
\
|
|
/
|
*
Merge git://git.jan-o-sch.net/btrfs-unstable into for-linus
Chris Mason
2012-03-28
1
-2
/
+2
|
|
\
|
|
*
Btrfs: fix regression in scrub path resolving
Jan Schmidt
2012-03-27
1
-2
/
+2
|
*
|
Merge branch 'error-handling' into for-linus
Chris Mason
2012-03-28
1
-11
/
+13
|
|
\
\
|
|
*
|
btrfs: replace many BUG_ONs with proper error handling
Jeff Mahoney
2012-03-22
1
-0
/
+3
|
|
*
|
btrfs: enhance transaction abort infrastructure
Jeff Mahoney
2012-03-22
1
-2
/
+6
|
|
*
|
btrfs: return void in functions without error conditions
Jeff Mahoney
2012-03-22
1
-26
/
+10
|
|
|
/
|
*
|
Btrfs: change scrub to support big blocks
Stefan Behrens
2012-03-27
1
-340
/
+1013
|
*
|
Btrfs: minor cleanup in scrub
Stefan Behrens
2012-03-27
1
-36
/
+25
|
|
/
*
|
btrfs: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
1
-4
/
+4
|
/
*
btrfs: don't check DUP chunks twice
Arne Jansen
2012-02-15
1
-3
/
+5
*
Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...
Chris Mason
2012-01-16
1
-2
/
+3
|
\
|
*
Btrfs: integrate integrity check module into btrfs
Stefan Behrens
2011-12-21
1
-2
/
+3
*
|
Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...
Chris Mason
2012-01-16
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
Btrfs: new backref walking code
Jan Schmidt
2012-01-05
1
-3
/
+4
*
|
Btrfs: fix num_workers_starting bug and other bugs in async thread
Josef Bacik
2011-12-15
1
-2
/
+6
|
/
*
btrfs scrub: handle -ENOMEM from init_ipath()
Dan Carpenter
2011-11-30
1
-0
/
+5
*
btrfs: Fix up 32/64-bit compatibility for new ioctls
Jeff Mahoney
2011-11-20
1
-1
/
+1
*
Btrfs: handle bio_add_page failure gracefully in scrub
Arne Jansen
2011-11-11
1
-35
/
+29
*
Btrfs: fix a potential btrfs_bio leak on scrub fixups
Ilya Dryomov
2011-11-06
1
-0
/
+1
*
Btrfs: fix the new inspection ioctls for 32 bit compat
Chris Mason
2011-11-06
1
-1
/
+1
*
Merge git://git.jan-o-sch.net/btrfs-unstable into integration
Chris Mason
2011-11-06
1
-43
/
+433
|
\
|
*
btrfs: integrating raid-repair and scrub-fixup-nodatasum
Jan Schmidt
2011-09-29
1
-25
/
+67
|
*
btrfs: btrfs_multi_bio replaced with btrfs_bio
Jan Schmidt
2011-09-29
1
-10
/
+10
|
*
btrfs scrub: add fixup code for errors on nodatasum files
Jan Schmidt
2011-09-29
1
-6
/
+182
[next]