summaryrefslogtreecommitdiffstats
path: root/fs/logfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-1/+2
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* logfs: take write mutex lock during fsync and syncPrasad Joshi2012-01-281-0/+2
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-1/+10
* userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-1/+1
* logfs: kill BKLArnd Bergmann2010-08-141-3/+3
* always call inode_change_ok early in ->setattrChristoph Hellwig2010-08-091-4/+4
* remove inode_setattrChristoph Hellwig2010-08-091-7/+11
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-2/+2
* logfs: remove unused variableJoern Engel2010-05-071-1/+0
* logfs: fix syncJoern Engel2010-05-051-2/+1
* logfs: commit reservations under space pressureJoern Engel2010-05-041-1/+11
* [LogFS] add new flash file systemJoern Engel2009-11-201-0/+263
OpenPOWER on IntegriCloud