summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | block: make sure FSEQ_DATA request has the same rq_disk as the originalTejun Heo2010-09-101-0/+7
| * | | | block: kick queue after sequencing REQ_FLUSH/FUATejun Heo2010-09-101-3/+19
| * | | | block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSHTejun Heo2010-09-101-1/+1
| * | | | block: simplify queue_next_fseqChristoph Hellwig2010-09-101-16/+10
| * | | | block: filter flush bio's in __generic_make_request()Tejun Heo2010-09-101-0/+13
| * | | | block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo2010-09-107-84/+67
| * | | | block: rename barrier/ordered to flushTejun Heo2010-09-104-75/+72
| * | | | block: rename blk-barrier.c to blk-flush.cTejun Heo2010-09-102-1/+1
| * | | | block: drop barrier ordering by queue drainingTejun Heo2010-09-106-220/+113
| * | | | block: misc cleanups in barrier codeTejun Heo2010-09-104-38/+23
| * | | | block: remove spurious uses of REQ_HARDBARRIERTejun Heo2010-09-105-39/+5
| * | | | block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-1015-102/+67
| * | | | block: kill QUEUE_ORDERED_BY_TAGTejun Heo2010-09-106-62/+13
| * | | | 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-102-14/+0
* | | | | Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-2220-1390/+2432
|\ \ \ \ \
| * | | | | cciss: fix PCI IDs for new Smart Array controllersMike Miller2010-10-192-10/+13
| * | | | | drbd: add race-breaker to drbd_go_disklessLars Ellenberg2010-10-152-1/+4
| * | | | | drbd: use dynamic_dev_dbg to optionally log uuid changesLars Ellenberg2010-10-151-1/+31
| * | | | | dynamic_debug.h: Fix dynamic_dev_dbg() macro if CONFIG_DYNAMIC_DEBUG not setPhilipp Reisner2010-10-151-1/+1
| * | | | | 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-143-2/+34
| * | | | | 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-142-2/+2
| * | | | | 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-147-30/+59
| * | | | | drbd: DIV_ROUND_UP not needed hereLars Ellenberg2010-10-141-1/+1
| * | | | | drbd: Fixed compatibility with protocol versions smaller than 95Philipp Reisner2010-10-141-2/+3
| * | | | | drbd: fix for spurious full sync (becoming sync target looked like invalidate)Lars Ellenberg2010-10-141-2/+3
| * | | | | drbd: cosmetic, don't report resync for online-verifyLars Ellenberg2010-10-141-5/+7
| * | | | | drbd: fix spurious protocol errorLars Ellenberg2010-10-141-1/+2
| * | | | | drbd: fix potential kernel BUG (NULL deref)Lars Ellenberg2010-10-142-6/+19
| * | | | | drbd: don't count sendpage()d pages only referenced by tcp as in useLars Ellenberg2010-10-144-12/+27
| * | | | | drbd: Adding support for BIO/Request flags: REQ_FUA, REQ_FLUSH and REQ_DISCARDPhilipp Reisner2010-10-143-22/+34
| * | | | | drbd: drbd_md_sync before calling user space helpersLars Ellenberg2010-10-141-0/+4
| * | | | | drbd: fix race on meta-data update, addendumLars Ellenberg2010-10-142-5/+31
| * | | | | drbd: Removed a race that could cause unexpected execution of w_make_resync_r...Philipp Reisner2010-10-144-30/+11
OpenPOWER on IntegriCloud