summaryrefslogtreecommitdiffstats
path: root/fs/ext3/file.c
AgeCommit message (Expand)AuthorLines
2014-06-12->splice_write() via ->write_iter()Al Viro-1/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro-2/+2
2014-01-25ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig-0/+1
2012-03-31ext3: move headers to fs/ext3/Al Viro-5/+1
2011-07-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-1/+0
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig-1/+1
2011-06-25ext3: Convert ext3 to new truncate calling conventionJan Kara-1/+0
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig-0/+1
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig-1/+1
2010-03-05ext3: Use bitops to read/modify EXT3_I(inode)->i_stateJan Kara-2/+2
2009-09-14ext3: Remove syncing logic from ext3_file_writeJan Kara-60/+1
2009-09-08ext[234]: move over to 'check_acl' permission modelLinus Torvalds-1/+1
2009-04-03Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+4
2009-04-03ext3: Add replace-on-truncate hueristics for data=writeback modeTheodore Ts'o-0/+4
2009-04-02ext3: remove the BKL in ext3/ioctl.cCyrus Massoumi-1/+1
2008-10-03generic block based fiemap implementationJosef Bacik-0/+1
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe-1/+0
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven-1/+1
2006-12-08[PATCH] ext3: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek-1/+1
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty-2/+0
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty-2/+3
2006-09-30[PATCH] BLOCK: Move the Ext3 device ioctl compat stuff to the Ext3 driver [tr...David Howells-0/+3
2006-09-27[PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao-1/+1
2006-03-30[PATCH] Introduce sys_splice() system callJens Axboe-0/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven-1/+1
2006-03-23[PATCH] convert ext3's truncate_sem to a mutexArjan van de Ven-2/+2
2005-06-28[PATCH] ext3: reduce allocate-with-reservation lock latenciesMingming Cao-0/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+131