aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-25quota: implement sending information via netlink about user below quotaJan Kara1-6/+54
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara6-0/+6
2008-07-25quota: cleanup loop in sync_dquots()Jan Kara1-6/+12
2008-07-25quota: rename quota functions from upper case, make bigger ones non-inlineJan Kara1-0/+53
2008-07-25quota: fix possible infinite loop in quota codeJan Kara1-1/+15
2008-07-25fatfs: add UTC timestamp optionJoe Peterson5-14/+30
2008-07-25remove unused #include <linux/dirent.h>'sAdrian Bunk3-3/+0
2008-07-25msdos fs: remove unsettable atari optionRene Scharfe1-12/+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 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 Mahoney1-12/+10
2008-07-25reiserfs: convert j_flush_sem to mutexJeff Mahoney1-7/+7
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-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