aboutsummaryrefslogtreecommitdiff
path: root/fs/nilfs2/segment.h
AgeCommit message (Expand)AuthorFilesLines
2021-11-09nilfs2: remove filenames from file commentsGravatar Ryusuke Konishi 1-1/+1
2018-09-04nilfs2: convert to SPDX license tagsGravatar Ryusuke Konishi 1-10/+1
2018-02-06nilfs2: use time64_t internallyGravatar Arnd Bergmann 1-1/+1
2017-11-17fs/nilfs2: convert timers to use timer_setup()Gravatar Kees Cook 1-0/+1
2016-08-02nilfs2: move ioctl interface and disk layout to uapi separatelyGravatar Ryusuke Konishi 1-1/+0
2016-05-23nilfs2: fix block commentsGravatar Ryusuke Konishi 1-12/+22
2016-05-23nilfs2: avoid bare use of 'unsigned'Gravatar Ryusuke Konishi 1-2/+2
2016-05-23nilfs2: clean up old e-mail addressesGravatar Ryusuke Konishi 1-1/+1
2016-05-23nilfs2: remove FSF mailing address from GPL noticesGravatar Ryusuke Konishi 1-4/+0
2015-11-06nilfs2: add a tracepoint for tracking stage transition of segment constructionGravatar Hitoshi Mitake 1-1/+2
2015-02-05nilfs2: fix deadlock of segment constructor over I_SYNC flagGravatar Ryusuke Konishi 1-0/+5
2011-05-10nilfs2: get rid of private page allocatorGravatar Ryusuke Konishi 1-2/+0
2011-03-09nilfs2: get rid of nilfs_sb_info structureGravatar Ryusuke Konishi 1-1/+1
2011-03-09nilfs2: use sb instance instead of nilfs_sb_info structGravatar Ryusuke Konishi 1-6/+4
2011-03-09nilfs2: get rid of sc_sbi back pointerGravatar Ryusuke Konishi 1-2/+0
2010-10-23nilfs2: use root object to get ifileGravatar Ryusuke Konishi 1-1/+6
2010-10-23nilfs2: keep zero value in i_cno except for gc-inodesGravatar Ryusuke Konishi 1-1/+2
2010-07-23nilfs2: rename nilfs_recover_logical_segments functionGravatar Ryusuke Konishi 1-3/+3
2010-07-23nilfs2: refactor recovery logic routinesGravatar Ryusuke Konishi 1-2/+2
2010-05-31nilfs2: remove obsolete declarations of cache constructor and destructorGravatar Ryusuke Konishi 1-2/+0
2010-05-10nilfs2: change sc_timer from a pointer to an embedded one in struct nilfs_sc_...Gravatar Li Hong 1-1/+1
2010-05-10nilfs2: cleanup multi kmem_cache_{create,destroy} codeGravatar Li Hong 1-0/+2
2010-05-10nilfs2: move pointer to super root block into logsGravatar Ryusuke Konishi 1-2/+0
2010-03-14nilfs2: remove spaces before tabsGravatar Ryusuke Konishi 1-1/+1
2010-03-14nilfs2: fix various typos in commentsGravatar Ryusuke Konishi 1-1/+1
2010-02-13nilfs2: get rid of nilfs_segctor_req structGravatar Ryusuke Konishi 1-0/+2
2009-11-30nilfs2: separate wait function from nilfs_segctor_writeGravatar Ryusuke Konishi 1-0/+2
2009-06-10nilfs2: remove header file for segment list operationsGravatar Ryusuke Konishi 1-0/+1
2009-06-10nilfs2: eliminate removal list of segmentsGravatar Ryusuke Konishi 1-6/+5
2009-05-11nilfs2: fix lock order reversal in nilfs_clean_segments ioctlGravatar Ryusuke Konishi 1-1/+2
2009-04-07nilfs2: introduce secondary super blockGravatar Ryusuke Konishi 1-2/+0
2009-04-07nilfs2: simplify handling of active state of segmentsGravatar Ryusuke Konishi 1-4/+1
2009-04-07nilfs2: mark minor flag for checkpoint created by internal operationGravatar Ryusuke Konishi 1-0/+3
2009-04-07nilfs2: clean up sketch fileGravatar Ryusuke Konishi 1-8/+0
2009-04-07nilfs2: fix missed-sync issue for do_sync_mapping_range()Gravatar Ryusuke Konishi 1-2/+9
2009-04-07nilfs2: segment constructorGravatar Ryusuke Konishi 1-0/+246