UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / fs / ext2 /
2011-03-02 Josh Huntext2: Fix link count corruption under heavy link+rename...
2011-01-11 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-01-11 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2011-01-10 Tobias Klauserext2: Remove redundant unlikely()
2011-01-10 Eric Sandeenext2: speed up file creates by optimizing rec_len functions
2011-01-10 Wang Sheng-Huiext2: remove dead code in ext2_xattr_get
2011-01-10 Wang Sheng-Huiext2,ext3,ext4: clarify comment for extN_xattr_set_handle
2011-01-07 Nick Pigginext2,3,4: provide simple rcu-walk ACL implementation
2011-01-07 Nick Pigginfs: provide rcu-walk aware permission i_ops
2011-01-07 Nick Pigginfs: icache RCU free inodes
2011-01-06 Joe Perchesfs/ext2/super.c: Use printf extension %pV
2010-10-29 Al Vironew helper: mount_bdev()
2010-10-28 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-10-27 Andrea Gelminiext2: fixed typo.
2010-10-27 Namhyung Kimext2: fix comment on ext2_try_to_allocate()
2010-10-26 Al Vironew helper: ihold()
2010-10-26 Al Viroext2_remount: don't bother with invalidate_inodes()
2010-10-26 Christoph Hellwigfs: add sync_inode_metadata
2010-10-24 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2010-10-04 Jan BlunckBKL: Remove BKL from ext2 filesystem
2010-10-04 Jan BlunckBKL: Explicitly add BKL around get_sb/fill_super
2010-09-23 Namhyung Kimext2: fix a typo on comment in ext2/inode.c
2010-08-09 Andreas Gruenbachermbcache: Remove unused features
2010-08-09 Al Viromerge ext2 delete_inode and clear_inode, switch to...
2010-08-09 Al ViroDon't dirty the victim in ext2_xattr_delete_inode()
2010-08-09 Al ViroTake dirtying the inode to callers of ext2_free_blocks()
2010-08-09 Al Viroext2: switch to dquot_free_block_nodirty()
2010-08-09 Christoph Hellwigcheck ATTR_SIZE contraints in inode_change_ok
2010-08-09 Christoph Hellwigrename generic_setattr
2010-08-09 Christoph Hellwigget rid of block_write_begin_newtrunc
2010-08-09 Christoph Hellwigintroduce __block_write_begin
2010-08-09 Christoph Hellwigclean up write_begin usage for directories in pagecache
2010-08-09 Christoph Hellwigget rid of nobh_write_begin_newtrunc
2010-08-09 Christoph Hellwigsort out blockdev_direct_IO variants
2010-06-24 Jan Karaext2: update ctime when changing the file's permission...
2010-06-04 Nick Pigginfix truncate inode time modification breakage
2010-05-30 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-05-28 npiggin@suse.deext2: convert to use the new truncate convention.
2010-05-28 Christoph Hellwigrename the generic fsync implementations
2010-05-28 Christoph Hellwigdrop unused dentry argument to ->fsync
2010-05-24 Christoph Hellwigquota: rename default quotactl methods to dquot_
2010-05-24 Christoph Hellwigquota: explicitly set ->dq_op and ->s_qcop
2010-05-24 Christoph Hellwigquota: move unmount handling into the filesystem
2010-05-24 Christoph Hellwigquota: kill the vfs_dq_off and vfs_dq_quota_on_remount...
2010-05-24 Christoph Hellwigquota: move remount handling into the filesystem
2010-05-21 Dmitry Monakhovext2: replace inode uid,gid,mode init with helper
2010-05-21 Stephen Hemmingerext2: constify xattr_handler
2010-05-21 Dmitry Monakhovquota: unify quota init condition in setattr
2010-05-21 Jan BlunckBKL: Remove BKL from ext2 filesystem
2010-05-21 Jan Blunckext2: Add ext2_sb_info s_lock spinlock
2010-05-21 Jan Blunckext2: Move ext2_write_super() out of ext2_setup_super()
2010-05-21 Jan Blunckext2: Fold ext2_commit_super() into ext2_sync_super()
2010-05-21 Jan Blunckext2: Remove duplicate code from ext2_sync_fs()
2010-05-21 Jan Blunckext2: Set the write time in ext2_sync_fs()
2010-05-21 Jan Blunckext2: Use ext2_clear_super_error() in ext2_sync_fs()
2010-05-21 Francis Moreauext2: remove useless call to brelse() in ext2_free_inode()
2010-05-21 Jan Karaext2: Avoid loading bitmaps for full groups during...
2010-04-12 Dmitry Monakhovext2: symlink must be handled via filesystem specific...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-05 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-03-05 Christoph Hellwigpass writeback_control to ->write_inode
2010-03-04 Christoph Hellwigdquot: cleanup dquot initialize routine
2010-03-04 Christoph Hellwigdquot: move dquot initialization responsibility into...
2010-03-04 Christoph Hellwigdquot: cleanup dquot drop routine
2010-03-04 Christoph Hellwigdquot: move dquot drop responsibility into the filesystem
2010-03-04 Christoph Hellwigdquot: cleanup dquot transfer routine
2010-03-04 Christoph Hellwigdquot: cleanup inode allocation / freeing routines
2010-03-04 Christoph Hellwigdquot: cleanup space allocation / freeing routines
2009-12-16 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2009-12-16 Christoph Hellwigsanitize xattr handler prototypes
2009-12-16 Jan Karaext2: report metadata errors during fsync
2009-12-16 Theodore Ts'oext2: avoid WARN() messages when failing to write to...
2009-12-10 Jérémy Cochoyext2: fix comment in ext2_find_entry about return values
2009-12-10 Stephen Hemmingerext2: clear uptodate flag on super block I/O error
2009-12-10 Alexey Fisherext2: Unify log messages in ext2
2009-09-24 Linus TorvaldsMerge branch 'hwpoison' of git://git./linux/kernel...
2009-09-23 Heiko Carstensext2: fix format string compile warning (ino_t)
2009-09-22 Alexey Dobriyanconst: make block_device_operations const
2009-09-16 Andi KleenHWPOISON: Enable .remove_error_page for migration aware...
2009-09-14 Jan Karaext2: Update comment about generic_osync_inode
2009-09-08 Linus Torvaldsext[234]: move over to 'check_acl' permission model
2009-09-05 Nicolas Pitreext2: fix unbalanced kmap()/kunmap()
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-07-01 Bryan Donlanext2: return -EIO not -ESTALE on directory traversal...
2009-06-24 Al Virohelpers for acl caching + switch to those
2009-06-24 Al Viroswitch ext2 to inode->i_acl
2009-06-18 Jan Karaext2: Do not update mtime of a moved directory
2009-06-12 Ali Gholami Ruditrivial: ext2: fix a typo in comment in ext2.h
2009-06-12 Christoph Hellwigext2: add ->sync_fs
2009-06-12 Al Viroswitch ext2 to simple_fsync()
2009-06-12 Alessio Igor BoganiPush BKL down into ->remount_fs()
2009-06-12 Christoph Hellwigpush BKL down into ->put_super
2009-06-12 Christoph Hellwigremove ->write_super call in generic_shutdown_super
2009-05-18 Manish Katiyarext2: Fix memory leak in ext2_fill_super() in case...
2009-04-27 Dan Carpenterext2: missing unlock in ext2_quota_write()
2009-04-13 Jan Karaext2: fix data corruption for racing writes
2009-04-01 Al ViroNew helper - current_umask()
2009-03-26 Manish Katiyarext2: Zero our b_size in ext2_quota_read()
2009-03-26 Jan Karaext2: Use lowercase names of quota functions
2009-02-11 Carsten Otteext2/xip: refuse to change xip flag during remount...
next