index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
bio-integrity.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-07
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-14
/
+12
2017-08-24
bio-integrity: Fix regression if profile verify_fn is NULL
Milan Broz
1
-1
/
+4
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-10
/
+8
2017-08-09
bio-integrity: only verify integrity on the lowest stacked driver
Christoph Hellwig
1
-3
/
+2
2017-08-09
bio-integrity: Fix regression if profile verify_fn is NULL
Milan Broz
1
-1
/
+4
2017-08-09
bio-integrity: move the bio integrity profile check earlier in bio_integrity_...
Christoph Hellwig
1
-3
/
+3
2017-07-04
bio-integrity: fix boolreturn.cocci warnings
kbuild test robot
1
-1
/
+1
2017-07-03
bio-integrity: stop abusing bi_end_io
Christoph Hellwig
1
-27
/
+12
2017-07-03
bio-integrity: Restore original iterator on verify stage
Dmitry Monakhov
1
-6
/
+20
2017-07-03
bio-integrity: fold bio_integrity_enabled to bio_integrity_prep
Dmitry Monakhov
1
-49
/
+39
2017-07-03
bio-integrity: fix interface for bio_integrity_trim
Dmitry Monakhov
1
-9
/
+2
2017-07-03
bio-integrity: bio_integrity_advance must update integrity seed
Dmitry Monakhov
1
-0
/
+1
2017-06-12
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
1
-0
/
+3
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-4
/
+4
2017-06-03
bio-integrity: Do not allocate integrity context for bio w/o data
Dmitry Monakhov
1
-0
/
+3
2016-10-28
block: remove bio_is_rw
Christoph Hellwig
1
-1
/
+1
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
1
-1
/
+1
2016-07-26
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+4
2016-07-20
block: simplify and cleanup bvec pool handling
Christoph Hellwig
1
-5
/
+4
2016-06-14
block/bio-integrity.c: Add #include "blk.h"
Bart Van Assche
1
-0
/
+1
2015-12-09
blk-integrity: checking for NULL instead of IS_ERR
Dan Carpenter
1
-5
/
+4
2015-12-03
blk-integrity: empty implementation when disabled
Keith Busch
1
-2
/
+2
2015-10-21
block: blk_flush_integrity() for bio-based drivers
Dan Williams
1
-0
/
+5
2015-10-21
block: Reduce the size of struct blk_integrity
Martin K. Petersen
1
-2
/
+2
2015-10-21
block: Consolidate static integrity profile properties
Martin K. Petersen
1
-4
/
+4
2015-09-11
block: Refuse adding appending a gapped integrity page to a bio
Sagi Grimberg
1
-0
/
+5
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
1
-6
/
+5
2015-07-07
bio integrity: do not assume bio_integrity_pool exists if bioset exists
Mike Snitzer
1
-2
/
+2
2015-05-22
block: remove management of bi_remaining when restoring original bi_end_io
Mike Snitzer
1
-2
/
+2
2014-12-02
block: fix regression where bio_integrity_process uses wrong bio_vec iterator
Darrick J. Wong
1
-6
/
+7
2014-10-13
bio-integrity: remove the needless fail handle of bip_slab creating
Gu Zheng
1
-2
/
+0
2014-09-27
block: Integrity checksum flag
Martin K. Petersen
1
-0
/
+3
2014-09-27
block: Relocate bio integrity flags
Martin K. Petersen
1
-2
/
+2
2014-09-27
block: Add prefix to block integrity profile flags
Martin K. Petersen
1
-2
/
+2
2014-09-27
block: Clean up the code used to generate and verify integrity metadata
Martin K. Petersen
1
-60
/
+22
2014-09-27
block: Make protection interval calculation generic
Martin K. Petersen
1
-5
/
+1
2014-09-27
block: Deprecate the use of the term sector in the context of block integrity
Martin K. Petersen
1
-21
/
+21
2014-09-27
block: Remove bip_buf
Martin K. Petersen
1
-4
/
+6
2014-09-27
block: Remove integrity tagging functions
Martin K. Petersen
1
-93
/
+1
2014-09-27
block: Replace bi_integrity with bi_special
Martin K. Petersen
1
-9
/
+10
2014-09-27
block: Get rid of bdev_integrity_enabled()
Martin K. Petersen
1
-22
/
+17
2014-08-21
block: Fix BUG_ON when pi errors occur
Sagi Grimberg
1
-1
/
+1
2014-07-01
bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payload
Gu Zheng
1
-9
/
+3
2014-05-19
block: move bio.c and bio-integrity.c from fs/ to block/
Jens Axboe
1
-0
/
+657