summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [GFS2] Remove pointless argument relating to truncateSteven Whitehouse2006-01-243-12/+8Star
* [GFS2] Update ioctl() numbering to use official numbers.David Teigland2006-01-242-6/+3Star
* Merge branch 'master'David Teigland2006-01-20371-5191/+14587
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-01-2012-85/+156
| |\
| | * [NETFILTER] x_tables: Make XT_ALIGN align as strictly as necessary.David S. Miller2006-01-201-1/+1
| | * Merge master.kernel.org:/pub/scm/linux/kernel/git/sridhar/lksctp-2.6David S. Miller2006-01-2011-84/+155
| | |\
| | | * [SCTP]: Fix sctp_rcv_ootb() to handle the last chunk of a packet correctly.Tsutomu Fujii2006-01-172-4/+11
| | | * [SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv().Sridhar Samudrala2006-01-173-1/+40
| | | * [SCTP]: Fix machine check/connection hang on IA64.Vlad Yasevich2006-01-172-1/+9
| | | * [SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs.Vlad Yasevich2006-01-175-46/+47
| | | * [SCTP]: Fix sctp_assoc_seq_show() panics on big-endian systems.Vlad Yasevich2006-01-171-2/+2
| | | * [SCTP]: sctp doesn't show all associations/endpoints in /procVlad Yasevich2006-01-171-18/+10Star
| | | * [SCTP]: Fix sctp_cookie alignment in the packet.Vlad Yasevich2006-01-172-3/+14
| | | * [SCTP]: Fix potential race condition between sctp_close() and sctp_rcv().Sridhar Samudrala2006-01-172-10/+23
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-01-2017-422/+186Star
| |\ \ \
| | * | | [SPARC]: Add support for *at(), ppoll, and pselect syscalls.David S. Miller2006-01-1916-422/+184Star
| | * | | [SPARC]: sparc32 needs PROMDEV_{I,O}RSC defines too.David S. Miller2006-01-191-0/+2
| | |/ /
| * | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-01-2015-147/+196
| |\ \ \
| | * | | [IA64] eliminate softlockup warningJohn Hawkes2006-01-191-0/+1
| | * | | [IA64] sem2mutex: arch/ia64/kernel/perfmon.cJes Sorensen2006-01-191-5/+6
| | * | | [IA64] sem2mutex: arch/ia64/ia32/sys_ia32.cJes Sorensen2006-01-191-16/+12Star
| | * | | [IA64] Fix bug in ia64 specific down() functionZoltan Menyhart2006-01-171-4/+4
| | * | | [IA64] Zonelists for nodes without cpusJack Steiner2006-01-171-0/+4
| | * | | [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