index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2016-09-26
btrfs: unsplit printed strings
Jeff Mahoney
1
-29
/
+29
2016-08-05
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+6
2016-07-26
btrfs: plumb fs_info into btrfs_work
Jeff Mahoney
1
-5
/
+5
2016-07-26
Btrfs: subpage-blocksize: Rate limit scrub error message
Chandan Rajendra
1
-1
/
+1
2016-06-07
btrfs: use bio op accessors
Mike Christie
1
-5
/
+5
2016-06-07
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
1
-5
/
+10
2016-05-30
Btrfs: fix race setting block group back to RW mode during device replace
Filipe Manana
1
-5
/
+5
2016-05-30
Btrfs: fix unprotected assignment of the left cursor for device replace
Filipe Manana
1
-0
/
+4
2016-05-30
Btrfs: fix race setting block group readonly during device replace
Filipe Manana
1
-0
/
+40
2016-05-25
Merge branch 'cleanups-4.7' into for-chris-4.7-20160525
David Sterba
1
-4
/
+4
2016-05-25
btrfs: fix string and comment grammatical issues and typos
Nicholas D Steeves
1
-2
/
+2
2016-05-25
btrfs: scrub: Set bbio to NULL before calling btrfs_map_block
Zhao Lei
1
-1
/
+2
2016-05-16
btrfs: fix memory leak during RAID 5/6 device replacement
Scott Talbert
1
-0
/
+2
2016-05-06
btrfs: Fix BUG_ON condition in scrub_setup_recheck_block()
Ashish Samant
1
-1
/
+1
2016-05-06
Btrfs: fix divide error upon chunk's stripe_len
Liu Bo
1
-1
/
+1
2016-05-06
btrfs: reuse existing variable in scrub_stripe, reduce stack usage
David Sterba
1
-10
/
+9
2016-04-29
btrfs: sink gfp parameter to clear_extent_bits
David Sterba
1
-1
/
+1
2016-04-29
btrfs: sink gfp parameter to set_extent_bits
David Sterba
1
-1
/
+1
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-12
/
+12
2016-03-11
btrfs: scrub: silence an uninitialized variable warning
Dan Carpenter
1
-1
/
+1
2016-02-26
Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6
David Sterba
1
-3
/
+3
2016-02-23
Btrfs: fix lockdep deadlock warning due to dev_replace
Liu Bo
1
-3
/
+3
2016-02-11
btrfs: scrub: use GFP_KERNEL on the submission path
David Sterba
1
-11
/
+13
2016-01-23
wrappers for ->i_mutex access
Al Viro
1
-2
/
+2
2016-01-20
btrfs: Fix calculation of rbio->dbitmap's size calculation
Zhao Lei
1
-1
/
+1
2016-01-20
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...
Chris Mason
1
-1
/
+1
2016-01-15
btrfs: cleanup, stop casting for extent_map->lookup everywhere
Jeff Mahoney
1
-1
/
+1
2016-01-11
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...
Chris Mason
1
-2
/
+0
2016-01-11
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Chris Mason
1
-6
/
+6
2016-01-07
btrfs: cleanup, use enum values for btrfs_path reada
David Sterba
1
-1
/
+1
2016-01-07
btrfs: cleanup, remove stray return statements
David Sterba
1
-2
/
+0
2016-01-07
btrfs: drop duplicate prefix from scrub workqueues
David Sterba
1
-5
/
+5
2015-12-24
Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...
Chris Mason
1
-1
/
+1
2015-12-03
btrfs: drop unused parameter from lock_extent_bits
David Sterba
1
-1
/
+1
2015-11-25
Btrfs: fix scrub preventing unused block groups from being deleted
Filipe Manana
1
-0
/
+22
2015-11-25
Btrfs: fix race between scrub and block group deletion
Filipe Manana
1
-4
/
+16
2015-11-25
btrfs: Continue replace when set_block_ro failed
Zhaolei
1
-2
/
+18
2015-11-11
btrfs: Remove len argument from scrub_find_csum
Zhao Lei
1
-4
/
+3
2015-11-11
btrfs: Reduce unnecessary arguments in scrub_recheck_block
Zhao Lei
1
-20
/
+8
2015-11-11
btrfs: Use scrub_checksum_data and scrub_checksum_tree_block for scrub_rechec...
Zhao Lei
1
-94
/
+36
2015-11-11
btrfs: Reset sblock->xxx_error stats before calling scrub_recheck_block_checksum
Zhao Lei
1
-0
/
+4
2015-11-11
btrfs: scrub: setup all fields for sblock_to_check
Zhao Lei
1
-0
/
+12
2015-11-11
btrfs: scrub: set error stats when tree block spanning stripes
Zhao Lei
1
-0
/
+6
2015-10-08
btrfs: switch message printers to ratelimited variants
David Sterba
1
-4
/
+4
2015-10-08
btrfs: switch message printers to ratelimited _in_rcu variants
David Sterba
1
-10
/
+10
2015-10-08
btrfs: switch message printers to _in_rcu variants
David Sterba
1
-7
/
+7
2015-09-11
Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-9
/
+3
2015-09-06
Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-86
/
+262
2015-08-31
btrfs: Remove noused chunk_tree and chunk_objectid from scrub_enumerate_chunk...
Zhao Lei
1
-8
/
+2
2015-08-31
btrfs: Update out-of-date "skip parity stripe" comment
Zhao Lei
1
-1
/
+1
[next]