summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-04-22nfsd: potential ERR_PTR dereference on exp_export() error paths.Dan Carpenter1-2/+2
2010-04-22nfsd4: complete enforcement of 4.1 op orderingJ. Bruce Fields2-14/+43
2010-04-22nfsd4: allow 4.0 clients to change callback pathJ. Bruce Fields3-14/+24
2010-04-22nfsd4: rearrange cb data structuresJ. Bruce Fields3-28/+28
2010-04-22nfsd4: cl_count is unusedJ. Bruce Fields3-17/+2
2010-04-22nfsd4: don't sleep in lease-break callbackJ. Bruce Fields3-20/+73
2010-04-19nfsd4: indentation cleanupJ. Bruce Fields1-3/+2
2010-04-16nfsd4: consistent session flag settingJ. Bruce Fields1-6/+6
2010-04-02nfsd4: remove probe task's reference on clientJ. Bruce Fields1-8/+1
2010-04-02nfsd4: remove dprintkJ. Bruce Fields1-3/+0
2010-04-02nfsd4: shutdown callbacks on expiryJ. Bruce Fields1-3/+3
2010-04-02nfsd4: preallocate nfs4_rpc_argsJ. Bruce Fields2-15/+13
2010-03-29svcrpc: don't hold sv_lock over svc_xprt_put()J. Bruce Fields1-1/+1
2010-03-24sunrpc/cache: fix module refcnt leak in a failure pathLi Zefan1-1/+3
2010-03-22nfsd: don't break lease while servicing a COMMITJeff Layton2-3/+6
2010-03-16nfsd: factor out hash functions for export caches.NeilBrown1-17/+23
2010-03-14sunrpc: never return expired entries in sunrpc_cache_lookupNeilBrown1-3/+14
2010-03-14sunrpc/cache: factor out cache_is_expiredNeilBrown1-5/+8
2010-03-14sunrpc: don't keep expired entries in the auth caches.NeilBrown1-8/+5
2010-03-09Merge commit 'v2.6.34-rc1' into for-2.6.35-incomingJ. Bruce Fields6443-172646/+410576
2010-03-08Linux 2.6.34-rc1v2.6.34-rc1Linus Torvalds1-2/+2
2010-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds145-793/+1463
2010-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds61-193/+1088
2010-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds28-1125/+1284
2010-03-08Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds24-57/+342
2010-03-08FS-Cache: Remove the EXPERIMENTAL flagChristian Kujau1-1/+0
2010-03-08[WATCHDOG] i6300esb.c: change platform_driver to pci_driverWim Van Sebroeck1-60/+33
2010-03-08[S390] smsgiucv_app: deliver z/VM CP special messages (SMSG) as ueventsHendrik Brueckner5-1/+225
2010-03-08[S390] smsgiucv: declare char pointers as "const"Hendrik Brueckner3-9/+12
2010-03-08[S390] dasd: automatic recognition of read-only devicesStefan Weinhuber9-16/+79
2010-03-08[S390] remove unused qdio flags in zfcp and qethUrsula Braun4-13/+0
2010-03-08[S390] Cleanup xtime usageJohn Stultz1-5/+5
2010-03-08[S390] qdio: add missing bracketUrsula Braun1-1/+2
2010-03-08[S390] cio: fix init_count in case of recognition after steal lockSebastian Ott1-2/+3
2010-03-08[S390] dasd: security and PSF update patch for EMC CKD ioctlNigel Hislop1-7/+10
2010-03-08[S390] hvc_iucv: allocate memory buffers for IUCV in zone DMAHendrik Brueckner1-2/+4
2010-03-08[S390] uaccess: make sure copy_from_user_overflow is builtinHeiko Carstens1-1/+2
2010-03-08[WATCHDOG] i6300esb: fix unlock register withWim Van Sebroeck1-3/+3
2010-03-08Merge branch 'topic/misc' into for-linusTakashi Iwai17-212/+132
2010-03-08Merge branch 'topic/asoc' into for-linusTakashi Iwai2-9/+11
2010-03-08Merge branch 'topic/hda' into for-linusTakashi Iwai9-904/+1141
2010-03-08ALSA: hdmi - show debug message on changing audio infoframeWu Fengguang1-4/+8
2010-03-08ALSA: hdmi - merge common code for intelhdmi and nvhdmiWu Fengguang3-1613/+882
2010-03-07msi-laptop: depends on RFKILLRandy Dunlap1-0/+1
2010-03-07msi-laptop: Detect 3G device exists by standard ec commandLee, Chun-Yi1-10/+34
2010-03-07msi-laptop: Add resume method for set the SCM load againLee, Chun-Yi1-1/+25
2010-03-07msi-laptop: Support some MSI 3G netbook that is need load SCMLee, Chun-Yi1-0/+238
2010-03-07msi-laptop: Add threeg sysfs file for support query 3G state by standard 66/6...Lee, Chun-Yi1-1/+30
2010-03-07msi-laptop: Support standard ec 66/62 command on MSI notebook and nebookLee, Chun-Yi1-4/+39
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman13-63/+76