aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/segment.c
AgeCommit message (Expand)Author
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-09logfs: constify logfs_block_ops structuresJulia Lawall
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko
2014-01-23logfs: check for the return value after calling find_or_create_page()Younger Liu
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2012-04-02logfs: destroy the reserved inodes while unmountingPrasad Joshi
2012-03-20logfs: remove the second argument of k[un]map_atomic()Cong Wang
2012-01-28logfs: Free areas before calling generic_shutdown_super()Joern Engel
2012-01-28logfs: update page reference count for pined pagesPrasad Joshi
2010-08-09logfs: get rid of magical inodesAl Viro
2010-05-04logfs: survive logfs_buf_recover read errorsJoern Engel
2010-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds
2010-04-15[LogFS] Prevent mempool_destroy NULL pointer dereferenceJoern Engel
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-03-30[LogFS] Remove unused methodJoern Engel
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-28[LogFS] Clear PagePrivate when moving journalJoern Engel
2010-03-28Simplify and fix pad_wbufJoern 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