summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-02-21[GFS2] Use mutices rather than semaphoresSteven Whitehouse17-118/+118
2006-02-15[GFS2] Fix a case where we didn't get unstuffing rightSteven Whitehouse1-9/+9
2006-02-15[GFS2] Fix for lock recursion problem for internal filesSteven Whitehouse3-8/+25
2006-02-14[GFS2] Fix the bugs I introduced in the last patch but oneSteven Whitehouse1-27/+29
2006-02-14[GFS2] Put back O_DIRECT supportSteven Whitehouse2-26/+75
2006-02-13[GFS2] Change ondisk format (hopefully for the last time)Steven Whitehouse2-38/+40
2006-02-13[GFS2] Fix for root inode ref count bugSteven Whitehouse12-133/+103
2006-02-08[GFS2] Make journaled data files identical to normal files on diskSteven Whitehouse19-1477/+721
2006-01-31[GFS2] Update truncate function (shrinking partial blocks)Steven Whitehouse4-57/+63
2006-01-30[GFS2] Add gfs2_internal_read()Steven Whitehouse12-149/+187
2006-01-30[GFS2] Remove unused prototypeSteven Whitehouse1-1/+0
2006-01-30[GFS2] Make dir.c independant of jdata.cSteven Whitehouse1-9/+255
2006-01-30[GFS2] Use mpage_readpage() in gfs2_readpage()Steven Whitehouse1-1/+2
2006-01-30[GFS2] Bug fix relating to endian conversion in inode.cSteven Whitehouse1-1/+2
2006-01-30[GFS2] Rename get_block and make it externSteven Whitehouse2-7/+9
2006-01-30[GFS2] Export file_read_actorSteven Whitehouse1-0/+1
2006-01-30[GFS2] Export file_ra_state_initSteven Whitehouse1-0/+1
2006-01-30[GFS2] Remove unused file resize.cSteven Whitehouse3-311/+0
2006-01-24[GFS2] Remove pointless argument relating to truncateSteven Whitehouse3-12/+8
2006-01-24[GFS2] Update ioctl() numbering to use official numbers.David Teigland2-6/+3
2006-01-20Merge branch 'master'David Teigland371-5191/+14587
2006-01-20[DLM] Update DLM to the latest patch levelDavid Teigland14-151/+147
2006-01-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-85/+156
2006-01-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds17-422/+186
2006-01-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds15-147/+196
2006-01-19[PATCH] Fix regression added by ppoll/pselect code.David S. Miller1-2/+2
2006-01-19[NETFILTER] x_tables: Make XT_ALIGN align as strictly as necessary.David S. Miller1-1/+1
2006-01-19Merge master.kernel.org:/pub/scm/linux/kernel/git/sridhar/lksctp-2.6David S. Miller11-84/+155
2006-01-19[IA64] eliminate softlockup warningJohn Hawkes1-0/+1
2006-01-19[IA64] sem2mutex: arch/ia64/kernel/perfmon.cJes Sorensen1-5/+6
2006-01-19[IA64] sem2mutex: arch/ia64/ia32/sys_ia32.cJes Sorensen1-16/+12
2006-01-19[SPARC]: Add support for *at(), ppoll, and pselect syscalls.David S. Miller16-422/+184
2006-01-18[SPARC]: sparc32 needs PROMDEV_{I,O}RSC defines too.David S. Miller1-0/+2
2006-01-18Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds21-183/+729
2006-01-18[PATCH] tlclk driver updatemark gross1-35/+58
2006-01-18[PATCH] EDAC: core EDAC support codeAlan Cox19-40/+3515
2006-01-18[PATCH] EDAC: drivers for Radisys 82600Alan Cox1-0/+407
2006-01-18[PATCH] EDAC: drivers for Intel i82860, i82875Alan Cox2-0/+831
2006-01-18[PATCH] EDAC: drivers for AMD 76x and Intel E750x, E752xAlan Cox3-0/+1983
2006-01-18[PATCH] EDAC: atomic scrub operationsAlan Cox7-3/+29
2006-01-18[PATCH] Add pselect/ppoll system calls on i386David Woodhouse2-1/+5
2006-01-18[PATCH] Add pselect/ppoll system call implementationDavid Woodhouse3-95/+519
2006-01-18[PATCH] uml: use generic sys_rt_sigsuspendJeff Dike2-24/+1
2006-01-18[PATCH] uml: add TIF_RESTORE_SIGMASK supportJeff Dike2-49/+43
2006-01-18[PATCH] TIF_RESTORE_SIGMASK support for arch/powerpcDavid Woodhouse7-14/+47
2006-01-18[PATCH] Handle TIF_RESTORE_SIGMASK for i386David Howells4-62/+51
2006-01-18[PATCH] Handle TIF_RESTORE_SIGMASK for FRVDavid Howells3-76/+47
2006-01-18[PATCH] Generic sys_rt_sigsuspend()David Woodhouse6-87/+62
2006-01-18[PATCH] vfs: *at functions: x86_64Ulrich Drepper3-2/+55
2006-01-18[PATCH] vfs: *at functions: i386Ulrich Drepper2-1/+27