aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ext3_fs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-31ext3: move headers to fs/ext3/Al Viro1-980/+0
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2012-01-03ext3: propagate umode_tAl Viro1-1/+1
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+2
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+1
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-8/+8
2011-08-31ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodesTheodore Ts'o1-2/+2
2011-08-17ext3: remove deprecated oldallocLukas Czerner1-1/+1
2011-07-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-4/+3
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+1
2011-06-25ext3: use proper little-endian bitopsAkinobu Mita1-3/+2
2011-06-25ext3: Convert ext3 to new truncate calling conventionJan Kara1-1/+1
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2011-03-23ext3: use little-endian bitopsAkinobu Mita1-5/+5
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-1/+2
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris1-1/+2
2011-01-10ext3: speed up file creates by optimizing rec_len functionsEric Sandeen1-0/+9
2011-01-10ext3: Add batched discard support for ext3Lukas Czerner1-0/+1
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2010-08-09convert ext3 to ->evict_inode()Al Viro1-1/+1
2010-07-21ext3: remove vestiges of nobh supportChristoph Hellwig1-1/+0
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-03-29ext3: fix broken handling of EXT3_STATE_NEWLinus Torvalds1-3/+3
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-8/+25
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-1/+1
2010-03-05ext3: Use bitops to read/modify EXT3_I(inode)->i_stateJan Kara1-8/+25
2009-12-10ext3: Unify log messages in ext3Alexey Fisher1-0/+2
2009-07-15ext3: Get rid of extenddisksize parameter of ext3_get_blocks_handle()Jan Kara1-1/+1
2009-04-03Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2009-04-03ext3: Add replace-on-truncate hueristics for data=writeback modeTheodore Ts'o1-0/+1
2009-04-02ext3: remove the BKL in ext3/ioctl.cCyrus Massoumi1-3/+2
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+27
2009-01-08ext3: tighten restrictions on inode flagsDuane Griffin1-0/+17
2009-01-08ext3: don't inherit inappropriate inode flags from parentDuane Griffin1-0/+7
2008-10-28ext3: Add support for non-native signed/unsigned htree hash algorithmsTheodore Ts'o1-1/+27
2008-10-20ext3: add an option to control error handling on file dataHidehiro Kawai1-0/+2
2008-10-16include: replace __FUNCTION__ with __func__Harvey Harrison1-2/+2
2008-10-03generic block based fiemap implementationJosef Bacik1-0/+2
2008-07-25ext3: handle corrupted orphan list at mountDuane Griffin1-0/+1
2008-02-07iget: stop EXT3 from using iget() and read_inode()David Howells1-1/+1
2007-11-14Fix 64KB blocksize in ext3 directoriesJan Kara1-0/+20
2007-10-18ext3: support large blocksize up to PAGESIZETakashi Sato1-2/+2
2007-10-17ext3: remove #ifdef CONFIG_EXT3_INDEXEric Sandeen1-12/+2
2007-05-08ext3: copy i_flags to inode flags on writeJan Kara1-0/+1
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven1-5/+5
2006-09-30[PATCH] BLOCK: Move the Ext3 device ioctl compat stuff to the Ext3 driver [try #6]David Howells1-0/+6
2006-09-30[PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]David Howells1-4/+16
2006-09-27[PATCH] ext3: Fix sparse warningsDave Kleikamp1-1/+1
2006-09-27[PATCH] ext3: More whitespace cleanupsDave Kleikamp1-1/+1
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik1-5/+1