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
/
check-integrity.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: check-integrity: stop storing the block device name in btrfsic_dev_state
Christoph Hellwig
2021-10-26
1
-91
/
+110
*
btrfs: rename struct btrfs_io_bio to btrfs_bio
Qu Wenruo
2021-10-26
1
-1
/
+1
*
btrfs: rename btrfs_bio to btrfs_io_context
Qu Wenruo
2021-10-26
1
-1
/
+1
*
btrfs: check-integrity: drop kmap/kunmap for block pages
David Sterba
2021-08-23
1
-8
/
+3
*
btrfs: check-integrity: drop unnecessary function prototypes
Anand Jain
2021-08-23
1
-49
/
+0
*
btrfs: integrity-checker: convert block context kmap's to kmap_local_page
Ira Weiny
2021-04-19
1
-2
/
+3
*
btrfs: integrity-checker: use kmap_local_page in __btrfsic_submit_bio
Ira Weiny
2021-04-19
1
-4
/
+5
*
block: store a block_device pointer in struct bio
Christoph Hellwig
2021-01-24
1
-5
/
+5
*
btrfs: drop casts of bio bi_sector
David Sterba
2020-12-09
1
-2
/
+1
*
btrfs: check integrity: remove local copy of csum_size
David Sterba
2020-12-08
1
-5
/
+1
*
btrfs: use cached value of fs_info::csum_size everywhere
David Sterba
2020-12-08
1
-1
/
+1
*
btrfs: check-integrity: use proper helper to access btrfs_header
David Sterba
2020-12-08
1
-1
/
+1
*
btrfs: check-integrity: remove unnecessary failure messages during memory all...
Liao Pingfang
2020-07-27
1
-21
/
+6
*
btrfs: remove buffer_heads form super block mirror integrity checking
Johannes Thumshirn
2020-03-23
1
-19
/
+21
*
btrfs: remove buffer_heads from btrfsic_process_written_block()
Johannes Thumshirn
2020-03-23
1
-78
/
+25
*
btrfs: remove btrfsic_submit_bh()
Johannes Thumshirn
2020-03-23
1
-57
/
+0
*
btrfs: remove superfluous BUG_ON() in integrity checks
Johannes Thumshirn
2020-01-20
1
-1
/
+0
*
btrfs: fix possible NULL-pointer dereference in integrity checks
Johannes Thumshirn
2020-01-20
1
-2
/
+1
*
btrfs: reduce stack usage for btrfsic_process_written_block
Arnd Bergmann
2019-09-09
1
-3
/
+4
*
btrfs: directly call into crypto framework for checksumming
Johannes Thumshirn
2019-07-01
1
-4
/
+7
*
btrfs: use btrfs_csum_data() instead of directly calling crc32c
Johannes Thumshirn
2019-07-01
1
-1
/
+1
*
btrfs: Fix typos in comments and strings
Andrea Gelmini
2018-12-17
1
-1
/
+1
*
btrfs: use PAGE_ALIGNED instead of open-coding it
Johannes Thumshirn
2018-12-17
1
-4
/
+4
*
btrfs: use offset_in_page instead of open-coding it
Johannes Thumshirn
2018-12-17
1
-6
/
+6
*
btrfs: Remove fsid/metadata_fsid fields from btrfs_info
Nikolay Borisov
2018-12-17
1
-1
/
+1
*
Btrfs: use args in the correct order for kcalloc in btrfsic_read_block
Liu Bo
2018-10-15
1
-3
/
+3
*
btrfs: open-code bio_set_op_attrs
David Sterba
2018-08-06
1
-1
/
+1
*
btrfs: check-integrity: Fix NULL pointer dereference for degraded mount
Qu Wenruo
2018-08-06
1
-1
/
+6
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-2
/
+2
*
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-04-12
1
-14
/
+1
*
btrfs: Remove custom crc32c init code
Nikolay Borisov
2018-03-26
1
-2
/
+2
*
btrfs: Fix bug for misused dev_t when lookup in dev state hash table.
Gu JinXiang
2017-11-01
1
-1
/
+1
*
btrfs: Use bd_dev to generate index when dev_state_hashtable add items.
Gu JinXiang
2017-10-30
1
-1
/
+1
*
btrfs: return -ENOMEM on allocation failure in btrfsic
Allen Pais
2017-10-30
1
-2
/
+2
*
Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2017-09-09
1
-4
/
+4
|
\
|
*
btrfs: use appropriate define for the fsid
Anand Jain
2017-08-18
1
-1
/
+1
|
*
btrfs: use named constant for bdev blocksize
David Sterba
2017-08-16
1
-3
/
+3
*
|
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
1
-6
/
+6
*
|
btrfs: index check-integrity state hash by a dev_t
Christoph Hellwig
2017-08-23
1
-18
/
+13
|
/
*
Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-07-05
1
-32
/
+21
|
\
|
*
btrfs: sink gfp parameter to btrfs_io_bio_alloc
David Sterba
2017-06-19
1
-1
/
+1
|
*
btrfs: btrfs_io_bio_alloc never fails, skip error handling
David Sterba
2017-06-19
1
-5
/
+0
|
*
btrfs: replace opencoded kvzalloc with the helper
David Sterba
2017-06-19
1
-7
/
+4
|
*
Btrfs: check-integrity use bvec_iter
Liu Bo
2017-06-19
1
-12
/
+15
|
*
btrfs: kmap() can't fail
Fabian Frederick
2017-06-19
1
-7
/
+1
*
|
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
1
-2
/
+2
|
/
*
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
2016-12-06
1
-6
/
+4
*
btrfs: root->fs_info cleanup, add fs_info convenience variables
Jeff Mahoney
2016-12-06
1
-30
/
+33
*
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
2016-12-06
1
-6
/
+6
*
btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere
Jeff Mahoney
2016-12-06
1
-1
/
+1
[next]