summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | turn cifs_setattr into a multiplexor that calls the correct functionJeff Layton2008-08-071-5/+17
| * | | | | | move file time and dos attribute setting logic into new functionJeff Layton2008-08-071-87/+109
| * | | | | | spin off cifs_setattr with unix extensions to its own functionJeff Layton2008-08-071-38/+119
| * | | | | | [CIFS] Code cleanup in old sessionsetup codeSteve French2008-08-062-78/+80
| * | | | | | [CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dirJeff Layton2008-08-062-6/+25
| * | | | | | Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID argJeff Layton2008-08-063-14/+13
| * | | | | | change CIFSSMBSetTimes to CIFSSMBSetPathInfoJeff Layton2008-08-063-8/+8
| * | | | | | [CIFS] fix trailing whitespaceSteve French2008-08-061-1/+1
| * | | | | | bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton2008-08-066-74/+102
| * | | | | | Fix missing braces in cifs_revalidate()Suresh Jayaraman2008-08-051-1/+2
| * | | | | | remove locking around tcpSesAllocCount atomic variableJeff Layton2008-08-041-9/+6
| * | | | | | [CIFS] properly account for new user= field in SPNEGO upcall string allocationJeff Layton2008-08-011-7/+11
| * | | | | | [CIFS] remove level of indentation from decode_negTokenInitJeff Layton2008-07-312-136/+125
| * | | | | | [CIFS] cifs send2 not retrying enough in some cases on full socketShirish Pargaonkar2008-07-291-0/+1
| * | | | | | [CIFS] oid should also be checked against class in cifs asnSteve French2008-07-291-1/+2
* | | | | | | list.h: fix fatal kernel-doc errorRandy Dunlap2008-08-091-2/+2
* | | | | | | Merge branch 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-081722-3196/+3741
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge Linus' latest into masterRussell King2008-08-08292-6736/+6420
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | [ARM] 5177/1: arm/mach-sa1100/Makefile: remove CONFIG_SA1100_USBAdrian Bunk2008-08-081-3/+0
| * | | | | | | [ARM] 5166/1: magician: add MAINTAINERS entryPhilipp Zabel2008-08-081-0/+5
| * | | | | | | [ARM] fix pnx4008 build errorsRussell King2008-08-082-4/+3
| * | | | | | | [ARM] Fix SMP booting with non-zero PHYS_OFFSETRussell King2008-08-071-2/+2
| * | | | | | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-08-0714-9/+94
| |\ \ \ \ \ \ \
| | * | | | | | | [ARM] sa1100_wdt: use reset_status to remember watchdog reset statusEric Miao2008-08-051-1/+4
| | * | | | | | | [ARM] pxa: introduce reset_status and clear_reset_status for driver's usageEric Miao2008-08-0510-3/+79
| | * | | | | | | [ARM] pxa: introduce reset.h for reset specific header informationEric Miao2008-08-055-5/+12
| * | | | | | | | [ARM] 5185/1: Fix spi num_chipselect for lubbockJonathan Cameron2008-08-071-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071582-3020/+3001
| * | | | | | | Merge branch 'header-move' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Russell King2008-08-07125-42/+591
| |\ \ \ \ \ \ \
| | * | | | | | | avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>Haavard Skinnemoen2008-08-0520-41/+41
| | * | | | | | | avr32: Introduce arch/avr32/mach-*/include/machHaavard Skinnemoen2008-08-0512-1/+550
| | * | | | | | | avr32: Move include/asm-avr32 to arch/avr32/include/asmHaavard Skinnemoen2008-08-0596-0/+0
| | |/ / / / / /
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King2008-08-072827-34494/+59153
| |\ \ \ \ \ \ \
| * | | | | | | | [ARM] Add support for arch/arm/mach-*/include and arch/arm/plat-*/includeRussell King2008-08-072-16/+20
| * | | | | | | | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-07620-640/+617
| * | | | | | | | [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-0743-43/+0
| * | | | | | | | [ARM] Fix circular include dependency with IRQ headersRussell King2008-08-073-21/+20
* | | | | | | | | [NFSD] uninline nfsd4_op_name()Adrian Bunk2008-08-081-3/+2
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-08165-3503/+34486
|\ \ \ \ \ \ \ \
| * | | | | | | | pkt_sched: Fix actions referencingJamal Hadi Salim2008-08-081-3/+2
| * | | | | | | | bnx2x: fix logical opRandy Dunlap2008-08-081-1/+1
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2008-08-086-36/+179
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [Bluetooth] Add full quirk implementation for btusb driverMarcel Holtmann2008-08-071-2/+161
| | * | | | | | | | [Bluetooth] Removal of unnecessary ignore module parameterMarcel Holtmann2008-08-074-31/+6
| | * | | | | | | | [Bluetooth] Add parameters to control BNEP header compressionMarcel Holtmann2008-08-071-3/+12
| * | | | | | | | | tcp: (whitespace only) fix confusing indentationAdam Langley2008-08-081-70/+68
| * | | | | | | | | pkt_sched: Fix qdisc config when link is down.David S. Miller2008-08-081-4/+4
| * | | | | | | | | Merge branch 'ath9k' of git://git.kernel.org/pub/scm/linux/kernel/git/linvill...David S. Miller2008-08-0827-13/+31609
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ath9k: Revamp wireless mode usageSujith2008-08-0712-324/+205
| | * | | | | | | | | ath9k: More unused macrosSujith2008-08-071-6/+0