aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-28logfs: take write mutex lock during fsync and syncPrasad Joshi1-0/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+10
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2010-08-14logfs: kill BKLArnd Bergmann1-3/+3
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig1-4/+4
2010-08-09remove inode_setattrChristoph Hellwig1-7/+11
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+2
2010-05-07logfs: remove unused variableJoern Engel1-1/+0
2010-05-05logfs: fix syncJoern Engel1-2/+1
2010-05-04logfs: commit reservations under space pressureJoern Engel1-1/+11
2009-11-20[LogFS] add new flash file systemJoern Engel1-0/+263