summaryrefslogtreecommitdiffstats
path: root/fs/logfs
AgeCommit message (Expand)AuthorLines
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig-3/+3
2010-05-21logfs: replace inode uid,gid,mode initialization with helper functionAl Viro-8/+1
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-7/+7
2010-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds-53/+104
2010-05-15Fix double-free in logfsAl Viro-7/+7
2010-05-10fix "seperate" typos in commentsAnand Gadiyar-7/+7
2010-05-07logfs: handle powerfail on NAND flashJoern Engel-29/+52
2010-05-07logfs: handle errors from get_mtd_device()Dan Carpenter-0/+2
2010-05-07logfs: remove unused variableJoern Engel-1/+0
2010-05-05logfs: fix syncJoern Engel-4/+2
2010-05-05logfs: fix compile failureJoern Engel-0/+4
2010-05-04logfs: initialize li->li_refcountPrasad Joshi-0/+1
2010-05-04logfs: commit reservations under space pressureJoern Engel-4/+24
2010-05-04logfs: survive logfs_buf_recover read errorsJoern Engel-11/+13
2010-05-01logfs: Close i_ino reuse raceJoern Engel-1/+1
2010-05-01logfs: fix logfs_seek_hole()Joern Engel-0/+2
2010-05-01logfs: Return -EINVAL if filesystem image doesn't matchJoern Engel-1/+1
2010-04-29LogFS: Fix typo in b6349ac8Joern 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-55/+91
2010-04-20[LogFS] Split large truncated into smaller chunksJoern Engel-8/+26
2010-04-17[LogFS] Set s_bdiJoern Engel-0/+5
2010-04-15[LogFS] Prevent mempool_destroy NULL pointer dereferenceJoern Engel-7/+11
2010-04-13[LogFS] Move assertionJoern Engel-1/+1
2010-04-13[LogFS] Plug 8 byte information leakJoern Engel-10/+14
2010-04-13[LogFS] Prevent memory corruption on large deletesJoern Engel-1/+34
2010-04-05Merge branch 'master' into export-slabhTejun Heo-36/+67
2010-03-30[LogFS] Remove unused methodJoern Engel-28/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+8
2010-03-29[LogFS] Erase new journal segmentsJoern Engel-0/+2
2010-03-29[LogFS] Move reserved segments with journalJoern Engel-0/+4
2010-03-28[LogFS] Clear PagePrivate when moving journalJoern Engel-1/+3
2010-03-28Simplify and fix pad_wbufJoern Engel-22/+30
2010-03-28Prevent data corruption in logfs_rewrite_block()Joern Engel-1/+12
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-27Prevent schedule while atomic in __logfs_readdirJoern Engel-2/+2
2010-03-27Plug memory leak in writeseg_end_ioJoern Engel-0/+1
2010-03-27Limit max_pages for insane devicesJoern Engel-2/+6
2010-03-27Open segment file before using itJoern Engel-4/+4
2010-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds-0/+9002
2010-03-06[LogFS] Change magic numberJoern Engel-1/+1
2010-03-06[LogFS] Remove h_version fieldJoern Engel-6/+5
2010-03-05[LogFS] Check feature flagsJoern Engel-2/+12
2010-03-04[LogFS] Only write journal if dirtyJoern Engel-13/+19
2010-03-04[LogFS] Fix bdev erasesJoern Engel-20/+97
2009-12-07[LogFS] Silence gccJoern Engel-1/+1
2009-11-28[LogFS] Prevent 64bit divisions in hash_indexJoern Engel-5/+10
2009-11-23[LogFS] Plug memory leak on error pathsJoern Engel-2/+6