1. 7f85131 bio-integrity: Do not allocate integrity context for bio w/o data by Dmitry Monakhov · 7 years ago
  2. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  3. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  4. ed996a5 block: simplify and cleanup bvec pool handling by Christoph Hellwig · 8 years ago
  5. 1179a5a block/bio-integrity.c: Add #include "blk.h" by Bart Van Assche · 8 years ago
  6. 7b6c0f8 blk-integrity: checking for NULL instead of IS_ERR by Dan Carpenter · 8 years ago
  7. 06c1e39 blk-integrity: empty implementation when disabled by Keith Busch · 8 years ago
  8. 5a48fc1 block: blk_flush_integrity() for bio-based drivers by Dan Williams · 9 years ago
  9. a48f041 block: Reduce the size of struct blk_integrity by Martin K. Petersen · 9 years ago
  10. 0f8087e block: Consolidate static integrity profile properties by Martin K. Petersen · 9 years ago
  11. 87a816d block: Refuse adding appending a gapped integrity page to a bio by Sagi Grimberg · 9 years ago
  12. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  13. bb8bd38 bio integrity: do not assume bio_integrity_pool exists if bioset exists by Mike Snitzer · 9 years ago
  14. 326e1db block: remove management of bi_remaining when restoring original bi_end_io by Mike Snitzer · 9 years ago
  15. 594416a block: fix regression where bio_integrity_process uses wrong bio_vec iterator by Darrick J. Wong · 9 years ago
  16. b65c749 bio-integrity: remove the needless fail handle of bip_slab creating by Gu Zheng · 10 years ago
  17. aae7df5 block: Integrity checksum flag by Martin K. Petersen · 10 years ago
  18. b1f013885 block: Relocate bio integrity flags by Martin K. Petersen · 10 years ago
  19. 8288f49 block: Add prefix to block integrity profile flags by Martin K. Petersen · 10 years ago
  20. 1859308 block: Clean up the code used to generate and verify integrity metadata by Martin K. Petersen · 10 years ago
  21. 5a2aa87 block: Make protection interval calculation generic by Martin K. Petersen · 10 years ago
  22. 3be91c4 block: Deprecate the use of the term sector in the context of block integrity by Martin K. Petersen · 10 years ago
  23. 5f9378f block: Remove bip_buf by Martin K. Petersen · 10 years ago
  24. 8492b68b block: Remove integrity tagging functions by Martin K. Petersen · 10 years ago
  25. 180b2f9 block: Replace bi_integrity with bi_special by Martin K. Petersen · 10 years ago
  26. e7258c1 block: Get rid of bdev_integrity_enabled() by Martin K. Petersen · 10 years ago
  27. 16f408d block: Fix BUG_ON when pi errors occur by Sagi Grimberg · 10 years ago
  28. cbcd1054 bio-integrity: add "bip_max_vcnt" into struct bio_integrity_payload by Gu Zheng · 10 years ago
  29. f9c78b2 block: move bio.c and bio-integrity.c from fs/ to block/ by Jens Axboe · 10 years ago[Renamed from fs/bio-integrity.c]
  30. a6c39cb4f fs/bio: remove bs paramater in biovec_create_pool by Fabian Frederick · 10 years ago
  31. e69f18f block: Ensure we only enable integrity metadata for reads and writes by Martin K. Petersen · 10 years ago
  32. 0bc6997 block: Fix integrity verification by Martin K. Petersen · 10 years ago
  33. 7a48837 Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  34. eec7089 bio-integrity: Drop bio_integrity_verify BUG_ON in post bip->bip_iter world by Nicholas Bellinger · 10 years ago
  35. bf36f9c fs/bio-integrity: remove duplicate code by Gu Zheng · 10 years ago
  36. 0b4ef8d fs: Mark function as static in fs/bio-integrity.c by Rashika Kheria · 10 years ago
  37. 0877879 block: Fix nr_vecs for inline integrity vectors by Martin K. Petersen · 10 years ago
  38. 5837c80 bio-integrity: Fix bio_integrity_verify segment start bug by Nicholas Bellinger · 10 years ago
  39. 4b1faf9 block: Kill bio_pair_split() by Kent Overstreet · 11 years ago
  40. 196d38b block: Generic bio chaining by Kent Overstreet · 10 years ago
  41. d57a5f7 bio-integrity: Convert to bvec_iter by Kent Overstreet · 10 years ago
  42. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 10 years ago
  43. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  44. 68cf8d0 Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  45. adbe699 bio-integrity: Fix use of bs->bio_integrity_pool after free by Bjorn Helgaas · 11 years ago
  46. bc5c8f0 fs/bio-integrity: fix a potential mem leak by Gu Zheng · 11 years ago
  47. 29ed781 bio-integrity: Add explicit field for owner of bip_buf by Kent Overstreet · 12 years ago
  48. 5b83636 block: Change bio_split() to respect the current value of bi_idx by Kent Overstreet · 12 years ago
  49. 9f060e2 block: Convert integrity to bvec_alloc_bs() by Kent Overstreet · 12 years ago
  50. 6fda981 block: Fix a buffer overrun in bio_integrity_split() by Kent Overstreet · 12 years ago
  51. 1e2a410f block: Ues bi_pool for bio_integrity_alloc() by Kent Overstreet · 12 years ago
  52. e8e3c3d fs: remove the second argument of k[un]map_atomic() by Cong Wang · 12 years ago
  53. afeacc8 fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 13 years ago
  54. a91a278 block: Require subsystems to explicitly allocate bio_set integrity mempool by Martin K. Petersen · 13 years ago
  55. a6e8dc4 bio-integrity: mark kintegrityd_wq highpri and CPU intensive by Tejun Heo · 13 years ago
  56. 220eb7f fs/bio-integrity.c: return -ENOMEM on kmalloc failure by Andrew Morton · 14 years ago
  57. 72f4650 bio-integrity.c: remove dependency on __GFP_NOFAIL by David Rientjes · 14 years ago
  58. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  59. 9e9432c block: fix bugs in bio-integrity mempool usage by Chuck Ebbert · 14 years ago
  60. 7878cba block: Create bip slabs with embedded integrity vectors by Martin K. Petersen · 15 years ago
  61. 6d2a78e block: add private bio_set for bio integrity allocations by Martin K. Petersen · 15 years ago
  62. 8709269 block: Add gfp_mask parameter to bio_integrity_clone() by un'ichi Nomura · 15 years ago
  63. 8ae372e block: Remove obsolete BUG_ON by Martin K. Petersen · 15 years ago
  64. 7b24fc4 block: Don't verify integrity metadata on read error by Martin K. Petersen · 15 years ago
  65. bb799ca bio: allow individual slabs in the bio_set by Jens Axboe · 15 years ago
  66. 74aa8c2 block: Introduce integrity data ownership flag by Martin K. Petersen · 16 years ago
  67. b04accc block: revert part of d7533ad0e132f92e75c1b2eb7c26387b25a583c1 by Jens Axboe · 16 years ago
  68. 9c02f2b block: cleanup some of the integrity stuff in blkdev.h by Jens Axboe · 16 years ago
  69. e3b6e80 bio-integrity: remove EXPORT_SYMBOL for bio_integrity_init_slab() by Yoichi Yuasa · 16 years ago
  70. b984679 block: integrity checkpatch cleanups by Jens Axboe · 16 years ago
  71. 7ba1ba1 block: Block layer data integrity support by Martin K. Petersen · 16 years ago