summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.37/misc' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-1/+1
|\
| * pipe: fix failure to return error code on ->confirm()Nicolas Kaiser2010-10-211-1/+1
* | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-2280-1921/+845
|\ \
| * | xen-blkfront: disable barrier/flush write supportJens Axboe2010-10-221-0/+7
| * | Added blk-lib.c and blk-barrier.c was renamed to blk-flush.cMike Snitzer2010-10-211-1/+2
| * | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-191408-13737/+17043
| |\ \
| * | | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-1619-71/+47
| * | | aic7xxx_old: removed unused 'req' variableJens Axboe2010-09-161-1/+0
| * | | block: remove the BH_Eopnotsupp flagChristoph Hellwig2010-09-103-12/+2
| * | | block: remove the BLKDEV_IFL_BARRIER flagChristoph Hellwig2010-09-103-26/+2
| * | | block: remove the WRITE_BARRIER flagChristoph Hellwig2010-09-101-3/+0
| * | | swap: do not send discards as barriersChristoph Hellwig2010-09-101-6/+3
| * | | fat: do not send discards as barriersChristoph Hellwig2010-09-101-1/+1
| * | | ext4: do not send discards as barriersChristoph Hellwig2010-09-101-1/+1
| * | | jbd2: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-39/+4
| * | | jbd2: Modify ASYNC_COMMIT code to not rely on queue draining on barrierJan Kara2010-09-101-13/+16
| * | | jbd: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-27/+3
| * | | nilfs2: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-102-14/+3
| * | | reiserfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-86/+20
| * | | gfs2: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-102-17/+7
| * | | btrfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-104-21/+5
| * | | xfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-104-38/+3
| * | | block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig2010-09-103-8/+10
| * | | 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
| * | | block: make __blk_rq_prep_clone() copy most command flagsTejun Heo2010-09-102-3/+2
| * | | md: implment REQ_FLUSH/FUA supportTejun Heo2010-09-1010-259/+122
| * | | lguest: replace VIRTIO_F_BARRIER support with VIRTIO_F_FLUSH supportTejun Heo2010-09-101-20/+9
| * | | virtio_blk: drop REQ_HARDBARRIER supportTejun Heo2010-09-101-13/+4
| * | | block/loop: implement REQ_FLUSH/FUA supportTejun Heo2010-09-101-9/+9
| * | | block: use REQ_FLUSH in blkdev_issue_flush()Tejun Heo2010-09-101-11/+6
| * | | block: update documentation for REQ_FLUSH / REQ_FUAChristoph Hellwig2010-09-103-263/+88
| * | | 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
OpenPOWER on IntegriCloud