1. bd618d9 Merge "Merge android-4.9-o.82 (2d34d45) into msm-4.9" by Linux Build Service Account · 6 years ago
  2. 1cdb7f9 block: Use pointer to backing_dev_info from request_queue by Jan Kara · 7 years ago
  3. 944723b pktcdvd: Fix pkt_setup_dev() error path by Bart Van Assche · 6 years ago
  4. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  5. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 8 years ago
  6. 3419b45 Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  7. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  8. 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  9. dece163 block: change ->make_request_fn() and users to return a queue cookie by Jens Axboe · 9 years ago
  10. 71baba4 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM by Mel Gorman · 9 years ago
  11. 0220531 pktcdvd: drop null test before destroy functions by Julia Lawall · 9 years ago
  12. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 9 years ago
  13. 54efd50 block: make generic_make_request handle arbitrarily sized bios by Kent Overstreet · 9 years ago
  14. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  15. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  16. a492f07 block,scsi: fixup blk_get_request dead queue scenarios by Joe Lawrence · 10 years ago
  17. eb571ee block,scsi: verify return pointer from blk_get_request by Joe Lawrence · 10 years ago
  18. f27b087 block: add blk_rq_set_block_pc() by Jens Axboe · 10 years ago
  19. 8698a74 sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE by Dongsheng Yang · 10 years ago
  20. 8586ea9 pktcdvd: fix error return code by Julia Lawall · 10 years ago
  21. 20d0189 block: Introduce new bio_split() by Kent Overstreet · 10 years ago
  22. ee67891 block: Rename bio_split() -> bio_pair_split() by Kent Overstreet · 11 years ago
  23. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  24. 49c2856 pktcdvd: debugfs functions return NULL on error by Dan Carpenter · 11 years ago
  25. 666dc7c pktcdvd: fix defective misuses of pkt_<level> by Joe Perches · 11 years ago
  26. f3ded78 pktcdvd: add struct pktcdvd_device * to pkt_dump_sense() by Joe Perches · 11 years ago
  27. 0c075d6 pktcdvd: convert pr_info to pkt_info by Joe Perches · 11 years ago
  28. ca73dab pktcdvd: convert pr_notice to pkt_notice by Joe Perches · 11 years ago
  29. fa63c0a pktcdvd: add struct pktcdvd_device.name to pr_err logging where possible by Joe Perches · 11 years ago
  30. 844aa79 pktcdvd: add struct pktcdvd_device * to pkt_dbg by Joe Perches · 11 years ago
  31. cd3f2cd pktcdvd: consolidate DPRINTK and VPRINTK macros by Joe Perches · 11 years ago
  32. 9948133 pktcdvd: convert printk to pr_<level> by Joe Perches · 11 years ago
  33. 5323fb7 pktcdvd: convert ZONE macro to static function get_zone() by Joe Perches · 11 years ago
  34. 1045296 pktcdvd: silence static checker warning by Dan Carpenter · 11 years ago
  35. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  36. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  37. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  38. ff8e007 pktcdvd: Use bio_reset() in disabled code to kill bi_idx usage by Kent Overstreet · 12 years ago
  39. ffb25dc pktcdvd: use bio_copy_data() by Kent Overstreet · 12 years ago
  40. aa8b57a block: Use bio_sectors() more consistently by Kent Overstreet · 11 years ago
  41. f73a1c7 block: Add bio_end_sector() by Kent Overstreet · 12 years ago
  42. ccc5c9c pktcdvd: Switch to bio_kmalloc() by Kent Overstreet · 12 years ago
  43. cfd8005 block: remove the second argument of k[un]map_atomic() by Cong Wang · 12 years ago
  44. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  45. 5a7bbad block: remove support for bio remapping from ->make_request by Christoph Hellwig · 13 years ago
  46. e7f5909 kill useless checks for sb->s_op == NULL by Al Viro · 13 years ago
  47. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  48. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  49. 3c0d206 pktcdvd: Convert to bdops->check_events() by Tejun Heo · 13 years ago
  50. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago
  51. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  52. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  53. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  54. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  55. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  56. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  57. 252a52a Fix pktcdvd ioctl dev_minor range check by Dan Rosenberg · 14 years ago
  58. 9cbbdca block: remove spurious uses of REQ_HARDBARRIER by Tejun Heo · 14 years ago
  59. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  60. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  61. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  62. f80a0ca pktcdvd: improve BKL and compat_ioctl.c usage by Arnd Bergmann · 14 years ago
  63. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  64. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  65. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 14 years ago
  66. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  67. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  68. c5ecc48 pktcdvd: use BIO list management functions by Akinobu Mita · 14 years ago
  69. ca0bf64 pktcdvd: removing device does not remove its sysfs dir by Thadeu Lima de Souza Cascardo · 14 years ago
  70. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  71. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  72. ea5ffff debugfs: Modify default debugfs directory for debugging pktcdvd. by GeunSik Lim · 15 years ago
  73. 8aa7e84 Fix congestion_wait() sync/async vs read/write confusion by Jens Axboe · 15 years ago
  74. 156f5a7 debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. by GeunSik Lim · 15 years ago
  75. b03f38b Driver Core: block: add nodename support for block drivers. by Kay Sievers · 15 years ago
  76. ae03bf6 block: Use accessor functions for queue limits by Martin K. Petersen · 15 years ago
  77. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  78. cba7671 pktcdvd: remove broken dev_t export of class devices by Kay Sievers · 15 years ago
  79. 2cbed89 [PATCH] fix bogus argument of blkdev_put() in pktcdvd by Al Viro · 15 years ago
  80. 572c489 [PATCH] sanitize blkdev_get() and friends by Al Viro · 17 years ago
  81. 9a1c354 [PATCH] pass fmode_t to blkdev_put() by Al Viro · 16 years ago
  82. 5e5e007 [PATCH] switch pktdvdcd by Al Viro · 16 years ago
  83. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  84. 633a08b [PATCH] introduce __blkdev_driver_ioctl() by Al Viro · 17 years ago
  85. a0eb62a [PATCH] switch pktcdvd to blkdev_driver_ioctl() by Al Viro · 17 years ago
  86. aeb5d72 [PATCH] introduce fmode_t, do annotations by Al Viro · 16 years ago
  87. 1ff9f54 device create: block: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  88. 6feef53 block: mark bio_split_pool static by Denis ChengRq · 16 years ago
  89. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 16 years ago
  90. 8560c65 Revert "pktcdvd: push BKL down into driver" by Linus Torvalds · 16 years ago
  91. f79f060 device create: block: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  92. 7c0c0b5 drivers/block/pktcdvd.c: avoid useless memset by Christophe Jaillet · 16 years ago
  93. 5b6155e pktcdvd: push BKL down into driver by Alan Cox · 16 years ago
  94. cc371e6 Add bvec_merge_data to handle stacked devices and ->merge_bvec() by Alasdair G Kergon · 16 years ago
  95. bd5d435 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  96. c7705f3 drivers: use non-racy method for proc entries creation (2) by Denis V. Lunev · 16 years ago
  97. 928b4d8 proc: remove proc_root_driver by Alexey Dobriyan · 16 years ago
  98. 992b5bc block: no need to initialize rq->cmd with blk_get_request by FUJITA Tomonori · 16 years ago
  99. 05680d8 pktcdvd: reduce stack consumption by Peter Osterlund · 16 years ago
  100. eaa0ff1 fix ! versus & precedence in various places by Alexey Dobriyan · 16 years ago