index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
scrub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-20
Merge branch 'raid56-experimental' into for-linus-3.9
Chris Mason
1
-0
/
+8
2013-02-20
Btrfs: use bit operation for ->fs_state
Miao Xie
1
-1
/
+1
2013-02-05
Btrfs: fix race between snapshot deletion and getting inode
Liu Bo
1
-5
/
+20
2013-02-01
Btrfs: RAID5 and RAID6
David Woodhouse
1
-0
/
+8
2012-12-16
Btrfs: fix BUG() in scrub when first superblock reading gives EIO
Stefan Behrens
1
-0
/
+11
2012-12-16
Btrfs: fix a scrub regression in case of write errors
Stefan Behrens
1
-1
/
+2
2012-12-12
Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block()
Stefan Behrens
1
-2
/
+2
2012-12-12
Btrfs: change core code of btrfs to support the device replace operations
Stefan Behrens
1
-1
/
+6
2012-12-12
Btrfs: add code to scrub to copy read data to another disk
Stefan Behrens
1
-71
/
+812
2012-12-12
Btrfs: disallow some operations on the device replace target device
Stefan Behrens
1
-5
/
+9
2012-12-12
Btrfs: pass fs_info instead of root
Stefan Behrens
1
-42
/
+34
2012-12-12
Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree
Stefan Behrens
1
-7
/
+7
2012-12-12
Btrfs: cleanup scrub bio and worker wait code
Stefan Behrens
1
-35
/
+71
2012-12-12
Btrfs: in scrub repair code, simplify alloc error handling
Stefan Behrens
1
-35
/
+26
2012-12-12
Btrfs: in scrub repair code, optimize the reading of mirrors
Stefan Behrens
1
-23
/
+12
2012-12-12
Btrfs: make the scrub page array dynamically allocated
Stefan Behrens
1
-74
/
+121
2012-12-12
Btrfs: remove the block device pointer from the scrub context struct
Stefan Behrens
1
-60
/
+73
2012-12-12
Btrfs: rename the scrub context structure
Stefan Behrens
1
-252
/
+252
2012-10-01
btrfs: Kill some bi_idx references
Kent Overstreet
1
-15
/
+0
2012-10-01
Btrfs: fix a bug in parsing return value in logical resolve
Liu Bo
1
-6
/
+8
2012-10-01
Btrfs: fix possible memory leak in scrub_setup_recheck_block()
Wei Yongjun
1
-0
/
+1
2012-06-14
Btrfs: use rcu to protect device->name
Josef Bacik
1
-12
/
+18
2012-05-30
Btrfs: add device counters for detected IO and checksum errors
Stefan Behrens
1
-16
/
+49
2012-05-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+7
2012-05-04
Btrfs: fix crash in scrub repair code when device is missing
Stefan Behrens
1
-0
/
+7
2012-04-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-15
/
+0
2012-04-18
Btrfs: don't count CRC or header errors twice while scrubbing
Stefan Behrens
1
-15
/
+0
2012-04-13
Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+4
2012-04-12
Btrfs: check return value of bio_alloc() properly
Tsutomu Itoh
1
-0
/
+4
2012-03-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-372
/
+1035
2012-03-28
Merge git://git.jan-o-sch.net/btrfs-unstable into for-linus
Chris Mason
1
-2
/
+2
2012-03-28
Merge branch 'error-handling' into for-linus
Chris Mason
1
-11
/
+13
2012-03-27
Btrfs: change scrub to support big blocks
Stefan Behrens
1
-340
/
+1013
2012-03-27
Btrfs: minor cleanup in scrub
Stefan Behrens
1
-36
/
+25
2012-03-27
Btrfs: fix regression in scrub path resolving
Jan Schmidt
1
-2
/
+2
2012-03-22
btrfs: replace many BUG_ONs with proper error handling
Jeff Mahoney
1
-0
/
+3
2012-03-22
btrfs: enhance transaction abort infrastructure
Jeff Mahoney
1
-2
/
+6
2012-03-22
btrfs: return void in functions without error conditions
Jeff Mahoney
1
-26
/
+10
2012-03-20
btrfs: remove the second argument of k[un]map_atomic()
Cong Wang
1
-4
/
+4
2012-02-15
btrfs: don't check DUP chunks twice
Arne Jansen
1
-3
/
+5
2012-01-16
Merge branch 'integrity-check-patch-v2' of git://btrfs.giantdisaster.de/git/b...
Chris Mason
1
-2
/
+3
2012-01-16
Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integ...
Chris Mason
1
-3
/
+4
2012-01-05
Btrfs: new backref walking code
Jan Schmidt
1
-3
/
+4
2011-12-21
Btrfs: integrate integrity check module into btrfs
Stefan Behrens
1
-2
/
+3
2011-12-15
Btrfs: fix num_workers_starting bug and other bugs in async thread
Josef Bacik
1
-2
/
+6
2011-11-30
btrfs scrub: handle -ENOMEM from init_ipath()
Dan Carpenter
1
-0
/
+5
2011-11-20
btrfs: Fix up 32/64-bit compatibility for new ioctls
Jeff Mahoney
1
-1
/
+1
2011-11-11
Btrfs: handle bio_add_page failure gracefully in scrub
Arne Jansen
1
-35
/
+29
2011-11-06
Btrfs: fix a potential btrfs_bio leak on scrub fixups
Ilya Dryomov
1
-0
/
+1
2011-11-06
Btrfs: fix the new inspection ioctls for 32 bit compat
Chris Mason
1
-1
/
+1
[next]