aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-25hfs: convert extents_lock in a mutexMatthias Kaehlcke
2008-07-25hfs: convert bitmap_lock in a mutexMatthias Kaehlcke
2008-07-25coda: remove CODA_FS_OLD_APIAdrian Bunk
2008-07-25isofs: fix minor filesystem corruptionAdam Greenblatt
2008-07-25ext3: validate directory entry data before useDuane Griffin
2008-07-25jbd: don't abort if flushing file data failedHidehiro Kawai
2008-07-25ext3: kill 2 useless magic numbersLi Zefan
2008-07-25jbd: positively dispose the unmapped data buffers in journal_commit_transacti...Toshiyuki Okajima
2008-07-25jbd: unexport journal_update_superblockAdrian Bunk
2008-07-25ext3: handle deleting corrupted indirect blocksDuane Griffin
2008-07-25ext3: don't read inode block if the buffer has a write errorHidehiro Kawai
2008-07-25ext3: handle corrupted orphan list at mountDuane Griffin
2008-07-25ext3: remove double definitions of xattr macrosShen Feng
2008-07-25jbd: fix race between free buffer and commit transactionMingming Cao
2008-07-25ext3: improve some code in rb tree part of dir.cShen Feng
2008-07-25jbd: tidy up revoke cache initialisation and destructionDuane Griffin
2008-07-25jbd: eliminate duplicated code in revocation table init/destroy functionsDuane Griffin
2008-07-25jbd: replace potentially false assertion with if blockDuane Griffin
2008-07-25ext3: correct mount option parsing to detect when quota options can be changedJan Kara
2008-07-25ext3: fix typos in messages and comments (journalled -> journaled)Jan Kara
2008-07-25ext3: fix synchronization of quota files in journal=data modeJan Kara
2008-07-25ext2: fix typo in Hurd part of include/linux/ext2_fs.hSamuel Thibault
2008-07-25ext2: remove double definitions of xattr macrosShen Feng
2008-07-25minix: remove !NO_TRUNCATE codeAdrian Bunk
2008-07-25gpio: max732x driverEric Miao
2008-07-25gpiolib: allow user-selectionMichael Buesch
2008-07-25gpio: add bt8xxgpio driverMichael Buesch
2008-07-25gpio: mcp23s08 handles multiple chips per chipselectDavid Brownell
2008-07-25gpio: sysfs interfaceDavid Brownell
2008-07-25kprobes: remove redundant config checkAbhishek Sagar
2008-07-25kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S
2008-07-25mfd: sm501 fix gpio number calculation for upper bankBen Dooks
2008-07-25mfd: sm501 build fixes when CONFIG_MFD_SM501_GPIO unsetBen Dooks
2008-07-25sm501: fixes for akpms comments on gpiolib additionBen Dooks
2008-07-25sm501: gpio I2C supportBen Dooks
2008-07-25sm501: gpio dynamic registration for PCI devicesArnaud Patard
2008-07-25sm501: add gpiolib supportBen Dooks
2008-07-25sm501: add power control callbackBen Dooks
2008-07-25printk ratelimiting rewriteDave Young
2008-07-25kallsyms: unify 32- and 64-bit codeVegard Nossum
2008-07-25list debugging: use WARN() instead of BUG()Dave Jones
2008-07-25Example use of WARN()Arjan van de Ven
2008-07-25kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN()Arjan van de Ven
2008-07-25Add a WARN() macro; this is WARN_ON() + printk argumentsArjan van de Ven
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven
2008-07-25drivers/misc/hpilo.c needs CONFIG_PCIAndrew Morton
2008-07-25documentation: update CodingStyle tips for Emacs usersJohannes Weiner
2008-07-25init/version.c: define version_string only if CONFIG_KALLSYMS is not definedDaniel Guilak
2008-07-25init/version.c: silence sparse warning by declaring the version stringDaniel Guilak
2008-07-25init.h: remove obsolete contentRobert P. J. Day