summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mm: convert sprintf_symbol to %pSJoe Perches2011-01-132-14/+6
* fs/mpage.c: consolidate codeHai Shan2011-01-131-32/+17
* mm: find_get_pages_contig fixletNick Piggin2011-01-131-3/+10
* vmscan: factor out kswapd sleeping logic from kswapd()KOSAKI Motohiro2011-01-131-46/+46
* mm/page-writeback.c: fix __set_page_dirty_no_writeback() return valueBob Liu2011-01-131-1/+1
* sync_inode_metadata: fix commentAndrew Morton2011-01-131-2/+2
* writeback: avoid livelocking WB_SYNC_ALL writebackJan Kara2011-01-131-4/+23
* writeback: stop background/kupdate works from livelocking other worksJan Kara2011-01-131-0/+10
* writeback: trace wakeup event for background writebackWu Fengguang2011-01-132-0/+2
* writeback: integrated background writeback workJan Kara2011-01-131-15/+46
* mm: vmstat: use a single setter function and callback for adjusting percpu th...Mel Gorman2011-01-133-35/+30
* mm: page allocator: adjust the per-cpu counter threshold when memory is lowMel Gorman2011-01-136-47/+115
* sched: remove long deprecated CLONE_STOPPED flagDave Jones2011-01-132-28/+3
* atmel_serial: fix RTS high after initialization in RS485 modeClaudio Scordino2011-01-131-0/+5
* irq: use per_cpu kstat_irqsEric Dumazet2011-01-133-21/+40
* MAINTAINERS: update entries affecting VIA TechnologiesBruce Chang2011-01-131-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2011-01-1322-298/+1691
|\
| * dm: raid456 basic supportNeilBrown2011-01-134-0/+792
| * dm: per target unplug callback supportNeilBrown2011-01-132-0/+6
| * dm: introduce target callbacks and congestion callbackNeilBrown2011-01-132-0/+25
| * dm mpath: delay activate_path retry on SCSI_DH_RETRYChandra Seetharaman2011-01-131-10/+38
| * dm: remove superfluous irq disablement in dm_request_fnKiyoshi Ueda2011-01-131-2/+4
| * dm log: use PTR_ERR value instead of ENOMEMDan Carpenter2011-01-131-1/+1
| * dm snapshot: avoid storing private suspended stateMike Snitzer2011-01-131-20/+4
| * dm snapshot: persistent make metadata_wq multithreadedTejun Heo2011-01-131-2/+2
| * dm: use non reentrant workqueues if equivalentTejun Heo2011-01-134-6/+9
| * dm: convert workqueues to alloc_orderedTejun Heo2011-01-136-7/+8
| * dm stripe: switch from local workqueue to system_wqTejun Heo2011-01-131-20/+7
| * dm: dont use flush_scheduled_workTejun Heo2011-01-132-2/+2
| * dm snapshot: remove unused dm_snapshot queued_bios_workTejun Heo2011-01-131-38/+0
| * dm ioctl: suppress needless warning messagesMilan Broz2011-01-131-4/+4
| * dm crypt: add loop aes iv generatorMilan Broz2011-01-131-1/+192
| * dm crypt: add multi key capabilityMilan Broz2011-01-132-22/+70
| * dm crypt: add post iv call to iv generatorMilan Broz2011-01-131-13/+35
| * dm crypt: use io thread for reads only if mempool exhaustedMilan Broz2011-01-131-14/+23
| * dm crypt: scale to multiple cpusAndi Kleen2011-01-131-58/+196
| * dm crypt: simplify compatible table outputMilan Broz2011-01-131-16/+12
| * dm log userspace: add version number to commsJonathan Brassow2011-01-133-3/+17
| * dm log userspace: group clear and mark requestsJonathan Brassow2011-01-131-23/+79
| * dm log userspace: split flush queueJonathan Brassow2011-01-131-9/+32
| * dm kcopyd: delay unpluggingMikulas Patocka2011-01-131-3/+51
| * dm log userspace: trap all failed log construction errorsJonathan Brassow2011-01-131-4/+6
| * dm crypt: set key size earlyMilan Broz2011-01-131-6/+7
| * dm: remove dm_mutex after bkl conversionMilan Broz2011-01-131-5/+4
| * dm raid1: support discardMike Snitzer2011-01-131-2/+10
| * dm ioctl: allow rename to fill empty uuidPeter Jones2011-01-132-28/+87
| * dm io: remove BIO_RW_SYNCIO flag from kcopydMikulas Patocka2011-01-131-1/+1
| * dm mpath: disable blk_abort_queueMike Snitzer2011-01-131-12/+0
| * dm: dont take i_mutex to change device sizeMike Snitzer2011-01-131-2/+3
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-01-136-116/+172
|\ \