aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-07-14VFS: Pass mount flags to sget()David Howells1-2/+1
2012-03-20logfs: missing cleanup on register_filesystem() failureAl Viro1-1/+4
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-0/+1
2012-01-28logfs: Free areas before calling generic_shutdown_super()Joern Engel1-0/+1
2012-01-28logfs: set superblock shutdown flag after generic sb shutdownPrasad Joshi1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31lib/string.c: introduce memchr_inv()Akinobu Mita1-22/+0
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker1-0/+1
2011-05-03logfs: initialize superblock entries earlierLinus Torvalds1-4/+4
2010-10-29switch logfs to ->mount()Al Viro1-24/+23
2010-10-29logfs: fix a leak in get_sbAl Viro1-2/+2
2010-10-29logfs get_sb, part 3Al Viro1-10/+15
2010-10-29logfs get_sb, part 2Al Viro1-6/+1
2010-10-29logfs get_sb massage, part 1Al Viro1-9/+13
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