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