mmc: s3c6410: enable ADMA feature in 6410 sdhci controller
[safe/jmp/linux-2.6] / fs / ext2 /
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...
2009-01-16 Jan Karaext2: also update the inode on disk when dir is IS_DIRSYNC
2009-01-08 Duane Griffinext2: tighten restrictions on inode flags
2009-01-08 Duane Griffinext2: don't inherit inappropriate inode flags from...
2009-01-08 Pekka J Enbergext2: allocate ->s_blockgroup_lock separately
2009-01-08 Qinghuang Fengext2: fix ext2_splice_branch() comments
2008-12-31 Al Vironfsd race fixes: ext2
2008-12-31 Duane Griffinext2: ensure fast symlinks are NUL-terminated
2008-11-13 David HowellsCRED: Wrap task credential accesses in the Ext2 filesystem
2008-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/viro/bdev
2008-10-23 Al Viro[PATCH] get rid of on-stack dentry in ext2_get_parent()
2008-10-23 Christoph Hellwig[PATCH] switch all filesystems over to d_obtain_alias
2008-10-21 Al Viro[PATCH] move block_device_operations to blkdev.h
2008-10-20 Alexey Dobriyanfs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out
2008-10-16 Eric Sandeenext2: avoid printk floods in the face of directory...
2008-10-16 Mingming Caoext2: fix ext2 block reservation early ENOSPC issue
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-10-03 Josef Bacikgeneric block based fiemap implementation
2008-07-28 Hisashi Hifumivfs: pagecache usage optimization for pagesize!=blocksize
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-25 Jan Karaquota: move function-macros from quota.h to quotaops.h
2008-07-25 Shen Fengext2: remove double definitions of xattr macros
2008-04-28 Aneesh Kumar K.Vext2: retry block allocation if new blocks are allocate...
2008-04-28 Harvey Harrisonext2: replace remaining __FUNCTION__ occurrences
2008-04-28 Julia Lawallfs/ext2: use BUG_ON
2008-04-28 Akinobu Mitaext2: use ext2_fsblk_t type
2008-04-28 Akinobu Mitaext2: use ext2_group_first_block_no()
2008-04-28 Akinobu Mitaext2: improve ext2_readdir() return value
2008-04-28 Marcin Slusarzext2: convert byte order of constant instead of variable
2008-04-28 Marcin Slusarzext2: le*_add_cpu conversion
2008-04-28 Nick Pigginxip: support non-struct page backed memory
2008-04-28 Jared Hulbertreturn pfn from direct_access, for XIP
2008-04-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-21 Benoit Boissinotext*: spelling fix prefered -> preferred
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate write count for ioctls()
2008-04-16 Jan Karavfs: fix possible deadlock in ext2, ext3, ext4 when...
2008-02-08 Miklos Szeredimount options: fix ext2
2008-02-08 Christoph Hellwigext2: remove unused ext2_put_inode prototype
2008-02-07 David Howellsiget: stop EXT2 from using iget() and read_inode()
2008-02-06 Akinobu Mitaext[234]: cleanup ext[234]_bg_num_gdb()
2008-02-06 Akinobu Mitaext[234]: remove unused argument for ext[234]_find_goal()
2008-02-06 Akinobu Mitaext[234]: use ext[234]_get_group_desc()
2008-02-06 Akinobu Mitaext[234]: fix comment for nonexistent variable
2008-02-06 Andi KleenBKL-removal: remove incorrect BKL comment in ext2
2008-02-06 Andi KleenBKL-removal: convert ext2 over to use unlocked_ioctl
next