Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1614933
| From | Dmitry Monakhov <dmonakhov@openvz.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/7] block: T10/DIF Fixes and cleanups v2 |
| Date | 2017-04-03 09:30 +0200 |
| Message-ID | <ts4B4-3Mv-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch set fix various problems spotted during T10/DIF integrity machinery testing. TOC: ## Fix various bugs in T10/DIF/DIX infrastructure 0001-bio-integrity-Do-not-allocate-integrity-context-for-fsync 0002-bio-integrity-save-original-iterator-for-verify-stage 0003-bio-integrity-bio_trim-should-truncate-integrity-vec 0004-bio-integrity-fix-interface-for-bio_integrity_trim ## Cleanup T10/DIF/DIX infrastructure 0005-bio-integrity-add-bio_integrity_setup-helper 0006-T10-Move-opencoded-contants-to-common-header ## General bulletproof protection for block layer 0007-Guard-bvec-iteration-logic-v2 Changes since V1 - fix issues potted by kbuild bot - Replace BUG_ON with error logic for 7'th patch Testcase: xfstest blockdev/003 https://github.com/dmonakhov/xfstests/commit/3c6509eaa83b9c17cd0bc95d73fcdd76e1c54a85
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/7] block: T10/DIF Fixes and cleanups v2 Dmitry Monakhov <dmonakhov@openvz.org> - 2017-04-03 09:30 +0200
[PATCH 1/7] bio-integrity: Do not allocate integrity context for bio w/o data Dmitry Monakhov <dmonakhov@openvz.org> - 2017-04-03 09:30 +0200
Re: [PATCH 1/7] bio-integrity: Do not allocate integrity context for bio w/o data Christoph Hellwig <hch@infradead.org> - 2017-04-04 09:10 +0200
[PATCH 6/7] T10: Move opencoded contants to common header Dmitry Monakhov <dmonakhov@openvz.org> - 2017-04-03 09:30 +0200
Re: [PATCH 6/7] T10: Move opencoded contants to common header Christoph Hellwig <hch@infradead.org> - 2017-04-04 09:10 +0200
Re: [PATCH 0/7] block: T10/DIF Fixes and cleanups v2 "Martin K. Petersen" <martin.petersen@oracle.com> - 2017-04-03 23:20 +0200
csiph-web