1. 490547c block: don't send uevent for empty disk when not invalidating by Eric Biggers · 5 years ago
  2. 979c690d block: move clearing bd_invalidated into check_disk_size_change by Christoph Hellwig · 5 years ago
  3. f0b870d block: remove (__)blkdev_reread_part as an exported API by Christoph Hellwig · 5 years ago
  4. 142fe8f block: fix bdev_disk_changed for non-partitioned devices by Christoph Hellwig · 5 years ago
  5. a1548b6 block: move rescan_partitions to fs/block_dev.c by Christoph Hellwig · 5 years ago
  6. 6917d06 block: merge invalidate_partitions into rescan_partitions by Christoph Hellwig · 5 years ago
  7. cba22d8 bdev: Refresh bdev size for disks without partitioning by Jan Kara · 5 years ago
  8. 731dc48 bdev: Factor out bdev revalidation into a common helper by Jan Kara · 5 years ago
  9. e6bc9de Merge tag 'vfs-5.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  10. dc617f2 vfs: don't allow writes to swap files by Darrick J. Wong · 5 years ago
  11. 7b6620d block: remove REQ_NOWAIT_INLINE by Jens Axboe · 5 years ago
  12. e91455b bdev: Fixup error handling in blkdev_get() by Jan Kara · 5 years ago
  13. e15c2ff block: fix O_DIRECT error handling for bio fragments by Jens Axboe · 5 years ago
  14. 0eb6ddf block: Fix __blkdev_direct_IO() for bio fragments by Damien Le Moal · 5 years ago
  15. 89e524c0 loop: Fix mount(2) failure due to race with LOOP_SET_FD by Jan Kara · 5 years ago
  16. 0441281 Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  17. 6a43074 block: properly handle IOCB_NOWAIT for async O_DIRECT IO by Jens Axboe · 5 years ago
  18. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  19. 9fec4a2 block_dev: use bio_release_pages in bio_unmap_user by Christoph Hellwig · 6 years ago
  20. 57dfe3c block_dev: use bio_release_pages in blkdev_bio_end_io by Christoph Hellwig · 6 years ago
  21. 31cb1d6 block: Don't revalidate bdev of hidden gendisk by Jan Kara · 6 years ago
  22. 9030d16 vfs: Convert bdev to use the new mount API by David Howells · 6 years ago
  23. 1f58bb1 mount_pseudo(): drop 'name' argument, switch to d_make_root() by Al Viro · 6 years ago
  24. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  25. 3813393 fs/block_dev.c: Remove duplicate header by Sabyasachi Gupta · 6 years ago
  26. 149e703 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  27. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  28. 168e153 Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  29. 41149cb bdev: switch to ->free_inode() by Al Viro · 6 years ago
  30. 60a27b9 block: fix handling for BIO_NO_PAGE_REF by Ming Lei · 6 years ago
  31. 2b070cf block: remove the i argument to bio_for_each_segment_all by Christoph Hellwig · 6 years ago
  32. a89afe5 block: fix the return errno for direct IO by Jason Yan · 6 years ago
  33. 6d46d29 fs/block_dev.c: remove unused include by Chengguang Xu · 6 years ago
  34. 399254a block: add BIO_NO_PAGE_REF flag by Jens Axboe · 6 years ago
  35. 0bbb280 block: add bio_set_polled() helper by Jens Axboe · 6 years ago
  36. eae83ce block: wire up block device iopoll method by Christoph Hellwig · 6 years ago
  37. 6dc4f10 block: allow bio_for_each_segment_all() to iterate over multi-page bvec by Ming Lei · 6 years ago
  38. 04906b2 blockdev: Fix livelocks on loop device by Jan Kara · 6 years ago
  39. 1ac5cd4 block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE) by Linus Torvalds · 6 years ago
  40. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  41. 88dbcbb blkdev: avoid migration stalls for blkdev pages by Jan Kara · 6 years ago
  42. 531724a block: avoid extra bio reference for async O_DIRECT by Christoph Hellwig · 6 years ago
  43. 0a1b8b8 block: make blk_poll() take a parameter on whether to spin or not by Jens Axboe · 6 years ago
  44. 849a370 block: avoid ordered task state change for polled IO by Jens Axboe · 6 years ago
  45. cb700eb block: don't plug for aio/O_DIRECT HIPRI IO by Jens Axboe · 6 years ago
  46. d34513d block: for async O_DIRECT, mark us as polling if asked to by Jens Axboe · 6 years ago
  47. 0619317 block: add polled wakeup task helper by Jens Axboe · 6 years ago
  48. d1e3628 block: add REQ_HIPRI and inherit it from IOCB_HIPRI by Jens Axboe · 6 years ago
  49. 00e2370 iov_iter: Use accessor function by David Howells · 6 years ago
  50. 73ba2fb Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  51. eb181a8 Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  52. 9362dd1 blkdev: __blkdev_direct_IO_simple: fix leak in error case by Martin Wilck · 6 years ago
  53. 3f289dc block: make bdev_ops->rw_page() take a REQ_OP instead of bool by Tejun Heo · 6 years ago
  54. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  55. 4a18998 Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  56. 074111c fs: blkdev set bio prio from kiocb prio by Adam Manzanares · 7 years ago
  57. 52190f8 fs: convert block_dev.c to bioset_init() by Kent Overstreet · 7 years ago
  58. 5afb783 block: don't print a message when the device went away by Christoph Hellwig · 7 years ago
  59. 4163a03 block: unexport check_disk_size_change by Christoph Hellwig · 7 years ago
  60. 9f3a094 Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  61. 849cf55 fs: don't flush pagecache when expanding block device by shunki-fujita · 7 years ago
  62. 15aa8a0 block, dax: remove dead code in blkdev_writepages() by Dan Williams · 7 years ago
  63. 560e7cb blockdev: Avoid two active bdev inodes for one device by Jan Kara · 7 years ago
  64. 8973665 genhd: Fix use after free in __blkdev_get() by Jan Kara · 7 years ago
  65. 9df6c29 genhd: Add helper put_disk_and_module() by Jan Kara · 7 years ago
  66. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  67. 3a0a529 block, scsi: Make SCSI quiesce and resume work reliably by Bart Van Assche · 7 years ago
  68. ea435e1 block: add a poll_fn callback to struct request_queue by Christoph Hellwig · 7 years ago
  69. f892760 fs/mpage.c: fix mpage_writepage() for pages with buffers by Matthew Wilcox · 7 years ago
  70. 7f66721 fs/block_dev: remove vfs_msg() interface by Rakesh Pandit · 7 years ago
  71. e253d98 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  72. c35fc7a block_dev: support RFW_NOWAIT on block device nodes by Christoph Hellwig · 7 years ago
  73. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  74. c2ee070 block: cache the partition index in struct block_device by Christoph Hellwig · 7 years ago
  75. 088737f Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  76. 372cf24 block: convert to errseq_t based writeback error tracking by Jeff Layton · 8 years ago
  77. 5660e13 fs: new infrastructure for writeback error handling and reporting by Jeff Layton · 8 years ago
  78. c6b1e36 Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  79. 9ae3b3f5 block: provide bio_uninit() free freeing integrity/task associations by Jens Axboe · 8 years ago
  80. 45d06cf fs: add O_DIRECT and aio support for sending down write life time hints by Jens Axboe · 8 years ago
  81. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 8 years ago
  82. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 8 years ago
  83. 36ffc6c block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IO by Christoph Hellwig · 8 years ago
  84. 0fcc3ab Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  85. ef51042 block, dax: move "select DAX" from BLOCK to FS_DAX by Dan Williams · 8 years ago
  86. 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
  87. a5f6a6a fs/block_dev: always invalidate cleancache in invalidate_bdev() by Andrey Ryabinin · 8 years ago
  88. 67fd389 block, dax: use correct format string in bdev_dax_supported by Arnd Bergmann · 8 years ago
  89. d4b29fd7 block: remove block_device_operations ->direct_access() by Dan Williams · 8 years ago
  90. 2093f2e block, dax: convert bdev_dax_supported() to dax_direct_access() by Dan Williams · 8 years ago
  91. 19b7ccf block: get rid of blk_integrity_revalidate() by Ilya Dryomov · 8 years ago
  92. b068626 dax: introduce dax_direct_access() by Dan Williams · 8 years ago
  93. d8f07ae block: kill bdev_dax_capable() by Dan Williams · 8 years ago
  94. 3404512 block_dev: use blkdev_issue_zerout for hole punches by Christoph Hellwig · 8 years ago
  95. ee472d8 block: add a flags argument to (__)blkdev_issue_zeroout by Christoph Hellwig · 8 years ago
  96. f759741 block: Fix oops in locked_inode_to_wb_and_lock_list() by Jan Kara · 8 years ago
  97. 03e2627 block: Fix bdi assignment to bdev inode when racing with disk delete by Jan Kara · 8 years ago
  98. a5a79d0 block: Initialize bd_bdi on inode initialization by Jan Kara · 8 years ago
  99. 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  100. cccd9fb block: Revalidate i_bdev reference in bd_aquire() by Jan Kara · 8 years ago