aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/segment.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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