- 01 Jun, 2002 1 commit
-
-
Oleg Drokin authored
into angband.namesys.com:/home/green/bk_work/reiser3-linux-2.5-test
-
- 30 May, 2002 17 commits
-
-
Oleg Drokin authored
reiserfs_write(un)lock introducion. Simple wrapper for now.
-
Oleg Drokin authored
reiserfs: tidy up super block printing, switch reiserfs proc code to use bdevname instead of __bdevname.
-
Oleg Drokin authored
reiserfs: transaction replay status report, using bdevname instead of __bdevname.
-
Oleg Drokin authored
fix reiserfsprogs url.
-
Oleg Drokin authored
reiserfs: variable name cleanup in read_bitmaps.
-
Oleg Drokin authored
fix reiserfs_breada to read from the correct device when it isn't on the same device as the main filesystem.
-
Oleg Drokin authored
reiserfs: tb_buffer_sanity_check panic message text cleanup. From Josh MacDonald.
-
Oleg Drokin authored
fix unused variable gcc warning in reiserfs_free_prealloc_block when CONFIG_REISERFS_CHECK is off.
-
Oleg Drokin authored
renamed journal device buffer head funcs and moved them into reiserfs_fs.h.
-
Oleg Drokin authored
reiserfs: Fix initialization and cleanup of the external logging (Vladimir Saveliev) , and make sure to call set_blocksize() on the bdev for the external device. (Chris Mason)
-
Oleg Drokin authored
reiserfs: move BKL further down the call chain into reiserfs_truncate_file. From Josh MacDonald
-
Oleg Drokin authored
reiserfs: comment cleanups and a switch to new mount option parsing code. REISERFS_MAX_NAME_LEN changed to REISERFS_MAX_NAME. hash= mount option support removed. By Vladimir Saveliev.
-
Oleg Drokin authored
reiserfs_fill_super cleanup. From Josh MacDonald.
-
Oleg Drokin authored
reiserfs: use reiserfs_bdevname(s) instead of s->s_id. From Josh MacDonald.
-
Oleg Drokin authored
fix reiserfs tail and direntry alignment bug on filesystems converted from 3.5.x to 3.6.x.
-
Linus Torvalds authored
-
Linus Torvalds authored
if a direct lookup didn't work.
-
- 29 May, 2002 2 commits
-
-
Linus Torvalds authored
-
-
- 30 May, 2002 3 commits
-
-
Russell King authored
We have a fair number of command line options which can be used to pass information about the target to the kernel. We also provide a default command line which the kernel will use in absence of one provided by the boot loader. We pass the hard coded options via the command line now.
-
Russell King authored
-
Russell King authored
-
- 29 May, 2002 17 commits
-
-
Russell King authored
atomic.h was generating some extra loads that aren't required. In addition, it was needlessly performing various tests inside the atomic region. This change fixes both these issues.
-
Russell King authored
- We don't need to save the CPSR. - Rearrange thread_info members so we can pull the fields out of thread_info more efficiently. - Allocate a couple of extra words for CPU specific context saving (eg, for Xscale ACC registers) - Always leave 8 bytes free at the top of the kernel stack. This prevents the stack becoming completely empty when do_exit() is called from an exiting nfsd() thread, and causing the wrong pointer to be returned from current_thread_info()
-
Russell King authored
-
Russell King authored
-
Russell King authored
This machine type is no longer maintained and is falling into bitrot heaven.
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Linus Torvalds authored
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-linus
-
Patrick Mochel authored
into hera.kernel.org:/home/mochel/BK/linux-2.5-linus
-
Patrick Mochel authored
-
bk://linux.bkbits.net/linux-2.5Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-linus
-
Andy Grover authored
1) Eliminate everywhere "if (0 == result)" is used, replace with "if (!result)" and the like. 2) Move headers mysteriously included in the middle of the file to the top.
-
Andy Grover authored
(where they clearly didn't belong) into arch/asm/acpi.h
-
Andy Grover authored
-
Andy Grover authored
-
Tom Rini authored
drivers/base/bus.c and drivers/pci/pci-driver.c both have functions which are marked with __init, but didn't include <linux/init.h> directly. The following fixes that (and allows 2.5.19 to compile on PPC32).
-
François Romieu authored
bug: array of u32 is accessed with offset in u8 units.
-