summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | dma-mapping: remove dma_is_consistent APIFUJITA Tomonori2010-08-111-3/+0
* | | | | | | | | | | | | | | dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori2010-08-111-0/+8
* | | | | | | | | | | | | | | dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori2010-08-113-5/+11
* | | | | | | | | | | | | | | memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim()KOSAKI Motohiro2010-08-111-3/+2
* | | | | | | | | | | | | | | memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemaskKOSAKI Motohiro2010-08-111-2/+1
* | | | | | | | | | | | | | | memcg: use find_lock_task_mm() in memory cgroups oomKAMEZAWA Hiroyuki2010-08-111-0/+2
* | | | | | | | | | | | | | | gpio: sx150x: add Semtech I2C sx150x gpio expander driverGregory Bean2010-08-111-0/+78
* | | | | | | | | | | | | | | gpio: max730x: make pullups configurable via platformdataMarc Kleine-Budde2010-08-111-0/+8
* | | | | | | | | | | | | | | sdio: allow non-standard SDIO cardsGrazvydas Ignotas2010-08-111-0/+2
* | | | | | | | | | | | | | | mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resumeMaxim Levitsky2010-08-111-0/+3
* | | | | | | | | | | | | | | mmc: implement SD-combo (IO+mem) supportMichal Miroslaw2010-08-111-0/+1
* | | | | | | | | | | | | | | mmc: recognize CSD structureKyungmin Park2010-08-112-0/+2
* | | | | | | | | | | | | | | vfs: O_* bit numbers uniqueness checkWu Fengguang2010-08-111-0/+4
* | | | | | | | | | | | | | | virtio_9p.h: include linux/types.hRandy Dunlap2010-08-111-0/+1
* | | | | | | | | | | | | | | scsi: use __uX types for headers exported to user spacePeter Korsgaard2010-08-112-6/+6
* | | | | | | | | | | | | | | include/linux/fs.h: complete hexification of FMODE_* constantsAndrew Morton2010-08-111-1/+1
* | | | | | | | | | | | | | | i2c.h: fix kernel-doc warningsRandy Dunlap2010-08-101-0/+2
* | | | | | | | | | | | | | | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-1013-315/+461
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | block: make sure that REQ_* types are seen even with CONFIG_BLOCK=nJens Axboe2010-08-101-1/+2
| * | | | | | | | | | | | | | | block: fix missing export of blk_types.hJens Axboe2010-08-071-0/+1
| * | | | | | | | | | | | | | | drbd: revert "delay probes", feature is being re-implemented differentlyLars Ellenberg2010-08-072-5/+6
| * | | | | | | | | | | | | | | writeback: add new tracepointsArtem Bityutskiy2010-08-071-0/+2
| * | | | | | | | | | | | | | | writeback: optimize periodic bdi thread wakeupsArtem Bityutskiy2010-08-071-0/+2
| * | | | | | | | | | | | | | | writeback: move last_active to bdiArtem Bityutskiy2010-08-071-6/+7
| * | | | | | | | | | | | | | | writeback: simplify bdi code a littleArtem Bityutskiy2010-08-071-1/+0
| * | | | | | | | | | | | | | | writeback: harmonize writeback threads namingArtem Bityutskiy2010-08-071-1/+1
| * | | | | | | | | | | | | | | coda: fixup clash with block layer REQ_* definesJens Axboe2010-08-071-4/+4
| * | | | | | | | | | | | | | | bio, fs: separate out bio_types.h and define READ/WRITE constants in terms of...Tejun Heo2010-08-073-187/+204
| * | | | | | | | | | | | | | | bio, fs: update RWA_MASK, READA and SWRITE to match the corresponding BIO_RW_...Tejun Heo2010-08-071-3/+3
| * | | | | | | | | | | | | | | block: disallow FS recursion from sb_issue_discard allocationMike Snitzer2010-08-071-1/+1
| * | | | | | | | | | | | | | | writeback.h: needs linux/device.hRandy Dunlap2010-08-071-0/+1
| * | | | | | | | | | | | | | | block: fix for block tracing build errorStephen Rothwell2010-08-071-11/+15
| * | | | | | | | | | | | | | | block: push BKL into blktrace ioctlsArnd Bergmann2010-08-071-0/+12
| * | | | | | | | | | | | | | | block: push down BKL into .locked_ioctlArnd Bergmann2010-08-071-1/+0
| * | | | | | | | | | | | | | | writeback: Add tracing to write_cache_pagesDave Chinner2010-08-071-0/+1
| * | | | | | | | | | | | | | | writeback: Add tracing to balance_dirty_pagesDave Chinner2010-08-071-0/+64
| * | | | | | | | | | | | | | | writeback: Initial tracing supportDave Chinner2010-08-071-0/+91
| * | | | | | | | | | | | | | | block: remove unused REQ_TYPE_LINUX_BLOCKFUJITA Tomonori2010-08-071-15/+0
| * | | | | | | | | | | | | | | block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-071-3/+1
| * | | | | | | | | | | | | | | block: introduce REQ_FLUSH flagFUJITA Tomonori2010-08-071-0/+2
| * | | | | | | | | | | | | | | block: implement an unprep function corresponding directly to prepJames Bottomley2010-08-071-0/+4
| * | | | | | | | | | | | | | | gcc-4.6: fs: fix unused but set warningsAndi Kleen2010-08-071-1/+1
| * | | | | | | | | | | | | | | block: don't allocate a payload for discard requestChristoph Hellwig2010-08-071-0/+2
| * | | | | | | | | | | | | | | writeback: merge bdi_writeback_task and bdi_start_fnChristoph Hellwig2010-08-071-1/+1
| * | | | | | | | | | | | | | | writeback: remove wb_listChristoph Hellwig2010-08-071-4/+1
| * | | | | | | | | | | | | | | block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-073-130/+99
| * | | | | | | | | | | | | | | block: remove wrappers for request type/flagsChristoph Hellwig2010-08-073-34/+24
| * | | | | | | | | | | | | | | block: kill ISA_DMA_THRESHOLD usageFUJITA Tomonori2010-08-071-1/+1
| * | | | | | | | | | | | | | | block: BARRIER request should imply SYNCChristoph Hellwig2010-08-071-2/+2
| * | | | | | | | | | | | | | | block: add sysfs knob for turning off disk entropy contributionsJens Axboe2010-08-071-1/+4