summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | dm snapshot: move status to exception storeJonathan Brassow2009-04-024-16/+29
| * | | dm snapshot: move ctr parsing to exception storeJonathan Brassow2009-04-023-129/+132
| * | | dm snapshot: use DMEMIT macro for statusJonathan Brassow2009-04-021-9/+10
| * | | dm snapshot: remove dm_snap headerJonathan Brassow2009-04-022-87/+71
| * | | dm snapshot: remove dm_snap header useJonathan Brassow2009-04-025-57/+54
| * | | dm exception store: move cow pointerJonathan Brassow2009-04-026-23/+30
| * | | dm exception store: move chunk_fieldsJonathan Brassow2009-04-026-53/+67
| * | | dm exception store: move dm_target pointerJonathan Brassow2009-04-024-7/+7
| * | | dm exception store: introduce registryJonathan Brassow2009-04-026-49/+307
| * | | dm raid1: add is_remote_recovering hook for clustersJonathan Brassow2009-04-021-2/+23
| * | | dm exception store: separate type from instanceJonathan Brassow2009-04-024-25/+35
| * | | dm log: remove struct dm_dirty_log_internalMike Snitzer2009-04-021-44/+14
| * | | dm log: use standard kernel module refcountMike Snitzer2009-04-021-16/+3
| * | | dm crypt: use kzfreeJohannes Weiner2009-04-021-4/+2
| * | | dm target: remove struct tt_internalCheng Renquan2009-04-022-61/+31
| * | | dm table: fix upgrade mode raceAlasdair G Kergon2009-04-021-12/+14
| * | | dm: path selector use module refcount directlyJun'ichi Nomura2009-04-021-18/+3
| * | | dm target: use module refcount directlyCheng Renquan2009-04-021-17/+3
| * | | dm snapshot: avoid having two exceptions for the same chunkMikulas Patocka2009-04-021-0/+13
| * | | dm snapshot: avoid dropping lock in __find_pending_exceptionMikulas Patocka2009-04-021-18/+24
| * | | dm snapshot: refactor __find_pending_exceptionMikulas Patocka2009-04-021-24/+28
| * | | dm io: make sync_io uninterruptibleMikulas Patocka2009-04-021-4/+1
| * | | dm raid1: switch read_record from kmalloc to slab to save memoryMikulas Patocka2009-04-021-4/+21
| * | | dm: preserve bi_io_vec when resubmitting biosMikulas Patocka2009-04-021-0/+26
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2009-04-037-24/+35
|\ \ \ \
| * | | | parisc: drivers: fix warningsAlexander Beregalov2009-04-025-14/+17
| * | | | parisc: led: remove proc_dir_entry::ownerAlexander Beregalov2009-04-021-3/+0
| * | | | parisc: iosapic: fix build breakageAlexander Beregalov2009-03-311-1/+1
| * | | | parisc: blink all or loadavg LEDs on oopsHelge Deller2009-03-311-6/+17
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/rtc-pariscLinus Torvalds2009-04-036-171/+207
|\ \ \ \
| * | | | powerpc/ps3: Add rtc-ps3Geert Uytterhoeven2009-04-023-0/+114
| * | | | powerpc: Hook up rtc-generic, and kill rtc-ppcGeert Uytterhoeven2009-04-023-79/+1
| * | | | m68k: Hook up rtc-genericGeert Uytterhoeven2009-04-021-1/+1
| * | | | parisc: rtc: Rename rtc-parisc to rtc-genericGeert Uytterhoeven2009-04-024-89/+91
| * | | | parisc: rtc: Add missing module aliasGeert Uytterhoeven2009-04-021-0/+1
| * | | | parisc: rtc: platform_driver_probe() fixupsGeert Uytterhoeven2009-04-021-2/+1
| * | | | parisc: rtc: get_rtc_time() returns unsigned intGeert Uytterhoeven2009-04-021-3/+1
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-04-032-123/+98
|\ \ \ \
| * | | | crypto: ixp4xx - Fix handling of chained sg buffersChristian Hohnstaedt2009-03-271-119/+63
| * | | | hwrng: timeriomem - Use phys address rather than virtAlexander Clouter2009-03-271-4/+35
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2009-04-031-1/+1
|\ \ \ \ \
| * | | | | m68knommu: Fix support for console port other than ttyS0 on mcf.cLen Sorensen2009-03-241-1/+1
* | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-04-0331-837/+3324
|\ \ \ \ \ \
| * | | | | | md/raid5 revise rules for when to update metadata during reshapeNeilBrown2009-03-312-6/+30
| * | | | | | md/raid5: minor code cleanups in make_request.NeilBrown2009-03-311-9/+7
| * | | | | | md: remove CONFIG_MD_RAID_RESHAPE config option.NeilBrown2009-03-312-39/+0
| * | | | | | md/raid5: be more careful about write ordering when reshaping.NeilBrown2009-03-311-2/+47
| * | | | | | md: don't display meaningless values in sysfs files resync_start and sync_speedNeilBrown2009-03-311-0/+4
| * | | | | | md/raid5: allow layout and chunksize to be changed on active array.NeilBrown2009-03-311-20/+56
| * | | | | | md/raid5: reshape using largest of old and new chunk sizeNeilBrown2009-03-311-12/+22