aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-09logfs: get rid of magical inodesAl Viro1-8/+15
2010-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds1-2/+6
2010-05-15Fix double-free in logfsAl Viro1-7/+7
2010-05-05logfs: fix compile failureJoern Engel1-0/+4
2010-05-01logfs: Return -EINVAL if filesystem image doesn't matchJoern Engel1-1/+1
2010-04-29logfs: testing the wrong variableDan Carpenter1-1/+1
2010-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds1-2/+9
2010-04-17[LogFS] Set s_bdiJoern Engel1-0/+5
2010-04-15[LogFS] Prevent mempool_destroy NULL pointer dereferenceJoern Engel1-2/+2
2010-04-13[LogFS] Prevent memory corruption on large deletesJoern Engel1-0/+2
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-8/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-27Use deactivate_locked_superJoern Engel1-2/+1
2010-03-27Fix logfs_get_sb_final error pathJoern Engel1-1/+1
2010-03-27Write out both superblocks on mismatchJoern Engel1-1/+1
2010-03-27Open segment file before using itJoern Engel1-4/+4
2010-03-05[LogFS] Check feature flagsJoern Engel1-2/+8
2010-03-04[LogFS] Only write journal if dirtyJoern Engel1-1/+1
2010-03-04[LogFS] Fix bdev erasesJoern Engel1-1/+11
2009-11-20[LogFS] add new flash file systemJoern Engel1-0/+634