aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-01-09md: Allow md devices to be created by name.NeilBrown2-18/+102
2009-01-09md: make devices disappear when they are no longer needed.NeilBrown3-12/+67
2009-01-09md: centralise all freeing of an 'mddev' in 'md_free'NeilBrown1-9/+11
2009-01-09md: move allocation of ->queue from mddev_find to md_probeNeilBrown1-11/+17
2009-01-09md: need another print_sb for mdp_superblock_1Cheng Renquan2-6/+62
2009-01-09md: use list_for_each_entry macro directlyCheng Renquan10-94/+60
2009-01-09md: raid0: make hash_spacing and preshift sector-based.Andre Noll2-31/+31
2009-01-09md: raid0: Represent the size of strip zones in sectors.Andre Noll2-14/+14
2009-01-09md: raid0 create_strip_zones(): Add KERN_INFO/KERN_ERR to printk's.Andre Noll1-21/+25
2009-01-09md: raid0 create_strip_zones(): Make two local variables sector-based.Andre Noll1-14/+13
2009-01-09md: raid0: Represent zone->zone_offset in sectors.Andre Noll2-7/+7
2009-01-09md: raid0: Represent device offset in sectors.Andre Noll2-6/+5
2009-01-09md: raid0_make_request(): Replace local variable block by sector.Andre Noll1-7/+6
2009-01-09md: raid0_make_request(): Remove local variable chunk_size.Andre Noll1-4/+3
2009-01-09md: raid0_make_request(): Replace chunksize_bits by chunksect_bits.Andre Noll1-5/+5
2009-01-09md: use sysfs_notify_dirent to notify changes to md/sync_action.NeilBrown2-7/+14
2009-01-09md: fix bitmap-on-external-file bug.NeilBrown1-3/+5
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds28-109/+127
2009-01-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds28-207/+148
2009-01-07Merge branch 'for-2.6.29' of git://linux-nfs.org/~bfields/linuxLinus Torvalds33-572/+1225
2009-01-07sparc64: Work around branch tracer warning.David S. Miller1-2/+6
2009-01-07V4L/DVB (10191a): Update MAINTAINERS entries on media driversMauro Carvalho Chehab1-23/+42
2009-01-07V4L/DVB (10190): cx88: Fix some Kbuild troublesMauro Carvalho Chehab6-47/+65
2009-01-07V4L/DVB (10189): dm1105: Fix build with INPUT=m and DVB_DM1105=yMauro Carvalho Chehab1-0/+1
2009-01-07V4L/DVB (10185): Use negated usb_endpoint_xfer_control, etcJulia Lawall5-7/+5
2009-01-07V4L/DVB (10182): tda8290: fix TDA8290 + TDA18271 initializationMichael Krufky1-1/+2
2009-01-07V4L/DVB (10181): v4l2-device: Fix some sparse warningsMauro Carvalho Chehab1-2/+2
2009-01-07V4L/DVB (10180): drivers/media: Fix a number of sparse warningsMauro Carvalho Chehab6-9/+9
2009-01-07V4L/DVB (10179): tda8290: Fix two sparse warningsMauro Carvalho Chehab1-2/+1
2009-01-07V4L/DVB (10178): dvb_frontend: Fix some sparse warnings due to static symbolsMauro Carvalho Chehab1-11/+15
2009-01-07V4L/DVB (10177): Fix sparse warnings on em28xxMauro Carvalho Chehab3-3/+3
2009-01-07V4L/DVB (10176b): pxa-camera: fix redefinition warnings and missing DMA definitionsEric Miao2-98/+1
2009-01-07V4L/DVB (10176a): Switch remaining clear_user_page users over to clear_user_highpageGuennadi Liakhovetski2-4/+2
2009-01-07staging: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison64-360/+360
2009-01-07trivial: replace last usages of __FUNCTION__ in kernelHarvey Harrison6-12/+12
2009-01-07Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+5
2009-01-07Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds74-1332/+2150
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds186-1390/+28282
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-asyncLinus Torvalds13-96/+510
2009-01-07topology: Fix sparc64 build.David Miller1-0/+1
2009-01-07nfsd: get rid of NFSD_VERSIONBenny Halevy1-1/+0
2009-01-07nfsd: last_byte_offsetBenny Halevy2-16/+28
2009-01-07nfsd: delete wrong file comment from nfsd/nfs4xdr.cMarc Eshel1-2/+0
2009-01-07nfsd: git rid of nfs4_cb_null_ops declarationBenny Halevy1-3/+0
2009-01-07nfsd: dprint each op status in nfsd4_proc_compoundBenny Halevy1-0/+5
2009-01-07nfsd: add etoosmall to nfserrnoDean Hildebrand1-0/+1
2009-01-07NFSD: FIDs need to take precedence over UUIDsSteve Dickson1-3/+3
2009-01-07SUNRPC: The sunrpc server code should not be used by out-of-tree modulesTrond Myklebust7-39/+39
2009-01-07svc: Clean up deferred requests on transport destructionTom Tucker1-7/+18
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds13-26/+194