1. 2f4ca7a Revert "block/loop: Use global lock for ioctl() operation." by Greg Kroah-Hartman · 5 years ago
  2. e5c5b8ed Revert "loop: Fold __loop_release into loop_release" by Greg Kroah-Hartman · 5 years ago
  3. c6ae51a Revert "loop: Get rid of loop_index_mutex" by Greg Kroah-Hartman · 5 years ago
  4. 86af0f9 Revert "loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl()" by Greg Kroah-Hartman · 5 years ago
  5. 5d3cf50 loop: Fix double mutex_unlock(&loop_ctl_mutex) in loop_control_ioctl() by Tetsuo Handa · 6 years ago
  6. 6a8f1d8 loop: Get rid of loop_index_mutex by Jan Kara · 6 years ago
  7. 7d839c1 loop: Fold __loop_release into loop_release by Jan Kara · 6 years ago
  8. 3ae3d16 block/loop: Use global lock for ioctl() operation. by Tetsuo Handa · 6 years ago
  9. b2660f3 loop: remember whether sysfs_create_group() was done by Tetsuo Handa · 6 years ago
  10. e3cf1cc loop: add recursion validation to LOOP_CHANGE_FD by Theodore Ts'o · 6 years ago
  11. c353014 block/loop: fix deadlock after loop_set_status by Tetsuo Handa · 6 years ago
  12. 7f736f0 Fix loop device flush before configure v3 by James Wang · 7 years ago
  13. c0fac97 loop: Fix lost writes caused by missing flag by Ross Zwisler · 6 years ago
  14. 56bc086 loop: fix concurrent lo_open/lo_release by Linus Torvalds · 6 years ago
  15. 8ca25e3 loop: fix LO_FLAGS_PARTSCAN hang by Omar Sandoval · 7 years ago
  16. 50447af block/loop: fix race between I/O and set_status by Ming Lei · 7 years ago
  17. 890c39d loop: return proper error from loop_queue_rq() by Omar Sandoval · 8 years ago
  18. 3989144 kthread: kthread worker API cleanup by Petr Mladek · 8 years ago
  19. 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
  20. c1c87c2 loop: make do_req_filebacked more robust by Christoph Hellwig · 8 years ago
  21. f0225ca loop: don't try to use AIO for discards by Christoph Hellwig · 8 years ago
  22. 7a64973 loop: Make user notify for adding loop device failed by Minfei Huang · 8 years ago
  23. 3a5e02c block, drivers: add REQ_OP_FLUSH operation by Mike Christie · 8 years ago
  24. c2df40d drivers: use req op accessor by Mike Christie · 8 years ago
  25. a8ebb05 block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE by Mike Christie · 8 years ago
  26. 24b9f0c Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  27. a7297a6 block: loop: fix filesystem corruption in case of aio/dio by Ming Lei · 8 years ago
  28. 21d0727 loop: switch to using blk_queue_write_cache() by Jens Axboe · 8 years ago
  29. 54ef2b9 Merge branch 'for-4.4/core' into for-4.4/drivers by Jens Axboe · 9 years ago
  30. f4829a9 blk-mq: fix racy updates of rq->errors by Christoph Hellwig · 9 years ago
  31. bc07c10 block: loop: support DIO & AIO by Ming Lei · 9 years ago
  32. ab1cb27 block: loop: introduce ioctl command of LOOP_SET_DIRECT_IO by Ming Lei · 9 years ago
  33. 2e5ab5f block: loop: prepare for supporing direct IO by Ming Lei · 9 years ago
  34. e03a3d7 block: loop: use kthread_work by Ming Lei · 9 years ago
  35. 5b5e20f block: loop: set QUEUE_FLAG_NOMERGES for request queue of loop by Ming Lei · 9 years ago
  36. 2bb4cd5 block: have drivers use blk_queue_max_discard_sectors() by Jens Axboe · 9 years ago
  37. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  38. 6a398a3 Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  39. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 9 years ago
  40. 6a92700 loop: remove (now) unused 'out' label by Jens Axboe · 9 years ago
  41. 06f0e9e block: loop: fix another reread part failure by Ming Lei · 9 years ago
  42. f893366 block: loop: don't hold lo_ctl_mutex in lo_open by Ming Lei · 9 years ago
  43. 4d4e41a block: loop: avoiding too many pending per work I/O by Ming Lei · 9 years ago
  44. f4aa4c7 block: loop: convert to per-device workqueue by Ming Lei · 9 years ago
  45. 6cd18e7 block: destroy bdi before blockdev is unregistered. by NeilBrown · 9 years ago
  46. aa4d861 block: loop: switch to VFS ITER_BVEC by Christoph Hellwig · 9 years ago
  47. 283e7e5 switch /dev/loop to vfs_iter_write() by Al Viro · 9 years ago
  48. 78e367a loop: add blk-mq.h include by Jens Axboe · 9 years ago
  49. af65aa8 block: loop: don't handle REQ_FUA explicitly by Ming Lei · 9 years ago
  50. cf655d9 block: loop: introduce lo_discard() and lo_req_flush() by Ming Lei · 9 years ago
  51. 3011201 block: loop: say goodby to bio by Ming Lei · 9 years ago
  52. b5dd2f6 block: loop: improve performance via blk-mq by Ming Lei · 9 years ago
  53. 2fe5de9 Merge branch 'sched/urgent' into sched/core, to avoid conflicts by Ingo Molnar · 10 years ago
  54. 8698a74 sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE by Dongsheng Yang · 10 years ago
  55. 44bd70c drivers/block/loop.c: ratelimit error messages by Mike Galbraith · 10 years ago
  56. 12a64d2 drivers/block/loop.c: fix comment typo in loop_config_discard by Olaf Hering · 10 years ago
  57. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  58. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  59. ef7e7c8 loop: fix crash when using unassigned loop device by Mikulas Patocka · 11 years ago
  60. a207f59 block: fix a probe argument to blk_register_region by Mikulas Patocka · 11 years ago
  61. 3ec981e loop: fix crash if blk_alloc_queue fails by Mikulas Patocka · 11 years ago
  62. 83a8761 move linux/loop.h to drivers/block by Al Viro · 11 years ago
  63. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  64. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  65. 27387dd Merge tag 'for-linus-20130409' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  66. 03d95eb lift sb_start_write() out of ->write() by Al Viro · 11 years ago
  67. c2fccc1 Revert "loop: cleanup partitions when detaching loop device" by Jens Axboe · 11 years ago
  68. c1681bf loop: prevent bdev freeing while device in use by Anatol Pomozov · 11 years ago
  69. 8761a3d loop: cleanup partitions when detaching loop device by Phillip Susi · 11 years ago
  70. 183cfb5 loop: fix error return code in loop_add() by Wei Yongjun · 11 years ago
  71. f042fea Merge branch 'for-3.9/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  72. c718aa6 block/loop: convert to idr_alloc() by Tejun Heo · 11 years ago
  73. 9d60916 block/loop: don't use idr_remove_all() by Tejun Heo · 11 years ago
  74. 3dadecc switch vfs_getattr() to struct path by Al Viro · 11 years ago
  75. b7a1da6 loopdev: ignore negative offset when calculate loop device size by Guo Chao · 11 years ago
  76. b1a6650 loopdev: remove an user triggerable oops by Guo Chao · 11 years ago
  77. 7b0576a loopdev: move common code into loop_figure_size() by Guo Chao · 11 years ago
  78. 541c742 loopdev: update block device size in loop_set_status() by Guo Chao · 11 years ago
  79. 5370019 loopdev: fix a deadlock by Guo Chao · 11 years ago
  80. 9228ff9 Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  81. 7b5a352 loop: Limit the number of requests in the bio list by Lukas Czerner · 12 years ago
  82. a1ecac3 loop: Make explicit loop device destruction lazy by Dave Chinner · 12 years ago
  83. e484973 userns: Convert loop to use kuid_t instead of uid_t by Eric W. Biederman · 12 years ago
  84. 68d740d blk: fix wrong idr_pre_get() error check in loop.c by Silva Paulo · 12 years ago
  85. cfd8005 block: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  86. 306df07 loop: zero fill bio instead of return -EIO for partial read by Dave Young · 12 years ago
  87. ff01bb48 fs: move code out of buffer.c by Al Viro · 13 years ago
  88. dfaf3c0 loop: Fix discard_alignment default setting by Lukas Czerner · 13 years ago
  89. ae95757 loop: fix loop block driver discard and encryption comment by Dave Young · 13 years ago
  90. 7035b5d loop: cleanup set_status interface by Dmitry Monakhov · 13 years ago
  91. 3bb9068 loop: prevent information leak after failed read by Dmitry Monakhov · 13 years ago
  92. 3d0a8d1 Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  93. 8315722 Merge branch 'for-linus' into for-3.2/core by Jens Axboe · 13 years ago
  94. 5c04b42 Merge branch 'v3.1-rc10' into for-3.2/core by Jens Axboe · 13 years ago
  95. 456be14 loop: remove the incorrect write_begin/write_end shortcut by Christoph Hellwig · 13 years ago
  96. 4c823cc drivers/block/loop.c: remove unnecessary bdev argument from loop_clr_fd() by Ayan George · 13 years ago
  97. 8a9c594 drivers/block/loop.c: emit uevent on auto release by Phillip Susi · 13 years ago
  98. 5a7bbad block: remove support for bio remapping from ->make_request by Christoph Hellwig · 13 years ago
  99. e03c8dd loop: always allow userspace partitions and optionally support automatic scanning by Kay Sievers · 13 years ago
  100. dfaa2ef loop: add discard support for loop devices by Lukas Czerner · 13 years ago