summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-221-0/+1
|\
| * [SCSI] st: add MTWEOFI to write filemarks without flushing drive bufferKai Makisara2010-10-081-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2010-10-221-2/+2
|\ \
| * | dlm: Fix dlm lock status block comment in dlm.hSteven Whitehouse2010-09-071-2/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-10-222-25/+8
|\ \
| * | percpu: use percpu allocator on UP tooTejun Heo2010-09-081-24/+5
| * | percpu: reduce PCPU_MIN_UNIT_SIZE to 32kTejun Heo2010-09-081-1/+1
| * | vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo2010-09-081-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-10-221-17/+34
|\ \ \
| * | | workqueue: remove in_workqueue_context()Tejun Heo2010-10-191-4/+0
| * | | workqueue: add and use WQ_MEM_RECLAIM flagTejun Heo2010-10-111-5/+6
| * | | workqueue: implement flush[_delayed]_work_sync()Tejun Heo2010-09-191-0/+2
| * | | workqueue: cleanup flush/cancel functionsTejun Heo2010-09-191-9/+9
| * | | workqueue: implement alloc_ordered_workqueue()Tejun Heo2010-09-191-0/+18
* | | | Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-224-101/+35
|\ \ \ \
| * \ \ \ Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-1963-209/+377
| |\ \ \ \
| * | | | | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-9/+5
| * | | | | block: remove the BH_Eopnotsupp flagChristoph Hellwig2010-09-101-2/+0
| * | | | | block: remove the BLKDEV_IFL_BARRIER flagChristoph Hellwig2010-09-102-10/+0
| * | | | | block: remove the WRITE_BARRIER flagChristoph Hellwig2010-09-101-3/+0
| * | | | | block: pass gfp_mask and flags to sb_issue_discardChristoph Hellwig2010-09-101-6/+5
| * | | | | block: make __blk_rq_prep_clone() copy most command flagsTejun Heo2010-09-101-0/+1
| * | | | | block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo2010-09-104-44/+17
| * | | | | block: rename barrier/ordered to flushTejun Heo2010-09-101-12/+12
| * | | | | block: drop barrier ordering by queue drainingTejun Heo2010-09-102-13/+8
| * | | | | block: misc cleanups in barrier codeTejun Heo2010-09-101-1/+0
| * | | | | block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-101-2/+4
| * | | | | block: kill QUEUE_ORDERED_BY_TAGTejun Heo2010-09-101-16/+1
| * | | | | ide: remove unnecessary blk_queue_flushing() test in do_ide_request()Tejun Heo2010-09-101-1/+0
* | | | | | Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-225-18/+42
|\ \ \ \ \ \
| * | | | | | cciss: fix PCI IDs for new Smart Array controllersMike Miller2010-10-191-0/+1
| * | | | | | drbd: add race-breaker to drbd_go_disklessLars Ellenberg2010-10-151-1/+1
| * | | | | | dynamic_debug.h: Fix dynamic_dev_dbg() macro if CONFIG_DYNAMIC_DEBUG not setPhilipp Reisner2010-10-151-1/+1
| * | | | | | drbd: fix unlikely access after free and list corruptionLars Ellenberg2010-10-141-2/+2
| * | | | | | drbd: Allow larger values for c-fill-target.Philipp Reisner2010-10-141-1/+1
| * | | | | | drbd: Track the reasons to suspend IO in dedicated state bitsPhilipp Reisner2010-10-141-3/+7
| * | | | | | drbd: Sending of big packets, for payloads from 64KByte to 4GBytePhilipp Reisner2010-10-141-0/+2
| * | | | | | drbd: new configuration parameter c-min-rateLars Ellenberg2010-10-142-0/+5
| * | | | | | drbd: New sync parameters for the smart resync rate controllerPhilipp Reisner2010-10-142-12/+16
| * | | | | | drbd: Do not allow a fencing-policy of resource-and-stonith with protocol APhilipp Reisner2010-10-141-0/+1
| * | | | | | drbd: Finished the "on-no-data-accessible suspend-io;" functionalityPhilipp Reisner2010-10-143-0/+7
| |/ / / / /
* | | | | | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-227-14/+142
|\ \ \ \ \ \
| * | | | | | block: Turn bvec_k{un,}map_irq() into static inline functionsGeert Uytterhoeven2010-10-211-2/+9
| * | | | | | block: fix accounting bug on cross partition mergesYasuaki Ishimatsu2010-10-193-0/+4
| * | | | | | block: Make the integrity mapped property a bio flagMartin K. Petersen2010-10-151-2/+1
| * | | | | | block: Ensure physical block size is unsigned intMartin K. Petersen2010-10-131-2/+2
| * | | | | | Fix compile error in blk-exec.c for !CONFIG_DETECT_HUNG_TASKMark Lord2010-09-251-0/+3
| * | | | | | blkio: Core implementation of throttle policyVivek Goyal2010-09-162-0/+27
| * | | | | | block, partition: add partition_meta_info to hd_structWill Drewry2010-09-151-2/+51
| * | | | | | block: fix an address space warning in blk-map.cNamhyung Kim2010-09-151-2/+2
OpenPOWER on IntegriCloud