summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-25remove unused #include <linux/dirent.h>'sAdrian Bunk5-5/+0
2008-07-25remove the in-kernel struct dirent{,64}Adrian Bunk2-21/+0
2008-07-25msdos fs: remove unsettable atari optionRene Scharfe2-13/+6
2008-07-25fat: small optimization to __fat_readdir()OGAWA Hirofumi1-32/+39
2008-07-25fat: use same logic in fat_search_long() and __fat_readdir()OGAWA Hirofumi1-16/+26
2008-07-25fat: cleanup fs/fat/dir.cOGAWA Hirofumi1-64/+67
2008-07-25fat/dir.c: switch to struct __fat_direntAdrian Bunk1-4/+3
2008-07-25fat: fix VFAT_IOCTL_READDIR_xxx and cleanup for userlandOGAWA Hirofumi1-20/+27
2008-07-25fat: fix parse_options()OGAWA Hirofumi1-2/+5
2008-07-25reiserfs: remove double definitions of xattr macrosShen Feng3-6/+0
2008-07-25reiserfs: convert j_commit_lock to mutexJeff Mahoney2-13/+11
2008-07-25reiserfs: convert j_flush_sem to mutexJeff Mahoney2-8/+8
2008-07-25reiserfs: convert j_lock to mutexJeff Mahoney2-4/+4
2008-07-25reiserfs: correct mount option parsing to detect when quota options can be ch...Jan Kara1-23/+60
2008-07-25reiserfs: fix typos in messages and comments (journalled -> journaled)Jan Kara1-5/+5
2008-07-25reiserfs: fix synchronization of quota files in journal=data modeJan Kara1-9/+21
2008-07-25hfsplus: convert the extents_lock in a mutexMatthias Kaehlcke4-11/+12
2008-07-25hfs: convert extents_lock in a mutexMatthias Kaehlcke4-11/+11
2008-07-25hfs: convert bitmap_lock in a mutexMatthias Kaehlcke3-6/+7
2008-07-25coda: remove CODA_FS_OLD_APIAdrian Bunk5-79/+3
2008-07-25isofs: fix minor filesystem corruptionAdam Greenblatt1-2/+20
2008-07-25ext3: validate directory entry data before useDuane Griffin1-10/+12
2008-07-25jbd: don't abort if flushing file data failedHidehiro Kawai1-7/+28
2008-07-25ext3: kill 2 useless magic numbersLi Zefan1-2/+2
2008-07-25jbd: positively dispose the unmapped data buffers in journal_commit_transacti...Toshiyuki Okajima1-9/+20
2008-07-25jbd: unexport journal_update_superblockAdrian Bunk1-1/+0
2008-07-25ext3: handle deleting corrupted indirect blocksDuane Griffin1-1/+15
2008-07-25ext3: don't read inode block if the buffer has a write errorHidehiro Kawai1-0/+10
2008-07-25ext3: handle corrupted orphan list at mountDuane Griffin3-6/+24
2008-07-25ext3: remove double definitions of xattr macrosShen Feng3-7/+3
2008-07-25jbd: fix race between free buffer and commit transactionMingming Cao2-4/+56
2008-07-25ext3: improve some code in rb tree part of dir.cShen Feng1-10/+4
2008-07-25jbd: tidy up revoke cache initialisation and destructionDuane Griffin1-13/+23
2008-07-25jbd: eliminate duplicated code in revocation table init/destroy functionsDuane Griffin1-76/+51
2008-07-25jbd: replace potentially false assertion with if blockDuane Griffin1-3/+4
2008-07-25ext3: correct mount option parsing to detect when quota options can be changedJan Kara1-7/+22
2008-07-25ext3: fix typos in messages and comments (journalled -> journaled)Jan Kara1-7/+7
2008-07-25ext3: fix synchronization of quota files in journal=data modeJan Kara1-8/+27
2008-07-25ext2: fix typo in Hurd part of include/linux/ext2_fs.hSamuel Thibault1-2/+2
2008-07-25ext2: remove double definitions of xattr macrosShen Feng3-7/+3
2008-07-25minix: remove !NO_TRUNCATE codeAdrian Bunk3-33/+0
2008-07-25gpio: max732x driverEric Miao4-0/+424
2008-07-25gpiolib: allow user-selectionMichael Buesch18-23/+116
2008-07-25gpio: add bt8xxgpio driverMichael Buesch5-0/+440
2008-07-25gpio: mcp23s08 handles multiple chips per chipselectDavid Brownell2-40/+118
2008-07-25gpio: sysfs interfaceDavid Brownell12-20/+712
2008-07-25kprobes: remove redundant config checkAbhishek Sagar1-5/+0
2008-07-25kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S8-67/+108
2008-07-25mfd: sm501 fix gpio number calculation for upper bankBen Dooks1-1/+3
2008-07-25mfd: sm501 build fixes when CONFIG_MFD_SM501_GPIO unsetBen Dooks1-5/+24