1. c01a21b loop: Fix occasional uevent drop by Petr Vorel · 4 years, 2 months ago
  2. 611bee5 block: replace bd_set_size with bd_set_nr_sectors by Christoph Hellwig · 4 years, 5 months ago
  3. 4d41ead Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
  4. 79e5dc5 loop: Set correct device size when using LOOP_CONFIGURE by Martijn Coenen · 4 years, 5 months ago
  5. c41c3ec Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
  6. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  7. bcb21c8 block: loop: set discard granularity and alignment for block device backed loop by Ming Lei · 4 years, 5 months ago
  8. fe6a8fc loop: unset GENHD_FL_NO_PART_SCAN on LOOP_CONFIGURE by Lennart Poettering · 4 years, 5 months ago
  9. ecbe6bc block: use bd_prepare_to_claim directly in the loop driver by Christoph Hellwig · 4 years, 6 months ago
  10. 200f933 loop: be paranoid on exit and prevent new additions / removals by Luis Chamberlain · 4 years, 7 months ago
  11. 15f73f5 blk-mq: move failure injection out of blk_mq_complete_request by Christoph Hellwig · 4 years, 7 months ago
  12. f4bd34b loop: replace kill_bdev with invalidate_bdev by Zheng Bin · 4 years, 7 months ago
  13. a58dfea Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  14. 6ac92fb loop: Fix wrong masking of status flags by Martijn Coenen · 4 years, 8 months ago
  15. 96ed320 Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 8 months ago
  16. bce159d Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  17. 750a02a Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 8 months ago
  18. a37b071 mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE by NeilBrown · 4 years, 8 months ago
  19. bf0beec blk-mq: drain I/O when all CPUs in a hctx are offline by Ming Lei · 4 years, 8 months ago
  20. d29b92f loop: remove redundant assignment to variable error by Colin Ian King · 4 years, 8 months ago
  21. 3448914 loop: Add LOOP_CONFIGURE ioctl by Martijn Coenen · 4 years, 8 months ago
  22. faf1d25 loop: Clean up LOOP_SET_STATUS lo_flags handling by Martijn Coenen · 4 years, 8 months ago
  23. 571fae6 loop: Rework lo_ioctl() __user argument casting by Martijn Coenen · 4 years, 8 months ago
  24. 62ab466 loop: Move loop_set_status_from_info() and friends up by Martijn Coenen · 4 years, 8 months ago
  25. 0c3796c loop: Factor out configuring loop from status by Martijn Coenen · 4 years, 8 months ago
  26. 0a6ed1b loop: Remove figure_loop_size() by Martijn Coenen · 4 years, 8 months ago
  27. b0bd158 loop: Refactor loop_set_status() size calculation by Martijn Coenen · 4 years, 8 months ago
  28. 716ad09 loop: Switch to set_capacity_revalidate_and_notify() by Martijn Coenen · 4 years, 8 months ago
  29. 5795b6f loop: Factor out setting loop device size by Martijn Coenen · 4 years, 8 months ago
  30. 083a6a5 loop: Remove sector_t truncation checks by Martijn Coenen · 4 years, 8 months ago
  31. 7c5014b loop: Call loop_config_discard() only after new config is applied by Martijn Coenen · 4 years, 8 months ago
  32. efbe3c2 fs: Remove unneeded IS_DAX() check in io_is_direct() by Ira Weiny · 4 years, 9 months ago
  33. c52abf5 loop: Better discard support for block devices by Evan Green · 4 years, 10 months ago
  34. 8cd5508 loop: Report EOPNOTSUPP properly by Evan Green · 4 years, 10 months ago
  35. 0fbcf57 loop: Only freeze block queue when needed. by Martijn Coenen · 4 years, 10 months ago
  36. 7e81f99 loop: Only change blocksize when needed. by Martijn Coenen · 4 years, 10 months ago
  37. f0b870d block: remove (__)blkdev_reread_part as an exported API by Christoph Hellwig · 5 years ago
  38. efcfec57 loop: fix no-unmap write-zeroes request behavior by Darrick J. Wong · 5 years ago
  39. 8556011 loop: change queue block size to match when using DIO by Martijn Coenen · 5 years ago
  40. 7ad67ca Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  41. fdbe4ee loop: Add LOOP_SET_DIRECT_IO to compat ioctl by Alessio Balsini · 5 years ago
  42. d0a255e loop: set PF_MEMALLOC_NOIO for the worker thread by Mikulas Patocka · 5 years ago
  43. 89e524c0 loop: Fix mount(2) failure due to race with LOOP_SET_FD by Jan Kara · 5 years ago
  44. b620743 block: never take page references for ITER_BVEC by Christoph Hellwig · 6 years ago
  45. 33ec3e5 loop: Don't change loop device under exclusive opener by Jan Kara · 6 years ago
  46. 81ba6ab block: loop: mark bvec as ITER_BVEC_FLAG_NO_REF by Ming Lei · 6 years ago
  47. 56a85fd loop: properly observe rotational flag of underlying device by Holger Hoffstätte · 6 years ago
  48. f7c8a41 loop: access lo_backing_file only when the loop device is Lo_bound by Dongli Zhang · 6 years ago
  49. 758a58d loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part() by Dongli Zhang · 6 years ago
  50. 40853d6 loop: do not print warn message if partition scan is successful by Dongli Zhang · 6 years ago
  51. 56d18f6 block: kill BLK_MQ_F_SG_MERGE by Ming Lei · 6 years ago
  52. 86af595 block: loop: pass multi-page bvec to iov_iter by Ming Lei · 6 years ago
  53. 5db470e loop: drop caches if offset or block_size are changed by Jaegeuk Kim · 6 years ago
  54. c411036 block: loop: remove redundant code by Chengguang Xu · 6 years ago
  55. 38a3499 block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add() by Chengguang Xu · 6 years ago
  56. db6638d blkcg: remove bio->bi_css and instead use bio->bi_blkg by Dennis Zhou · 6 years ago
  57. 628bd85 loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl() by Tetsuo Handa · 6 years ago
  58. c28445f loop: Get rid of 'nested' acquisition of loop_ctl_mutex by Jan Kara · 6 years ago
  59. 1dded9a loop: Avoid circular locking dependency between loop_ctl_mutex and bd_mutex by Jan Kara · 6 years ago
  60. 0da03ca loop: Fix deadlock when calling blkdev_reread_part() by Jan Kara · 6 years ago
  61. 85b0a54 loop: Move loop_reread_partitions() out of loop_ctl_mutex by Jan Kara · 6 years ago
  62. d57f337 loop: Move special partition reread handling in loop_clr_fd() by Jan Kara · 6 years ago
  63. c371077 loop: Push loop_ctl_mutex down to loop_change_fd() by Jan Kara · 6 years ago
  64. 757ecf4 loop: Push loop_ctl_mutex down to loop_set_fd() by Jan Kara · 6 years ago
  65. 550df5fd loop: Push loop_ctl_mutex down to loop_set_status() by Jan Kara · 6 years ago
  66. 4a5ce9b loop: Push loop_ctl_mutex down to loop_get_status() by Jan Kara · 6 years ago
  67. 7ccd079 loop: Push loop_ctl_mutex down into loop_clr_fd() by Jan Kara · 6 years ago
  68. a2505b7 loop: Split setting of lo_state from loop_clr_fd by Jan Kara · 6 years ago
  69. a131654 loop: Push lo_ctl_mutex down into individual ioctls by Jan Kara · 6 years ago
  70. 0a42e99 loop: Get rid of loop_index_mutex by Jan Kara · 6 years ago
  71. 967d1dc loop: Fold __loop_release into loop_release by Jan Kara · 6 years ago
  72. 310ca16 block/loop: Use global lock for ioctl() operation. by Tetsuo Handa · 6 years ago
  73. b1ab5fa block/loop: Don't grab "struct file" for vfs_getattr() operation. by Tetsuo Handa · 6 years ago
  74. 5f21585 Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  75. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  76. b5f2954 blkcg: revert blkcg cleanups series by Dennis Zhou · 6 years ago
  77. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  78. c839e7a blkcg: remove bio->bi_css and instead use bio->bi_blkg by Dennis Zhou (Facebook) · 6 years ago
  79. d893ff8 block/loop: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  80. f4354a9 loop: remove redundant pointer inode by Colin Ian King · 7 years ago
  81. 2911952 Merge tag 'for-linus-20180706' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  82. 9fea4b3 loop: Add LOOP_SET_BLOCK_SIZE in compat ioctl by Evan Green · 7 years ago
  83. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  84. a381884 Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  85. 4a18998 Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  86. d2ac838 loop: add recursion validation to LOOP_CHANGE_FD by Theodore Ts'o · 7 years ago
  87. f459c34 Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  88. d9a08a9 fs: Add aio iopriority support by Adam Manzanares · 7 years ago
  89. 5657a81 block drivers/block: Use octal not symbolic permissions by Joe Perches · 7 years ago
  90. eedffa2 loop: clear wb_err in bd_inode when detaching backing file by Jeff Layton · 7 years ago
  91. d3349b6 loop: remember whether sysfs_create_group() was done by Tetsuo Handa · 7 years ago
  92. f9de14b loop: handle short DIO reads by Jens Axboe · 7 years ago
  93. 1894e91 loop: remove cmd->rq member by Jens Axboe · 7 years ago
  94. bdac616db loop: fix LOOP_GET_STATUS lock imbalance by Omar Sandoval · 7 years ago
  95. 1e047ea block/loop: fix deadlock after loop_set_status by Tetsuo Handa · 7 years ago
  96. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  97. 3148ffb loop: use killable lock in ioctls by Omar Sandoval · 7 years ago
  98. 2d1d4c1 loop: don't call into filesystem while holding lo_ctl_mutex by Omar Sandoval · 7 years ago
  99. 1d03757 loop: Fix lost writes caused by missing flag by Ross Zwisler · 7 years ago
  100. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago