1. 9c5a05bc block: fix pfn_mkwrite() DAX fault handler by Ross Zwisler · 8 years ago
  2. 9f4736f block: revert runtime dax control of the raw block device by Dan Williams · 8 years ago
  3. cc67375 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  4. f9fe48b dax: support dirty DAX entries in radix tree by Ross Zwisler · 8 years ago
  5. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  6. 7c24d9f Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  7. b2e0d16 dax: fix lifetime of in-kernel dax mappings with dax_map_atomic() by Dan Williams · 9 years ago
  8. fe683ad dax: guarantee page aligned results from bdev_direct_access() by Dan Williams · 9 years ago
  9. b832861 fs/block_dev.c:bdev_write_page(): use blk_queue_enter(..., GFP_NOIO) by Andrew Morton · 9 years ago
  10. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  11. d080827 Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  12. ed8a9d2c block: use bd{grab,put}() instead of open-coding by Ilya Dryomov · 9 years ago
  13. 5a023cd block: enable dax for raw block devices by Dan Williams · 9 years ago
  14. 4ebb16c block: introduce bdev_file_inode() by Dan Williams · 9 years ago
  15. 424081f fs: use gendisk->disk_name where possible by Dmitry Monakhov · 9 years ago
  16. 43d1c0e block: detach bdev inode from its wb in __blkdev_put() by Ilya Dryomov · 9 years ago
  17. 6f3b0e8 blk-mq: add a flags parameter to blk_mq_alloc_request by Christoph Hellwig · 9 years ago
  18. 2e6edc9 block: protect rw_page against device teardown by Dan Williams · 9 years ago
  19. dbd3ca5 fs/block_dev.c: Remove WARN_ON() when inode writeback fails by Vivek Goyal · 9 years ago
  20. 25520d5 block: Inline blk_integrity in struct gendisk by Martin K. Petersen · 9 years ago
  21. f0b2e56 blockdev: don't set S_DAX for misaligned partitions by Jeff Moyer · 9 years ago
  22. f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  23. c94c2ac dax: move DAX-related functions to a new header by Matthew Wilcox · 9 years ago
  24. 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
  25. cb389b9 dax: drop size parameter to ->direct_access() by Dan Williams · 9 years ago
  26. e2e0539 pmem, dax: have direct_access use __pmem annotation by Ross Zwisler · 9 years ago
  27. 74278da inode: convert inode_sb_list_lock to per-sb by Dave Chinner · 9 years ago
  28. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  29. 43c3dd0 dax: bdev_direct_access() may sleep by Matthew Wilcox · 9 years ago
  30. bbab37d block: Add support for DAX reads/writes to block devices by Matthew Wilcox · 9 years ago
  31. 43baed3 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  32. 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
  33. ff5053f bdi: Remove "inline" keyword from exported I_BDEV() implementation by Geert Uytterhoeven · 9 years ago
  34. f68eb1e fs/block_dev.c: skip rw_page if bdev has integrity by Vishal Verma · 9 years ago
  35. a212b10 bdi: make inode_to_bdi() inline by Tejun Heo · 9 years ago
  36. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  37. fe0f07d direct-io: only inc/dec inode->i_dio_count for file systems by Jens Axboe · 9 years ago
  38. bb668734 VFS: assorted d_backing_inode() annotations by David Howells · 9 years ago
  39. 7ec7b94 blkdev_write_iter: expand generic_file_checks() call in there by Al Viro · 9 years ago
  40. 5f380c7 lift generic_write_checks() into callers of __generic_file_write_iter() by Al Viro · 9 years ago
  41. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  42. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  43. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  44. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  45. 3e12cef Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  46. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  47. 564f00f block_dev: only write bdev inode on close by Christoph Hellwig · 10 years ago
  48. dd22f55 block: Change direct_access calling convention by Matthew Wilcox · 10 years ago
  49. 48b6bca fs: add freeze_super/thaw_super fs hooks by Benjamin Marzinski · 10 years ago
  50. b2de525 Return short read or 0 at end of a raw device, not EIO by David Jeffery · 10 years ago
  51. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  52. 447f05b block_dev: implement readpages() to optimize sequential read by Akinobu Mita · 10 years ago
  53. 018a17b bdi: reimplement bdev_inode_switch_bdi() by Tejun Heo · 10 years ago
  54. ff9ea32 block, bdi: an active gendisk always has a request_queue associated with it by Tejun Heo · 10 years ago
  55. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  56. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  57. 47a191f fs/block_dev.c: add bdev_read_page() and bdev_write_page() by Matthew Wilcox · 10 years ago
  58. 1456c0a blkdev_aio_write() - turn into blkdev_write_iter() by Al Viro · 10 years ago
  59. a886038 fs/block_dev.c: switch to ->read_iter() by Al Viro · 10 years ago
  60. 37938463 blkdev_aio_read(): switch to generic_file_read_iter(), get rid of iov_shorten() by Al Viro · 10 years ago
  61. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  62. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  63. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  64. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  65. 45d4f85 fs/direct-io.c: remove some left over checks by Dan Carpenter · 10 years ago
  66. 41fc56d kill the 4th argument of __generic_file_aio_write() by Al Viro · 10 years ago
  67. 3711d86 Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 11 years ago
  68. 9bf12df Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  69. 02afc27 direct-io: Handle O_(D)SYNC AIO by Christoph Hellwig · 11 years ago
  70. 73a7075 aio: Kill aio_rw_vect_retry() by Kent Overstreet · 11 years ago
  71. 36805aa Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  72. a885599 writeback: Do not sort b_io list only because of block device inode by Jan Kara · 11 years ago
  73. b459722 mm: vmscan: take page buffers dirty and locked state into account by Mel Gorman · 11 years ago
  74. 5d48f3a block_dev: switch to fixed_size_llseek() by Al Viro · 11 years ago
  75. a5faeaf writeback: Fix periodic writeback after fs mount by Jan Kara · 11 years ago
  76. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  77. 5af43c2 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  78. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  79. 4385bab make blkdev_put() return void by Al Viro · 11 years ago
  80. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  81. b4ea2ea fs/block_dev.c: no need to check inode->i_bdev in bd_forget() by Yan Hong · 11 years ago
  82. 6f8f5c2 fs/block_dev.c: fix iov_shorten() criteria in blkdev_aio_read() by Gu Zheng · 11 years ago
  83. c1681bf loop: prevent bdev freeing while device in use by Anatol Pomozov · 11 years ago
  84. ee89f81 Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  85. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  86. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  87. de33127 block: remove redundant check to bd_openers() by Guo Chao · 11 years ago
  88. d646a02 block: use i_size_write() in bd_set_size() by Guo Chao · 11 years ago
  89. 7630b66 fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk() by MITSUNARI Shigeo · 11 years ago
  90. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  91. 684c9aa vfs: fix O_DIRECT read past end of block device by Linus Torvalds · 12 years ago
  92. bbec0270 blkdev_max_block: make private to fs/buffer.c by Linus Torvalds · 12 years ago
  93. 1e8b333 blockdev: remove bd_block_size_semaphore again by Linus Torvalds · 12 years ago
  94. 1a25b1c Lock splice_read and splice_write functions by Mikulas Patocka · 12 years ago
  95. ce40be7 Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  96. 3eab731 fs/block_dev.c:1644:5: sparse: symbol 'blkdev_mmap' was not declared by Fengguang Wu · 12 years ago
  97. 62ac665 blockdev: turn a rw semaphore into a percpu rw semaphore by Mikulas Patocka · 12 years ago
  98. b87570f Fix a crash when block device is read and block size is changed at the same time by Mikulas Patocka · 12 years ago
  99. 53362a0 fs/block-dev.c:fix performance regression in O_DIRECT writes to md block devices by Jianpeng Ma · 12 years ago
  100. 5c0d6b6 vfs: Create function for iterating over block devices by Jan Kara · 12 years ago