summaryrefslogtreecommitdiffstats
path: root/include/linux/ext3_fs.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] ext3_fsblk_t: filesystem, group blocks and bug fixesMingming Cao2006-06-251-8/+11
* Remove private struct dx_hash_info from public view in <linux/ext3_fs.h>David Woodhouse2006-05-041-1/+2
* Don't include private headers from user-visible part of linux/ext3_fs.hDavid Woodhouse2006-04-251-5/+2
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-2/+2
* [PATCH] ext3_get_blocks: support multiple blocks allocation in ext3_new_block()Mingming Cao2006-03-261-1/+4
* [PATCH] ext3_get_blocks: Mapping multiple blocks at a onceMingming Cao2006-03-261-3/+3
* [PATCH] ext3_readdir: use generic readaheadAndrew Morton2006-03-231-3/+6
* [PATCH] disk quotas fail when /etc/mtab is symlinked to /proc/mountsMark Bellon2005-09-071-0/+2
* [PATCH] ext3: fix options parsingJan Kara2005-07-121-0/+14
* [PATCH] quota: ext3: Improve quota credit estimatesJan Kara2005-06-241-0/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+830
OpenPOWER on IntegriCloud