summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] Display large/small total buffer allocations in /proc/fs/cifs/StatsSteve French2005-12-031-0/+8
* [CIFS] Add extended stats (STATS2) for total buffer allocations forSteve French2005-12-034-2/+23
* [CIFS] Readpages and readir performance improvements - eliminate extraSteve French2005-12-026-23/+71
* [CIFS] Kerberos and CIFS ACL support part 1Steve French2005-12-024-9/+94
* [CIFS] Use fsuid (fsgid) more consistently instead of uid/gid inSteve French2005-12-025-11/+17
* Linux v2.6.15-rc4v2.6.15-rc4Linus Torvalds2005-12-011-1/+1
* Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-12-0116-44/+207
|\
| * Revert "[PATCH] pci_ids.h: remove duplicate entries"Linus Torvalds2005-11-301-0/+3
| * VM: add "vm_insert_page()" functionLinus Torvalds2005-11-302-2/+35
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2005-11-3014-44/+168
| |\
| | * [PATCH] USB: ehci fixupsDavid Brownell2005-11-301-7/+12
| | * [PATCH] USB: Fix USB suspend/resume crasher (#2)Benjamin Herrenschmidt2005-11-3010-25/+132
| | * [PATCH] Additional device ID for Conexant AccessRunner USB driverDave Jones2005-11-301-0/+3
| | * [PATCH] USB: documentation updateAlan Stern2005-11-301-2/+3
| | * [PATCH] pci_ids.h: remove duplicate entriesGrant Coady2005-11-301-3/+0
| | * [PATCH] hwmon: w83792d fix unused fan pinsJean Delvare2005-11-301-7/+18
| * | [PATCH] SiS DRM: Fix possible NULL dereferenceEgbert Eich2005-11-301-1/+4
| |/
* | [CIFS] For previous fix, mode on mkdir needed S_IFDIR left out.Steve French2005-11-301-0/+1
* | [CIFS] Missing parenthesis and typo in previous fixSteve French2005-11-302-2/+3
* | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-11-30162-2046/+1718
|\|
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2005-11-302-38/+26
| |\
| | * [PATCH] powerpc: prevent stack corruption in call_prom_retOlaf Hering2005-11-301-1/+1
| | * powerpc: Fix bug causing FP registers corruption on UP + preemptPaul Mackerras2005-11-301-37/+25
| | * [PATCH] ppc: fix floating point register corruptionPaolo Galtieri2005-11-301-0/+6
| * | [PATCH] fbdev: cg3fb: Kconfig fixMark Fortescue2005-11-301-6/+7
| * | [PATCH] fbdev: cirrusfb: Driver cleanup and bug fixesAntonino A. Daplas2005-11-301-6/+9
| * | [PATCH] setting irq affinity is broken in ia32 with MSI enabledShaohua Li2005-11-301-2/+2
| * | [PATCH] hfsplus: don't modify journaled volumeRoman Zippel2005-11-304-6/+33
| * | [PATCH] reiserfs: handle cnode allocation failure gracefullyJeff Mahoney2005-11-301-0/+9
| * | [PATCH] ppc: fix floating point register corruptionPaolo Galtieri2005-11-301-0/+6
| * | [PATCH] fix swsusp on machines not supporting S4Pavel Machek2005-11-301-5/+16
| * | [PATCH] fix rebooting on HP nc6120 laptopThierry Vignaud2005-11-301-0/+8
| * | [PATCH] Fix crash when ptrace poking hugepage areasDavid Gibson2005-11-301-1/+2
| * | [PATCH] process events connector: uid_t gid_t size issuesMatt Helsley2005-11-301-4/+4
| |/
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-11-3038-300/+320
| |\
| | * [IPV6]: make two functions staticAdrian Bunk2005-11-302-3/+4
| | * [NETFILTER] ipv4: small cleanupsAdrian Bunk2005-11-303-4/+4
| | * [IPV4]: make two functions staticAdrian Bunk2005-11-302-2/+2
| | * [NET]: Add const markers to various variables.Arjan van de Ven2005-11-3019-29/+29
| | * [ATM]: [adummy] dummy ATM driver (similar to net/dummy)Chas Williams2005-11-303-0/+176
| | * [ATM]: deregistration removes device from atm_devs list immediatelyStanislaw Gruszka2005-11-306-57/+52
| | * [ATM]: avoid race conditions related to atm_devs listStanislaw Gruszka2005-11-303-23/+20
| | * [ATM]: [lanai] kill lanai_ioctl() which just contains some old debugging codeMitchell Blank Jr2005-11-301-89/+1
| | * [ATM]: linux/config.h only needed for #ifdef __KERNEL__ sectionChas Williams2005-11-301-1/+1
| | * [ATM]: attempt to autoload atm driversMitchell Blank Jr2005-11-302-2/+3
| | * [ATM]: drivers/atm/atmdev_init.c no longer necessaryJan Pieter2005-11-301-54/+0
| | * [ATM]: [lanai] lanai missing unregisterDave Jones2005-11-301-0/+1
| | * [ATM]: [lanai] better constificationMitchell Blank Jr2005-11-301-5/+6
| | * [ATM]: atm_pcr_goal() doesn't modify its argument's contents -- mark it as constMitchell Blank Jr2005-11-302-5/+8
| | * [ATM]: always return the first interface for ATM_ITF_ANYMitchell Blank Jr2005-11-301-20/+10