summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-1619-71/+47Star
* aic7xxx_old: removed unused 'req' variableJens Axboe2010-09-161-1/+0Star
* block: remove the BH_Eopnotsupp flagChristoph Hellwig2010-09-103-12/+2Star
* block: remove the BLKDEV_IFL_BARRIER flagChristoph Hellwig2010-09-103-26/+2Star
* block: remove the WRITE_BARRIER flagChristoph Hellwig2010-09-101-3/+0Star
* swap: do not send discards as barriersChristoph Hellwig2010-09-101-6/+3Star
* 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/+4Star
* 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/+3Star
* nilfs2: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-102-14/+3Star
* reiserfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-101-86/+20Star
* gfs2: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-102-17/+7Star
* btrfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-104-21/+5Star
* xfs: replace barriers with explicit flush / FUA usageChristoph Hellwig2010-09-104-38/+3Star
* 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/+15Star
* 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/+45Star
* dm: implement REQ_FLUSH/FUA support for request-based dmTejun Heo2010-09-101-184/+22Star
* dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo2010-09-109-97/+80Star
* block: make __blk_rq_prep_clone() copy most command flagsTejun Heo2010-09-102-3/+2Star
* md: implment REQ_FLUSH/FUA supportTejun Heo2010-09-1010-259/+122Star
* lguest: replace VIRTIO_F_BARRIER support with VIRTIO_F_FLUSH supportTejun Heo2010-09-101-20/+9Star
* virtio_blk: drop REQ_HARDBARRIER supportTejun Heo2010-09-101-13/+4Star
* 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/+6Star
* block: update documentation for REQ_FLUSH / REQ_FUAChristoph Hellwig2010-09-103-263/+88Star
* 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/+10Star
* 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/+67Star
* block: rename barrier/ordered to flushTejun Heo2010-09-104-75/+72Star
* 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/+113Star
* block: misc cleanups in barrier codeTejun Heo2010-09-104-38/+23Star
* block: remove spurious uses of REQ_HARDBARRIERTejun Heo2010-09-105-39/+5Star
* block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-1015-102/+67Star
* block: kill QUEUE_ORDERED_BY_TAGTejun Heo2010-09-106-62/+13Star
* 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/+0Star
* Linux 2.6.36-rc2Linus Torvalds2010-08-231-1/+1
* Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-08-223-3/+5
|\
| * KVM: PIT: free irq source id in handling error pathXiao Guangrong2010-08-171-0/+1
| * KVM: destroy workqueue on kvm_create_pit() failuresXiaotian Feng2010-08-151-1/+1
| * KVM: fix poison overwritten caused by using wrong xstate sizeXiaotian Feng2010-08-152-2/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-08-2228-2417/+2663
|\ \