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.12.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
/
check-integrity.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-25
Btrfs: include vmalloc.h in check-integrity.c
Chris Mason
1
-0
/
+1
2014-11-21
Btrfs: check-int: don't complain about balanced blocks
Stefan Behrens
1
-38
/
+42
2014-11-21
Btrfs: check_int: use the known block location
Stefan Behrens
1
-55
/
+11
2014-11-21
Btrfs: fix allocationg memory failure for btrfsic_state structure
Shilong Wang
1
-5
/
+11
2014-09-18
Btrfs: fix wrong disk size when writing super blocks
Miao Xie
1
-1
/
+1
2014-09-18
btrfs: use DIV_ROUND_UP instead of open-coded variants
David Sterba
1
-2
/
+1
2014-09-18
btrfs: use nodesize everywhere, kill leafsize
David Sterba
1
-13
/
+0
2014-06-10
btrfs: check_int: propagate out-of-memory error upwards
Stefan Behrens
1
-1
/
+4
2014-02-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+2
2014-02-03
Btrfs: use btrfs_crc32c everywhere instead of libcrc32c
Filipe David Borba Manana
1
-2
/
+2
2014-01-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-4
/
+8
2014-01-29
Btrfs: fix check-integrity to look at the referenced data properly
Josef Bacik
1
-4
/
+8
2013-12-06
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-19
/
+13
2013-11-25
block: submit_bio_wait() conversions
Kent Overstreet
1
-19
/
+13
2013-11-24
block: Abstract out bvec iterator
Kent Overstreet
1
-4
/
+4
2013-11-24
block: submit_bio_wait() conversions
Kent Overstreet
1
-19
/
+13
2013-11-21
Btrfs: print bytenr instead of page pointer in check-int
Stefan Behrens
1
-8
/
+17
2013-11-12
btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)
Dulshani Gunawardhana
1
-5
/
+2
2013-11-12
Btrfs: check_int, remove warning for mixed-mode
Stefan Behrens
1
-4
/
+5
2013-11-12
Btrfs: fix check_int 'leaf item out of bounce' regression
Stefan Behrens
1
-1
/
+1
2013-09-01
Btrfs: Use %z to format size_t
Geert Uytterhoeven
1
-4
/
+2
2013-09-01
Btrfs: Do not truncate sector_t on 32-bit with CONFIG_LBDAF=y
Geert Uytterhoeven
1
-5
/
+7
2013-09-01
Btrfs: PAGE_CACHE_SIZE is already unsigned long
Geert Uytterhoeven
1
-5
/
+4
2013-09-01
Btrfs: Remove superfluous casts from u64 to unsigned long long
Geert Uytterhoeven
1
-198
/
+95
2013-09-01
Btrfs: get rid of sparse warnings
Stefan Behrens
1
-1
/
+1
2013-09-01
btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert
Qu Wenruo
1
-50
/
+60
2013-05-18
Btrfs: use a btrfs bioset instead of abusing bio internals
Chris Mason
1
-1
/
+1
2013-02-20
btrfs: define BTRFS_MAGIC as a u64 value
Zach Brown
1
-2
/
+1
2012-12-17
Btrfs: fix race in check-integrity caused by usage of bitfield
Stefan Behrens
1
-1
/
+1
2012-12-13
Btrfs: handle errors from btrfs_map_bio() everywhere
Stefan Behrens
1
-2
/
+13
2012-12-13
Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree
Stefan Behrens
1
-1
/
+1
2012-12-13
Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_tree
Stefan Behrens
1
-6
/
+6
2012-10-09
Btrfs: detect corrupted filesystem after write I/O errors
Stefan Behrens
1
-2
/
+14
2012-07-26
Btrfs: introduce subvol uuids and times
Alexander Block
1
-3
/
+4
2012-06-15
Btrfs: use rcu to protect device->name
Josef Bacik
1
-7
/
+9
2012-05-30
Btrfs: fix false positive in check-integrity on unmount
Stefan Behrens
1
-1
/
+1
2012-05-30
Btrfs: fix runtime warning in check-integrity check data mode
Stefan Behrens
1
-3
/
+22
2012-05-11
Btrfs: change integrity checker to support big blocks
Stefan Behrens
1
-146
/
+415
2012-03-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+0
2012-02-24
Btrfs: fix compiler warnings on 32 bit systems
Chris Mason
1
-1
/
+1
2012-02-10
BTRFS: Don't include disk-io.h twice in check-integrity.c
Jesper Juhl
1
-1
/
+0
2012-01-27
Btrfs: fix warning for 32-bit build of fs/btrfs/check-integrity.c
Stefan Behrens
1
-5
/
+6
2011-12-21
Btrfs: add optional integrity check code
Stefan Behrens
1
-0
/
+3068