aboutsummaryrefslogtreecommitdiff
path: root/fs/ext3
AgeCommit message (Expand)Author
2008-07-25ext3: validate directory entry data before useDuane Griffin
2008-07-25ext3: kill 2 useless magic numbersLi Zefan
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-25ext3: improve some code in rb tree part of dir.cShen Feng
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-04ext3: add missing unlock to error path in ext3_quota_write()Jan Kara
2008-06-06ext3: fix online resize bugJosef Bacik
2008-05-14ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()Tiger Yang
2008-04-29ext3: fix test ext_generic_write_end() copied return valueRoel Kluin
2008-04-28ext3: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28ext3: fix mount messages when quota disabledJan Kara
2008-04-28ext3: retry block allocation if new blocks are allocated from system zoneAneesh Kumar K.V
2008-04-28ext3: fix hang on umount with quotas when journal is abortedJan Kara
2008-04-28ext3: fix update of mtime and ctime on renameJan Kara
2008-04-28fs/ext3: use BUG_ONJulia Lawall
2008-04-28ext3: check ext3_journal_get_write_access() errorsAkinobu Mita
2008-04-28ext3: use ext3_get_group_desc()Akinobu Mita
2008-04-28ext3: add missing ext3_journal_stop()Akinobu Mita
2008-04-28ext3: use ext3_group_first_block_no()Akinobu Mita
2008-04-28make ext3_xattr_list() staticAdrian Bunk
2008-04-28ext3: convert byte order of constant instead of variableMarcin Slusarz
2008-04-28ext3: fdatasync should skip metadata writeout when overwritingHisashi Hifumi
2008-04-28quota: ext3: make ext3 handle quotaon on remountJan Kara
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds
2008-04-21ext*: spelling fix prefered -> preferredBenoit Boissinot
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen
2008-04-15vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara
2008-03-19ext3: fix wrong gfp type under transactionJosef Bacik
2008-03-04ext3: fix mount option parsingJosef Bacik
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-02-08ext3: replace all adds to little endians variables with le*_add_cpuMarcin Slusarz
2008-02-07iget: stop EXT3 from using iget() and read_inode()David Howells
2008-02-06ext3: fix lock inversion in direct IOJan Kara
2008-02-06ext3: remove unused code from ext3_find_entry()Mariusz Kozlowski
2008-02-06ext[234]: cleanup ext[234]_bg_num_gdb()Akinobu Mita
2008-02-06ext[234]: remove unused argument for ext[234]_find_goal()Akinobu Mita
2008-02-06ext[234]: use ext[234]_get_group_desc()Akinobu Mita
2008-02-06ext[234]: fix comment for nonexistent variableAkinobu Mita
2008-02-06ext3: change the default behaviour on errorAneesh Kumar K.V
2008-02-06ext3: return after ext3_error in case of failuresAneesh Kumar K.V
2008-02-06ext3: add block bitmap validationAneesh Kumar K.V
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter
2008-01-28ext3: Fix the max file size for ext3 file system.Aneesh Kumar K.V
2007-12-17ext3, ext4: avoid divide by zeroAndries E. Brouwer