aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/segment.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-13nilfs2: get rid of nilfs_segctor_req structRyusuke Konishi1-41/+38
2010-02-13nilfs2: fix potential hang in nilfs_error on errors=remount-roRyusuke Konishi1-2/+9
2010-02-13nilfs2: issue discard request after cleaning segmentsJiro SEKIBA1-0/+10
2010-01-31nilfs2: fix potential leak of dirty data on umountRyusuke Konishi1-1/+1
2009-11-30nilfs2: separate wait function from nilfs_segctor_writeRyusuke Konishi1-95/+145
2009-11-30nilfs2: add iterator for segment buffersRyusuke Konishi1-39/+12
2009-11-30nilfs2: hide nilfs_write_info struct in segment buffer codeRyusuke Konishi1-9/+3
2009-11-30nilfs2: relocate io status variables to segment bufferRyusuke Konishi1-11/+8
2009-11-29nilfs2: use list_splice_tail or list_splice_tail_initRyusuke Konishi1-2/+2
2009-11-20nilfs2: move routine to set segment usage into sufileRyusuke Konishi1-22/+10
2009-11-20nilfs2: move routine marking segment usage dirty into sufileRyusuke Konishi1-17/+2
2009-11-20nilfs2: eliminate inlines to directly read/write inode of metadata filesRyusuke Konishi1-6/+6
2009-11-03nilfs2: fix irregular checkpoint creation due to data flushRyusuke Konishi1-6/+11
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