aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/readwrite.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-22logfs: fix "Kernel BUG at readwrite.c:1193"Prasad Joshi1-0/+3
2010-08-09convert logfs to ->evict_inode()Al Viro1-32/+29
2010-08-09logfs: get rid of magical inodesAl Viro1-1/+0
2010-05-04logfs: commit reservations under space pressureJoern Engel1-3/+12
2010-05-01logfs: fix logfs_seek_hole()Joern Engel1-0/+2
2010-04-29LogFS: Fix typo in b6349ac8Joern Engel1-1/+1
2010-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds1-33/+42
2010-04-20[LogFS] Split large truncated into smaller chunksJoern Engel1-8/+26
2010-04-15[LogFS] Prevent mempool_destroy NULL pointer dereferenceJoern Engel1-4/+2
2010-04-13[LogFS] Prevent memory corruption on large deletesJoern Engel1-0/+14
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-1/+12
2010-03-30[LogFS] Remove unused methodJoern Engel1-21/+0
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-28Prevent data corruption in logfs_rewrite_block()Joern Engel1-1/+12
2010-03-04[LogFS] Only write journal if dirtyJoern Engel1-1/+1
2009-11-20[LogFS] add new flash file systemJoern Engel1-0/+2246