summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [IA64-SGI] sn_console.c minor cleanupJes Sorensen2006-01-171-71/+58Star
| * | | [IA64-SGI] sn2 mutex conversionJes Sorensen2006-01-176-44/+43Star
| * | | [IA64-SGI] pass segment# on SN_SAL_IOIF_SLOT_{DIS,EN}ABLE callsMike Habeck2006-01-171-4/+8
| * | | [IA64-SGI] Older PROM WAR for device flush codePrarit Bhargava2006-01-172-3/+60
| | |/ | |/|
* | | [PATCH] Fix regression added by ppoll/pselect code.David S. Miller2006-01-201-2/+2
| |/ |/|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2006-01-1921-183/+729
|\ \
| * | [CIFS] Fix oops in cifs_readpages caused by not checking buf_type in anSteve French2006-01-181-1/+4
| * | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-01-181248-34362/+58179
| |\ \
| * | | [CIFS] Remove compiler warningSteve French2006-01-181-1/+1
| * | | [CIFS] Fix CIFS to recognize share mode securitySteve French2006-01-144-15/+41
| * | | [CIFS] Fix typoSteve French2006-01-131-1/+0Star
| * | | [CIFS] Add worker function for Get ACL cifs styleSteve French2006-01-139-20/+292
| * | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-01-124766-123251/+262353
| |\ \ \
| * | | | [CIFS] Allow local filesize for file that is open for write to be updatedSteve French2006-01-122-2/+25
| * | | | [CIFS] Fix cifs trying to write to f_opsSteve French2006-01-091-6/+11
| * | | | [CIFS] Minor cleanup to new cifs acl header.Steve French2006-01-091-0/+2
| * | | | [CIFS] Fix typos in rfc1002pdu.hSteve French2005-12-311-2/+2
| * | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-12-31253-2373/+2328Star
| |\ \ \ \
| * \ \ \ \ Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-12-13238-3822/+4505
| |\ \ \ \ \
| * | | | | | [CIFS] Avoid extra large buffer allocation (and memcpy) in cifs_readpagesSteve French2005-12-1311-108/+156
| * | | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-12-05183-4997/+4564Star
| |\ \ \ \ \ \
| * | | | | | | [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
* | | | | | | | [PATCH] tlclk driver updatemark gross2006-01-191-35/+58
* | | | | | | | [PATCH] EDAC: core EDAC support codeAlan Cox2006-01-1919-40/+3515
* | | | | | | | [PATCH] EDAC: drivers for Radisys 82600Alan Cox2006-01-191-0/+407
* | | | | | | | [PATCH] EDAC: drivers for Intel i82860, i82875Alan Cox2006-01-192-0/+831
* | | | | | | | [PATCH] EDAC: drivers for AMD 76x and Intel E750x, E752xAlan Cox2006-01-193-0/+1983
* | | | | | | | [PATCH] EDAC: atomic scrub operationsAlan Cox2006-01-197-3/+29
* | | | | | | | [PATCH] Add pselect/ppoll system calls on i386David Woodhouse2006-01-192-1/+5
* | | | | | | | [PATCH] Add pselect/ppoll system call implementationDavid Woodhouse2006-01-193-95/+519
* | | | | | | | [PATCH] uml: use generic sys_rt_sigsuspendJeff Dike2006-01-192-24/+1Star
* | | | | | | | [PATCH] uml: add TIF_RESTORE_SIGMASK supportJeff Dike2006-01-192-49/+43Star
* | | | | | | | [PATCH] TIF_RESTORE_SIGMASK support for arch/powerpcDavid Woodhouse2006-01-197-14/+47
* | | | | | | | [PATCH] Handle TIF_RESTORE_SIGMASK for i386David Howells2006-01-194-62/+51Star
* | | | | | | | [PATCH] Handle TIF_RESTORE_SIGMASK for FRVDavid Howells2006-01-193-76/+47Star
* | | | | | | | [PATCH] Generic sys_rt_sigsuspend()David Woodhouse2006-01-196-87/+62Star
* | | | | | | | [PATCH] vfs: *at functions: x86_64Ulrich Drepper2006-01-193-2/+55
* | | | | | | | [PATCH] vfs: *at functions: i386Ulrich Drepper2006-01-192-1/+27
* | | | | | | | [PATCH] vfs: *at functions: coreUlrich Drepper2006-01-1911-80/+320
* | | | | | | | [PATCH] exportfs: add find_acceptable_alias helperChristoph Hellwig2006-01-191-43/+36Star
* | | | | | | | [PATCH] knfsd: Provide missing NFSv2 part of patch for checking vfs_getattr.David Shaw2006-01-191-7/+30
* | | | | | | | [PATCH] knfsd: Fix some more errno/nfserr confusion in vfs.cNeilBrown2006-01-191-11/+6Star
* | | | | | | | [PATCH] nfsd4_lock() returns bogus values to clientsAl Viro2006-01-191-0/+3
* | | | | | | | [PATCH] NFSERR_SERVERFAULT returned host-endianAl Viro2006-01-191-2/+2
* | | | | | | | [PATCH] nfsd4_truncate() bogus return valueAl Viro2006-01-191-1/+1
* | | | | | | | [PATCH] nfsd/vfs.c: endianness fixesAl Viro2006-01-191-3/+3