summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-01-0926-1260/+900
|\
| * ioat: fix self test for multi-channel caseDan Williams2009-01-061-6/+7
| * dmaengine: bump initcall level to arch_initcallDan Williams2009-01-062-3/+3
| * dmaengine: advertise all channels on a device to dma_filter_fnDan Williams2009-01-061-20/+13
| * dmaengine: use idr for registering dma device numbersDan Williams2009-01-062-2/+29
| * dmaengine: add a release for dma class devices and dependent infrastructureDan Williams2009-01-065-75/+157
| * ioat: do not perform removal actions at shutdownDan Williams2009-01-061-58/+34
| * iop-adma: enable module removalDan Williams2009-01-061-4/+0
| * iop-adma: kill debug BUG_ONDan Williams2009-01-061-2/+0
| * iop-adma: let devm do its job, don't duplicate freeDan Williams2009-01-061-13/+0
| * dmaengine: kill enum dma_state_clientDan Williams2009-01-064-31/+14
| * dmaengine: remove 'bigref' infrastructureDan Williams2009-01-064-87/+9
| * dmaengine: kill struct dma_client and supporting infrastructureDan Williams2009-01-069-232/+17
| * dmaengine: replace dma_async_client_register with dmaengine_getDan Williams2009-01-064-133/+11
| * atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams2009-01-067-159/+62
| * dmatest: convert to dma_request_channelDan Williams2009-01-062-72/+49
| * dmaengine: introduce dma_request_channel and private channelsDan Williams2009-01-062-16/+155
| * net_dma: convert to dma_find_channelDan Williams2009-01-067-59/+5
| * dmaengine: provide a common 'issue_pending_all' implementationDan Williams2009-01-065-24/+27
| * dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams2009-01-063-143/+174
| * dmaengine: up-level reference counting to the module levelDan Williams2009-01-068-111/+132
| * dmaengine: remove dependency on async_txDan Williams2009-01-057-96/+95
| * async_tx, dmaengine: document channel allocation and api reworkDan Williams2009-01-052-52/+45
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-01-0839-1301/+2271
|\ \
| * | jbd2: Fix oops in jbd2_journal_init_inode() on corrupted fsJan Kara2009-01-061-13/+27
| * | ext4: Remove "extents" mount optionTheodore Ts'o2009-01-067-64/+14
| * | block: Add Kconfig help which notes that ext4 needs CONFIG_LBDTheodore Ts'o2009-01-061-0/+6
| * | ext4: Make printk's consistently prefixed with "EXT4-fs: "Theodore Ts'o2009-01-062-6/+6
| * | ext4: Add sanity checks for the superblock before mounting the filesystemTheodore Ts'o2009-01-061-10/+20
| * | ext4: Add mount option to set kjournald's I/O priorityTheodore Ts'o2009-01-054-5/+36
| * | jbd2: Submit writes to the journal using WRITE_SYNCTheodore Ts'o2009-01-041-2/+2
| * | jbd2: Add pid and journal device name to the "kjournald2 starting" messageTheodore Ts'o2009-01-031-2/+3
| * | ext4: Add markers for better debuggabilityTheodore Ts'o2009-01-033-3/+116
| * | ext4: Remove code to create the journal inodeTheodore Ts'o2009-01-064-141/+4
| * | ext4: provide function to release metadata pages under memory pressureToshiyuki Okajima2009-01-051-0/+20
| * | ext3: provide function to release metadata pages under memory pressureToshiyuki Okajima2009-01-051-0/+21
| * | add releasepage hooks to block devices which can be used by file systemsTheodore Ts'o2009-01-033-0/+19
| * | ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelallocAneesh Kumar K.V2009-01-051-1/+8
| * | ext4: Init the complete page while building buddy cacheAneesh Kumar K.V2009-01-051-1/+2
| * | ext4: Don't allow new groups to be added during block allocationAneesh Kumar K.V2009-01-052-3/+18
| * | ext4: mark the blocks/inode bitmap beyond end of group as usedAneesh Kumar K.V2009-01-053-7/+5
| * | ext4: Use new buffer_head flag to check uninit group bitmaps initializationAneesh Kumar K.V2009-01-054-6/+85
| * | ext4: Fix the race between read_inode_bitmap() and ext4_new_inode()Aneesh Kumar K.V2009-01-051-60/+86
| * | ext4: code cleanupAneesh Kumar K.V2009-01-033-32/+37
| * | ext4: Use high 16 bits of the block group descriptor's free counts fieldsAneesh Kumar K.V2009-01-057-62/+149
| * | ext4: Fix race between read_block_bitmap() and mark_diskspace_used()Aneesh Kumar K.V2009-01-051-5/+10
| * | ext4: fix BUG when calling ext4_error with locked block groupAneesh Kumar K.V2009-01-054-64/+105
| * | ext4: Fix lockdep recursive locking warningAneesh Kumar K.V2008-11-231-1/+1
| * | ext4: don't use blocks freed but not yet committed in buddy cache initAneesh Kumar K.V2009-01-051-22/+60
| * | jbd2: Call journal commit callback without holding j_list_lockAneesh Kumar K.V2008-11-063-8/+11
OpenPOWER on IntegriCloud