aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/logfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-31Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds1-1/+4
2012-01-28logfs: Free areas before calling generic_shutdown_super()Joern Engel1-0/+1
2012-01-28logfs: Propagate page parameter to __logfs_write_inodePrasad Joshi1-1/+1
2012-01-28logfs: take write mutex lock during fsync and syncPrasad Joshi1-0/+2
2012-01-03logfs: propagate umode_tAl Viro1-1/+1
2011-10-31lib/string.c: introduce memchr_inv()Akinobu Mita1-1/+0
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+1
2010-11-01fs: logfs: Fix up MTD=y build.Paul Mundt1-1/+1
2010-10-29switch logfs to ->mount()Al Viro1-3/+0
2010-10-29logfs: fix a leak in get_sbAl Viro1-1/+2
2010-10-29logfs get_sb, part 3Al Viro1-12/+6
2010-10-29logfs get_sb, part 2Al Viro1-2/+1
2010-10-29logfs get_sb massage, part 1Al Viro1-5/+12
2010-08-14logfs: kill BKLArnd Bergmann1-2/+1
2010-08-09convert logfs to ->evict_inode()Al Viro1-2/+1
2010-08-09logfs: get rid of magical inodesAl Viro1-1/+0
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-05-10fix "seperate" typos in commentsAnand Gadiyar1-1/+1
2010-05-07logfs: handle powerfail on NAND flashJoern Engel1-0/+2
2010-05-04logfs: commit reservations under space pressureJoern Engel1-0/+1
2010-05-04logfs: survive logfs_buf_recover read errorsJoern Engel1-5/+5
2010-04-15[LogFS] Prevent mempool_destroy NULL pointer dereferenceJoern Engel1-0/+6
2010-04-13[LogFS] Prevent memory corruption on large deletesJoern Engel1-1/+7
2010-03-30[LogFS] Remove unused methodJoern Engel1-1/+0
2010-03-28[LogFS] Clear PagePrivate when moving journalJoern Engel1-0/+1
2010-03-04[LogFS] Only write journal if dirtyJoern Engel1-2/+2
2010-03-04[LogFS] Fix bdev erasesJoern Engel1-2/+4
2009-11-20[LogFS] add new flash file systemJoern Engel1-0/+722