aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/segment.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-14nilfs2: stop using periodic write_super callbackJiro SEKIBA1-1/+6
2009-08-01nilfs2: fix oops due to inconsistent state in page with discrete b-tree nodesRyusuke Konishi1-1/+15
2009-07-05nilfs2: fix hang problem of log writer which occurs after write failuresRyusuke Konishi1-20/+6
2009-07-05nilfs2: remove unlikely directive causing mis-conversion of error codeRyusuke Konishi1-2/+2
2009-06-10nilfs2: eliminate removal list of segmentsRyusuke Konishi1-95/+35
2009-05-11nilfs2: fix lock order reversal in nilfs_clean_segments ioctlRyusuke Konishi1-2/+3
2009-04-07nilfs2: introduce secondary super blockRyusuke Konishi1-5/+3
2009-04-07nilfs2: simplify handling of active state of segmentsRyusuke Konishi1-162/+11
2009-04-07nilfs2: mark minor flag for checkpoint created by internal operationRyusuke Konishi1-0/+9
2009-04-07nilfs2: clean up sketch fileRyusuke Konishi1-48/+1
2009-04-07nilfs2: replace BUG_ON and BUG calls triggerable from ioctlRyusuke Konishi1-55/+23
2009-04-07nilfs2: extend nilfs_sustat ioctl structRyusuke Konishi1-30/+9
2009-04-07nilfs2: remove timedwait ioctl commandRyusuke Konishi1-4/+1
2009-04-07nilfs2: avoid double error caused by nilfs_transaction_endRyusuke Konishi1-15/+28
2009-04-07nilfs2: fix missed-sync issue for do_sync_mapping_range()Ryusuke Konishi1-48/+72
2009-04-07nilfs2: segment constructorRyusuke Konishi1-0/+3187