aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-25reiserfs: convert j_lock to mutexJeff Mahoney1-3/+3
2008-07-25reiserfs: correct mount option parsing to detect when quota options can be changedJan 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 Bunk4-36/+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_transaction()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 Griffin2-6/+23
2008-07-25ext3: remove double definitions of xattr macrosShen Feng3-7/+3
2008-07-25jbd: fix race between free buffer and commit transactionMingming Cao1-2/+55
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: remove double definitions of xattr macrosShen Feng3-7/+3
2008-07-25minix: remove !NO_TRUNCATE codeAdrian Bunk3-33/+0
2008-07-25exec: remove some includesHugh Dickins1-4/+2
2008-07-25fs: ldm.[ch] use get_unaligned_* helpersHarvey Harrison2-40/+35
2008-07-25ELF loader support for auxvec base platform stringNathan Lynch1-0/+28
2008-07-24fix fs/nfs/nfsroot.c compilationAdrian Bunk1-1/+1
2008-07-24UFS: add const to parser token tableSteven Whitehouse1-1/+1
2008-07-24autofs4: remove unused ioctlsIan Kent2-69/+1
2008-07-24autofs4: reorganize expire pending wait function callsIan Kent3-65/+40
2008-07-24autofs4: fix direct mount pending expire race - correctionIan Kent1-8/+2
2008-07-24autofs4: fix direct mount pending expire raceIan Kent3-26/+65
2008-07-24autofs4: fix indirect mount pending expire raceIan Kent3-23/+65
2008-07-24autofs4: fix pending checksIan Kent1-3/+6
2008-07-24autofs4: cleanup redundant readir codeIan Kent1-133/+16
2008-07-24autofs4: indirect dentry must almost always be positiveIan Kent1-3/+14
2008-07-24autofs4: detect invalid direct mount requestsIan Kent1-0/+4
2008-07-24autofs4: fix waitq memory leakIan Kent2-10/+10
2008-07-24autofs4: check kernel communication pipe is valid for writeIan Kent1-2/+14
2008-07-24autofs4: add missing kfreeIan Kent1-1/+3
2008-07-24autofs4: fix pending mount raceIan Kent1-38/+97
2008-07-24autofs4: fix waitq lockingIan Kent2-13/+14
2008-07-24autofs4: use struct qstr in waitq.cJeff Moyer2-44/+46
2008-07-24autofs4: use lookup intent flags to trigger mountsIan Kent1-2/+5
2008-07-24autofs4: don't release directory mutex if called in oz_modeIan Kent1-6/+5