1. 10a986c rockchip: block: blk-uclass: add bounce buffer flag to blk_desc by Johan Jonker · Wed Oct 18 16:01:10 2023 +0200
  2. 106d27b dm: blk: Drop blk_{read,write}_devnum() by Bin Meng · Tue Sep 26 16:43:43 2023 +0800
  3. 9efc245 dm: blk: Rename get_desc() and make it externally visible by Bin Meng · Tue Sep 26 16:43:41 2023 +0800
  4. 2294ecb blk: Use a macro for the typical block size by Bin Meng · Tue Sep 26 16:43:31 2023 +0800
  5. a66d1d8 blkcache: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:42 2023 +0200
  6. 847e24f blk: Add bounce buffer support to read/write operations by Marek Vasut · Mon Aug 14 01:49:59 2023 +0200
  7. ddfa088 disk: Make blk_get_ops() internal to blk uclass by Marek Vasut · Mon Aug 14 01:46:48 2023 +0200
  8. 6131728 ide: Avoid preprocessor for CONFIG_LBA48 by Simon Glass · Tue Apr 25 10:54:41 2023 -0600
  9. 631db66 ide: Correct use of ATAPI by Simon Glass · Tue Apr 25 10:54:35 2023 -0600
  10. c0bcaaf dm: blk: Tidy up obtaining a block device from its parent by Simon Glass · Sat Oct 29 19:47:14 2022 -0600
  11. 76c6269 dm: test: Clear the block cache after running a test by Simon Glass · Sat Oct 29 19:47:08 2022 -0600
  12. 1886100 dm: blk: Add udevice functions by Simon Glass · Thu Oct 20 18:22:54 2022 -0600
  13. 3cc71a0 blk: fix a couple of trivial documentation typos by Mattijs Korpershoek · Mon Oct 17 09:35:04 2022 +0200
  14. fada3f9 blk: Rename if_type to uclass_id by Simon Glass · Sat Sep 17 09:00:09 2022 -0600
  15. 57b3d2e blk: Drop if_type by Simon Glass · Thu Aug 11 19:35:01 2022 -0600
  16. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · Thu Aug 11 19:34:59 2022 -0600
  17. 7bdadb2 blk: Drop IF_TYPE_SD by Simon Glass · Thu Aug 11 19:34:55 2022 -0600
  18. 21b0b57 blk: Drop IF_TYPE_ATAPI by Simon Glass · Thu Aug 11 19:34:54 2022 -0600
  19. 66f19a4 blk: Drop IF_TYPE_DOC by Simon Glass · Thu Aug 11 19:34:52 2022 -0600
  20. 3bf7d7a blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · Thu Aug 11 19:34:48 2022 -0600
  21. f5ac303 blk: Use a function for whether block devices are available by Simon Glass · Thu Aug 11 19:34:45 2022 -0600
  22. f3086cf dm: blk: Add a function to return the device type by Simon Glass · Sun Apr 24 23:31:03 2022 -0600
  23. 8e61f93 dm: blk: Expand iteration and add tests by Simon Glass · Mon Feb 28 12:08:35 2022 -0700
  24. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  25. 3e32dbe blk: add a helper function, blk_probe_or_unbind() by AKASHI Takahiro · Fri Dec 10 15:49:29 2021 +0900
  26. 507ab96 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · Sat Dec 04 08:56:31 2021 -0700
  27. 15c4d67 efi: Rename UCLASS_EFI and IF_TYPE_EFI by Simon Glass · Sat Dec 04 08:56:30 2021 -0700
  28. 6460c3e efi_loader: add UEFI GPT measurement by Masahisa Kojima · Tue Oct 26 17:27:25 2021 +0900
  29. fc7a744 blk: Support iteration by Simon Glass · Mon Jul 05 16:32:59 2021 -0600
  30. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  31. 4fec7f8 xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · Thu Aug 06 12:42:55 2020 +0300
  32. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  33. 44ea1d4 common: blk: fix comment about blkcache_read return value by Eric Nelson · Wed Jan 22 16:59:55 2020 -0700
  34. 3d8e4c1 common: add blkcache init by Angelo Durgehello · Tue Jan 21 10:37:27 2020 +0100
  35. d458006 blk: Introduce IF_TYPE_VIRTIO by Tuomas Tynkkynen · Mon Oct 15 02:21:10 2018 -0700
  36. fd5eda7 blk: Make blk_next_free_devnum() public by Bin Meng · Mon Oct 15 02:21:09 2018 -0700
  37. e086801 blk: Drop blk_prepare_device() by Bin Meng · Mon Oct 15 02:21:08 2018 -0700
  38. 1037852 block: Add a function to find block device descriptor by Tien Fong Chee · Fri Jul 06 16:26:36 2018 +0800
  39. d693fb9 block: Add SPL_BLOCK_CACHE and default n by Adam Ford · Mon Jun 11 17:17:48 2018 -0500
  40. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  41. b890600 SystemACE: Remove by Tom Rini · Mon Feb 12 09:51:33 2018 -0500
  42. 11206f4 efi_driver: EFI block driver by Heinrich Schuchardt · Sun Jan 21 19:29:30 2018 +0100
  43. c27e1c1 part: extract MBR signature from partitions by Peter Jones · Wed Sep 13 18:05:25 2017 -0400
  44. 99b324a blk: dm: make blk_create_device() take a number of block instead of a size by Jean-Jacques Hiblot · Fri Jun 09 16:45:18 2017 +0200
  45. cf406d2 blk: Use macros for block device vendor/product/rev string size by Bin Meng · Sun Sep 10 05:12:50 2017 -0700
  46. bf2e795 dm: blk: Add a generic function for block device commands by Simon Glass · Sat Jul 29 11:34:54 2017 -0600
  47. 85af5a4 dm: blk: Add a function to find an interface-type name by Simon Glass · Sat Jul 29 11:34:53 2017 -0600
  48. 182fccd dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME by Zhikang Zhang · Thu Aug 03 02:30:56 2017 -0700
  49. 5f4bd8c dm: mmc: Allow disabling driver model in SPL by Simon Glass · Tue Jul 04 13:31:19 2017 -0600
  50. 7c41d14 dm: blk: Fix warning on !CONFIG_BLK by Tom Rini · Sat Jun 10 10:01:05 2017 -0400
  51. 4f26913 dm: blk: Add a way to obtain a block device from its parent by Simon Glass · Sat May 27 11:37:17 2017 -0600
  52. d5d4c10 dm: blk: Allow finding block devices without probing by Simon Glass · Sun Apr 23 20:02:05 2017 -0600
  53. 8f5f722 dm: blk: Add a comment as to why the bdev member is needed by Simon Glass · Sun May 01 13:52:33 2016 -0600
  54. 13c2c29 dm: blk: Add functions to select a hardware partition by Simon Glass · Sun May 01 13:52:30 2016 -0600
  55. 966b695 dm: blk: Add a easier way to create a named block device by Simon Glass · Sun May 01 11:36:29 2016 -0600
  56. d089ba3 dm: blk: Allow blk_create_device() to allocate the device number by Simon Glass · Sun May 01 11:36:28 2016 -0600
  57. f415a29 dm: systemace: Add a legacy block interface by Simon Glass · Sun May 01 11:36:04 2016 -0600
  58. 3bf2ab9 dm: blk: Add a legacy block interface by Simon Glass · Sun May 01 11:36:03 2016 -0600
  59. f201f23 drivers: block: fix placement of parameters by Eric Nelson · Sat Apr 02 07:37:14 2016 -0700
  60. faf4f05 drivers: block: add block device cache by Eric Nelson · Mon Mar 28 10:05:44 2016 -0700
  61. cceee55 dm: blk: Add a block-device uclass by Simon Glass · Mon Feb 29 15:25:55 2016 -0700
  62. 2ee8ada dm: block: Adjust device calls to go through helpers function by Simon Glass · Mon Feb 29 15:25:52 2016 -0700
  63. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · Mon Feb 29 15:25:51 2016 -0700
  64. 83b783f dm: blk: Convert interface type to an enum by Simon Glass · Mon Feb 29 15:25:40 2016 -0700
  65. ac8162f dm: Add a new header for block devices by Simon Glass · Mon Feb 29 15:25:39 2016 -0700