From: Andrew Morton <akpm@digeo.com>
To: lkml <linux-kernel@vger.kernel.org>, linux-mm@kvack.org
Subject: 2.5.50-mm1
Date: Mon, 02 Dec 2002 22:48:00 -0800 [thread overview]
Message-ID: <3DEC53A0.C038571@digeo.com> (raw)
url: http://www.zip.com.au/~akpm/linux/patches/2.5/2.5.50/2.5.50-mm1/
Nothing particularly exciting here. There are two diffs at the above
site: 2.5.50-mm1.gz is the full patch, and 2.5.50-mm1-shpte.gz is
everything up to `shpte-always-on.patch'. The latter is for Dave to
create diffs against.
Changes since 2.5.49-mm2:
+fbcon-timer-fix.patch
+hugepage-fixes.patch
Random fixes
+ext3-oldalloc.patch
Add the `oldalloc' and `orlov' mount options to ext3.
ext3 has taken a big performance hit in dbench-on-scsi-on-SMP. This
is due to the Orlov allocator triggering a weakness in the ext2/ext3
block allocator design.
For a full analysis and protopatches see
http://sourceforge.net/mailarchive/forum.php?thread_id=1365460&forum_id=6379
Bottom line: we need to strengthen the block allocator. The `oldalloc'
mount option can be used to determine whether any performance regression
is due to this problem. Same deal with ext2, which is also affected.
+dio-return-partial-result.patch
A direct-IO correctness fix.
+deprecate-bdflush.patch
Warn about use of sys_bdflush()
+suppress-write-error-warnings.patch
Suppress some scary warnings due to write I/O errors.
+quota-smp-locks.patch
Jan Kara's quota update - remove BKL, replace with private locking.
+shpte-always-on.patch
Always enable shared pagetables on ia32. If it's merged, it will
be merged in the "always on" state, and it needs the testing.
+sync_fs.patch
+ext3_sync_fs.patch
Fix the ext3 data=journal unmount problem.
+ext3-fsync-speedup.patch
Small tweak to the ext3 fsync() path.
+page-walk-api-bugfix.patch
A bugfix. (Ingo, the page-walk API probably needs updating for
mm/nommu.c)
All 65 patches:
linus.patch
cset-1.924.1.2-to-1.968.txt.gz
fbcon-timer-fix.patch
timer fixes
hugepage-fixes.patch
hugetlbpage.c build fix
epoll-bits-0.57.patch
epoll bits 0.57 ( on top of 2.5.49 ) ...
kgdb.patch
ext3-oldalloc.patch
add the `oldalloc' and `orlov' mount options to ext3
simplified-vm-throttling.patch
Remove the final per-page throttling site in the VM
page-reclaim-motion.patch
Move reclaimable pages to the tail ofthe inactive list on IO completion
handle-fail-writepage.patch
Special-case fail_writepage() in page reclaim
activate-unreleaseable-pages.patch
Move unreleasable pages onto the active list
dio-return-partial-result.patch
aio-direct-io-infrastructure.patch
AIO support for raw/O_DIRECT
deferred-bio-dirtying.patch
bio dirtying infrastructure
aio-direct-io.patch
AIO support for raw/O_DIRECT
aio-dio-really-submit.patch
Fix up aio-for-dio
aio-dio-deferred-dirtying.patch
Use the deferred-page-dirtying code in the AIO-DIO code.
aio-dio-debug.patch
dio-counting.patch
dio-reduce-context-switch-rate.patch
Reduced wakeup rate in direct-io code
ipc_barriers.patch
memory barrier work in ipc/util.c
signal-speedup.patch
speed up signals
reiserfs-readpages.patch
reiserfs v3 readpages support
deprecate-bdflush.patch
deprecate use of bdflush()
reduce-random-context-switch-rate.patch
Reduce context switch rate due to the random driver
pf_memdie.patch
Subject: Re: [patch] 2.5: kill PF_MEMDIE
suppress-write-error-warnings.patch
suppress some bufer-layer warnings on write IO errors
truncate-speedup.patch
truncate speedup
spill-lru-lists.patch
Fix interaction between batched lru addition and hot/cold pages
readdir-speedup.patch
readdir speedup and fixes
poll-1-wqalloc.patch
poll 1/6: reduced mempory requirements
poll-2-selectalloc.patch
poll 2/6: put small bitmaps into a local
poll-3-alloc.patch
poll 3/6: improved pollfd memory allocation
poll-4-fast-select.patch
poll 4/6: select() speedups
poll-5-fast-poll.patch
poll 5/6: poll() speedup
poll-6-merge.patch
poll6/6: merge poll() and select() common code
bcrl-printk.patch
read_zero-speedup.patch
speed up read_zero() for !CONFIG_MMU
nommu-rmap-locking.patch
Fix rmap locking for CONFIG_SWAP=n
semtimedop.patch
semtimedop - semop() with a timeout
writeback-handle-memory-backed.patch
skip memory-backed filesystems in writeback
remove-fail_writepage.patch
Remove fail_writepage()
page-reservation.patch
Page reservation API
wli-show_free_areas.patch
show_free_areas extensions
inlines-net.patch
rbtree-iosched.patch
rbtree-based IO scheduler
quota-smp-locks.patch
Subject: [PATCH] Quota SMP locks
shpte-ng.patch
pagetable sharing for ia32
shpte-always-on.patch
Force CONFIG_SHAREPTE=y for ia32
ptrace-flush.patch
Subject: [PATCH] ptrace on 2.5.44
buffer-debug.patch
buffer.c debugging
warn-null-wakeup.patch
pentium-II.patch
Pentium-II support bits
radix-tree-overflow-fix.patch
handle overflows in radix_tree_gang_lookup()
rcu-stats.patch
RCU statistics reporting
auto-unplug.patch
self-unplugging request queues
less-unplugging.patch
Remove most of the blk_run_queues() calls
sync_fs.patch
Add a sync_fs super_block operation
ext3_sync_fs.patch
implement ext3_sync_fs
ext3-fsync-speedup.patch
Clean up ext3_sync_file()
dcache_rcu-2-2.5.48.patch
dcache_rcu-3-2.5.48.patch
page-walk-api.patch
page-walk-api-improvements.patch
page-walk-api-bugfix.patch
page-walk API fixes
page-walk-scsi.patch
WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@digeo.com>
To: lkml <linux-kernel@vger.kernel.org>, linux-mm@kvack.org
Subject: 2.5.50-mm1
Date: Mon, 02 Dec 2002 22:48:00 -0800 [thread overview]
Message-ID: <3DEC53A0.C038571@digeo.com> (raw)
url: http://www.zip.com.au/~akpm/linux/patches/2.5/2.5.50/2.5.50-mm1/
Nothing particularly exciting here. There are two diffs at the above
site: 2.5.50-mm1.gz is the full patch, and 2.5.50-mm1-shpte.gz is
everything up to `shpte-always-on.patch'. The latter is for Dave to
create diffs against.
Changes since 2.5.49-mm2:
+fbcon-timer-fix.patch
+hugepage-fixes.patch
Random fixes
+ext3-oldalloc.patch
Add the `oldalloc' and `orlov' mount options to ext3.
ext3 has taken a big performance hit in dbench-on-scsi-on-SMP. This
is due to the Orlov allocator triggering a weakness in the ext2/ext3
block allocator design.
For a full analysis and protopatches see
http://sourceforge.net/mailarchive/forum.php?thread_id=1365460&forum_id=6379
Bottom line: we need to strengthen the block allocator. The `oldalloc'
mount option can be used to determine whether any performance regression
is due to this problem. Same deal with ext2, which is also affected.
+dio-return-partial-result.patch
A direct-IO correctness fix.
+deprecate-bdflush.patch
Warn about use of sys_bdflush()
+suppress-write-error-warnings.patch
Suppress some scary warnings due to write I/O errors.
+quota-smp-locks.patch
Jan Kara's quota update - remove BKL, replace with private locking.
+shpte-always-on.patch
Always enable shared pagetables on ia32. If it's merged, it will
be merged in the "always on" state, and it needs the testing.
+sync_fs.patch
+ext3_sync_fs.patch
Fix the ext3 data=journal unmount problem.
+ext3-fsync-speedup.patch
Small tweak to the ext3 fsync() path.
+page-walk-api-bugfix.patch
A bugfix. (Ingo, the page-walk API probably needs updating for
mm/nommu.c)
All 65 patches:
linus.patch
cset-1.924.1.2-to-1.968.txt.gz
fbcon-timer-fix.patch
timer fixes
hugepage-fixes.patch
hugetlbpage.c build fix
epoll-bits-0.57.patch
epoll bits 0.57 ( on top of 2.5.49 ) ...
kgdb.patch
ext3-oldalloc.patch
add the `oldalloc' and `orlov' mount options to ext3
simplified-vm-throttling.patch
Remove the final per-page throttling site in the VM
page-reclaim-motion.patch
Move reclaimable pages to the tail ofthe inactive list on IO completion
handle-fail-writepage.patch
Special-case fail_writepage() in page reclaim
activate-unreleaseable-pages.patch
Move unreleasable pages onto the active list
dio-return-partial-result.patch
aio-direct-io-infrastructure.patch
AIO support for raw/O_DIRECT
deferred-bio-dirtying.patch
bio dirtying infrastructure
aio-direct-io.patch
AIO support for raw/O_DIRECT
aio-dio-really-submit.patch
Fix up aio-for-dio
aio-dio-deferred-dirtying.patch
Use the deferred-page-dirtying code in the AIO-DIO code.
aio-dio-debug.patch
dio-counting.patch
dio-reduce-context-switch-rate.patch
Reduced wakeup rate in direct-io code
ipc_barriers.patch
memory barrier work in ipc/util.c
signal-speedup.patch
speed up signals
reiserfs-readpages.patch
reiserfs v3 readpages support
deprecate-bdflush.patch
deprecate use of bdflush()
reduce-random-context-switch-rate.patch
Reduce context switch rate due to the random driver
pf_memdie.patch
Subject: Re: [patch] 2.5: kill PF_MEMDIE
suppress-write-error-warnings.patch
suppress some bufer-layer warnings on write IO errors
truncate-speedup.patch
truncate speedup
spill-lru-lists.patch
Fix interaction between batched lru addition and hot/cold pages
readdir-speedup.patch
readdir speedup and fixes
poll-1-wqalloc.patch
poll 1/6: reduced mempory requirements
poll-2-selectalloc.patch
poll 2/6: put small bitmaps into a local
poll-3-alloc.patch
poll 3/6: improved pollfd memory allocation
poll-4-fast-select.patch
poll 4/6: select() speedups
poll-5-fast-poll.patch
poll 5/6: poll() speedup
poll-6-merge.patch
poll6/6: merge poll() and select() common code
bcrl-printk.patch
read_zero-speedup.patch
speed up read_zero() for !CONFIG_MMU
nommu-rmap-locking.patch
Fix rmap locking for CONFIG_SWAP=n
semtimedop.patch
semtimedop - semop() with a timeout
writeback-handle-memory-backed.patch
skip memory-backed filesystems in writeback
remove-fail_writepage.patch
Remove fail_writepage()
page-reservation.patch
Page reservation API
wli-show_free_areas.patch
show_free_areas extensions
inlines-net.patch
rbtree-iosched.patch
rbtree-based IO scheduler
quota-smp-locks.patch
Subject: [PATCH] Quota SMP locks
shpte-ng.patch
pagetable sharing for ia32
shpte-always-on.patch
Force CONFIG_SHAREPTE=y for ia32
ptrace-flush.patch
Subject: [PATCH] ptrace on 2.5.44
buffer-debug.patch
buffer.c debugging
warn-null-wakeup.patch
pentium-II.patch
Pentium-II support bits
radix-tree-overflow-fix.patch
handle overflows in radix_tree_gang_lookup()
rcu-stats.patch
RCU statistics reporting
auto-unplug.patch
self-unplugging request queues
less-unplugging.patch
Remove most of the blk_run_queues() calls
sync_fs.patch
Add a sync_fs super_block operation
ext3_sync_fs.patch
implement ext3_sync_fs
ext3-fsync-speedup.patch
Clean up ext3_sync_file()
dcache_rcu-2-2.5.48.patch
dcache_rcu-3-2.5.48.patch
page-walk-api.patch
page-walk-api-improvements.patch
page-walk-api-bugfix.patch
page-walk API fixes
page-walk-scsi.patch
--
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/
next reply other threads:[~2002-12-03 6:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-03 6:48 Andrew Morton [this message]
2002-12-03 6:48 ` 2.5.50-mm1 Andrew Morton
2002-12-05 0:03 ` Updated and improved page-walk API (was: 2.5.50-mm1) Ingo Oeser
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3DEC53A0.C038571@digeo.com \
--to=akpm@digeo.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.