aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/inode.c
Commit message (Expand)AuthorAgeFilesLines
...
| * ext3: Add replace-on-truncate hueristics for data=writeback modeTheodore Ts'o2009-04-031-0/+3
* | ext3: avoid false EIO errorsJan Kara2009-04-021-65/+74
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-03-271-3/+3
|\ \
| * | ext3: Use lowercase names of quota functionsJan Kara2009-03-261-3/+3
| |/
* | ext3: Avoid starting a transaction in writepage when not necessaryJan Kara2009-03-261-5/+13
|/
* fs: symlink write_begin allocation context fixNick Piggin2009-01-041-1/+1
* ext3: ensure fast symlinks are NUL-terminatedDuane Griffin2008-12-311-2/+5
* ext3: truncate block allocated on a failed ext3_write_beginAneesh Kumar K.V2008-10-201-0/+7
* generic block based fiemap implementationJosef Bacik2008-10-031-0/+8
* vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi2008-07-281-32/+35
* ext3: handle deleting corrupted indirect blocksDuane Griffin2008-07-251-1/+15
* ext3: don't read inode block if the buffer has a write errorHidehiro Kawai2008-07-251-0/+10
* ext3: handle corrupted orphan list at mountDuane Griffin2008-07-251-6/+14
* ext3: fix test ext_generic_write_end() copied return valueRoel Kluin2008-04-291-6/+8
* ext3: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-3/+3
* ext3: use ext3_get_group_desc()Akinobu Mita2008-04-281-18/+5
* ext*: spelling fix prefered -> preferredBenoit Boissinot2008-04-211-3/+3
* iget: stop EXT3 from using iget() and read_inode()David Howells2008-02-071-6/+19
* ext3: fix lock inversion in direct IOJan Kara2008-02-061-54/+52
* ext[234]: remove unused argument for ext[234]_find_goal()Akinobu Mita2008-02-061-5/+3
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-051-2/+2
* JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUGJose R. Santos2007-10-191-1/+1
* sparse pointer use of zero as nullStephen Hemminger2007-10-181-1/+1
* ext3: convert to new aopsNick Piggin2007-10-161-48/+115
* ext3: remove extra IS_RDONLY() checkDave Hansen2007-07-161-1/+1
* ext3: lost brelse in ext3_read_inode()Kirill Korotaev2007-06-241-1/+3
* ext3: use zero_user_pageNate Diller2007-05-091-10/+2
* ext3: copy i_flags to inode flags on writeJan Kara2007-05-081-0/+20
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* ext2/3/4: fix file date underflow on ext2 3 filesystems on 64 bit systemsMarkus Rechberger2007-05-081-3/+3
* [PATCH] revert "retries in ext3_prepare_write() violate ordering requirements"Andrew Morton2007-04-021-75/+10
* [PATCH] jbd layer function called instead of fs specific oneDmitriy Monakhov2007-02-111-2/+2
* [PATCH] retries in ext3_prepare_write() violate ordering requirementsAndrey Savochkin2006-12-071-10/+75
* [PATCH] ext3: make meta data reads use READ_METAJens Axboe2006-09-301-2/+3
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-3/+0
* [PATCH] ext3: More whitespace cleanupsDave Kleikamp2006-09-271-4/+4
* [PATCH] ext3: inode numbers are unsigned longEric Sandeen2006-09-271-1/+1
* [PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao2006-09-271-32/+32
* [PATCH] ext3 sequential read regression fixSuparna Bhattacharya2006-09-161-1/+1
* [PATCH] ext3_getblk() should handle HOLE correctlyBadari Pulavarty2006-09-081-4/+7
* [PATCH] ext3 -nobh option causes oopsBadari Pulavarty2006-07-311-3/+3
* [PATCH] ext3: avoid triggering ext3_error on bad NFS file handleNeil Brown2006-07-311-6/+7
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-3/+3
* [PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversionMingming Cao2006-06-251-27/+28
* [PATCH] ext3_fsblk_t: filesystem, group blocks and bug fixesMingming Cao2006-06-251-1/+1
* [PATCH] ext3: multile block allocate little endian fixesMingming Cao2006-05-031-5/+8
* [PATCH] ext3: multi-block get_block()Badari Pulavarty2006-03-261-12/+4
* [PATCH] ext3: cleanups and WARN_ON()Andrew Morton2006-03-261-125/+114
* [PATCH] remove ->get_blocks() supportBadari Pulavarty2006-03-261-10/+2
* [PATCH] ext3_get_blocks: multiple block allocationMingming Cao2006-03-261-77/+193