summaryrefslogtreecommitdiffstats
path: root/fs/logfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* VFS: Pass mount flags to sget()David Howells2012-07-141-2/+1
* logfs: missing cleanup on register_filesystem() failureAl Viro2012-03-201-1/+4
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-4/+2
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-201-0/+1
* logfs: Free areas before calling generic_shutdown_super()Joern Engel2012-01-281-0/+1
* logfs: set superblock shutdown flag after generic sb shutdownPrasad Joshi2012-01-281-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * fs: add module.h to files that were implicitly using itPaul Gortmaker2011-10-311-0/+1
* | lib/string.c: introduce memchr_inv()Akinobu Mita2011-10-311-22/+0
|/
* logfs: initialize superblock entries earlierLinus Torvalds2011-05-031-4/+4
* switch logfs to ->mount()Al Viro2010-10-291-24/+23
* logfs: fix a leak in get_sbAl Viro2010-10-291-2/+2
* logfs get_sb, part 3Al Viro2010-10-291-10/+15
* logfs get_sb, part 2Al Viro2010-10-291-6/+1
* logfs get_sb massage, part 1Al Viro2010-10-291-9/+13
* logfs: get rid of magical inodesAl Viro2010-08-091-8/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds2010-05-171-2/+6
|\
| * logfs: fix compile failureJoern Engel2010-05-051-0/+4
| * logfs: Return -EINVAL if filesystem image doesn't matchJoern Engel2010-05-011-1/+1
| * logfs: testing the wrong variableDan Carpenter2010-04-291-1/+1
* | Fix double-free in logfsAl Viro2010-05-151-7/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds2010-04-211-2/+9
|\
| * [LogFS] Set s_bdiJoern Engel2010-04-171-0/+5
| * [LogFS] Prevent mempool_destroy NULL pointer dereferenceJoern Engel2010-04-151-2/+2
| * [LogFS] Prevent memory corruption on large deletesJoern Engel2010-04-131-0/+2
* | Merge branch 'master' into export-slabhTejun Heo2010-04-051-8/+7
|\ \ | |/
| * Use deactivate_locked_superJoern Engel2010-03-271-2/+1
| * Fix logfs_get_sb_final error pathJoern Engel2010-03-271-1/+1
| * Write out both superblocks on mismatchJoern Engel2010-03-271-1/+1
| * Open segment file before using itJoern Engel2010-03-271-4/+4
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* [LogFS] Check feature flagsJoern Engel2010-03-051-2/+8
* [LogFS] Only write journal if dirtyJoern Engel2010-03-041-1/+1
* [LogFS] Fix bdev erasesJoern Engel2010-03-041-1/+11
* [LogFS] add new flash file systemJoern Engel2009-11-201-0/+634
OpenPOWER on IntegriCloud