aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/segment.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-23logfs: check for the return value after calling find_or_create_page()Younger Liu1-1/+2
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-1/+2
2012-04-02logfs: destroy the reserved inodes while unmountingPrasad Joshi1-1/+1
2012-03-20logfs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-01-28logfs: Free areas before calling generic_shutdown_super()Joern Engel1-4/+10
2012-01-28logfs: update page reference count for pined pagesPrasad Joshi1-8/+29
2010-08-09logfs: get rid of magical inodesAl Viro1-1/+0
2010-05-04logfs: survive logfs_buf_recover read errorsJoern Engel1-2/+5
2010-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds1-7/+1
2010-04-15[LogFS] Prevent mempool_destroy NULL pointer dereferenceJoern Engel1-1/+1
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-23/+31
2010-03-30[LogFS] Remove unused methodJoern Engel1-6/+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-28[LogFS] Clear PagePrivate when moving journalJoern Engel1-1/+1
2010-03-28Simplify and fix pad_wbufJoern Engel1-22/+30
2010-03-04[LogFS] Only write journal if dirtyJoern Engel1-2/+5
2010-03-04[LogFS] Fix bdev erasesJoern Engel1-3/+3
2009-11-20[LogFS] add new flash file systemJoern Engel1-0/+924