aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/recovery.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-02-18nilfs2: delete unnecessary condition in load_segment_summaryJiro SEKIBA1-30/+11
2009-11-29nilfs2: use list_splice_tail or list_splice_tail_initRyusuke Konishi1-1/+1
2009-11-20nilfs2: apply readahead for recovery on mountRyusuke Konishi1-7/+19
2009-11-20nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroyRyusuke Konishi1-6/+0
2009-09-14nilfs2: fix format string compile warning (ino_t)Heiko Carstens1-1/+2
2009-06-10nilfs2: remove header file for segment list operationsRyusuke Konishi1-13/+24
2009-05-09nilfs2: fix possible recovery failure due to block creation without writerRyusuke Konishi1-2/+4
2009-04-13nilfs2: fix possible mismatch of sufile counters on recoveryRyusuke Konishi1-16/+4
2009-04-07nilfs2: introduce secondary super blockRyusuke Konishi1-1/+0
2009-04-07nilfs2: simplify handling of active state of segmentsRyusuke Konishi1-11/+1
2009-04-07nilfs2: replace BUG_ON and BUG calls triggerable from ioctlRyusuke Konishi1-3/+0
2009-04-07nilfs2: extend nilfs_sustat ioctl structRyusuke Konishi1-15/+17
2009-04-07nilfs2: recovery functionsRyusuke Konishi1-0/+941