aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-01-09
|\
| * ioat: fix self test for multi-channel caseDan Williams2009-01-06
| * dmaengine: bump initcall level to arch_initcallDan Williams2009-01-06
| * dmaengine: advertise all channels on a device to dma_filter_fnDan Williams2009-01-06
| * dmaengine: use idr for registering dma device numbersDan Williams2009-01-06
| * dmaengine: add a release for dma class devices and dependent infrastructureDan Williams2009-01-06
| * ioat: do not perform removal actions at shutdownDan Williams2009-01-06
| * iop-adma: enable module removalDan Williams2009-01-06
| * iop-adma: kill debug BUG_ONDan Williams2009-01-06
| * iop-adma: let devm do its job, don't duplicate freeDan Williams2009-01-06
| * dmaengine: kill enum dma_state_clientDan Williams2009-01-06
| * dmaengine: remove 'bigref' infrastructureDan Williams2009-01-06
| * dmaengine: kill struct dma_client and supporting infrastructureDan Williams2009-01-06
| * dmaengine: replace dma_async_client_register with dmaengine_getDan Williams2009-01-06
| * atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams2009-01-06
| * dmatest: convert to dma_request_channelDan Williams2009-01-06
| * dmaengine: introduce dma_request_channel and private channelsDan Williams2009-01-06
| * net_dma: convert to dma_find_channelDan Williams2009-01-06
| * dmaengine: provide a common 'issue_pending_all' implementationDan Williams2009-01-06
| * dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams2009-01-06
| * dmaengine: up-level reference counting to the module levelDan Williams2009-01-06
| * dmaengine: remove dependency on async_txDan Williams2009-01-05
| * async_tx, dmaengine: document channel allocation and api reworkDan Williams2009-01-05
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-01-08
|\ \
| * | jbd2: Fix oops in jbd2_journal_init_inode() on corrupted fsJan Kara2009-01-06
| * | ext4: Remove "extents" mount optionTheodore Ts'o2009-01-06
| * | block: Add Kconfig help which notes that ext4 needs CONFIG_LBDTheodore Ts'o2009-01-06
| * | ext4: Make printk's consistently prefixed with "EXT4-fs: "Theodore Ts'o2009-01-06
| * | ext4: Add sanity checks for the superblock before mounting the filesystemTheodore Ts'o2009-01-06
| * | ext4: Add mount option to set kjournald's I/O priorityTheodore Ts'o2009-01-05
| * | jbd2: Submit writes to the journal using WRITE_SYNCTheodore Ts'o2009-01-04
| * | jbd2: Add pid and journal device name to the "kjournald2 starting" messageTheodore Ts'o2009-01-03
| * | ext4: Add markers for better debuggabilityTheodore Ts'o2009-01-03
| * | ext4: Remove code to create the journal inodeTheodore Ts'o2009-01-06
| * | ext4: provide function to release metadata pages under memory pressureToshiyuki Okajima2009-01-05
| * | ext3: provide function to release metadata pages under memory pressureToshiyuki Okajima2009-01-05
| * | add releasepage hooks to block devices which can be used by file systemsTheodore Ts'o2009-01-03
| * | ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelallocAneesh Kumar K.V2009-01-05
| * | ext4: Init the complete page while building buddy cacheAneesh Kumar K.V2009-01-05
| * | ext4: Don't allow new groups to be added during block allocationAneesh Kumar K.V2009-01-05
| * | ext4: mark the blocks/inode bitmap beyond end of group as usedAneesh Kumar K.V2009-01-05
| * | ext4: Use new buffer_head flag to check uninit group bitmaps initializationAneesh Kumar K.V2009-01-05
| * | ext4: Fix the race between read_inode_bitmap() and ext4_new_inode()Aneesh Kumar K.V2009-01-05
| * | ext4: code cleanupAneesh Kumar K.V2009-01-03
| * | ext4: Use high 16 bits of the block group descriptor's free counts fieldsAneesh Kumar K.V2009-01-05
| * | ext4: Fix race between read_block_bitmap() and mark_diskspace_used()Aneesh Kumar K.V2009-01-05
| * | ext4: fix BUG when calling ext4_error with locked block groupAneesh Kumar K.V2009-01-05
| * | ext4: Fix lockdep recursive locking warningAneesh Kumar K.V2008-11-23
| * | ext4: don't use blocks freed but not yet committed in buddy cache initAneesh Kumar K.V2009-01-05
| * | jbd2: Call journal commit callback without holding j_list_lockAneesh Kumar K.V2008-11-06