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