0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 13 hours ago.
May 25, 2023 — May 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
NTFS: Correct sparse file handling. The compressed values need to be checked and set in the ntfs inode as done for compressed files and the compressed size needs to be used for vfs inode->i_blocks instead of the allocated size, again, as done for compressed files. More... about 19 years ago
NTFS: Make fs/ntfs/namei.c::ntfs_get_{parent,dentry} static and move the definition of ntfs_export_ops from fs/ntfs/super.c to namei.c. Also, declare ntfs_export_ops in fs/ntfs/ntfs.h. More... about 19 years ago
NTFS: Fix printk format warnings on ia64. (Randy Dunlap) More... about 19 years ago
One definition of back_to_back_c0_hazard too much. More... about 19 years ago
NTFS: - Set the ntfs_inode->allocated_size to the real allocated size in the mft record for resident attributes (fs/ntfs/inode.c). - Small readability cleanup to use "a" instead of "ctx->attr" everywhere (fs/ntfs/inode.c). More... about 19 years ago
[MTD] Remove Elan-104NC More... about 19 years ago
[ACPI] update CONFIG_ACPI_CONTAINER Kconfig help More... about 19 years ago
[PARISC] OSS ad1889: Match register names with ALSA driver More... about 19 years ago
Sparseify MIPS. More... about 19 years ago
On 24K we did always disable cache parity protection - obviously not the greatest thing to do. Try to enable parity protection, check if we actually succeeded and print a message about the outcome of this. More... about 19 years ago
New hazard handling function back_to_back_c0_hazard() to handle back to back mtc0 / mfc0 pairs from the same coprocessor register. More... about 19 years ago
[JFFS2] Add symlink caching support. More... about 19 years ago
ISOify. More... about 19 years ago
[MTD] NAND: Use cond_resched instead of msleep More... about 19 years ago
Moved irq_tab_alchemy to the board specific irqmap.c files. Cleaned up a to of warnings in dbdma.c. More... about 19 years ago
Base Au1200 2.6 support. More... about 19 years ago
Fix 'prctl' system call for IRIX. At this point IRIX 5.3 static binaries are now working for 80% of the ones I have tried. The other ones that do not work all fail in the same way with the same messages. Once that bug is tracked down, we should be in good shape. Task locking still needs some work. More... about 19 years ago
Gross macro abuse. Get rid of gpreg_t, vaddr_t, REG_TO_VA and VA_TO_REG. Who ever wrote this apparently did enjoy the C Puzzle Book. ISBN 0201604612, a little old but still fun reading for the next blackout ;) More... about 19 years ago
Cleanup fpuemuprivate declarations. More... about 19 years ago
Convert struct hw_interrupt_type initializations to ISO C99 named initializers. More... about 19 years ago
[JFFS2] Fix NOR specific scan BUG More... about 19 years ago
No barrier needed on au1x. More... about 19 years ago
[JFFS2] Prevent ino cache removal for inodes in use More... about 19 years ago
Comment correction after further investigation of issue. More... about 19 years ago
[MTD] Replace all the Au1x mapping drivers with a simplified single driver More... about 19 years ago
[PATCH] Hotplug: Make dev->bus checking consistent More... about 19 years ago
Fix initialization. Unbreak the wait-for-completion loops. Code cleanup. More... about 19 years ago
[MTD] Use after free, found by the Coverity tool More... about 19 years ago
[MTD] NAND: Check command timeout More... over 19 years ago
Switch SiByte drivers back to __raw_*() functions. More... over 19 years ago