index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
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
2021-04-19
btrfs: integrity-checker: convert block context kmap's to kmap_local_page
Ira Weiny
1
-2
/
+3
2021-04-19
btrfs: integrity-checker: use kmap_local_page in __btrfsic_submit_bio
Ira Weiny
1
-4
/
+5
2021-01-24
block: store a block_device pointer in struct bio
Christoph Hellwig
1
-5
/
+5
2020-12-09
btrfs: drop casts of bio bi_sector
David Sterba
1
-2
/
+1
2020-12-08
btrfs: check integrity: remove local copy of csum_size
David Sterba
1
-5
/
+1
2020-12-08
btrfs: use cached value of fs_info::csum_size everywhere
David Sterba
1
-1
/
+1
2020-12-08
btrfs: check-integrity: use proper helper to access btrfs_header
David Sterba
1
-1
/
+1
2020-07-27
btrfs: check-integrity: remove unnecessary failure messages during memory all...
Liao Pingfang
1
-21
/
+6
2020-03-23
btrfs: remove buffer_heads form super block mirror integrity checking
Johannes Thumshirn
1
-19
/
+21
2020-03-23
btrfs: remove buffer_heads from btrfsic_process_written_block()
Johannes Thumshirn
1
-78
/
+25
2020-03-23
btrfs: remove btrfsic_submit_bh()
Johannes Thumshirn
1
-57
/
+0
2020-01-20
btrfs: remove superfluous BUG_ON() in integrity checks
Johannes Thumshirn
1
-1
/
+0
2020-01-20
btrfs: fix possible NULL-pointer dereference in integrity checks
Johannes Thumshirn
1
-2
/
+1
2019-09-09
btrfs: reduce stack usage for btrfsic_process_written_block
Arnd Bergmann
1
-3
/
+4
2019-07-01
btrfs: directly call into crypto framework for checksumming
Johannes Thumshirn
1
-4
/
+7
2019-07-01
btrfs: use btrfs_csum_data() instead of directly calling crc32c
Johannes Thumshirn
1
-1
/
+1
2018-12-17
btrfs: Fix typos in comments and strings
Andrea Gelmini
1
-1
/
+1
2018-12-17
btrfs: use PAGE_ALIGNED instead of open-coding it
Johannes Thumshirn
1
-4
/
+4
2018-12-17
btrfs: use offset_in_page instead of open-coding it
Johannes Thumshirn
1
-6
/
+6
2018-12-17
btrfs: Remove fsid/metadata_fsid fields from btrfs_info
Nikolay Borisov
1
-1
/
+1
2018-10-15
Btrfs: use args in the correct order for kcalloc in btrfsic_read_block
Liu Bo
1
-3
/
+3
2018-08-06
btrfs: open-code bio_set_op_attrs
David Sterba
1
-1
/
+1
2018-08-06
btrfs: check-integrity: Fix NULL pointer dereference for degraded mount
Qu Wenruo
1
-1
/
+6
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+2
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
1
-14
/
+1
2018-03-26
btrfs: Remove custom crc32c init code
Nikolay Borisov
1
-2
/
+2
2017-11-01
btrfs: Fix bug for misused dev_t when lookup in dev state hash table.
Gu JinXiang
1
-1
/
+1
2017-10-30
btrfs: Use bd_dev to generate index when dev_state_hashtable add items.
Gu JinXiang
1
-1
/
+1
2017-10-30
btrfs: return -ENOMEM on allocation failure in btrfsic
Allen Pais
1
-2
/
+2
2017-09-09
Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-4
/
+4
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-6
/
+6
2017-08-23
btrfs: index check-integrity state hash by a dev_t
Christoph Hellwig
1
-18
/
+13
2017-08-18
btrfs: use appropriate define for the fsid
Anand Jain
1
-1
/
+1
2017-08-16
btrfs: use named constant for bdev blocksize
David Sterba
1
-3
/
+3
2017-07-05
Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-32
/
+21
2017-06-19
btrfs: sink gfp parameter to btrfs_io_bio_alloc
David Sterba
1
-1
/
+1
2017-06-19
btrfs: btrfs_io_bio_alloc never fails, skip error handling
David Sterba
1
-5
/
+0
2017-06-19
btrfs: replace opencoded kvzalloc with the helper
David Sterba
1
-7
/
+4
2017-06-19
Btrfs: check-integrity use bvec_iter
Liu Bo
1
-12
/
+15
2017-06-19
btrfs: kmap() can't fail
Fabian Frederick
1
-7
/
+1
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-2
/
+2
2016-12-06
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
1
-6
/
+4
2016-12-06
btrfs: root->fs_info cleanup, add fs_info convenience variables
Jeff Mahoney
1
-30
/
+33
2016-12-06
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
1
-6
/
+6
2016-12-06
btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere
Jeff Mahoney
1
-1
/
+1
2016-12-06
btrfs: struct btrfsic_state->root should be an fs_info
Jeff Mahoney
1
-10
/
+10
2016-11-30
btrfs: use bio_for_each_segment_all in __btrfsic_submit_bio
Christoph Hellwig
1
-19
/
+11
2016-11-29
btrfs: don't abuse REQ_OP_* flags for btrfs_map_block
Christoph Hellwig
1
-1
/
+1
2016-09-26
btrfs: convert printk(KERN_* to use pr_* calls
Jeff Mahoney
1
-166
/
+106
2016-09-26
btrfs: unsplit printed strings
Jeff Mahoney
1
-103
/
+40
[next]