dquot: move dquot initialization responsibility into the filesystem
[safe/jmp/linux-2.6] / fs / ext3 / inode.c
2010-03-04 Christoph Hellwigdquot: move dquot initialization responsibility into...
2010-03-04 Christoph Hellwigdquot: cleanup dquot transfer routine
2010-03-04 Christoph Hellwigdquot: cleanup space allocation / freeing routines
2010-03-04 Dmitry Monakhovext3: add writepage sanity checks
2010-03-04 Jan Karaext3: Truncate allocated blocks if direct IO write...
2010-03-04 Jan Karaext3: Use bitops to read/modify EXT3_I(inode)->i_state
2009-12-23 Dmitry Monakhovext3: quota macros cleanup [V2]
2009-12-10 Jan Karaext3: Fix data / filesystem corruption when write fails...
2009-12-07 Jiri KosinaMerge branch 'for-next' into for-linus
2009-12-04 Uwe Kleine-Königtree-wide: fix typos "offest" -> "offset"
2009-11-11 Jan Karaext3: Wait for proper transaction commit on fsync
2009-11-11 Eric Sandeenext3: retry failed direct IO allocations
2009-09-24 Linus TorvaldsMerge branch 'hwpoison' of git://git./linux/kernel...
2009-09-16 Chris Masonext3: Add locking to ext3_do_update_inode
2009-09-16 Jan Karaext3: Fix possible deadlock between ext3_truncate(...
2009-09-16 Andi KleenHWPOISON: Enable .remove_error_page for migration aware...
2009-07-15 Jan Karaext3: Get rid of extenddisksize parameter of ext3_get_b...
2009-07-15 Jan Karaext3: Fix truncation of symlinks after failed write
2009-06-24 Al Viroswitch ext3 to inode->i_acl
2009-06-18 Jan Karaext3: make sure inode is deleted from orphan list after...
2009-06-18 Jan Karaext3: fix chain verification in ext3_get_blocks()
2009-06-12 Christoph Hellwigext3: remove ->write_super and stop maintaining ->s_dirt
2009-04-08 Jan Karaext3: Try to avoid starting a transaction in writepage...
2009-04-03 Linus TorvaldsMerge branch 'ext3-latency-fixes' of git://git./linux...
2009-04-03 Theodore Ts'oext3: Add replace-on-truncate hueristics for data=write...
2009-04-03 Jan Karaext3: avoid false EIO errors
2009-03-27 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-03-26 Jan Karaext3: Avoid starting a transaction in writepage when...
2009-03-26 Jan Karaext3: Use lowercase names of quota functions
2009-01-04 Nick Pigginfs: symlink write_begin allocation context fix
2008-12-31 Duane Griffinext3: ensure fast symlinks are NUL-terminated
2008-10-20 Aneesh Kumar K.Vext3: truncate block allocated on a failed ext3_write_begin
2008-10-03 Josef Bacikgeneric block based fiemap implementation
2008-07-28 Hisashi Hifumivfs: pagecache usage optimization for pagesize!=blocksize
2008-07-25 Duane Griffinext3: handle deleting corrupted indirect blocks
2008-07-25 Hidehiro Kawaiext3: don't read inode block if the buffer has a write...
2008-07-25 Duane Griffinext3: handle corrupted orphan list at mount
2008-04-30 Roel Kluinext3: fix test ext_generic_write_end() copied return...
2008-04-28 Harvey Harrisonext3: replace remaining __FUNCTION__ occurrences
2008-04-28 Akinobu Mitaext3: use ext3_get_group_desc()
2008-04-21 Benoit Boissinotext*: spelling fix prefered -> preferred
2008-02-07 David Howellsiget: stop EXT3 from using iget() and read_inode()
2008-02-06 Jan Karaext3: fix lock inversion in direct IO
2008-02-06 Akinobu Mitaext[234]: remove unused argument for ext[234]_find_goal()
2008-02-05 Christoph LameterPagecache zeroing: zero_user_segment, zero_user_segment...
2007-10-19 Jose R. SantosJBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG
2007-10-18 Stephen Hemmingersparse pointer use of zero as null
2007-10-16 Nick Pigginext3: convert to new aops
2007-07-16 Dave Hansenext3: remove extra IS_RDONLY() check
2007-06-24 Kirill Korotaevext3: lost brelse in ext3_read_inode()
2007-05-09 Nate Dillerext3: use zero_user_page
2007-05-08 Jan Karaext3: copy i_flags to inode flags on write
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-08 Markus Rechbergerext2/3/4: fix file date underflow on ext2 3 filesystems...
2007-04-02 Andrew Morton[PATCH] revert "retries in ext3_prepare_write() violate...
2007-02-11 Dmitriy Monakhov[PATCH] jbd layer function called instead of fs specifi...
2006-12-07 Andrey Savochkin[PATCH] retries in ext3_prepare_write() violate orderin...
2006-09-30 Jens Axboe[PATCH] ext3: make meta data reads use READ_META
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Eliminate i_blksize from the inode...
2006-09-27 Dave Kleikamp[PATCH] ext3: More whitespace cleanups
2006-09-27 Eric Sandeen[PATCH] ext3: inode numbers are unsigned long
2006-09-27 Mingming Cao[PATCH] ext3 and jbd cleanup: remove whitespace
2006-09-16 Suparna Bhattacharya[PATCH] ext3 sequential read regression fix
2006-09-08 Badari Pulavarty[PATCH] ext3_getblk() should handle HOLE correctly
2006-07-31 Badari Pulavarty[PATCH] ext3 -nobh option causes oops
2006-07-31 Neil Brown[PATCH] ext3: avoid triggering ext3_error on bad NFS...
2006-06-28 Christoph Hellwig[PATCH] mark address_space_operations const
2006-06-25 Mingming Cao[PATCH] ext3_fsblk_t: the rest of in-kernel filesystem...
2006-06-25 Mingming Cao[PATCH] ext3_fsblk_t: filesystem, group blocks and...
2006-05-04 Mingming Cao[PATCH] ext3: multile block allocate little endian...
2006-03-26 Badari Pulavarty[PATCH] ext3: multi-block get_block()
2006-03-26 Andrew Morton[PATCH] ext3: cleanups and WARN_ON()
2006-03-26 Badari Pulavarty[PATCH] remove ->get_blocks() support
2006-03-26 Mingming Cao[PATCH] ext3_get_blocks: multiple block allocation
2006-03-26 Mingming Cao[PATCH] ext3_get_blocks: Mapping multiple blocks at...
2006-03-26 NeilBrown[PATCH] Make address_space_operations->invalidatepage...
2006-03-23 Arjan van de Ven[PATCH] convert ext3's truncate_sem to a mutex
2006-03-23 Andrew Morton[PATCH] ext3_readdir: use generic readahead
2006-03-11 Badari Pulavarty[PATCH] ext3: fix nobh mode for chattr +j inodes
2006-02-01 Christoph Lameter[PATCH] Direct Migration V9: Avoid writeback / page_mig...
2005-11-14 Denis Lunev[PATCH] ext3: journal handling on error path in ext3_jo...
2005-10-31 Glauber de Oliveir... [PATCH] Test for sb_getblk return value
2005-10-31 Glauber de Oliveir... [PATCH] Locking problems while EXT3FS_DEBUG on
2005-10-28 Al Viro[PATCH] gfp_t: fs/*
2005-09-09 Mark Fasheh[PATCH] update filesystems for new delete_inode behavior
2005-07-08 Andreas Gruenbacher[PATCH] ext3 xattr: Don't write to the in-inode xattr...
2005-06-24 Jan Kara[PATCH] quota: ext3: Improve quota credit estimates
2005-05-05 Andrew Morton[PATCH] revert ext3-writepages-support-for-writeback...
2005-05-01 Mingming Cao[PATCH] ext3: remove unnecessary race then retry in...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2