1. e372004 block: Fix use-after-free in blkdev_get() by Jason Yan · 4 years ago
  2. 902a0ce Merge android-4.9.152 (fd37e28) into msm-4.9 by jianzhou · 5 years ago
  3. 428ca58 blockdev: Fix livelocks on loop device by Jan Kara · 5 years ago
  4. 90b65ff block: Fix oops in locked_inode_to_wb_and_lock_list() by Jan Kara · 7 years ago
  5. 9179eba block: Fix bdi assignment to bdev inode when racing with disk delete by Jan Kara · 7 years ago
  6. 3385bb1 block: Initialize bd_bdi on inode initialization by Jan Kara · 7 years ago
  7. c1d5f2a block: Revalidate i_bdev reference in bd_aquire() by Jan Kara · 7 years ago
  8. 84972a9 block: Make blk_get_backing_dev_info() safe without open bdev by Jan Kara · 7 years ago
  9. 9507b39 block: Unhash block device inodes on gendisk destruction by Jan Kara · 7 years ago
  10. 133ca5c fs/mpage.c: fix mpage_writepage() for pages with buffers by Matthew Wilcox · 7 years ago
  11. 61604a2 fs: add i_blocksize() by Fabian Frederick · 7 years ago
  12. 945d0ec fs/block_dev: always invalidate cleancache in invalidate_bdev() by Andrey Ryabinin · 7 years ago
  13. 6a76207 block: get rid of blk_integrity_revalidate() by Ilya Dryomov · 7 years ago
  14. 11aa5c1 block: protect iterate_bdevs() against concurrent close by Rabin Vincent · 7 years ago
  15. cfa2d65 block_dev: don't test bdev->bd_contains when it is not stable by NeilBrown · 7 years ago
  16. 25f4c41 block: implement (some of) fallocate for block devices by Darrick J. Wong · 8 years ago
  17. 997198b fs/block_dev.c: return the right error in thaw_bdev() by Pierre Morel · 8 years ago
  18. 2237570 block_dev: remove DAX leftovers by Christoph Hellwig · 8 years ago
  19. 5bb53c0 fs/block_dev: fix potential NULL ptr deref in freeze_bdev() by Andrey Ryabinin · 8 years ago
  20. e9e5e3f bdev: fix NULL pointer dereference by Vegard Nossum · 8 years ago
  21. c11f0c0 block/mm: make bdev_ops->rw_page() take a bool for read/write by Jens Axboe · 8 years ago
  22. abf5454 mm/block: convert rw_page users to bio op use by Mike Christie · 8 years ago
  23. 99a01cd block: remove BLK_DEV_DAX config option by Ross Zwisler · 8 years ago
  24. a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  25. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  26. 163d4ba block: add QUEUE_FLAG_DAX for devices to advertise their DAX support by Toshi Kani · 8 years ago
  27. a4a4f94 bdev: get rid of ->bd_inodes by Al Viro · 8 years ago
  28. a2982cc vfs: Generalize filesystem nodev handling. by Eric W. Biederman · 8 years ago
  29. 315227f Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  30. 1f40c49 Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  31. acc93d3 Revert "block: enable dax for raw block devices" by Dan Williams · 8 years ago
  32. 0a70bd4 dax: enable dax in the presence of known media errors (badblocks) by Dan Williams · 8 years ago
  33. a8078b1 block: Update blkdev_dax_capable() for consistency by Toshi Kani · 8 years ago
  34. 2d96afc block: Add bdev_dax_supported() for dax mount checks by Toshi Kani · 8 years ago
  35. 2af3a81 block: Add vfs_msg() interface by Toshi Kani · 8 years ago
  36. 02fbd13 dax: Remove complete_unwritten argument by Jan Kara · 8 years ago
  37. e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 8 years ago
  38. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 8 years ago
  39. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  40. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  41. 35d88d9 Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  42. 3684aa7 block-dev: enable writeback cgroup support by Shaohua Li · 8 years ago
  43. 7f6d5b5 dax: move writeback calls into the filesystems by Ross Zwisler · 8 years ago
  44. 03cdadb block: disable block device DAX by default by Dan Williams · 8 years ago
  45. 9c5a05bc block: fix pfn_mkwrite() DAX fault handler by Ross Zwisler · 8 years ago
  46. 9f4736f block: revert runtime dax control of the raw block device by Dan Williams · 8 years ago
  47. cc67375 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  48. f9fe48b dax: support dirty DAX entries in radix tree by Ross Zwisler · 8 years ago
  49. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  50. 7c24d9f Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  51. b2e0d16 dax: fix lifetime of in-kernel dax mappings with dax_map_atomic() by Dan Williams · 8 years ago
  52. fe683ad dax: guarantee page aligned results from bdev_direct_access() by Dan Williams · 8 years ago
  53. b832861 fs/block_dev.c:bdev_write_page(): use blk_queue_enter(..., GFP_NOIO) by Andrew Morton · 8 years ago
  54. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  55. d080827 Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  56. ed8a9d2c block: use bd{grab,put}() instead of open-coding by Ilya Dryomov · 8 years ago
  57. 5a023cd block: enable dax for raw block devices by Dan Williams · 8 years ago
  58. 4ebb16c block: introduce bdev_file_inode() by Dan Williams · 9 years ago
  59. 424081f fs: use gendisk->disk_name where possible by Dmitry Monakhov · 9 years ago
  60. 43d1c0e block: detach bdev inode from its wb in __blkdev_put() by Ilya Dryomov · 8 years ago
  61. 6f3b0e8 blk-mq: add a flags parameter to blk_mq_alloc_request by Christoph Hellwig · 8 years ago
  62. 2e6edc9 block: protect rw_page against device teardown by Dan Williams · 8 years ago
  63. dbd3ca5 fs/block_dev.c: Remove WARN_ON() when inode writeback fails by Vivek Goyal · 9 years ago
  64. 25520d5 block: Inline blk_integrity in struct gendisk by Martin K. Petersen · 9 years ago
  65. f0b2e56 blockdev: don't set S_DAX for misaligned partitions by Jeff Moyer · 9 years ago
  66. f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  67. c94c2ac dax: move DAX-related functions to a new header by Matthew Wilcox · 9 years ago
  68. 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
  69. cb389b9 dax: drop size parameter to ->direct_access() by Dan Williams · 9 years ago
  70. e2e0539 pmem, dax: have direct_access use __pmem annotation by Ross Zwisler · 9 years ago
  71. 74278da inode: convert inode_sb_list_lock to per-sb by Dave Chinner · 9 years ago
  72. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  73. 43c3dd0 dax: bdev_direct_access() may sleep by Matthew Wilcox · 9 years ago
  74. bbab37d block: Add support for DAX reads/writes to block devices by Matthew Wilcox · 9 years ago
  75. 43baed3 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  76. 88793e5 Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm by Linus Torvalds · 9 years ago
  77. ff5053f bdi: Remove "inline" keyword from exported I_BDEV() implementation by Geert Uytterhoeven · 9 years ago
  78. f68eb1e fs/block_dev.c: skip rw_page if bdev has integrity by Vishal Verma · 9 years ago
  79. a212b10 bdi: make inode_to_bdi() inline by Tejun Heo · 9 years ago
  80. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  81. fe0f07d direct-io: only inc/dec inode->i_dio_count for file systems by Jens Axboe · 9 years ago
  82. bb668734 VFS: assorted d_backing_inode() annotations by David Howells · 9 years ago
  83. 7ec7b94 blkdev_write_iter: expand generic_file_checks() call in there by Al Viro · 9 years ago
  84. 5f380c7 lift generic_write_checks() into callers of __generic_file_write_iter() by Al Viro · 9 years ago
  85. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  86. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  87. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  88. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  89. 3e12cef Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  90. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  91. 564f00f block_dev: only write bdev inode on close by Christoph Hellwig · 9 years ago
  92. dd22f55 block: Change direct_access calling convention by Matthew Wilcox · 9 years ago
  93. 48b6bca fs: add freeze_super/thaw_super fs hooks by Benjamin Marzinski · 10 years ago
  94. b2de525 Return short read or 0 at end of a raw device, not EIO by David Jeffery · 10 years ago
  95. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  96. 447f05b block_dev: implement readpages() to optimize sequential read by Akinobu Mita · 10 years ago
  97. 018a17b bdi: reimplement bdev_inode_switch_bdi() by Tejun Heo · 10 years ago
  98. ff9ea32 block, bdi: an active gendisk always has a request_queue associated with it by Tejun Heo · 10 years ago
  99. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  100. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago