summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2010-10-233-4/+4
|\
| * fbdev: atafb - Remove undead ifdef ATAFB_FALCONChristian Dietrich2010-10-221-2/+0
| * zorro: Fix device_register() error handlingVasiliy Kulikov2010-10-221-0/+2
| * fbdev/m68k: Fix section mismatches in q40fb.cHenrik Kretzschmar2010-10-221-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-10-2310-58/+50
|\ \
| * | shpchp: update workqueue usageTejun Heo2010-10-184-30/+25
| * | pciehp: update workqueue usageTejun Heo2010-10-184-25/+24
| * | isdn/eicon: don't call flush_scheduled_work() from diva_os_remove_soft_isr()Tejun Heo2010-10-171-2/+0
| * | workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo2010-10-111-1/+1
* | | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-2335-759/+284
|\ \ \
| * | | xen-blkfront: disable barrier/flush write supportJens Axboe2010-10-221-0/+7
| * | | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-19570-8206/+8117
| |\ \ \
| * | | | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-162-3/+2
| * | | | aic7xxx_old: removed unused 'req' variableJens Axboe2010-09-161-1/+0
| * | | | dm: convey that all flushes are processed as emptyMike Snitzer2010-09-101-19/+15
| * | | | dm: fix locking context in queue_io()Kiyoshi Ueda2010-09-101-2/+4
| * | | | dm: relax ordering of bio-based flush implementationTejun Heo2010-09-101-112/+45
| * | | | dm: implement REQ_FLUSH/FUA support for request-based dmTejun Heo2010-09-101-184/+22
| * | | | dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo2010-09-109-97/+80
| * | | | md: implment REQ_FLUSH/FUA supportTejun Heo2010-09-1010-259/+122
| * | | | virtio_blk: drop REQ_HARDBARRIER supportTejun Heo2010-09-101-13/+4
| * | | | block/loop: implement REQ_FLUSH/FUA supportTejun Heo2010-09-101-9/+9
| * | | | block: remove spurious uses of REQ_HARDBARRIERTejun Heo2010-09-104-34/+4
| * | | | block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-1011-69/+39
| * | | | block: kill QUEUE_ORDERED_BY_TAGTejun Heo2010-09-104-18/+5
| * | | | block/loop: queue ordered mode should be DRAIN_FLUSHTejun Heo2010-09-101-1/+1
| * | | | ide: remove unnecessary blk_queue_flushing() test in do_ide_request()Tejun Heo2010-09-101-13/+0
* | | | | Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-2315-1372/+2390
|\ \ \ \ \
| * | | | | cciss: fix PCI IDs for new Smart Array controllersMike Miller2010-10-191-10/+12
| * | | | | drbd: add race-breaker to drbd_go_disklessLars Ellenberg2010-10-151-0/+3
| * | | | | drbd: use dynamic_dev_dbg to optionally log uuid changesLars Ellenberg2010-10-151-1/+31
| * | | | | drbd: cleanup: change "<= 0" to "== 0"Dan Carpenter2010-10-141-1/+1
| * | | | | drbd: relax the grace period of the md_sync timer againLars Ellenberg2010-10-141-2/+2
| * | | | | drbd: add some more explicit drbd_md_syncLars Ellenberg2010-10-141-0/+5
| * | | | | drbd: drop wrong debug asserts, fix recently introduced raceLars Ellenberg2010-10-141-9/+19
| * | | | | drbd: cleanup useless leftover warn/error printk'sLars Ellenberg2010-10-142-6/+1
| * | | | | drbd: add explicit drbd_md_sync to drbd_resync_finishedLars Ellenberg2010-10-141-0/+2
| * | | | | drbd: Do not log an ASSERT for P_OV_REQUEST packets while C_CONNECTEDPhilipp Reisner2010-10-141-8/+22
| * | | | | drbd: fix for possible deadlock on IO error during resyncLars Ellenberg2010-10-142-22/+54
| * | | | | drbd: fix unlikely access after free and list corruptionLars Ellenberg2010-10-142-0/+32
| * | | | | drbd: fix for spurious fullsync (uuids rotated too fast)Lars Ellenberg2010-10-142-11/+36
| * | | | | drbd: allow for explicit resync-finished notificationsLars Ellenberg2010-10-141-0/+34
| * | | | | drbd: preparation commit, using full state in receive_state()Lars Ellenberg2010-10-141-21/+18
| * | | | | drbd: drbd_send_ack_dp must not rely on header informationLars Ellenberg2010-10-143-8/+9
| * | | | | drbd: Fix regression in recv_bm_rle_bits (compressed bitmap)Lars Ellenberg2010-10-141-12/+15
| * | | | | drbd: Fixed a stupid copy and paste errorPhilipp Reisner2010-10-141-1/+1
| * | | | | drbd: Allow larger values for c-fill-target.Philipp Reisner2010-10-141-1/+1
| * | | | | drbd: fix possible access after freeLars Ellenberg2010-10-141-1/+3
| * | | | | drbd: protocol compatibility for maximum packet sizesLars Ellenberg2010-10-142-3/+17
| * | | | | drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner2010-10-146-27/+52