aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ext3_fs.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-1/+1
2010-03-29ext3: fix broken handling of EXT3_STATE_NEWGravatar Linus Torvalds 1-3/+3
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-8/+25
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 1-1/+1
2010-03-05ext3: Use bitops to read/modify EXT3_I(inode)->i_stateGravatar Jan Kara 1-8/+25
2009-12-10ext3: Unify log messages in ext3Gravatar Alexey Fisher 1-0/+2
2009-07-15ext3: Get rid of extenddisksize parameter of ext3_get_blocks_handle()Gravatar Jan Kara 1-1/+1
2009-04-03Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2009-04-03ext3: Add replace-on-truncate hueristics for data=writeback modeGravatar Theodore Ts'o 1-0/+1
2009-04-02ext3: remove the BKL in ext3/ioctl.cGravatar Cyrus Massoumi 1-3/+2
2009-01-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 1-1/+27
2009-01-08ext3: tighten restrictions on inode flagsGravatar Duane Griffin 1-0/+17
2009-01-08ext3: don't inherit inappropriate inode flags from parentGravatar Duane Griffin 1-0/+7
2008-10-28ext3: Add support for non-native signed/unsigned htree hash algorithmsGravatar Theodore Ts'o 1-1/+27
2008-10-20ext3: add an option to control error handling on file dataGravatar Hidehiro Kawai 1-0/+2
2008-10-16include: replace __FUNCTION__ with __func__Gravatar Harvey Harrison 1-2/+2
2008-10-03generic block based fiemap implementationGravatar Josef Bacik 1-0/+2
2008-07-25ext3: handle corrupted orphan list at mountGravatar Duane Griffin 1-0/+1
2008-02-07iget: stop EXT3 from using iget() and read_inode()Gravatar David Howells 1-1/+1
2007-11-14Fix 64KB blocksize in ext3 directoriesGravatar Jan Kara 1-0/+20
2007-10-18ext3: support large blocksize up to PAGESIZEGravatar Takashi Sato 1-2/+2
2007-10-17ext3: remove #ifdef CONFIG_EXT3_INDEXGravatar Eric Sandeen 1-12/+2
2007-05-08ext3: copy i_flags to inode flags on writeGravatar Jan Kara 1-0/+1
2007-02-12[PATCH] mark struct inode_operations const 3Gravatar Arjan van de Ven 1-5/+5
2006-09-30[PATCH] BLOCK: Move the Ext3 device ioctl compat stuff to the Ext3 driver [tr...Gravatar David Howells 1-0/+6
2006-09-30[PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]Gravatar David Howells 1-4/+16
2006-09-27[PATCH] ext3: Fix sparse warningsGravatar Dave Kleikamp 1-1/+1
2006-09-27[PATCH] ext3: More whitespace cleanupsGravatar Dave Kleikamp 1-1/+1
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Gravatar Jeff Garzik 1-5/+1
2006-07-31[PATCH] ext3: avoid triggering ext3_error on bad NFS file handleGravatar Neil Brown 1-0/+9
2006-06-25[PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversionGravatar Mingming Cao 1-2/+10
2006-06-25[PATCH] ext3_fsblk_t: filesystem, group blocks and bug fixesGravatar Mingming Cao 1-8/+11
2006-05-04Remove private struct dx_hash_info from public view in <linux/ext3_fs.h>Gravatar David Woodhouse 1-1/+2
2006-04-25Don't include private headers from user-visible part of linux/ext3_fs.hGravatar David Woodhouse 1-5/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 1-2/+2
2006-03-26[PATCH] ext3_get_blocks: support multiple blocks allocation in ext3_new_block()Gravatar Mingming Cao 1-1/+4
2006-03-26[PATCH] ext3_get_blocks: Mapping multiple blocks at a onceGravatar Mingming Cao 1-3/+3
2006-03-23[PATCH] ext3_readdir: use generic readaheadGravatar Andrew Morton 1-3/+6
2005-09-07[PATCH] disk quotas fail when /etc/mtab is symlinked to /proc/mountsGravatar Mark Bellon 1-0/+2
2005-07-12[PATCH] ext3: fix options parsingGravatar Jan Kara 1-0/+14
2005-06-24[PATCH] quota: ext3: Improve quota credit estimatesGravatar Jan Kara 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+830