ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / fs / ext3 /
2010-04-12 Dmitry Monakhovext3: symlink must be handled via filesystem specific...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-29 Linus Torvaldsext3: fix broken handling of EXT3_STATE_NEW
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
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
2010-03-04 Dmitry Monakhovext3: add writepage sanity checks
2010-03-04 Jan Karaext3: Truncate allocated blocks if direct IO write...
2010-03-04 Dmitry Monakhovext3: quota_write cross block boundary behaviour
2010-03-04 Dmitry Monakhovext3: trivial quota cleanup
2010-03-04 Dmitry Monakhovext3: mount flags manipulation cleanup
2010-03-04 Jan Karaext3: Use bitops to read/modify EXT3_I(inode)->i_state
2010-02-05 Thadeu Lima de Sou... fix ext3/ext4 comment typo compain -> complain
2009-12-23 Eric Sandeenext3: Replace lock/unlock_super() with an explicit...
2009-12-23 Eric Sandeenext3: Replace lock/unlock_super() with an explicit...
2009-12-23 Eric Sandeenext3: ext3_mark_recovery_complete() doesn't need to...
2009-12-23 Eric Sandeenext3: Remove outdated comment about lock_super()
2009-12-23 Dmitry Monakhovext3: quota macros cleanup [V2]
2009-12-16 Christoph Hellwigsanitize xattr handler prototypes
2009-12-10 Roel Kluinext3: PTR_ERR return of wrong pointer in setup_new_grou...
2009-12-10 Jan Karaext3: Fix data / filesystem corruption when write fails...
2009-12-10 Jan Karaext3: Support for vfsv1 quota format
2009-12-10 Alexey Fisherext3: Unify log messages in ext3
2009-12-10 Eric Sandeenext3: make "norecovery" an alias for "noload"
2009-12-10 Eric Sandeenext3: Don't update the superblock in ext3_statfs()
2009-12-10 Eric Sandeenext3: journal all modifications in ext3_xattr_set_handle
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-10-12 Theodore Ts'oext3: Don't update superblock write time when filesyste...
2009-09-24 Linus TorvaldsMerge branch 'hwpoison' of git://git./linux/kernel...
2009-09-22 Alexey Dobriyanconst: make struct super_block::s_qcop const
2009-09-22 Alexey Dobriyanconst: make struct super_block::dq_op const
2009-09-16 Jan Karaext3: Flush disk caches on fsync when needed
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-09-14 Jan Karaext3: Remove syncing logic from ext3_file_write
2009-09-08 Linus Torvaldsext[234]: move over to 'check_acl' permission model
2009-08-24 Jan Karaext3: Improve error message that changing journaling...
2009-08-24 Theodore Ts'oext3: Update Kconfig description of EXT3_DEFAULTS_TO_OR...
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 Virohelpers for acl caching + switch to those
2009-06-24 Al Viroswitch ext3 to inode->i_acl
2009-06-20 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2009-06-19 Bartlomiej Zolnier... block: rename CONFIG_LBD to CONFIG_LBDAF
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-17 Linus Torvaldsext3: avoid unnecessary spinlock in critical POSIX...
2009-06-12 Alessio Igor BoganiPush BKL down into ->remount_fs()
2009-06-12 Al ViroPush lock_super() into the ->remount_fs() of filesystem...
2009-06-12 Christoph Hellwigpush BKL down into ->put_super
2009-06-12 Christoph Hellwigext3: remove ->write_super and stop maintaining ->s_dirt
2009-06-11 Linus TorvaldsMerge branch 'for-2.6.31' of git://git.kernel.dk/linux...
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-05-18 Manish Katiyarext3: Fix memory leak in ext3_fill_super() in case...
2009-04-27 Linus Torvaldsext3: avoid unnecessary spinlock in critical POSIX...
2009-04-08 Jan Karaext3: Try to avoid starting a transaction in writepage...
2009-04-07 Linus Torvaldsext3: make default data ordering mode configurable
2009-04-03 Linus TorvaldsMerge branch 'ext3-latency-fixes' of git://git./linux...
2009-04-03 Theodore Ts'oext3: Add replace-on-rename hueristics for data=writeba...
2009-04-03 Theodore Ts'oext3: Add replace-on-truncate hueristics for data=write...
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-03 Jan Karaext3: avoid false EIO errors
2009-04-03 Bryan Donlanext3: return -EIO not -ESTALE on directory traversal...
2009-04-03 Wei Yongjunext3: use unsigned instead of int for type of blocksize...
2009-04-03 Cyrus Massoumiext3: remove the BKL in ext3/ioctl.c
2009-04-01 Al ViroNew helper - current_umask()
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-03-26 Jan Karaext3: Remove unnecessary quota functions
2009-02-11 Jan Karaext3: revert "ext3: wait on all pending commits in...
2009-01-16 Theodore Ts'oext3: Add sanity check to make_indexed_dir
2009-01-10 Takashi Satofilesystem freeze: add error handling of write_super_lo...
2009-01-09 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-01-08 Wu Fengguanggeneric swap(): ext3: remove local swap() macro
2009-01-08 Duane Griffinext3: tighten restrictions on inode flags
2009-01-08 Duane Griffinext3: don't inherit inappropriate inode flags from...
2009-01-08 Pekka Enbergext3: allocate ->s_blockgroup_lock separately
2009-01-05 Jan Karaext3: Add default allocation routines for quota structures
2009-01-05 Jan Karaext3: Use sb_any_quota_loaded() instead of sb_any_quota...
2009-01-04 Nick Pigginfs: symlink write_begin allocation context fix
2009-01-06 Toshiyuki Okajimaext3: provide function to release metadata pages under...
2008-12-31 Al Vironfsd race fixes: ext3
2008-12-31 Duane Griffinext3: ensure fast symlinks are NUL-terminated
2008-11-14 James MorrisMerge branch 'master' into next
2008-11-13 David HowellsCRED: Wrap task credential accesses in the Ext3 filesystem
2008-11-13 Theodore Tsoext3: Clean up outdated and incorrect comment for ext3_...
2008-11-06 Arthur Jonesext3: wait on all pending commits in ext3_sync_fs
2008-12-06 Theodore Ts'oext3/4: Fix loop index in do_split() so it is signed
next