1. 153fcd5 block: brd: associate with queue until adding disk by Ming Lei · 6 years ago
  2. 3f289dc block: make bdev_ops->rw_page() take a REQ_OP instead of bool by Tejun Heo · 6 years ago
  3. 5657a81 block drivers/block: Use octal not symbolic permissions by Joe Perches · 7 years ago
  4. 316ba57 brd: Mark as non-rotational by SeongJae Park · 7 years ago
  5. 233bde2 block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h> by Bart Van Assche · 7 years ago
  6. 3079c22 genhd: Rename get_disk() to get_disk_and_module() by Jan Kara · 7 years ago
  7. a3841f9 Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  8. 23c47d2 bdi: introduce BDI_CAP_SYNCHRONOUS_IO by Minchan Kim · 7 years ago
  9. 7a862fb brd: remove dax support by Dan Williams · 7 years ago
  10. 15f7b41 brd: remove unused brd_mutex by Mikulas Patocka · 7 years ago
  11. 02a4843 brd: fix overflow in __brd_direct_access by Mikulas Patocka · 7 years ago
  12. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  13. 98cc093 block, THP: make block_device_operations.rw_page support THP by Huang Ying · 7 years ago
  14. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  15. 287f3ca ARM: fix rd_size declaration by Bart Van Assche · 8 years ago
  16. b6ffe9b Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  17. 5d61e43 dax: remove default copy_from_iter fallback by Dan Williams · 8 years ago
  18. 0b0bcac block: don't bother with bounce limits for make_request drivers by Christoph Hellwig · 8 years ago
  19. 53ef7d0 Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  20. 1ef97fe brd: fix uninitialized use of brd->dax_dev by Gerald Schaefer · 8 years ago
  21. d4b29fd7 block: remove block_device_operations ->direct_access() by Dan Williams · 8 years ago
  22. 1647b9b brd: add dax_operations support by Dan Williams · 8 years ago
  23. f09a06a brd: remove discard support by Christoph Hellwig · 8 years ago
  24. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  25. ff26956 brd: remove support for BLKFLSBUF by Mike Snitzer · 8 years ago
  26. 366f4ae brd: Switch rd_size to unsigned long by Jan Kara · 8 years ago
  27. c11f0c0 block/mm: make bdev_ops->rw_page() take a bool for read/write by Jens Axboe · 8 years ago
  28. abf5454 mm/block: convert rw_page users to bio op use by Mike Christie · 8 years ago
  29. f0c98eb Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  30. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  31. 163d4ba block: add QUEUE_FLAG_DAX for devices to advertise their DAX support by Toshi Kani · 9 years ago
  32. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  33. 7a9eb20 pmem: kill __pmem address space by Dan Williams · 9 years ago
  34. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 9 years ago
  35. 0a70bd4 dax: enable dax in the presence of known media errors (badblocks) by Dan Williams · 9 years ago
  36. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  37. 5e4298b brd: Fix discard request processing by Bart Van Assche · 9 years ago
  38. 34c0fd5 mm, dax, pmem: introduce pfn_t by Dan Williams · 9 years ago
  39. 2dbe549 brd: Refuse improperly aligned discard requests by Jan Kara · 9 years ago
  40. dece163 block: change ->make_request_fn() and users to return a queue cookie by Jens Axboe · 9 years ago
  41. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  42. cb389b9 dax: drop size parameter to ->direct_access() by Dan Williams · 9 years ago
  43. e2e0539 pmem, dax: have direct_access use __pmem annotation by Ross Zwisler · 9 years ago
  44. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  45. 2bb4cd5 block: have drivers use blk_queue_max_discard_sectors() by Jens Axboe · 9 years ago
  46. a7a97fc brd: rename XIP to DAX by Matthew Wilcox · 10 years ago
  47. c8fa317 brd: Request from fdisk 4k alignment by Boaz Harrosh · 10 years ago
  48. 937af5e brd: Fix all partitions BUGs by Boaz Harrosh · 10 years ago
  49. dd22f55 block: Change direct_access calling convention by Matthew Wilcox · 10 years ago
  50. aeac318 brd: add ram disk visibility option by Dmitry Monakhov · 10 years ago
  51. 96f8d8e brd: return -ENOSPC rather than -ENOMEM on page allocation failure by Matthew Wilcox · 11 years ago
  52. a72132c brd: add support for rw_page() by Matthew Wilcox · 11 years ago
  53. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  54. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  55. a207f59 block: fix a probe argument to blk_register_region by Mikulas Patocka · 11 years ago
  56. dfd20b2 drivers/block/brd.c: fix brd_lookup_page() race by Brian Behlendorf · 12 years ago
  57. f73a1c7 block: Add bio_end_sector() by Kent Overstreet · 12 years ago
  58. cfd8005 block: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  59. ff01bb4 fs: move code out of buffer.c by Al Viro · 13 years ago
  60. 5a7bbad block: remove support for bio remapping from ->make_request by Christoph Hellwig · 13 years ago
  61. 8892cba brd: export module parameters by Namhyung Kim · 14 years ago
  62. 13868b7 brd: fix comment on initial device creation by Namhyung Kim · 14 years ago
  63. af46566 brd: handle on-demand devices correctly by Namhyung Kim · 14 years ago
  64. 315980c brd: limit 'max_part' module param to DISK_MAX_PARTS by Namhyung Kim · 14 years ago
  65. a2cba29 brd: get rid of unused members from struct brd_device by Namhyung Kim · 14 years ago
  66. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  67. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 15 years ago
  68. 4913efe block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() by Tejun Heo · 14 years ago
  69. 6958f14 block: kill QUEUE_ORDERED_BY_TAG by Tejun Heo · 14 years ago
  70. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 15 years ago
  71. 00fff26 block: remove q->prepare_flush_fn completely by FUJITA Tomonori · 15 years ago
  72. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  73. b7c3357 brd: support discard by Nick Piggin · 15 years ago
  74. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  75. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 15 years ago
  76. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  77. 1adbee5 ramdisk: remove long-deprecated "ramdisk=" boot-time parameter by Robert P. J. Day · 16 years ago
  78. c2572f2 brd: fix cacheflushing by Nick Piggin · 16 years ago
  79. dfbc475 brd: support barriers by Nick Piggin · 16 years ago
  80. 2b9ecd0 [PATCH] switch brd by Al Viro · 17 years ago
  81. d4430d6 [PATCH] beginning of methods conversion by Al Viro · 17 years ago
  82. c82f296 brd: fix name argument of unregister_blkdev() by Akinobu Mita · 16 years ago
  83. efedf51 Add 'rd' alias to new brd ramdisk driver by Nick Piggin · 17 years ago
  84. 53978d0 brd: don't show ramdisks in /proc/partitions by Marcin Krol · 17 years ago
  85. d7853d1 brd: modify ramdisk device to be able to manage partitions by Laurent Vivier · 17 years ago
  86. 30afcb4 return pfn from direct_access, for XIP by Jared Hulbert · 17 years ago
  87. 26defe3 fix brd allocation flags by Petr Tesarik · 17 years ago
  88. 75acb9c rd: support XIP by Nick Piggin · 17 years ago
  89. 9db5579 rewrite rd by Nick Piggin · 17 years ago