aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ext3_fs.h
Commit message (Expand)AuthorAgeFilesLines
* ext3: return 32/64-bit dir name hash according to usage typeEric Sandeen2013-11-281-1/+5
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2011-11-021-2/+2
|\
| * ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodesTheodore Ts'o2011-08-311-2/+2
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-11-021-1/+1
|\ \
| * | ext3: remove deprecated oldallocLukas Czerner2011-08-171-1/+1
| |/
* | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-8/+8
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-07-261-4/+3
|\
| * ext3: use proper little-endian bitopsAkinobu Mita2011-06-251-3/+2
| * ext3: Convert ext3 to new truncate calling conventionJan Kara2011-06-251-1/+1
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+1
|/
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-271-1/+1
* ext3: use little-endian bitopsAkinobu Mita2011-03-231-5/+5
* Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-081-1/+2
|\
| * fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-011-1/+2
* | ext3: speed up file creates by optimizing rec_len functionsEric Sandeen2011-01-101-0/+9
* | ext3: Add batched discard support for ext3Lukas Czerner2011-01-101-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-1/+1
|\
| * convert ext3 to ->evict_inode()Al Viro2010-08-091-1/+1
* | ext3: remove vestiges of nobh supportChristoph Hellwig2010-07-211-1/+0
|/
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-1/+1
* ext3: fix broken handling of EXT3_STATE_NEWLinus Torvalds2010-03-291-3/+3
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-051-8/+25
|\
| * ext3: Use bitops to read/modify EXT3_I(inode)->i_stateJan Kara2010-03-051-8/+25
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-1/+1
|/
* ext3: Unify log messages in ext3Alexey Fisher2009-12-101-0/+2
* ext3: Get rid of extenddisksize parameter of ext3_get_blocks_handle()Jan Kara2009-07-151-1/+1
* Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-04-031-0/+1
|\
| * ext3: Add replace-on-truncate hueristics for data=writeback modeTheodore Ts'o2009-04-031-0/+1
* | ext3: remove the BKL in ext3/ioctl.cCyrus Massoumi2009-04-021-3/+2
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-01-081-1/+27
|\
| * ext3: Add support for non-native signed/unsigned htree hash algorithmsTheodore Ts'o2008-10-281-1/+27
* | ext3: tighten restrictions on inode flagsDuane Griffin2009-01-081-0/+17
* | ext3: don't inherit inappropriate inode flags from parentDuane Griffin2009-01-081-0/+7
|/
* ext3: add an option to control error handling on file dataHidehiro Kawai2008-10-201-0/+2
* include: replace __FUNCTION__ with __func__Harvey Harrison2008-10-161-2/+2
* generic block based fiemap implementationJosef Bacik2008-10-031-0/+2
* ext3: handle corrupted orphan list at mountDuane Griffin2008-07-251-0/+1
* iget: stop EXT3 from using iget() and read_inode()David Howells2008-02-071-1/+1
* Fix 64KB blocksize in ext3 directoriesJan Kara2007-11-141-0/+20
* ext3: support large blocksize up to PAGESIZETakashi Sato2007-10-181-2/+2
* ext3: remove #ifdef CONFIG_EXT3_INDEXEric Sandeen2007-10-171-12/+2
* ext3: copy i_flags to inode flags on writeJan Kara2007-05-081-0/+1
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-121-5/+5
* [PATCH] BLOCK: Move the Ext3 device ioctl compat stuff to the Ext3 driver [tr...David Howells2006-09-301-0/+6
* [PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]David Howells2006-09-301-4/+16
* [PATCH] ext3: Fix sparse warningsDave Kleikamp2006-09-271-1/+1
* [PATCH] ext3: More whitespace cleanupsDave Kleikamp2006-09-271-1/+1
* Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik2006-09-241-5/+1
* [PATCH] ext3: avoid triggering ext3_error on bad NFS file handleNeil Brown2006-07-311-0/+9
* [PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversionMingming Cao2006-06-251-2/+10