linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* 2.5.33-mm3
@ 2002-09-05  8:22 Andrew Morton
  2002-09-06  0:50 ` 2.5.33-mm3 Axel Siebenwirth
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Morton @ 2002-09-05  8:22 UTC (permalink / raw)
  To: lkml, linux-mm

+filemap-integration.patch

  Cleanup and code consolidation for readv and writev: generic_file_read()
  and generic_file_write() take an iovec, and tons of code goes away.

  A work in progress.

+direct-io-alignment.patch

  Allow finer-than-fs-blocksize alignment for O_DIRECT.

  A work in progress, which has a bit of a correctness problem, actually.

+mmap-fixes.patch

  Some cleanups and fixes from Christoph.


Also quite a lot of fiddling with the new non-blocking page reclaim
code.  This works well.



linus.patch
  cset-1.575-to-1.600.txt.gz

scsi_hack.patch
  Fix block-highmem for scsi

ext3-htree.patch
  Indexed directories for ext3

zone-pages-reporting.patch
  Fix the boot-time reporting of each zone's available pages

enospc-recovery-fix.patch
  Fix the __block_write_full_page() error path.

fix-faults.patch
  Back out the initial work for atomic copy_*_user()

spin-lock-check.patch
  spinlock/rwlock checking infrastructure

refill-rate.patch
  refill the inactive list more quickly

copy_user_atomic.patch

kmap_atomic_reads.patch
  Use kmap_atomic() for generic_file_read()

kmap_atomic_writes.patch
  Use kmap_atomic() for generic_file_write()

throttling-fix.patch
  Fix throttling of heavy write()rs.

dirty-state-accounting.patch
  Make the global dirty memory accounting more accurate

rd-cleanup.patch
  Cleanup and fix the ramdisk driver (doesn't work right yet)

discontig-cleanup-1.patch
  i386 discontigmem coding cleanups

discontig-cleanup-2.patch
  i386 discontigmem cleanups

writeback-thresholds.patch
  Downward adjustments to the default dirtymemory thresholds

buffer-strip.patch
  Limit the consumption of ZONE_NORMAL by buffer_heads

rmap-speedup.patch
  rmap pte_chain space and CPU reductions

wli-highpte.patch
  Resurrect CONFIG_HIGHPTE - ia32 pagetables in highmem

readv-writev.patch
  O_DIRECT support for readv/writev

filemap-integration.patch
  Clean up readv/writev

direct-io-alignment.patch
  Reduced direct-IO alignment requirements

slablru.patch
  age slab pages on the LRU

slablru-speedup.patch
  slablru optimisations

llzpr.patch
  Reduce scheduling latency across zap_page_range

buffermem.patch
  Resurrect buffermem accounting

config-PAGE_OFFSET.patch
  Configurable kenrel/user memory split

lpp.patch
  ia32 huge tlb pages

ext3-sb.patch
  u.ext3_sb -> generic_sbp

oom-fix.patch
  Fix an OOM condition on big highmem machines

tlb-cleanup.patch
  Clean up the tlb gather code

dump-stack.patch
  arch-neutral dump_stack() function

wli-cleanup.patch
  random cleanups

madvise-move.patch
  move mdavise implementation into mm/madvise.c

split-vma.patch
  VMA splitting patch

mmap-fixes.patch
  mmap.c cleanup and lock ranking fixes

buffer-ops-move.patch
  Move submit_bh() and ll_rw_block() into fs/buffer.c

writeback-control.patch
  Cleanup and extension of the writeback paths

queue-congestion.patch
  Infrastructure for communicating request queue congestion to the VM

nonblocking-pdflush.patch
  non-blocking writeback infrastructure, use it for pdflush

nonblocking-vm.patch
  Non-blocking page reclaim
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.5.33-mm3
  2002-09-05  8:22 2.5.33-mm3 Andrew Morton
@ 2002-09-06  0:50 ` Axel Siebenwirth
  0 siblings, 0 replies; 2+ messages in thread
From: Axel Siebenwirth @ 2002-09-06  0:50 UTC (permalink / raw)
  To: Andrew Morton; +Cc: lkml, linux-mm

Hi Andrew!

On Thu, 05 Sep 2002, Andrew Morton wrote:

> URL: http://www.zip.com.au/~akpm/linux/patches/2.5/2.5.33/2.5.33-mm3/
> 
> +filemap-integration.patch
> 
>   Cleanup and code consolidation for readv and writev: generic_file_read()
>   and generic_file_write() take an iovec, and tons of code goes away.
> 
>   A work in progress.

Just compiled 2.5.33 with mm3 patch:

if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.5.33; fi
depmod: *** Unresolved symbols in /lib/modules/2.5.33/kernel/fs/ext2/ext2.o
depmod:         generic_file_writev

Best regards,
Axel Siebenwirth
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-06  0:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-05  8:22 2.5.33-mm3 Andrew Morton
2002-09-06  0:50 ` 2.5.33-mm3 Axel Siebenwirth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox