aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+2
2010-05-27ext2: convert to use the new truncate convention.npiggin@suse.de1-1/+0
2010-05-27rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-3/+3
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-0/+1
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-2/+2
2009-12-16ext2: report metadata errors during fsyncJan Kara1-2/+19
2009-09-08ext[234]: move over to 'check_acl' permission modelLinus Torvalds1-1/+1
2009-06-11switch ext2 to simple_fsync()Al Viro1-2/+2
2008-10-03generic block based fiemap implementationJosef Bacik1-0/+1
2008-02-06BKL-removal: convert ext2 over to use unlocked_ioctlAndi Kleen1-2/+2
2007-10-17ext2 reservationsMartin J. Bligh1-2/+5
2007-07-16ext2: fix a comment when ext2_release_file() is calledJan Kara1-3/+3
2007-07-10xip sendfile removalCarsten Otte1-1/+0
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+0
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-2/+2
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-2/+0
2006-09-30[PATCH] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 driver [try #6]David Howells1-0/+6
2006-03-30[PATCH] Introduce sys_splice() system callJens Axboe1-0/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-2/+2
2005-06-24[PATCH] xip: reduce code duplicationCarsten Otte1-6/+2
2005-06-24[PATCH] xip: ext2: execute in placeCarsten Otte1-0/+18
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+68