summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | kbuild: introduce subdir-ccflags-ySam Ravnborg2009-04-193-2/+20
| * | | | | | | kbuild: support include/generatedSam Ravnborg2009-04-192-1/+2
| |/ / / / / /
* | | | | | | Revert "console ASCII glyph 1:1 mapping"Samuel Thibault2009-04-191-1/+1
* | | | | | | <linux/seccomp.h> needs to include <linux/errno.h>.Ralf Baechle2009-04-191-0/+2
* | | | | | | Don't set relatime when noatime is specifiedAndi Kleen2009-04-191-2/+3
|/ / / / / /
* | | | | | Remove 'recurse into child resources' logic from 'reserve_region_with_split()'Linus Torvalds2009-04-191-34/+12Star
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-04-1913-272/+407
|\ \ \ \ \ \
| * | | | | | cifs: when renaming don't try to unlink negative dentryJeff Layton2009-04-171-1/+2
| * | | | | | cifs: remove unneeded bcc_ptr update in CIFSTConJeff Layton2009-04-171-1/+0Star
| * | | | | | cifs: add cFYI messages with some of the saved strings from ssetup/tconJeff Layton2009-04-172-3/+11
| * | | | | | cifs: fix buffer size for tcon->nativeFileSystem fieldJeff Layton2009-04-171-5/+2Star
| * | | | | | cifs: fix unicode string area word alignment in session setupJeff Layton2009-04-171-21/+23
| * | | | | | [CIFS] Fix build break caused by change to new current_umask helper functionSteve French2009-04-171-1/+1
| * | | | | | [CIFS] Fix sparse warningsSteve French2009-04-172-12/+18
| * | | | | | [CIFS] Add support for posix open during lookupSteve French2009-04-173-80/+118
| * | | | | | cifs: no need to use rcu_assign_pointer on immutable keysJeff Layton2009-04-172-2/+2
| * | | | | | cifs: remove dnotify thread codeJeff Layton2009-04-171-47/+0Star
| * | | | | | [CIFS] remove some build warningsSteve French2009-04-171-3/+5
| * | | | | | cifs: vary timeout on writes past EOF based on offset (try #5)Jeff Layton2009-04-176-19/+61
| * | | | | | [CIFS] Fix build break from recent DFS patch when DFS support not enabledSteve French2009-04-171-0/+4
| * | | | | | Remote DFS root support.Igor Mammedov2009-04-171-32/+120
| * | | | | | [CIFS] Endian convert UniqueId when reporting inode numbers from server filesSteve French2009-04-176-13/+18
| * | | | | | cifs: remove some pointless conditionals before kfree()Wei Yongjun2009-04-171-24/+12Star
| * | | | | | cifs: flush data on any setattrJeff Layton2009-04-171-28/+30
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bar...Linus Torvalds2009-04-184-11/+17
|\ \ \ \ \ \ \
| * | | | | | | cs5536: define dma_sff_read_status() methodSergei Shtylyov2009-04-181-0/+1
| * | | | | | | ide: fix barriers supportBartlomiej Zolnierkiewicz2009-04-181-4/+7
| * | | | | | | ide: Remove void castsJack Stone2009-04-181-1/+1
| * | | | | | | hpt366: use ATA_DMA_* constantsSergei Shtylyov2009-04-181-5/+5
| * | | | | | | hpt366: fix HPT370 DMA timeoutsSergei Shtylyov2009-04-181-1/+3
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-04-181-5/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Smack: check for SMACK xattr validity in smack_inode_setxattrEtienne Basset2009-04-181-5/+6
| |/ / / / / / /
* | | | | | | | doc: fix kernel-parameters.txt mistaken deletionsRandy Dunlap2009-04-181-0/+38
* | | | | | | | PM/Hibernate: Fix memory shrinkingRafael J. Wysocki2009-04-181-2/+3
|/ / / / / / /
* | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-04-183-23/+122
|\ \ \ \ \ \ \
| * | | | | | | [libata] fix build error on drivers/ata/pata_legacy.cZhenwen Xu2009-04-181-6/+7
| * | | | | | | pata_via: Cache and rewrite the device bitAlan Cox2009-04-181-7/+67
| * | | | | | | sata_mv: workaround for multi_count errata sata24Mark Lord2009-04-181-2/+42
| * | | | | | | sata_mv: tidy up qc->tf usage in qc_prep() functionsMark Lord2009-04-181-10/+8Star
| |/ / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-04-1729-371/+663
|\ \ \ \ \ \ \
| * | | | | | | staging: slicoss: update READMEStephen Hemminger2009-04-171-1/+30
| * | | | | | | otus/zdusb.c: additional USB idnetifierDaniele Napolitano2009-04-172-1/+6
| * | | | | | | Staging: go7007: fix build issuesGreg Kroah-Hartman2009-04-172-15/+2Star
| * | | | | | | Staging: sxg: Fix leaks and checksum errors in transmit code pathMithlesh Thukral2009-04-171-35/+58
| * | | | | | | Staging: sxg: Fix sleep in atomic context warning while loading driverMithlesh Thukral2009-04-171-0/+5
| * | | | | | | Staging: sxg: Use correct queue_id for transmitting non-TCP packetsMithlesh Thukral2009-04-171-3/+7
| * | | | | | | Staging: sxg: Fire watchdog timer at end of open routine to change the linkMithlesh Thukral2009-04-171-0/+2
| * | | | | | | Staging: Pohmelfs: Add load balancing between network states with the same pr...Evgeniy Polyakov2009-04-172-1/+5
| * | | | | | | Staging: Pohmelfs: Added IO permissions and priorities.Evgeniy Polyakov2009-04-175-32/+86
| * | | | | | | Staging: Pohmelfs: Added ->show_stats() callback.Evgeniy Polyakov2009-04-172-5/+49