aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/logfs.h
AgeCommit message (Expand)Author
2016-01-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-09logfs: constify logfs_block_ops structuresJulia Lawall
2015-12-06logfs: don't duplicate page_symlink_inode_operationsAl Viro
2015-11-25kbuild: Allow to specify composite modules with modname-mMichal Marek
2012-01-31Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds
2012-01-28logfs: Free areas before calling generic_shutdown_super()Joern Engel
2012-01-28logfs: Propagate page parameter to __logfs_write_inodePrasad Joshi
2012-01-28logfs: take write mutex lock during fsync and syncPrasad Joshi
2012-01-03logfs: propagate umode_tAl Viro
2011-10-31lib/string.c: introduce memchr_inv()Akinobu Mita
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2010-11-01fs: logfs: Fix up MTD=y build.Paul Mundt
2010-10-29switch logfs to ->mount()Al Viro
2010-10-29logfs: fix a leak in get_sbAl Viro
2010-10-29logfs get_sb, part 3Al Viro
2010-10-29logfs get_sb, part 2Al Viro
2010-10-29logfs get_sb massage, part 1Al Viro
2010-08-14logfs: kill BKLArnd Bergmann
2010-08-09convert logfs to ->evict_inode()Al Viro
2010-08-09logfs: get rid of magical inodesAl Viro
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-05-10fix "seperate" typos in commentsAnand Gadiyar
2010-05-07logfs: handle powerfail on NAND flashJoern Engel
2010-05-04logfs: commit reservations under space pressureJoern Engel
2010-05-04logfs: survive logfs_buf_recover read errorsJoern Engel
2010-04-15[LogFS] Prevent mempool_destroy NULL pointer dereferenceJoern Engel
2010-04-13[LogFS] Prevent memory corruption on large deletesJoern Engel
2010-03-30[LogFS] Remove unused methodJoern Engel
2010-03-28[LogFS] Clear PagePrivate when moving journalJoern Engel
2010-03-04[LogFS] Only write journal if dirtyJoern Engel
2010-03-04[LogFS] Fix bdev erasesJoern Engel
2009-11-20[LogFS] add new flash file systemJoern Engel