1. ff2a994 block: move bd_set_size() above rescan_partitions() in __blkdev_get() by Tejun Heo · 13 years ago
  2. 02e3522 block: rescan partitions on invalidated devices on -ENOMEDIA too by Tejun Heo · 13 years ago
  3. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  4. d39dd11 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  5. a66979a fs: move i_wb_list out from under inode_lock by Dave Chinner · 13 years ago
  6. 250df6e fs: protect inode->i_state with inode->i_lock by Dave Chinner · 13 years ago
  7. 4345cab block: NULL dereference on error path in __blkdev_get() by Dan Carpenter · 13 years ago
  8. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  9. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  10. 69e02c5 block: Don't check events while open is in progress by Tejun Heo · 13 years ago
  11. 6936217 block: Don't check events on close unless it was blocked by Tejun Heo · 13 years ago
  12. facc31d block: Don't implicitly trigger event check on disk_unblock_events() by Tejun Heo · 13 years ago
  13. e6eb5ce fs/block_dev.c: fix new kernel-doc warning by Randy Dunlap · 13 years ago
  14. 638691a Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 13 years ago
  15. e7407d1 block: bd_link_disk_holder() should hold on to holder_dir by Tejun Heo · 13 years ago
  16. 93b270f Fix over-zealous flush_disk when changing device size. by NeilBrown · 13 years ago
  17. e51900f block: revert block_dev read-only check by Chuck Ebbert · 13 years ago
  18. 49731ba block: restore multiple bd_link_disk_holder() support by Tejun Heo · 13 years ago
  19. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  20. c74a1cb pass default dentry_operations to mount_pseudo() by Al Viro · 13 years ago
  21. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  22. 77ea887 implement in-kernel gendisk events handling by Tejun Heo · 14 years ago
  23. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  24. d4d7762 block: clean up blkdev_get() wrappers and their users by Tejun Heo · 14 years ago
  25. 75f1dc0 block: check bdev_read_only() from blkdev_get() by Tejun Heo · 14 years ago
  26. 6a027ef block: reorganize claim/release implementation by Tejun Heo · 14 years ago
  27. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  28. e09b457 block: simplify holder symlink handling by Tejun Heo · 14 years ago
  29. 51139ad convert get_sb_pseudo() users by Al Viro · 14 years ago
  30. 7ccf19a fs: inode split IO and LRU lists by Nick Piggin · 14 years ago
  31. a5491e0 fs: switch bdev inode bdi's correctly by Dave Chinner · 14 years ago
  32. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  33. dd3932e block: remove BLKDEV_IFL_WAIT by Christoph Hellwig · 14 years ago
  34. b7300b7 blkdev: cgroup whitelist permission fix by Chris Wright · 14 years ago
  35. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  36. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  37. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  38. 155130a get rid of block_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  39. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  40. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  41. e75aa85 block_dev: always serialize exclusive open attempts by Tejun Heo · 14 years ago
  42. 3e6c050 block: remove duplicate BUG_ON() in bd_finish_claiming() by Jens Axboe · 14 years ago
  43. b001836 block: bd_start_claiming cleanup by Nick Piggin · 14 years ago
  44. cf34257 block: bd_start_claiming fix module refcount by Nick Piggin · 14 years ago
  45. 3322e79 fs: convert simple fs to new truncate by Nick Piggin · 14 years ago
  46. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  47. e8bebe2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  48. 18e9e51 Introduce freeze_super and thaw_super for the fsfreeze ioctl by Josef Bacik · 14 years ago
  49. d3f2147 Move grabbing s_umount to callers of grab_super() by Al Viro · 14 years ago
  50. 7407cf3 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  51. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 14 years ago
  52. 6b4517a block: implement bd_claiming and claiming block by Tejun Heo · 14 years ago
  53. 1a3cbbc block: factor out bd_may_claim() by Tejun Heo · 14 years ago
  54. b8af67e fs/block_dev.c: fix performance regression in O_DIRECT|O_SYNC writes to block devices by Anton Blanchard · 14 years ago
  55. b1dd3b2 vfs: rename block_fsync() to blkdev_fsync() by Andrew Morton · 14 years ago
  56. 55ab3a1 raw: fsync method is now required by Anton Blanchard · 14 years ago
  57. 4b06e5b freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb by Jun'ichi Nomura · 14 years ago
  58. 2058297 Merge branch 'for-linus' into for-2.6.33 by Jens Axboe · 15 years ago
  59. ab0a973 blkdev: flush disk cache on ->fsync by Christoph Hellwig · 15 years ago
  60. 960cc0f block: use after free bug in __blkdev_get by Neil Brown · 15 years ago
  61. 4504230 freeze_bdev: grab active reference to frozen superblocks by Christoph Hellwig · 15 years ago
  62. 4fadd7b freeze_bdev: kill bd_mount_sem by Christoph Hellwig · 15 years ago
  63. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  64. 2c96ce9 fs: remove bdev->bd_inode_backing_dev_info by Jens Axboe · 15 years ago
  65. eef9938 vfs: Rename generic_file_aio_write_nolock by Christoph Hellwig · 15 years ago
  66. dddac6a PM / Hibernate: Replace bdget call with simple atomic_inc of i_count by Alan Jenkins · 15 years ago
  67. 60b0680 vfs: Rename fsync_super() to sync_filesystem() (version 4) by Jan Kara · 15 years ago
  68. 5cee581 vfs: Make sys_sync() use fsync_super() (version 4) by Jan Kara · 15 years ago
  69. 429479f vfs: Make __fsync_super() a static function (version 4) by Jan Kara · 15 years ago
  70. 512626a Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  71. 2e1483c kmemleak: Remove some of the kmemleak false positives by Catalin Marinas · 15 years ago
  72. 172124e Revert "block: implement blkdev_readpages" by Jens Axboe · 15 years ago
  73. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  74. db2dbb1 block: implement blkdev_readpages by Jeff Moyer · 15 years ago
  75. 47e4491 Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225 by Al Viro · 15 years ago
  76. 585d3bc fs: move bdev code out of buffer.c by Nick Piggin · 15 years ago
  77. fcccf50 filesystem freeze: implement generic freeze feature by Takashi Sato · 15 years ago
  78. 2150edc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  79. d337482 md: make devices disappear when they are no longer needed. by NeilBrown · 15 years ago
  80. 94e2959 fs: fix function param name in kernel-doc by Randy Dunlap · 15 years ago
  81. 87d8fe1 add releasepage hooks to block devices which can be used by file systems by Theodore Ts'o · 15 years ago
  82. c2acf7b fs/block_dev.c: __read_mostly improvement and sb_is_blkdev_sb utilization by Denis ChengRq · 16 years ago
  83. fd4ce1a [PATCH 1/2] kill FMODE_NDELAY_NOW by Christoph Hellwig · 16 years ago
  84. ebbefc0 [PATCH] clean up blkdev_get a little bit by Christoph Hellwig · 16 years ago
  85. 89f9749 block: fix __blkdev_get() for removable devices by Tejun Heo · 16 years ago
  86. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  87. 421748e [PATCH] assorted path_lookup() -> kern_path() conversions by Al Viro · 16 years ago
  88. 56b26ad [PATCH] kill the rest of struct file propagation in block ioctls by Al Viro · 16 years ago
  89. 572c489 [PATCH] sanitize blkdev_get() and friends by Al Viro · 17 years ago
  90. 30c40d2 [PATCH] propagate mode through open_bdev_excl/close_bdev_excl by Al Viro · 16 years ago
  91. 9a1c354 [PATCH] pass fmode_t to blkdev_put() by Al Viro · 16 years ago
  92. 90b8f28 [PATCH] end of methods switch: remove the old ones by Al Viro · 16 years ago
  93. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  94. 86d434d [PATCH] eliminate use of ->f_flags in block methods by Al Viro · 17 years ago
  95. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  96. 496aa8a block: fix current kernel-doc warnings by Randy Dunlap · 16 years ago
  97. 57d1b53 block_dev: fix kernel-doc in new functions by Randy Dunlap · 16 years ago
  98. 608aeef Call flush_disk() after detecting an online resize. by Andrew Patterson · 16 years ago
  99. 56ade44 Added flush_disk to factor out common buffer cache flushing code. by Andrew Patterson · 16 years ago
  100. c3279d1 Adjust block device size after an online resize of a disk. by Andrew Patterson · 16 years ago