summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-10-2217-218/+363
|\
| * workqueue: remove in_workqueue_context()Tejun Heo2010-10-192-19/+0
| * workqueue: Clarify that schedule_on_each_cpu is synchronousTejun Heo2010-10-191-4/+6
| * memory_hotplug: drop spurious calls to flush_scheduled_work()Tejun Heo2010-10-191-2/+0
| * 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-116-22/+31
| * workqueue: fix HIGHPRI handling in keep_working()Tejun Heo2010-10-111-1/+3
| * workqueue: add queue_work and activate_work trace pointsTejun Heo2010-10-052-0/+56
| * workqueue: prepare for more tracepointsTejun Heo2010-10-052-16/+22
| * workqueue: implement flush[_delayed]_work_sync()Tejun Heo2010-09-192-0/+58
| * workqueue: factor out start_flush_work()Tejun Heo2010-09-191-27/+37
| * workqueue: cleanup flush/cancel functionsTejun Heo2010-09-192-90/+103
| * workqueue: implement alloc_ordered_workqueue()Tejun Heo2010-09-191-0/+18
* | 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
OpenPOWER on IntegriCloud