summaryrefslogtreecommitdiffstats
path: root/fs/logfs/super.c
AgeCommit message (Expand)AuthorLines
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman-0/+1
2012-07-14VFS: Pass mount flags to sget()David Howells-2/+1
2012-03-20logfs: missing cleanup on register_filesystem() failureAl Viro-1/+4
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro-4/+2
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro-0/+1
2012-01-28logfs: Free areas before calling generic_shutdown_super()Joern Engel-0/+1
2012-01-28logfs: set superblock shutdown flag after generic sb shutdownPrasad Joshi-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2011-10-31lib/string.c: introduce memchr_inv()Akinobu Mita-22/+0
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker-0/+1
2011-05-03logfs: initialize superblock entries earlierLinus Torvalds-4/+4
2010-10-29switch logfs to ->mount()Al Viro-24/+23
2010-10-29logfs: fix a leak in get_sbAl Viro-2/+2
2010-10-29logfs get_sb, part 3Al Viro-10/+15
2010-10-29logfs get_sb, part 2Al Viro-6/+1
2010-10-29logfs get_sb massage, part 1Al Viro-9/+13
2010-08-09logfs: get rid of magical inodesAl Viro-8/+15
2010-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds-2/+6
2010-05-15Fix double-free in logfsAl Viro-7/+7
2010-05-05logfs: fix compile failureJoern Engel-0/+4
2010-05-01logfs: Return -EINVAL if filesystem image doesn't matchJoern Engel-1/+1
2010-04-29logfs: testing the wrong variableDan Carpenter-1/+1
2010-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds-2/+9
2010-04-17[LogFS] Set s_bdiJoern Engel-0/+5
2010-04-15[LogFS] Prevent mempool_destroy NULL pointer dereferenceJoern Engel-2/+2
2010-04-13[LogFS] Prevent memory corruption on large deletesJoern Engel-0/+2
2010-04-05Merge branch 'master' into export-slabhTejun Heo-8/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-27Use deactivate_locked_superJoern Engel-2/+1
2010-03-27Fix logfs_get_sb_final error pathJoern Engel-1/+1
2010-03-27Write out both superblocks on mismatchJoern Engel-1/+1
2010-03-27Open segment file before using itJoern Engel-4/+4
2010-03-05[LogFS] Check feature flagsJoern Engel-2/+8
2010-03-04[LogFS] Only write journal if dirtyJoern Engel-1/+1
2010-03-04[LogFS] Fix bdev erasesJoern Engel-1/+11
2009-11-20[LogFS] add new flash file systemJoern Engel-0/+634