0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 18, 2024 — Jul 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
NTFS: Fixup the resident attribute resizing code in fs/ntfs/aops.c::ntfs_{prepare,commit}_write()() and re-enable it. It should be safe now. (Famous last words...) More... over 20 years ago
NTFS: Fix stupid bug in fs/ntfs/mft.c introduced in last changeset. More... over 20 years ago
NTFS: Repeat a failed ntfs_truncate() in fs/ntfs/aops.c::ntfs_writepage() and abort if it fails again. More... over 20 years ago
NTFS: Use i_size_{read,write}() in fs/ntfs/{aops.c,mft.c} and protect access to the i_size and other size fields using the size_lock. More... over 20 years ago
[MTD] slram driver cleanup More... over 20 years ago
Dummy ISA DMA functions for systems that don't have ISA but share drivers with ISA such as legacy free PCI. More... over 20 years ago
Fix build with SMP disabled and preemption enabled. More... over 20 years ago
Move the invalid pmd and pte tables from .data to .bss. Fix alignment. More... over 20 years ago
Remove unused arguments from preempt_{start,stop}/local_irq_{en,dis}able. Don't clobber the preloaded TI_FLAGS in a2 needlessly. Unexport local functions. More... over 20 years ago
Fix typos and formatting. More... over 20 years ago
De-optimize and decomplicate the spurious interrupt handler. More... over 20 years ago
NTFS: Use i_size_read() in fs/ntfs/inode.c once and then use the cached value afterwards when reading the size of the bitmap inode. More... over 20 years ago
NTFS: - Use i_size_read() in fs/ntfs/super.c once and then use the cached value afterwards. Cache the initialized_size in the same way and protect access to the two sizes using the size_lock. - Minor optimization to fs/ntfs/super.c::ntfs_statfs() and its helpers. More... over 20 years ago
NTFS: In fs/ntfs/dir.c, use i_size_read() once and then the cached value afterwards. More... over 20 years ago
NTFS: - In fs/ntfs/compress.c, use i_size_read() at the start and then use the cached value everywhere. Cache the initialized_size in the same way and protect the critical region where the two sizes are read using the new size_lock of the ntfs inode. - Add the new size_lock to the ntfs_inode structure (fs/ntfs/inode.h) and initialize it (fs/ntfs/inode.c). More... over 20 years ago
NTFS: Use i_size_read() in fs/ntfs/file.c::ntfs_file_open(). More... over 20 years ago
NTFS: Use i_size_read() once and then use the cached value in fs/ntfs/lcnalloc.c::ntfs_cluster_alloc(). More... over 20 years ago
NTFS: Use i_size_read() in fs/ntfs/logfile.c::ntfs_{check,empty}_logfile(). More... over 20 years ago
NTFS: Use i_size_read() in fs/ntfs/attrib.c::ntfs_attr_set(). More... over 20 years ago
[ACPI] Allow return to active cooling mode once passive mode is entered More... almost 21 years ago
ACPI: handle AC notify event on broken BIOS More... almost 21 years ago
[PATCH] kbuild: add ia64 support to rpm Makefile target More... almost 21 years ago
forcedeth: sideband management fix More... over 22 years ago
SYSFS: allow sysfs_create_link to create symlinks in the root of sysfs More... over 23 years ago
USB: add USB serial mos7720 driver More... over 23 years ago
aoe: fix sysfs_create_file warnings More... over 23 years ago
USB: add another sierra wireless device id More... over 23 years ago
USB: add driver for the USB debug devices More... over 23 years ago
Staging: usbip: fix build warning on 64bit kernels More... over 23 years ago
Driver core: remove unneeded completion from driver release path More... over 23 years ago