aboutsummaryrefslogtreecommitdiff
path: root/fs/nilfs2/segment.c
AgeCommit message (Expand)Author
2010-07-23nilfs2: do not update log cursor for small changeRyusuke Konishi
2010-07-23nilfs2: sync super blocks in turnsJiro SEKIBA
2010-07-23nilfs2: introduce nilfs_prepare_superJiro SEKIBA
2010-07-23nilfs2: get rid of macros for segment summary informationRyusuke Konishi
2010-05-10nilfs2: make nilfs_sc_*_ops staticRyusuke Konishi
2010-05-10nilfs2: change sc_timer from a pointer to an embedded one in struct nilfs_sc_...Li Hong
2010-05-10nilfs2: remove nilfs_segctor_init() in segment.cLi Hong
2010-05-10nilfs2: insert checkpoint number in segment summary headerRyusuke Konishi
2010-05-10nilfs2: cleanup multi kmem_cache_{create,destroy} codeLi Hong
2010-05-10nilfs2: move out checksum routines to segment buffer codeRyusuke Konishi
2010-05-10nilfs2: move pointer to super root block into logsRyusuke Konishi
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24nilfs2: fix hang-up of cleaner after log writer returned with errorRyusuke Konishi
2010-03-22nilfs2: fix duplicate call to nilfs_segctor_cancel_freevRyusuke Konishi
2010-03-14nilfs2: fix various typos in commentsRyusuke Konishi
2010-03-14nilfs2: fix function name typos in docbook commentsRyusuke Konishi
2010-02-13nilfs2: move iterator to write log into segment bufferRyusuke Konishi
2010-02-13nilfs2: get rid of s_dirt flag useRyusuke Konishi
2010-02-13nilfs2: get rid of nilfs_segctor_req structRyusuke Konishi
2010-02-13nilfs2: fix potential hang in nilfs_error on errors=remount-roRyusuke Konishi
2010-02-13nilfs2: issue discard request after cleaning segmentsJiro SEKIBA
2010-01-31nilfs2: fix potential leak of dirty data on umountRyusuke Konishi
2009-11-30nilfs2: separate wait function from nilfs_segctor_writeRyusuke Konishi
2009-11-30nilfs2: add iterator for segment buffersRyusuke Konishi
2009-11-30nilfs2: hide nilfs_write_info struct in segment buffer codeRyusuke Konishi
2009-11-30nilfs2: relocate io status variables to segment bufferRyusuke Konishi
2009-11-29nilfs2: use list_splice_tail or list_splice_tail_initRyusuke Konishi
2009-11-20nilfs2: move routine to set segment usage into sufileRyusuke Konishi
2009-11-20nilfs2: move routine marking segment usage dirty into sufileRyusuke Konishi
2009-11-20nilfs2: eliminate inlines to directly read/write inode of metadata filesRyusuke Konishi
2009-11-03nilfs2: fix irregular checkpoint creation due to data flushRyusuke Konishi
2009-09-14nilfs2: stop using periodic write_super callbackJiro SEKIBA
2009-08-01nilfs2: fix oops due to inconsistent state in page with discrete b-tree nodesRyusuke Konishi
2009-07-05nilfs2: fix hang problem of log writer which occurs after write failuresRyusuke Konishi
2009-07-05nilfs2: remove unlikely directive causing mis-conversion of error codeRyusuke Konishi
2009-06-10nilfs2: eliminate removal list of segmentsRyusuke Konishi
2009-05-11nilfs2: fix lock order reversal in nilfs_clean_segments ioctlRyusuke Konishi
2009-04-07nilfs2: introduce secondary super blockRyusuke Konishi
2009-04-07nilfs2: simplify handling of active state of segmentsRyusuke Konishi
2009-04-07nilfs2: mark minor flag for checkpoint created by internal operationRyusuke Konishi
2009-04-07nilfs2: clean up sketch fileRyusuke Konishi
2009-04-07nilfs2: replace BUG_ON and BUG calls triggerable from ioctlRyusuke Konishi
2009-04-07nilfs2: extend nilfs_sustat ioctl structRyusuke Konishi
2009-04-07nilfs2: remove timedwait ioctl commandRyusuke Konishi
2009-04-07nilfs2: avoid double error caused by nilfs_transaction_endRyusuke Konishi
2009-04-07nilfs2: fix missed-sync issue for do_sync_mapping_range()Ryusuke Konishi
2009-04-07nilfs2: segment constructorRyusuke Konishi