index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: zoned: fix unpaired block group unfreeze during device replace
Filipe Manana
2021-04-20
1
-3
/
+2
*
btrfs: scrub: drop a few function declarations
Anand Jain
2021-04-19
1
-8
/
+0
*
Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-03-12
1
-1
/
+1
|
\
|
*
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2021-03-11
1
-1
/
+1
*
|
Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-03-01
1
-1
/
+8
|
\
\
|
|
/
|
/
|
|
*
btrfs: fix race between writes to swap files and scrub
Filipe Manana
2021-02-22
1
-1
/
+8
*
|
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
block: store a block_device pointer in struct bio
Christoph Hellwig
2021-01-24
1
-1
/
+1
*
|
btrfs: zoned: relocate block group to repair IO failure in zoned filesystems
Naohiro Aota
2021-02-09
1
-0
/
+3
*
|
btrfs: zoned: support dev-replace in zoned filesystems
Naohiro Aota
2021-02-09
1
-0
/
+40
*
|
btrfs: zoned: implement copying for zoned device-replace
Naohiro Aota
2021-02-09
1
-0
/
+84
*
|
btrfs: zoned: mark block groups to copy for device-replace
Naohiro Aota
2021-02-09
1
-0
/
+16
|
/
*
btrfs: scrub: allow scrub to work with subpage sectorsize
Qu Wenruo
2020-12-09
1
-8
/
+0
*
btrfs: scrub: support subpage data scrub
Qu Wenruo
2020-12-09
1
-3
/
+7
*
btrfs: scrub: support subpage tree block scrub
Qu Wenruo
2020-12-09
1
-4
/
+14
*
btrfs: scrub: always allocate one full page for one sector for RAID56
Qu Wenruo
2020-12-09
1
-5
/
+16
*
btrfs: scrub: reduce width of extent_len/stripe_len from 64 to 32 bits
Qu Wenruo
2020-12-09
1
-23
/
+31
*
btrfs: implement log-structured superblock for ZONED mode
Naohiro Aota
2020-12-09
1
-0
/
+3
*
btrfs: scrub: remove the anonymous structure from scrub_page
Qu Wenruo
2020-12-08
1
-5
/
+3
*
btrfs: remove unused argument seed from btrfs_find_device
Anand Jain
2020-12-08
1
-2
/
+2
*
btrfs: scrub: refactor scrub_find_csum()
Qu Wenruo
2020-12-08
1
-20
/
+47
*
btrfs: scrub: remove the force parameter from scrub_pages
Qu Wenruo
2020-12-08
1
-5
/
+5
*
btrfs: scrub: distinguish scrub page from regular page
Qu Wenruo
2020-12-08
1
-51
/
+51
*
btrfs: scrub: remove local copy of csum_size from context
David Sterba
2020-12-08
1
-10
/
+9
*
btrfs: use cached value of fs_info::csum_size everywhere
David Sterba
2020-12-08
1
-1
/
+1
*
btrfs: use precalculated sectorsize_bits from fs_info
David Sterba
2020-12-08
1
-6
/
+6
*
btrfs: do not start readahead for csum tree when scrubbing non-data block groups
Filipe Manana
2020-12-08
1
-8
/
+12
*
btrfs: scrub: update message regarding read-only status
David Sterba
2020-11-05
1
-2
/
+3
*
btrfs: scrub: rename ratelimit state varaible to avoid shadowing
David Sterba
2020-10-07
1
-4
/
+4
*
btrfs: allocate scrub workqueues outside of locks
Josef Bacik
2020-08-27
1
-52
/
+70
*
btrfs: return EROFS for BTRFS_FS_STATE_ERROR cases
Josef Bacik
2020-07-27
1
-1
/
+1
*
btrfs: scrub: clean up temporary page variables in scrub_checksum_tree_block
David Sterba
2020-07-27
1
-6
/
+6
*
btrfs: scrub: simplify tree block checksum calculation
David Sterba
2020-07-27
1
-24
/
+9
*
btrfs: scrub: clean up temporary page variables in scrub_checksum_data
David Sterba
2020-07-27
1
-7
/
+5
*
btrfs: scrub: simplify data block checksum calculation
David Sterba
2020-07-27
1
-21
/
+3
*
btrfs: scrub: clean up temporary page variables in scrub_checksum_super
David Sterba
2020-07-27
1
-8
/
+8
*
btrfs: scrub: remove temporary csum array in scrub_checksum_super
David Sterba
2020-07-27
1
-3
/
+1
*
btrfs: scrub: simplify superblock checksum calculation
David Sterba
2020-07-27
1
-27
/
+4
*
btrfs: scrub: unify naming of page address variables
David Sterba
2020-07-27
1
-16
/
+16
*
btrfs: scrub: remove kmap/kunmap of pages
David Sterba
2020-07-27
1
-15
/
+8
*
btrfs: simplify root lookup by id
David Sterba
2020-05-25
1
-5
/
+1
*
btrfs: scrub, only lookup for csums if we are dealing with a data extent
Filipe Manana
2020-05-25
1
-7
/
+8
*
btrfs: rename member 'trimming' of block group to a more generic name
Filipe Manana
2020-05-25
1
-3
/
+3
*
btrfs: fix a race between scrub and block group removal/allocation
Filipe Manana
2020-05-25
1
-2
/
+36
*
btrfs: scrub: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-23
1
-1
/
+1
*
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
Josef Bacik
2020-03-23
1
-3
/
+3
*
btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
Josef Bacik
2020-03-23
1
-4
/
+0
*
btrfs: hold a ref on the root in scrub_print_warning_inode
Josef Bacik
2020-03-23
1
-0
/
+7
*
btrfs: open code btrfs_read_fs_root_no_name
Josef Bacik
2020-03-23
1
-1
/
+1
*
Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2020-01-28
1
-1
/
+6
|
\
[next]