0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Jul 19, 2024 — Jul 19, 2025
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... over 20 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... over 20 years ago
NTFS: Fix printk format warnings on ia64. (Randy Dunlap) More... over 20 years ago
One definition of back_to_back_c0_hazard too much. More... over 20 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... over 20 years ago
[MTD] Remove Elan-104NC More... over 20 years ago
[ACPI] update CONFIG_ACPI_CONTAINER Kconfig help More... over 20 years ago
[PARISC] OSS ad1889: Match register names with ALSA driver More... over 20 years ago
Sparseify MIPS. More... over 20 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... over 20 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... over 20 years ago
[JFFS2] Add symlink caching support. More... over 20 years ago
ISOify. More... over 20 years ago
[MTD] NAND: Use cond_resched instead of msleep More... over 20 years ago
Moved irq_tab_alchemy to the board specific irqmap.c files. Cleaned up a to of warnings in dbdma.c. More... over 20 years ago
Base Au1200 2.6 support. More... over 20 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... over 20 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... over 20 years ago
Cleanup fpuemuprivate declarations. More... over 20 years ago
Convert struct hw_interrupt_type initializations to ISO C99 named initializers. More... over 20 years ago
[JFFS2] Fix NOR specific scan BUG More... over 20 years ago
No barrier needed on au1x. More... over 20 years ago
[JFFS2] Prevent ino cache removal for inodes in use More... over 20 years ago
Comment correction after further investigation of issue. More... over 20 years ago
[MTD] Replace all the Au1x mapping drivers with a simplified single driver More... over 20 years ago
[PATCH] Hotplug: Make dev->bus checking consistent More... over 20 years ago
Fix initialization. Unbreak the wait-for-completion loops. Code cleanup. More... over 20 years ago
[MTD] Use after free, found by the Coverity tool More... over 20 years ago
[MTD] NAND: Check command timeout More... over 20 years ago
Switch SiByte drivers back to __raw_*() functions. More... over 20 years ago